@neynar/nodejs-sdk 3.77.0 → 3.79.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.
- package/build/api/api.d.ts +1 -1
- package/build/api/api.js +1 -1
- package/build/api/apis/action-api.d.ts +2 -2
- package/build/api/apis/action-api.js +1 -1
- package/build/api/apis/agents-api.d.ts +4 -4
- package/build/api/apis/agents-api.js +1 -1
- package/build/api/apis/app-host-api.d.ts +4 -4
- package/build/api/apis/app-host-api.js +1 -1
- package/build/api/apis/auth-address-api.d.ts +3 -3
- package/build/api/apis/auth-address-api.js +1 -1
- package/build/api/apis/ban-api.d.ts +4 -4
- package/build/api/apis/ban-api.js +1 -1
- package/build/api/apis/block-api.d.ts +4 -4
- package/build/api/apis/block-api.js +1 -1
- package/build/api/apis/cast-api.d.ts +9 -9
- package/build/api/apis/cast-api.js +1 -1
- package/build/api/apis/channel-api.d.ts +18 -18
- package/build/api/apis/channel-api.js +1 -1
- package/build/api/apis/feed-api.d.ts +10 -10
- package/build/api/apis/feed-api.js +1 -1
- package/build/api/apis/fname-api.d.ts +2 -2
- package/build/api/apis/fname-api.js +1 -1
- package/build/api/apis/follows-api.d.ts +6 -6
- package/build/api/apis/follows-api.js +1 -1
- package/build/api/apis/frame-api.d.ts +8 -8
- package/build/api/apis/frame-api.js +1 -1
- package/build/api/apis/login-api.d.ts +2 -2
- package/build/api/apis/login-api.js +1 -1
- package/build/api/apis/metrics-api.d.ts +2 -2
- package/build/api/apis/metrics-api.js +1 -1
- package/build/api/apis/mute-api.d.ts +4 -4
- package/build/api/apis/mute-api.js +1 -1
- package/build/api/apis/notifications-api.d.ts +5 -5
- package/build/api/apis/notifications-api.js +1 -1
- package/build/api/apis/onchain-api.d.ts +23 -12
- package/build/api/apis/onchain-api.js +11 -6
- package/build/api/apis/reaction-api.d.ts +5 -5
- package/build/api/apis/reaction-api.js +1 -1
- package/build/api/apis/signer-api.d.ts +9 -9
- package/build/api/apis/signer-api.js +1 -1
- package/build/api/apis/storage-api.d.ts +4 -4
- package/build/api/apis/storage-api.js +1 -1
- package/build/api/apis/studio-api.d.ts +203 -45
- package/build/api/apis/studio-api.js +179 -13
- package/build/api/apis/subscribers-api.d.ts +5 -5
- package/build/api/apis/subscribers-api.js +1 -1
- package/build/api/apis/user-api.d.ts +16 -16
- package/build/api/apis/user-api.js +1 -1
- package/build/api/apis/webhook-api.d.ts +7 -7
- package/build/api/apis/webhook-api.js +1 -1
- package/build/api/base.d.ts +1 -1
- package/build/api/base.js +1 -1
- package/build/api/common.d.ts +2 -2
- package/build/api/common.js +1 -1
- package/build/api/configuration.d.ts +1 -1
- package/build/api/configuration.js +1 -1
- package/build/api/index.d.ts +1 -1
- package/build/api/index.js +1 -1
- package/build/api/models/add-verification-req-body.d.ts +1 -1
- package/build/api/models/add-verification-req-body.js +1 -1
- package/build/api/models/address-balance-verified-address.d.ts +1 -1
- package/build/api/models/address-balance-verified-address.js +1 -1
- package/build/api/models/address-balance.d.ts +1 -1
- package/build/api/models/address-balance.js +1 -1
- package/build/api/models/app-host-event-type.d.ts +1 -1
- package/build/api/models/app-host-event-type.js +1 -1
- package/build/api/models/app-host-get-event-response-notification-details.d.ts +1 -1
- package/build/api/models/app-host-get-event-response-notification-details.js +1 -1
- package/build/api/models/app-host-get-event-response.d.ts +1 -1
- package/build/api/models/app-host-get-event-response.js +1 -1
- package/build/api/models/app-host-post-event-req-body.d.ts +1 -1
- package/build/api/models/app-host-post-event-req-body.js +1 -1
- package/build/api/models/app-host-post-event-response.d.ts +1 -1
- package/build/api/models/app-host-post-event-response.js +1 -1
- package/build/api/models/app-host-user-state-response-notifications-enabled-inner.d.ts +1 -1
- package/build/api/models/app-host-user-state-response-notifications-enabled-inner.js +1 -1
- package/build/api/models/app-host-user-state-response.d.ts +1 -1
- package/build/api/models/app-host-user-state-response.js +1 -1
- package/build/api/models/associate-deployment-request-account-association.d.ts +1 -1
- package/build/api/models/associate-deployment-request-account-association.js +1 -1
- package/build/api/models/associate-deployment-request.d.ts +1 -1
- package/build/api/models/associate-deployment-request.js +1 -1
- package/build/api/models/associate-deployment200-response.d.ts +1 -1
- package/build/api/models/associate-deployment200-response.js +1 -1
- package/build/api/models/authorization-url-response.d.ts +1 -1
- package/build/api/models/authorization-url-response.js +1 -1
- package/build/api/models/balance-response-user-balance.d.ts +1 -1
- package/build/api/models/balance-response-user-balance.js +1 -1
- package/build/api/models/balance-response.d.ts +1 -1
- package/build/api/models/balance-response.js +1 -1
- package/build/api/models/ban-list-response.d.ts +1 -1
- package/build/api/models/ban-list-response.js +1 -1
- package/build/api/models/ban-record.d.ts +1 -1
- package/build/api/models/ban-record.js +1 -1
- package/build/api/models/ban-req-body.d.ts +1 -1
- package/build/api/models/ban-req-body.js +1 -1
- package/build/api/models/ban-response.d.ts +1 -1
- package/build/api/models/ban-response.js +1 -1
- package/build/api/models/best-friends-response-users-inner.d.ts +1 -1
- package/build/api/models/best-friends-response-users-inner.js +1 -1
- package/build/api/models/best-friends-response.d.ts +1 -1
- package/build/api/models/best-friends-response.js +1 -1
- package/build/api/models/block-list-response.d.ts +1 -1
- package/build/api/models/block-list-response.js +1 -1
- package/build/api/models/block-record.d.ts +1 -1
- package/build/api/models/block-record.js +1 -1
- package/build/api/models/block-req-body.d.ts +1 -1
- package/build/api/models/block-req-body.js +1 -1
- package/build/api/models/bulk-casts-response.d.ts +1 -1
- package/build/api/models/bulk-casts-response.js +1 -1
- package/build/api/models/bulk-follow-response.d.ts +1 -1
- package/build/api/models/bulk-follow-response.js +1 -1
- package/build/api/models/bulk-users-by-address-response.d.ts +1 -1
- package/build/api/models/bulk-users-by-address-response.js +1 -1
- package/build/api/models/bulk-users-response.d.ts +1 -1
- package/build/api/models/bulk-users-response.js +1 -1
- package/build/api/models/buy-storage-req-body.d.ts +1 -1
- package/build/api/models/buy-storage-req-body.js +1 -1
- package/build/api/models/cast-and-conversations-ref.d.ts +1 -1
- package/build/api/models/cast-and-conversations-ref.js +1 -1
- package/build/api/models/cast-and-conversations.d.ts +1 -1
- package/build/api/models/cast-and-conversations.js +1 -1
- package/build/api/models/cast-dehydrated.d.ts +1 -1
- package/build/api/models/cast-dehydrated.js +1 -1
- package/build/api/models/cast-embed-crawl-response.d.ts +1 -1
- package/build/api/models/cast-embed-crawl-response.js +1 -1
- package/build/api/models/cast-embedded-parent-author.d.ts +1 -1
- package/build/api/models/cast-embedded-parent-author.js +1 -1
- package/build/api/models/cast-embedded.d.ts +1 -1
- package/build/api/models/cast-embedded.js +1 -1
- package/build/api/models/cast-notification-type.d.ts +1 -1
- package/build/api/models/cast-notification-type.js +1 -1
- package/build/api/models/cast-reactions.d.ts +1 -1
- package/build/api/models/cast-reactions.js +1 -1
- package/build/api/models/cast-replies.d.ts +1 -1
- package/build/api/models/cast-replies.js +1 -1
- package/build/api/models/cast-response.d.ts +1 -1
- package/build/api/models/cast-response.js +1 -1
- package/build/api/models/cast-viewer-context.d.ts +1 -1
- package/build/api/models/cast-viewer-context.js +1 -1
- package/build/api/models/cast.d.ts +1 -1
- package/build/api/models/cast.js +1 -1
- package/build/api/models/casts-metrics-response.d.ts +1 -1
- package/build/api/models/casts-metrics-response.js +1 -1
- package/build/api/models/casts-metrics.d.ts +1 -1
- package/build/api/models/casts-metrics.js +1 -1
- package/build/api/models/casts-response-result.d.ts +1 -1
- package/build/api/models/casts-response-result.js +1 -1
- package/build/api/models/casts-response.d.ts +1 -1
- package/build/api/models/casts-response.js +1 -1
- package/build/api/models/casts-search-response.d.ts +1 -1
- package/build/api/models/casts-search-response.js +1 -1
- package/build/api/models/channel-activity.d.ts +1 -1
- package/build/api/models/channel-activity.js +1 -1
- package/build/api/models/channel-dehydrated.d.ts +1 -1
- package/build/api/models/channel-dehydrated.js +1 -1
- package/build/api/models/channel-external-link.d.ts +1 -1
- package/build/api/models/channel-external-link.js +1 -1
- package/build/api/models/channel-follow-req-body.d.ts +1 -1
- package/build/api/models/channel-follow-req-body.js +1 -1
- package/build/api/models/channel-list-response.d.ts +1 -1
- package/build/api/models/channel-list-response.js +1 -1
- package/build/api/models/channel-member-channel.d.ts +1 -1
- package/build/api/models/channel-member-channel.js +1 -1
- package/build/api/models/channel-member-invite-list-response.d.ts +1 -1
- package/build/api/models/channel-member-invite-list-response.js +1 -1
- package/build/api/models/channel-member-invite.d.ts +1 -1
- package/build/api/models/channel-member-invite.js +1 -1
- package/build/api/models/channel-member-list-response.d.ts +1 -1
- package/build/api/models/channel-member-list-response.js +1 -1
- package/build/api/models/channel-member-role.d.ts +1 -1
- package/build/api/models/channel-member-role.js +1 -1
- package/build/api/models/channel-member-user.d.ts +1 -1
- package/build/api/models/channel-member-user.js +1 -1
- package/build/api/models/channel-member.d.ts +1 -1
- package/build/api/models/channel-member.js +1 -1
- package/build/api/models/channel-or-channel-dehydrated.d.ts +1 -1
- package/build/api/models/channel-or-channel-dehydrated.js +1 -1
- package/build/api/models/channel-response-bulk.d.ts +1 -1
- package/build/api/models/channel-response-bulk.js +1 -1
- package/build/api/models/channel-response.d.ts +1 -1
- package/build/api/models/channel-response.js +1 -1
- package/build/api/models/channel-search-response.d.ts +1 -1
- package/build/api/models/channel-search-response.js +1 -1
- package/build/api/models/channel-user-context.d.ts +1 -1
- package/build/api/models/channel-user-context.js +1 -1
- package/build/api/models/channel.d.ts +1 -1
- package/build/api/models/channel.js +1 -1
- package/build/api/models/conflict-error-res.d.ts +1 -1
- package/build/api/models/conflict-error-res.js +1 -1
- package/build/api/models/conversation-conversation.d.ts +1 -1
- package/build/api/models/conversation-conversation.js +1 -1
- package/build/api/models/conversation-summary-summary.d.ts +1 -1
- package/build/api/models/conversation-summary-summary.js +1 -1
- package/build/api/models/conversation-summary.d.ts +1 -1
- package/build/api/models/conversation-summary.js +1 -1
- package/build/api/models/conversation.d.ts +1 -1
- package/build/api/models/conversation.js +1 -1
- package/build/api/models/create-deployment-request.d.ts +1 -1
- package/build/api/models/create-deployment-request.js +1 -1
- package/build/api/models/delete-cast-req-body.d.ts +1 -1
- package/build/api/models/delete-cast-req-body.js +1 -1
- package/build/api/models/delete-deployment-request.d.ts +1 -1
- package/build/api/models/delete-deployment-request.js +1 -1
- package/build/api/models/delete-deployment200-response.d.ts +1 -1
- package/build/api/models/delete-deployment200-response.js +1 -1
- package/build/api/models/deploy-fungible-response-contract-fungible.d.ts +1 -1
- package/build/api/models/deploy-fungible-response-contract-fungible.js +1 -1
- package/build/api/models/deploy-fungible-response-contract.d.ts +1 -1
- package/build/api/models/deploy-fungible-response-contract.js +1 -1
- package/build/api/models/deploy-fungible-response.d.ts +1 -1
- package/build/api/models/deploy-fungible-response.js +1 -1
- package/build/api/models/developer-managed-signer.d.ts +1 -1
- package/build/api/models/developer-managed-signer.js +1 -1
- package/build/api/models/embed-cast-deep-cast-id.d.ts +1 -1
- package/build/api/models/embed-cast-deep-cast-id.js +1 -1
- package/build/api/models/embed-cast-deep.d.ts +1 -1
- package/build/api/models/embed-cast-deep.js +1 -1
- package/build/api/models/embed-cast.d.ts +1 -1
- package/build/api/models/embed-cast.js +1 -1
- package/build/api/models/embed-deep.d.ts +1 -1
- package/build/api/models/embed-deep.js +1 -1
- package/build/api/models/embed-url-metadata-image.d.ts +1 -1
- package/build/api/models/embed-url-metadata-image.js +1 -1
- package/build/api/models/embed-url-metadata-video-stream-inner.d.ts +1 -1
- package/build/api/models/embed-url-metadata-video-stream-inner.js +1 -1
- package/build/api/models/embed-url-metadata-video.d.ts +1 -1
- package/build/api/models/embed-url-metadata-video.js +1 -1
- package/build/api/models/embed-url-metadata.d.ts +1 -1
- package/build/api/models/embed-url-metadata.js +1 -1
- package/build/api/models/embed-url.d.ts +1 -1
- package/build/api/models/embed-url.js +1 -1
- package/build/api/models/embed.d.ts +1 -1
- package/build/api/models/embed.js +1 -1
- package/build/api/models/encoded-json-farcaster-signature.d.ts +1 -1
- package/build/api/models/encoded-json-farcaster-signature.js +1 -1
- package/build/api/models/error-res.d.ts +1 -1
- package/build/api/models/error-res.js +1 -1
- package/build/api/models/farcaster-action-req-body-action.d.ts +1 -1
- package/build/api/models/farcaster-action-req-body-action.js +1 -1
- package/build/api/models/farcaster-action-req-body.d.ts +1 -1
- package/build/api/models/farcaster-action-req-body.js +1 -1
- package/build/api/models/farcaster-fungible.d.ts +1 -1
- package/build/api/models/farcaster-fungible.js +1 -1
- package/build/api/models/farcaster-manifest-frame.d.ts +1 -1
- package/build/api/models/farcaster-manifest-frame.js +1 -1
- package/build/api/models/farcaster-manifest.d.ts +1 -1
- package/build/api/models/farcaster-manifest.js +1 -1
- package/build/api/models/feed-response.d.ts +1 -1
- package/build/api/models/feed-response.js +1 -1
- package/build/api/models/fetch-cast-quotes200-response.d.ts +1 -1
- package/build/api/models/fetch-cast-quotes200-response.js +1 -1
- package/build/api/models/fetch-feed-for-you400-response.d.ts +1 -1
- package/build/api/models/fetch-feed-for-you400-response.js +1 -1
- package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner-frame-metadata.d.ts +1 -1
- package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner-frame-metadata.js +1 -1
- package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner-frame.d.ts +1 -1
- package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner-frame.js +1 -1
- package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner.d.ts +1 -1
- package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner.js +1 -1
- package/build/api/models/fetch-relevant-frames200-response.d.ts +1 -1
- package/build/api/models/fetch-relevant-frames200-response.js +1 -1
- package/build/api/models/fetch-trending-fungibles200-response-trending-inner-fungible-price.d.ts +1 -1
- package/build/api/models/fetch-trending-fungibles200-response-trending-inner-fungible-price.js +1 -1
- package/build/api/models/fetch-trending-fungibles200-response-trending-inner-fungible.d.ts +1 -1
- package/build/api/models/fetch-trending-fungibles200-response-trending-inner-fungible.js +1 -1
- package/build/api/models/fetch-trending-fungibles200-response-trending-inner.d.ts +1 -1
- package/build/api/models/fetch-trending-fungibles200-response-trending-inner.js +1 -1
- package/build/api/models/fetch-trending-fungibles200-response.d.ts +1 -1
- package/build/api/models/fetch-trending-fungibles200-response.js +1 -1
- package/build/api/models/fetch-user-interactions200-response.d.ts +1 -1
- package/build/api/models/fetch-user-interactions200-response.js +1 -1
- package/build/api/models/fetch-user-reciprocal-followers200-response.d.ts +1 -1
- package/build/api/models/fetch-user-reciprocal-followers200-response.js +1 -1
- package/build/api/models/fname-availability-response.d.ts +1 -1
- package/build/api/models/fname-availability-response.js +1 -1
- package/build/api/models/follow-req-body.d.ts +1 -1
- package/build/api/models/follow-req-body.js +1 -1
- package/build/api/models/follow-response.d.ts +1 -1
- package/build/api/models/follow-response.js +1 -1
- package/build/api/models/follower-dehydrated.d.ts +1 -1
- package/build/api/models/follower-dehydrated.js +1 -1
- package/build/api/models/follower.d.ts +1 -1
- package/build/api/models/follower.js +1 -1
- package/build/api/models/followers-response.d.ts +1 -1
- package/build/api/models/followers-response.js +1 -1
- package/build/api/models/frame-action-button.d.ts +1 -1
- package/build/api/models/frame-action-button.js +1 -1
- package/build/api/models/frame-button-action-type.d.ts +1 -1
- package/build/api/models/frame-button-action-type.js +1 -1
- package/build/api/models/frame-catalog-response.d.ts +1 -1
- package/build/api/models/frame-catalog-response.js +1 -1
- package/build/api/models/frame-notification-tokens-notification-tokens-inner.d.ts +1 -1
- package/build/api/models/frame-notification-tokens-notification-tokens-inner.js +1 -1
- package/build/api/models/frame-notification-tokens.d.ts +1 -1
- package/build/api/models/frame-notification-tokens.js +1 -1
- package/build/api/models/frame-pay-transaction-req-body-transaction.d.ts +1 -1
- package/build/api/models/frame-pay-transaction-req-body-transaction.js +1 -1
- package/build/api/models/frame-pay-transaction-req-body.d.ts +1 -1
- package/build/api/models/frame-pay-transaction-req-body.js +1 -1
- package/build/api/models/frame-v1-input.d.ts +1 -1
- package/build/api/models/frame-v1-input.js +1 -1
- package/build/api/models/frame-v1-state.d.ts +1 -1
- package/build/api/models/frame-v1-state.js +1 -1
- package/build/api/models/frame-v1.d.ts +1 -1
- package/build/api/models/frame-v1.js +1 -1
- package/build/api/models/frame-v2-with-full-author.d.ts +1 -1
- package/build/api/models/frame-v2-with-full-author.js +1 -1
- package/build/api/models/frame-v2.d.ts +1 -1
- package/build/api/models/frame-v2.js +1 -1
- package/build/api/models/frame.d.ts +1 -1
- package/build/api/models/frame.js +1 -1
- package/build/api/models/fungible.d.ts +1 -1
- package/build/api/models/fungible.js +1 -1
- package/build/api/models/fungibles-response-schema.d.ts +1 -1
- package/build/api/models/fungibles-response-schema.js +1 -1
- package/build/api/models/get-conversation-messages200-response-messages-inner.d.ts +1 -1
- package/build/api/models/get-conversation-messages200-response-messages-inner.js +1 -1
- package/build/api/models/get-conversation-messages200-response.d.ts +1 -1
- package/build/api/models/get-conversation-messages200-response.js +1 -1
- package/build/api/models/get-deployment-file200-response.d.ts +1 -1
- package/build/api/models/get-deployment-file200-response.js +1 -1
- package/build/api/models/get-deployment-logs200-response.d.ts +1 -1
- package/build/api/models/get-deployment-logs200-response.js +1 -1
- package/build/api/models/get-notification-campaign-stats200-response.d.ts +1 -1
- package/build/api/models/get-notification-campaign-stats200-response.js +1 -1
- package/build/api/models/html-metadata-oembed.d.ts +1 -1
- package/build/api/models/html-metadata-oembed.js +1 -1
- package/build/api/models/html-metadata.d.ts +1 -1
- package/build/api/models/html-metadata.js +1 -1
- package/build/api/models/image-object.d.ts +1 -1
- package/build/api/models/image-object.js +1 -1
- package/build/api/models/index.d.ts +2 -0
- package/build/api/models/index.js +2 -0
- package/build/api/models/invite-channel-member-req-body.d.ts +1 -1
- package/build/api/models/invite-channel-member-req-body.js +1 -1
- package/build/api/models/list-conversations200-response-conversations-inner.d.ts +1 -1
- package/build/api/models/list-conversations200-response-conversations-inner.js +1 -1
- package/build/api/models/list-conversations200-response.d.ts +1 -1
- package/build/api/models/list-conversations200-response.js +1 -1
- package/build/api/models/list-deployment-files200-response-files-inner.d.ts +1 -1
- package/build/api/models/list-deployment-files200-response-files-inner.js +1 -1
- package/build/api/models/list-deployment-files200-response.d.ts +1 -1
- package/build/api/models/list-deployment-files200-response.js +1 -1
- package/build/api/models/list-deployments200-response-inner.d.ts +1 -1
- package/build/api/models/list-deployments200-response-inner.js +1 -1
- package/build/api/models/list-deployments400-response.d.ts +1 -1
- package/build/api/models/list-deployments400-response.js +1 -1
- package/build/api/models/location-address.d.ts +1 -1
- package/build/api/models/location-address.js +1 -1
- package/build/api/models/location.d.ts +1 -1
- package/build/api/models/location.js +1 -1
- package/build/api/models/mark-notifications-as-seen-req-body.d.ts +1 -1
- package/build/api/models/mark-notifications-as-seen-req-body.js +1 -1
- package/build/api/models/mint-nft-request-recipients-inner.d.ts +1 -1
- package/build/api/models/mint-nft-request-recipients-inner.js +1 -1
- package/build/api/models/mint-nft-request.d.ts +1 -1
- package/build/api/models/mint-nft-request.js +1 -1
- package/build/api/models/mint-nft200-response-transactions-inner-receipt.d.ts +1 -1
- package/build/api/models/mint-nft200-response-transactions-inner-receipt.js +1 -1
- package/build/api/models/mint-nft200-response-transactions-inner-recipient.d.ts +1 -1
- package/build/api/models/mint-nft200-response-transactions-inner-recipient.js +1 -1
- package/build/api/models/mint-nft200-response-transactions-inner.d.ts +1 -1
- package/build/api/models/mint-nft200-response-transactions-inner.js +1 -1
- package/build/api/models/mint-nft200-response.d.ts +1 -1
- package/build/api/models/mint-nft200-response.js +1 -1
- package/build/api/models/mute-list-response.d.ts +1 -1
- package/build/api/models/mute-list-response.js +1 -1
- package/build/api/models/mute-record.d.ts +1 -1
- package/build/api/models/mute-record.js +1 -1
- package/build/api/models/mute-req-body.d.ts +1 -1
- package/build/api/models/mute-req-body.js +1 -1
- package/build/api/models/mute-response.d.ts +1 -1
- package/build/api/models/mute-response.js +1 -1
- package/build/api/models/network.d.ts +1 -1
- package/build/api/models/network.js +1 -1
- package/build/api/models/next-cursor.d.ts +1 -1
- package/build/api/models/next-cursor.js +1 -1
- package/build/api/models/nonce-response.d.ts +1 -1
- package/build/api/models/nonce-response.js +1 -1
- package/build/api/models/notification-campaign-stats-error-breakdown.d.ts +1 -1
- package/build/api/models/notification-campaign-stats-error-breakdown.js +1 -1
- package/build/api/models/notification-campaign-stats.d.ts +1 -1
- package/build/api/models/notification-campaign-stats.js +1 -1
- package/build/api/models/notification-campaign.d.ts +1 -1
- package/build/api/models/notification-campaign.js +1 -1
- package/build/api/models/notification-delivery.d.ts +1 -1
- package/build/api/models/notification-delivery.js +1 -1
- package/build/api/models/notification-type.d.ts +1 -1
- package/build/api/models/notification-type.js +1 -1
- package/build/api/models/notification.d.ts +1 -1
- package/build/api/models/notification.js +1 -1
- package/build/api/models/notifications-response.d.ts +1 -1
- package/build/api/models/notifications-response.js +1 -1
- package/build/api/models/oembed-link-data.d.ts +1 -1
- package/build/api/models/oembed-link-data.js +1 -1
- package/build/api/models/oembed-photo-data.d.ts +1 -1
- package/build/api/models/oembed-photo-data.js +1 -1
- package/build/api/models/oembed-rich-data.d.ts +1 -1
- package/build/api/models/oembed-rich-data.js +1 -1
- package/build/api/models/oembed-video-data.d.ts +1 -1
- package/build/api/models/oembed-video-data.js +1 -1
- package/build/api/models/operation-response.d.ts +1 -1
- package/build/api/models/operation-response.js +1 -1
- package/build/api/models/post-cast-req-body-embeds-cast-id-properties.d.ts +1 -1
- package/build/api/models/post-cast-req-body-embeds-cast-id-properties.js +1 -1
- package/build/api/models/post-cast-req-body-embeds-one-of.d.ts +1 -1
- package/build/api/models/post-cast-req-body-embeds-one-of.js +1 -1
- package/build/api/models/post-cast-req-body-embeds-one-of1.d.ts +1 -1
- package/build/api/models/post-cast-req-body-embeds-one-of1.js +1 -1
- package/build/api/models/post-cast-req-body-embeds-one-of2.d.ts +1 -1
- package/build/api/models/post-cast-req-body-embeds-one-of2.js +1 -1
- package/build/api/models/post-cast-req-body-embeds.d.ts +1 -1
- package/build/api/models/post-cast-req-body-embeds.js +1 -1
- package/build/api/models/post-cast-req-body.d.ts +1 -1
- package/build/api/models/post-cast-req-body.js +1 -1
- package/build/api/models/post-cast-response-cast-author.d.ts +1 -1
- package/build/api/models/post-cast-response-cast-author.js +1 -1
- package/build/api/models/post-cast-response-cast.d.ts +1 -1
- package/build/api/models/post-cast-response-cast.js +1 -1
- package/build/api/models/post-cast-response.d.ts +1 -1
- package/build/api/models/post-cast-response.js +1 -1
- package/build/api/models/prompt-deployment-request.d.ts +1 -1
- package/build/api/models/prompt-deployment-request.js +1 -1
- package/build/api/models/prompt-deployment200-response.d.ts +1 -1
- package/build/api/models/prompt-deployment200-response.js +1 -1
- package/build/api/models/reaction-for-cast.d.ts +1 -1
- package/build/api/models/reaction-for-cast.js +1 -1
- package/build/api/models/reaction-like.d.ts +1 -1
- package/build/api/models/reaction-like.js +1 -1
- package/build/api/models/reaction-recast.d.ts +1 -1
- package/build/api/models/reaction-recast.js +1 -1
- package/build/api/models/reaction-req-body.d.ts +1 -1
- package/build/api/models/reaction-req-body.js +1 -1
- package/build/api/models/reaction-type.d.ts +1 -1
- package/build/api/models/reaction-type.js +1 -1
- package/build/api/models/reaction-with-cast-info.d.ts +1 -1
- package/build/api/models/reaction-with-cast-info.js +1 -1
- package/build/api/models/reaction-with-user-info.d.ts +1 -1
- package/build/api/models/reaction-with-user-info.js +1 -1
- package/build/api/models/reactions-cast-response.d.ts +1 -1
- package/build/api/models/reactions-cast-response.js +1 -1
- package/build/api/models/reactions-response.d.ts +1 -1
- package/build/api/models/reactions-response.js +1 -1
- package/build/api/models/reciprocal-follower.d.ts +1 -1
- package/build/api/models/reciprocal-follower.js +1 -1
- package/build/api/models/register-auth-address-developer-managed-signed-key-req-body.d.ts +1 -1
- package/build/api/models/register-auth-address-developer-managed-signed-key-req-body.js +1 -1
- package/build/api/models/register-developer-managed-signed-key-req-body.d.ts +1 -1
- package/build/api/models/register-developer-managed-signed-key-req-body.js +1 -1
- package/build/api/models/register-signed-key-for-developer-managed-auth-address200-response.d.ts +1 -1
- package/build/api/models/register-signed-key-for-developer-managed-auth-address200-response.js +1 -1
- package/build/api/models/register-signer-key-req-body.d.ts +1 -1
- package/build/api/models/register-signer-key-req-body.js +1 -1
- package/build/api/models/register-user-on-chain-req-body-pre-registration-calls-inner.d.ts +1 -1
- package/build/api/models/register-user-on-chain-req-body-pre-registration-calls-inner.js +1 -1
- package/build/api/models/register-user-on-chain-req-body-registration.d.ts +1 -1
- package/build/api/models/register-user-on-chain-req-body-registration.js +1 -1
- package/build/api/models/register-user-on-chain-req-body-signers-inner.d.ts +1 -1
- package/build/api/models/register-user-on-chain-req-body-signers-inner.js +1 -1
- package/build/api/models/register-user-on-chain-req-body.d.ts +1 -1
- package/build/api/models/register-user-on-chain-req-body.js +1 -1
- package/build/api/models/register-user-on-chain-response.d.ts +1 -1
- package/build/api/models/register-user-on-chain-response.js +1 -1
- package/build/api/models/register-user-req-body-metadata.d.ts +1 -1
- package/build/api/models/register-user-req-body-metadata.js +1 -1
- package/build/api/models/register-user-req-body-signer.d.ts +1 -1
- package/build/api/models/register-user-req-body-signer.js +1 -1
- package/build/api/models/register-user-req-body.d.ts +1 -1
- package/build/api/models/register-user-req-body.js +1 -1
- package/build/api/models/register-user-response-signers-inner.d.ts +1 -1
- package/build/api/models/register-user-response-signers-inner.js +1 -1
- package/build/api/models/register-user-response.d.ts +1 -1
- package/build/api/models/register-user-response.js +1 -1
- package/build/api/models/relevant-followers-response.d.ts +1 -1
- package/build/api/models/relevant-followers-response.js +1 -1
- package/build/api/models/relevant-fungible-owners-response.d.ts +1 -1
- package/build/api/models/relevant-fungible-owners-response.js +1 -1
- package/build/api/models/remove-channel-member-req-body.d.ts +1 -1
- package/build/api/models/remove-channel-member-req-body.js +1 -1
- package/build/api/models/remove-verification-req-body.d.ts +1 -1
- package/build/api/models/remove-verification-req-body.js +1 -1
- package/build/api/models/respond-channel-invite-req-body.d.ts +1 -1
- package/build/api/models/respond-channel-invite-req-body.js +1 -1
- package/build/api/models/send-frame-notifications-req-body-filters-near-location.d.ts +1 -1
- package/build/api/models/send-frame-notifications-req-body-filters-near-location.js +1 -1
- package/build/api/models/send-frame-notifications-req-body-filters.d.ts +1 -1
- package/build/api/models/send-frame-notifications-req-body-filters.js +1 -1
- package/build/api/models/send-frame-notifications-req-body-notification.d.ts +1 -1
- package/build/api/models/send-frame-notifications-req-body-notification.js +1 -1
- package/build/api/models/send-frame-notifications-req-body.d.ts +1 -1
- package/build/api/models/send-frame-notifications-req-body.js +1 -1
- package/build/api/models/send-frame-notifications-response.d.ts +1 -1
- package/build/api/models/send-frame-notifications-response.js +1 -1
- package/build/api/models/shared-signer-permission.d.ts +1 -1
- package/build/api/models/shared-signer-permission.js +1 -1
- package/build/api/models/signed-key-request-sponsor.d.ts +1 -1
- package/build/api/models/signed-key-request-sponsor.js +1 -1
- package/build/api/models/signed-message-body-signed-message.d.ts +1 -1
- package/build/api/models/signed-message-body-signed-message.js +1 -1
- package/build/api/models/signed-message-body.d.ts +1 -1
- package/build/api/models/signed-message-body.js +1 -1
- package/build/api/models/signer-list-response.d.ts +1 -1
- package/build/api/models/signer-list-response.js +1 -1
- package/build/api/models/signer-uuid-body.d.ts +1 -1
- package/build/api/models/signer-uuid-body.js +1 -1
- package/build/api/models/signer.d.ts +1 -1
- package/build/api/models/signer.js +1 -1
- package/build/api/models/simulate-nft-mint-response-inner.d.ts +1 -1
- package/build/api/models/simulate-nft-mint-response-inner.js +1 -1
- package/build/api/models/simulate-nft-mint-response.d.ts +1 -1
- package/build/api/models/simulate-nft-mint-response.js +1 -1
- package/build/api/models/start-app-request.d.ts +30 -0
- package/build/api/models/start-app-request.js +15 -0
- package/build/api/models/start-app200-response.d.ts +30 -0
- package/build/api/models/start-app200-response.js +15 -0
- package/build/api/models/storage-allocation.d.ts +1 -1
- package/build/api/models/storage-allocation.js +1 -1
- package/build/api/models/storage-allocations-response.d.ts +1 -1
- package/build/api/models/storage-allocations-response.js +1 -1
- package/build/api/models/storage-object.d.ts +1 -1
- package/build/api/models/storage-object.js +1 -1
- package/build/api/models/storage-usage-response.d.ts +1 -1
- package/build/api/models/storage-usage-response.js +1 -1
- package/build/api/models/subscribed-to-object.d.ts +1 -1
- package/build/api/models/subscribed-to-object.js +1 -1
- package/build/api/models/subscribed-to-response.d.ts +1 -1
- package/build/api/models/subscribed-to-response.js +1 -1
- package/build/api/models/subscribed-to.d.ts +1 -1
- package/build/api/models/subscribed-to.js +1 -1
- package/build/api/models/subscriber.d.ts +1 -1
- package/build/api/models/subscriber.js +1 -1
- package/build/api/models/subscribers-response.d.ts +1 -1
- package/build/api/models/subscribers-response.js +1 -1
- package/build/api/models/subscription-check-response-value.d.ts +1 -1
- package/build/api/models/subscription-check-response-value.js +1 -1
- package/build/api/models/subscription-check-response.d.ts +1 -1
- package/build/api/models/subscription-check-response.js +1 -1
- package/build/api/models/subscription-metadata.d.ts +1 -1
- package/build/api/models/subscription-metadata.js +1 -1
- package/build/api/models/subscription-price.d.ts +1 -1
- package/build/api/models/subscription-price.js +1 -1
- package/build/api/models/subscription-tier-price.d.ts +1 -1
- package/build/api/models/subscription-tier-price.js +1 -1
- package/build/api/models/subscription-tier.d.ts +1 -1
- package/build/api/models/subscription-tier.js +1 -1
- package/build/api/models/subscription-token.d.ts +1 -1
- package/build/api/models/subscription-token.js +1 -1
- package/build/api/models/subscription.d.ts +1 -1
- package/build/api/models/subscription.js +1 -1
- package/build/api/models/subscriptions-response.d.ts +1 -1
- package/build/api/models/subscriptions-response.js +1 -1
- package/build/api/models/subscriptions.d.ts +1 -1
- package/build/api/models/subscriptions.js +1 -1
- package/build/api/models/text-range.d.ts +1 -1
- package/build/api/models/text-range.js +1 -1
- package/build/api/models/token-balance-balance.d.ts +1 -1
- package/build/api/models/token-balance-balance.js +1 -1
- package/build/api/models/token-balance-token.d.ts +1 -1
- package/build/api/models/token-balance-token.js +1 -1
- package/build/api/models/token-balance.d.ts +1 -1
- package/build/api/models/token-balance.js +1 -1
- package/build/api/models/transaction-frame-action.d.ts +1 -1
- package/build/api/models/transaction-frame-action.js +1 -1
- package/build/api/models/transaction-frame-config.d.ts +1 -1
- package/build/api/models/transaction-frame-config.js +1 -1
- package/build/api/models/transaction-frame-destination.d.ts +1 -1
- package/build/api/models/transaction-frame-destination.js +1 -1
- package/build/api/models/transaction-frame-line-item.d.ts +1 -1
- package/build/api/models/transaction-frame-line-item.js +1 -1
- package/build/api/models/transaction-frame-pay.d.ts +1 -1
- package/build/api/models/transaction-frame-pay.js +1 -1
- package/build/api/models/transaction-frame-response.d.ts +1 -1
- package/build/api/models/transaction-frame-response.js +1 -1
- package/build/api/models/transaction-frame-status.d.ts +1 -1
- package/build/api/models/transaction-frame-status.js +1 -1
- package/build/api/models/transaction-frame-type.d.ts +1 -1
- package/build/api/models/transaction-frame-type.js +1 -1
- package/build/api/models/transaction-frame.d.ts +1 -1
- package/build/api/models/transaction-frame.js +1 -1
- package/build/api/models/transaction-send-fungibles-receipt.d.ts +1 -1
- package/build/api/models/transaction-send-fungibles-receipt.js +1 -1
- package/build/api/models/transaction-send-fungibles-recipient.d.ts +1 -1
- package/build/api/models/transaction-send-fungibles-recipient.js +1 -1
- package/build/api/models/transaction-send-fungibles-req-body.d.ts +1 -1
- package/build/api/models/transaction-send-fungibles-req-body.js +1 -1
- package/build/api/models/transaction-send-fungibles-response.d.ts +1 -1
- package/build/api/models/transaction-send-fungibles-response.js +1 -1
- package/build/api/models/transaction-send-tx-info.d.ts +1 -1
- package/build/api/models/transaction-send-tx-info.js +1 -1
- package/build/api/models/trending-channel-response.d.ts +1 -1
- package/build/api/models/trending-channel-response.js +1 -1
- package/build/api/models/update-user-req-body-location.d.ts +1 -1
- package/build/api/models/update-user-req-body-location.js +1 -1
- package/build/api/models/update-user-req-body-verified-accounts.d.ts +1 -1
- package/build/api/models/update-user-req-body-verified-accounts.js +1 -1
- package/build/api/models/update-user-req-body.d.ts +1 -1
- package/build/api/models/update-user-req-body.js +1 -1
- package/build/api/models/update-user207-response-errors-inner.d.ts +1 -1
- package/build/api/models/update-user207-response-errors-inner.js +1 -1
- package/build/api/models/update-user207-response.d.ts +1 -1
- package/build/api/models/update-user207-response.js +1 -1
- package/build/api/models/upload-image-url-request.d.ts +1 -1
- package/build/api/models/upload-image-url-request.js +1 -1
- package/build/api/models/upload-image200-response.d.ts +1 -1
- package/build/api/models/upload-image200-response.js +1 -1
- package/build/api/models/user-auth-addresses-inner.d.ts +1 -1
- package/build/api/models/user-auth-addresses-inner.js +1 -1
- package/build/api/models/user-dehydrated.d.ts +1 -1
- package/build/api/models/user-dehydrated.js +1 -1
- package/build/api/models/user-experimental.d.ts +1 -1
- package/build/api/models/user-experimental.js +1 -1
- package/build/api/models/user-fidresponse.d.ts +1 -1
- package/build/api/models/user-fidresponse.js +1 -1
- package/build/api/models/user-power-lite-response-result.d.ts +1 -1
- package/build/api/models/user-power-lite-response-result.js +1 -1
- package/build/api/models/user-power-lite-response.d.ts +1 -1
- package/build/api/models/user-power-lite-response.js +1 -1
- package/build/api/models/user-pro.d.ts +1 -1
- package/build/api/models/user-pro.js +1 -1
- package/build/api/models/user-profile-banner.d.ts +1 -1
- package/build/api/models/user-profile-banner.js +1 -1
- package/build/api/models/user-profile-bio.d.ts +1 -1
- package/build/api/models/user-profile-bio.js +1 -1
- package/build/api/models/user-profile.d.ts +1 -1
- package/build/api/models/user-profile.js +1 -1
- package/build/api/models/user-response.d.ts +1 -1
- package/build/api/models/user-response.js +1 -1
- package/build/api/models/user-search-response-result.d.ts +1 -1
- package/build/api/models/user-search-response-result.js +1 -1
- package/build/api/models/user-search-response.d.ts +1 -1
- package/build/api/models/user-search-response.js +1 -1
- package/build/api/models/user-verified-accounts-inner.d.ts +1 -1
- package/build/api/models/user-verified-accounts-inner.js +1 -1
- package/build/api/models/user-verified-addresses-primary.d.ts +1 -1
- package/build/api/models/user-verified-addresses-primary.js +1 -1
- package/build/api/models/user-verified-addresses.d.ts +1 -1
- package/build/api/models/user-verified-addresses.js +1 -1
- package/build/api/models/user-viewer-context.d.ts +1 -1
- package/build/api/models/user-viewer-context.js +1 -1
- package/build/api/models/user.d.ts +1 -1
- package/build/api/models/user.js +1 -1
- package/build/api/models/users-active-channels-response.d.ts +1 -1
- package/build/api/models/users-active-channels-response.js +1 -1
- package/build/api/models/users-response.d.ts +1 -1
- package/build/api/models/users-response.js +1 -1
- package/build/api/models/verification-chain-id.d.ts +1 -1
- package/build/api/models/verification-chain-id.js +1 -1
- package/build/api/models/verification-type.d.ts +1 -1
- package/build/api/models/verification-type.js +1 -1
- package/build/api/models/video-object.d.ts +1 -1
- package/build/api/models/video-object.js +1 -1
- package/build/api/models/webhook-delete-req-body.d.ts +1 -1
- package/build/api/models/webhook-delete-req-body.js +1 -1
- package/build/api/models/webhook-list-response.d.ts +1 -1
- package/build/api/models/webhook-list-response.js +1 -1
- package/build/api/models/webhook-patch-req-body.d.ts +1 -1
- package/build/api/models/webhook-patch-req-body.js +1 -1
- package/build/api/models/webhook-post-req-body.d.ts +1 -1
- package/build/api/models/webhook-post-req-body.js +1 -1
- package/build/api/models/webhook-put-req-body.d.ts +1 -1
- package/build/api/models/webhook-put-req-body.js +1 -1
- package/build/api/models/webhook-response.d.ts +1 -1
- package/build/api/models/webhook-response.js +1 -1
- package/build/api/models/webhook-secret.d.ts +1 -1
- package/build/api/models/webhook-secret.js +1 -1
- package/build/api/models/webhook-subscription-filters-cast.d.ts +1 -1
- package/build/api/models/webhook-subscription-filters-cast.js +1 -1
- package/build/api/models/webhook-subscription-filters-follow.d.ts +1 -1
- package/build/api/models/webhook-subscription-filters-follow.js +1 -1
- package/build/api/models/webhook-subscription-filters-reaction.d.ts +1 -1
- package/build/api/models/webhook-subscription-filters-reaction.js +1 -1
- package/build/api/models/webhook-subscription-filters-trade.d.ts +1 -1
- package/build/api/models/webhook-subscription-filters-trade.js +1 -1
- package/build/api/models/webhook-subscription-filters-user-updated.d.ts +1 -1
- package/build/api/models/webhook-subscription-filters-user-updated.js +1 -1
- package/build/api/models/webhook-subscription-filters.d.ts +1 -1
- package/build/api/models/webhook-subscription-filters.js +1 -1
- package/build/api/models/webhook-subscription.d.ts +1 -1
- package/build/api/models/webhook-subscription.js +1 -1
- package/build/api/models/webhook.d.ts +1 -1
- package/build/api/models/webhook.js +1 -1
- package/build/api/models/zod-error-errors-inner.d.ts +1 -1
- package/build/api/models/zod-error-errors-inner.js +1 -1
- package/build/api/models/zod-error.d.ts +1 -1
- package/build/api/models/zod-error.js +1 -1
- package/build/clients/NeynarAPIClient.d.ts +67 -14
- package/build/clients/NeynarAPIClient.js +65 -7
- package/build/hub-api/apis/casts-api.d.ts +4 -4
- package/build/hub-api/apis/fids-api.d.ts +1 -1
- package/build/hub-api/apis/hub-events-api.d.ts +2 -2
- package/build/hub-api/apis/info-api.d.ts +1 -1
- package/build/hub-api/apis/links-api.d.ts +3 -3
- package/build/hub-api/apis/message-api.d.ts +2 -2
- package/build/hub-api/apis/on-chain-events-api.d.ts +3 -3
- package/build/hub-api/apis/reactions-api.d.ts +4 -4
- package/build/hub-api/apis/storage-api.d.ts +1 -1
- package/build/hub-api/apis/user-data-api.d.ts +1 -1
- package/build/hub-api/apis/usernames-api.d.ts +2 -2
- package/build/hub-api/apis/verifications-api.d.ts +1 -1
- package/build/hub-api/common.d.ts +1 -1
- package/build/types/webhooks.d.ts +5 -1
- package/package.json +2 -1
package/build/api/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/build/api/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -130,5 +130,5 @@ export declare class ActionApi extends BaseAPI implements ActionApiInterface {
|
|
|
130
130
|
*/
|
|
131
131
|
publishFarcasterAction(requestParameters: ActionApiPublishFarcasterActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
132
132
|
[key: string]: any;
|
|
133
|
-
}, any>>;
|
|
133
|
+
}, any, {}>>;
|
|
134
134
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -288,7 +288,7 @@ export declare class AgentsApi extends BaseAPI implements AgentsApiInterface {
|
|
|
288
288
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/create-transaction-pay-frame)
|
|
289
289
|
*
|
|
290
290
|
*/
|
|
291
|
-
createTransactionPayFrame(requestParameters: AgentsApiCreateTransactionPayFrameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionFrameResponse, any>>;
|
|
291
|
+
createTransactionPayFrame(requestParameters: AgentsApiCreateTransactionPayFrameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionFrameResponse, any, {}>>;
|
|
292
292
|
/**
|
|
293
293
|
* Returns a list of interactions between two users
|
|
294
294
|
* @summary User interactions
|
|
@@ -301,7 +301,7 @@ export declare class AgentsApi extends BaseAPI implements AgentsApiInterface {
|
|
|
301
301
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-user-interactions)
|
|
302
302
|
*
|
|
303
303
|
*/
|
|
304
|
-
fetchUserInteractions(requestParameters: AgentsApiFetchUserInteractionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FetchUserInteractions200Response, any>>;
|
|
304
|
+
fetchUserInteractions(requestParameters: AgentsApiFetchUserInteractionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FetchUserInteractions200Response, any, {}>>;
|
|
305
305
|
/**
|
|
306
306
|
* 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.
|
|
307
307
|
* @summary Cast conversation summary
|
|
@@ -314,7 +314,7 @@ export declare class AgentsApi extends BaseAPI implements AgentsApiInterface {
|
|
|
314
314
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/lookup-cast-conversation-summary)
|
|
315
315
|
*
|
|
316
316
|
*/
|
|
317
|
-
lookupCastConversationSummary(requestParameters: AgentsApiLookupCastConversationSummaryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConversationSummary, any>>;
|
|
317
|
+
lookupCastConversationSummary(requestParameters: AgentsApiLookupCastConversationSummaryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConversationSummary, any, {}>>;
|
|
318
318
|
}
|
|
319
319
|
/**
|
|
320
320
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -277,7 +277,7 @@ export declare class AppHostApi extends BaseAPI implements AppHostApiInterface {
|
|
|
277
277
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/app-host-get-event)
|
|
278
278
|
*
|
|
279
279
|
*/
|
|
280
|
-
appHostGetEvent(requestParameters: AppHostApiAppHostGetEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostGetEventResponse, any>>;
|
|
280
|
+
appHostGetEvent(requestParameters: AppHostApiAppHostGetEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostGetEventResponse, any, {}>>;
|
|
281
281
|
/**
|
|
282
282
|
* Returns the current notification state for a specific user across all mini app domains in this app host. Shows which domains have notifications enabled.
|
|
283
283
|
* @summary Enabled notifications
|
|
@@ -290,7 +290,7 @@ export declare class AppHostApi extends BaseAPI implements AppHostApiInterface {
|
|
|
290
290
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/app-host-get-user-state)
|
|
291
291
|
*
|
|
292
292
|
*/
|
|
293
|
-
appHostGetUserState(requestParameters: AppHostApiAppHostGetUserStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostUserStateResponse, any>>;
|
|
293
|
+
appHostGetUserState(requestParameters: AppHostApiAppHostGetUserStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostUserStateResponse, any, {}>>;
|
|
294
294
|
/**
|
|
295
295
|
* 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.
|
|
296
296
|
* @summary Send event
|
|
@@ -303,7 +303,7 @@ export declare class AppHostApi extends BaseAPI implements AppHostApiInterface {
|
|
|
303
303
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/app-host-post-event)
|
|
304
304
|
*
|
|
305
305
|
*/
|
|
306
|
-
appHostPostEvent(requestParameters: AppHostApiAppHostPostEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostPostEventResponse, any>>;
|
|
306
|
+
appHostPostEvent(requestParameters: AppHostApiAppHostPostEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostPostEventResponse, any, {}>>;
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
309
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -188,7 +188,7 @@ export declare class AuthAddressApi extends BaseAPI implements AuthAddressApiInt
|
|
|
188
188
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/lookup-developer-managed-auth-address)
|
|
189
189
|
*
|
|
190
190
|
*/
|
|
191
|
-
lookupDeveloperManagedAuthAddress(requestParameters: AuthAddressApiLookupDeveloperManagedAuthAddressRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegisterSignedKeyForDeveloperManagedAuthAddress200Response, any>>;
|
|
191
|
+
lookupDeveloperManagedAuthAddress(requestParameters: AuthAddressApiLookupDeveloperManagedAuthAddressRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegisterSignedKeyForDeveloperManagedAuthAddress200Response, any, {}>>;
|
|
192
192
|
/**
|
|
193
193
|
* Allow apps to register an Ethereum addresses as authorized \"auth addresses\" for a user\'s Farcaster account, enabling seamless Sign-In With Farcaster (SIWF) across applications without repeated custody wallet authorizations.
|
|
194
194
|
* @summary Register Signed Key
|
|
@@ -201,5 +201,5 @@ export declare class AuthAddressApi extends BaseAPI implements AuthAddressApiInt
|
|
|
201
201
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/register-signed-key-for-developer-managed-auth-address)
|
|
202
202
|
*
|
|
203
203
|
*/
|
|
204
|
-
registerSignedKeyForDeveloperManagedAuthAddress(requestParameters: AuthAddressApiRegisterSignedKeyForDeveloperManagedAuthAddressRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegisterSignedKeyForDeveloperManagedAuthAddress200Response, any>>;
|
|
204
|
+
registerSignedKeyForDeveloperManagedAuthAddress(requestParameters: AuthAddressApiRegisterSignedKeyForDeveloperManagedAuthAddressRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegisterSignedKeyForDeveloperManagedAuthAddress200Response, any, {}>>;
|
|
205
205
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -276,7 +276,7 @@ export declare class BanApi extends BaseAPI implements BanApiInterface {
|
|
|
276
276
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/delete-bans)
|
|
277
277
|
*
|
|
278
278
|
*/
|
|
279
|
-
deleteBans(requestParameters: BanApiDeleteBansRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanResponse, any>>;
|
|
279
|
+
deleteBans(requestParameters: BanApiDeleteBansRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanResponse, any, {}>>;
|
|
280
280
|
/**
|
|
281
281
|
* Fetches all FIDs that your app has banned.
|
|
282
282
|
* @summary Banned FIDs of app
|
|
@@ -289,7 +289,7 @@ export declare class BanApi extends BaseAPI implements BanApiInterface {
|
|
|
289
289
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-ban-list)
|
|
290
290
|
*
|
|
291
291
|
*/
|
|
292
|
-
fetchBanList(requestParameters?: BanApiFetchBanListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanListResponse, any>>;
|
|
292
|
+
fetchBanList(requestParameters?: BanApiFetchBanListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanListResponse, any, {}>>;
|
|
293
293
|
/**
|
|
294
294
|
* Bans a list of FIDs from the app associated with your API key. Banned users, their casts and reactions will not appear in feeds.
|
|
295
295
|
* @summary Ban FIDs from app
|
|
@@ -302,5 +302,5 @@ export declare class BanApi extends BaseAPI implements BanApiInterface {
|
|
|
302
302
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/publish-bans)
|
|
303
303
|
*
|
|
304
304
|
*/
|
|
305
|
-
publishBans(requestParameters: BanApiPublishBansRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanResponse, any>>;
|
|
305
|
+
publishBans(requestParameters: BanApiPublishBansRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanResponse, any, {}>>;
|
|
306
306
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -298,7 +298,7 @@ export declare class BlockApi extends BaseAPI implements BlockApiInterface {
|
|
|
298
298
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/delete-block)
|
|
299
299
|
*
|
|
300
300
|
*/
|
|
301
|
-
deleteBlock(requestParameters: BlockApiDeleteBlockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any>>;
|
|
301
|
+
deleteBlock(requestParameters: BlockApiDeleteBlockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any, {}>>;
|
|
302
302
|
/**
|
|
303
303
|
* Fetches all FIDs that a user has blocked or has been blocked by
|
|
304
304
|
* @summary Blocked / Blocked by FIDs
|
|
@@ -311,7 +311,7 @@ export declare class BlockApi extends BaseAPI implements BlockApiInterface {
|
|
|
311
311
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-block-list)
|
|
312
312
|
*
|
|
313
313
|
*/
|
|
314
|
-
fetchBlockList(requestParameters?: BlockApiFetchBlockListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BlockListResponse, any>>;
|
|
314
|
+
fetchBlockList(requestParameters?: BlockApiFetchBlockListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BlockListResponse, any, {}>>;
|
|
315
315
|
/**
|
|
316
316
|
* Adds a block for a given FID.
|
|
317
317
|
* @summary Block FID
|
|
@@ -324,5 +324,5 @@ export declare class BlockApi extends BaseAPI implements BlockApiInterface {
|
|
|
324
324
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/publish-block)
|
|
325
325
|
*
|
|
326
326
|
*/
|
|
327
|
-
publishBlock(requestParameters: BlockApiPublishBlockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any>>;
|
|
327
|
+
publishBlock(requestParameters: BlockApiPublishBlockRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any, {}>>;
|
|
328
328
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -905,7 +905,7 @@ export declare class CastApi extends BaseAPI implements CastApiInterface {
|
|
|
905
905
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/delete-cast)
|
|
906
906
|
*
|
|
907
907
|
*/
|
|
908
|
-
deleteCast(requestParameters: CastApiDeleteCastRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any>>;
|
|
908
|
+
deleteCast(requestParameters: CastApiDeleteCastRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any, {}>>;
|
|
909
909
|
/**
|
|
910
910
|
* Fetch multiple casts using their respective hashes.
|
|
911
911
|
* @summary Bulk fetch casts
|
|
@@ -918,7 +918,7 @@ export declare class CastApi extends BaseAPI implements CastApiInterface {
|
|
|
918
918
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-bulk-casts)
|
|
919
919
|
*
|
|
920
920
|
*/
|
|
921
|
-
fetchBulkCasts(requestParameters: CastApiFetchBulkCastsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CastsResponse, any>>;
|
|
921
|
+
fetchBulkCasts(requestParameters: CastApiFetchBulkCastsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CastsResponse, any, {}>>;
|
|
922
922
|
/**
|
|
923
923
|
* Fetch casts that quote a given cast
|
|
924
924
|
* @summary Cast Quotes
|
|
@@ -931,7 +931,7 @@ export declare class CastApi extends BaseAPI implements CastApiInterface {
|
|
|
931
931
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-cast-quotes)
|
|
932
932
|
*
|
|
933
933
|
*/
|
|
934
|
-
fetchCastQuotes(requestParameters: CastApiFetchCastQuotesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FetchCastQuotes200Response, any>>;
|
|
934
|
+
fetchCastQuotes(requestParameters: CastApiFetchCastQuotesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FetchCastQuotes200Response, any, {}>>;
|
|
935
935
|
/**
|
|
936
936
|
* Crawls the given URL and returns metadata useful when embedding the URL in a cast.
|
|
937
937
|
* @summary Embedded URL metadata
|
|
@@ -944,7 +944,7 @@ export declare class CastApi extends BaseAPI implements CastApiInterface {
|
|
|
944
944
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-embedded-url-metadata)
|
|
945
945
|
*
|
|
946
946
|
*/
|
|
947
|
-
fetchEmbeddedUrlMetadata(requestParameters: CastApiFetchEmbeddedUrlMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CastEmbedCrawlResponse, any>>;
|
|
947
|
+
fetchEmbeddedUrlMetadata(requestParameters: CastApiFetchEmbeddedUrlMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CastEmbedCrawlResponse, any, {}>>;
|
|
948
948
|
/**
|
|
949
949
|
* Gets information about an individual cast by passing in a Farcaster web URL or cast hash
|
|
950
950
|
* @summary By hash or URL
|
|
@@ -957,7 +957,7 @@ export declare class CastApi extends BaseAPI implements CastApiInterface {
|
|
|
957
957
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/lookup-cast-by-hash-or-url)
|
|
958
958
|
*
|
|
959
959
|
*/
|
|
960
|
-
lookupCastByHashOrUrl(requestParameters: CastApiLookupCastByHashOrUrlRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CastResponse, any>>;
|
|
960
|
+
lookupCastByHashOrUrl(requestParameters: CastApiLookupCastByHashOrUrlRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CastResponse, any, {}>>;
|
|
961
961
|
/**
|
|
962
962
|
* Gets all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Includes all the ancestors of a cast up to the root parent in a chronological order. Includes all direct_replies to the cast up to the reply_depth specified in the query parameter.
|
|
963
963
|
* @summary Conversation for a cast
|
|
@@ -970,7 +970,7 @@ export declare class CastApi extends BaseAPI implements CastApiInterface {
|
|
|
970
970
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/lookup-cast-conversation)
|
|
971
971
|
*
|
|
972
972
|
*/
|
|
973
|
-
lookupCastConversation(requestParameters: CastApiLookupCastConversationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Conversation, any>>;
|
|
973
|
+
lookupCastConversation(requestParameters: CastApiLookupCastConversationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Conversation, any, {}>>;
|
|
974
974
|
/**
|
|
975
975
|
* Posts a cast or cast reply. Works with mentions and embeds. (In order to post a cast `signer_uuid` must be approved)
|
|
976
976
|
* @summary Post a cast
|
|
@@ -983,7 +983,7 @@ export declare class CastApi extends BaseAPI implements CastApiInterface {
|
|
|
983
983
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/publish-cast)
|
|
984
984
|
*
|
|
985
985
|
*/
|
|
986
|
-
publishCast(requestParameters: CastApiPublishCastRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PostCastResponse, any>>;
|
|
986
|
+
publishCast(requestParameters: CastApiPublishCastRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PostCastResponse, any, {}>>;
|
|
987
987
|
/**
|
|
988
988
|
* Search for casts based on a query string, with optional AND filters
|
|
989
989
|
* @summary Search for casts
|
|
@@ -996,7 +996,7 @@ export declare class CastApi extends BaseAPI implements CastApiInterface {
|
|
|
996
996
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/search-casts)
|
|
997
997
|
*
|
|
998
998
|
*/
|
|
999
|
-
searchCasts(requestParameters: CastApiSearchCastsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CastsSearchResponse, any>>;
|
|
999
|
+
searchCasts(requestParameters: CastApiSearchCastsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CastsSearchResponse, any, {}>>;
|
|
1000
1000
|
}
|
|
1001
1001
|
/**
|
|
1002
1002
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1495,7 +1495,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1495
1495
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-all-channels)
|
|
1496
1496
|
*
|
|
1497
1497
|
*/
|
|
1498
|
-
fetchAllChannels(requestParameters?: ChannelApiFetchAllChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelListResponse, any>>;
|
|
1498
|
+
fetchAllChannels(requestParameters?: ChannelApiFetchAllChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelListResponse, any, {}>>;
|
|
1499
1499
|
/**
|
|
1500
1500
|
* Returns details of multiple channels
|
|
1501
1501
|
* @summary Bulk fetch
|
|
@@ -1508,7 +1508,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1508
1508
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-bulk-channels)
|
|
1509
1509
|
*
|
|
1510
1510
|
*/
|
|
1511
|
-
fetchBulkChannels(requestParameters: ChannelApiFetchBulkChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelResponseBulk, any>>;
|
|
1511
|
+
fetchBulkChannels(requestParameters: ChannelApiFetchBulkChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelResponseBulk, any, {}>>;
|
|
1512
1512
|
/**
|
|
1513
1513
|
* Fetch a list of invites, either in a channel or for a user. If both are provided, open channel invite for that user is returned.
|
|
1514
1514
|
* @summary Open invites
|
|
@@ -1521,7 +1521,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1521
1521
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-channel-invites)
|
|
1522
1522
|
*
|
|
1523
1523
|
*/
|
|
1524
|
-
fetchChannelInvites(requestParameters?: ChannelApiFetchChannelInvitesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelMemberInviteListResponse, any>>;
|
|
1524
|
+
fetchChannelInvites(requestParameters?: ChannelApiFetchChannelInvitesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelMemberInviteListResponse, any, {}>>;
|
|
1525
1525
|
/**
|
|
1526
1526
|
* Fetch a list of members in a channel
|
|
1527
1527
|
* @summary Fetch members
|
|
@@ -1534,7 +1534,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1534
1534
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-channel-members)
|
|
1535
1535
|
*
|
|
1536
1536
|
*/
|
|
1537
|
-
fetchChannelMembers(requestParameters: ChannelApiFetchChannelMembersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelMemberListResponse, any>>;
|
|
1537
|
+
fetchChannelMembers(requestParameters: ChannelApiFetchChannelMembersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelMemberListResponse, any, {}>>;
|
|
1538
1538
|
/**
|
|
1539
1539
|
* Returns a list of followers for a specific channel. Max limit is 1000. Use cursor for pagination.
|
|
1540
1540
|
* @summary For channel
|
|
@@ -1547,7 +1547,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1547
1547
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-followers-for-a-channel)
|
|
1548
1548
|
*
|
|
1549
1549
|
*/
|
|
1550
|
-
fetchFollowersForAChannel(requestParameters: ChannelApiFetchFollowersForAChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UsersResponse, any>>;
|
|
1550
|
+
fetchFollowersForAChannel(requestParameters: ChannelApiFetchFollowersForAChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UsersResponse, any, {}>>;
|
|
1551
1551
|
/**
|
|
1552
1552
|
* Returns a list of relevant channel followers for a specific FID. This usually shows on a channel as \"X, Y, Z follow this channel\".
|
|
1553
1553
|
* @summary Relevant followers
|
|
@@ -1560,7 +1560,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1560
1560
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-relevant-followers-for-a-channel)
|
|
1561
1561
|
*
|
|
1562
1562
|
*/
|
|
1563
|
-
fetchRelevantFollowersForAChannel(requestParameters: ChannelApiFetchRelevantFollowersForAChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RelevantFollowersResponse, any>>;
|
|
1563
|
+
fetchRelevantFollowersForAChannel(requestParameters: ChannelApiFetchRelevantFollowersForAChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RelevantFollowersResponse, any, {}>>;
|
|
1564
1564
|
/**
|
|
1565
1565
|
* Returns a list of trending channels based on activity
|
|
1566
1566
|
* @summary Channels by activity
|
|
@@ -1573,7 +1573,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1573
1573
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-trending-channels)
|
|
1574
1574
|
*
|
|
1575
1575
|
*/
|
|
1576
|
-
fetchTrendingChannels(requestParameters?: ChannelApiFetchTrendingChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TrendingChannelResponse, any>>;
|
|
1576
|
+
fetchTrendingChannels(requestParameters?: ChannelApiFetchTrendingChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TrendingChannelResponse, any, {}>>;
|
|
1577
1577
|
/**
|
|
1578
1578
|
* Returns a list of all channels with their details that an FID is a member of. Data may have a delay of up to 1 hour.
|
|
1579
1579
|
* @summary Member of
|
|
@@ -1586,7 +1586,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1586
1586
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-user-channel-memberships)
|
|
1587
1587
|
*
|
|
1588
1588
|
*/
|
|
1589
|
-
fetchUserChannelMemberships(requestParameters: ChannelApiFetchUserChannelMembershipsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelMemberListResponse, any>>;
|
|
1589
|
+
fetchUserChannelMemberships(requestParameters: ChannelApiFetchUserChannelMembershipsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelMemberListResponse, any, {}>>;
|
|
1590
1590
|
/**
|
|
1591
1591
|
* Returns a list of all channels with their details that a FID follows.
|
|
1592
1592
|
* @summary Following
|
|
@@ -1599,7 +1599,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1599
1599
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-user-channels)
|
|
1600
1600
|
*
|
|
1601
1601
|
*/
|
|
1602
|
-
fetchUserChannels(requestParameters: ChannelApiFetchUserChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelListResponse, any>>;
|
|
1602
|
+
fetchUserChannels(requestParameters: ChannelApiFetchUserChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelListResponse, any, {}>>;
|
|
1603
1603
|
/**
|
|
1604
1604
|
* Fetches all channels that a user has casted in, in reverse chronological order.
|
|
1605
1605
|
* @summary Fetch channels that user is active in
|
|
@@ -1612,7 +1612,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1612
1612
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-users-active-channels)
|
|
1613
1613
|
*
|
|
1614
1614
|
*/
|
|
1615
|
-
fetchUsersActiveChannels(requestParameters: ChannelApiFetchUsersActiveChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UsersActiveChannelsResponse, any>>;
|
|
1615
|
+
fetchUsersActiveChannels(requestParameters: ChannelApiFetchUsersActiveChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UsersActiveChannelsResponse, any, {}>>;
|
|
1616
1616
|
/**
|
|
1617
1617
|
* Follow a channel
|
|
1618
1618
|
* @summary Follow a channel
|
|
@@ -1625,7 +1625,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1625
1625
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/follow-channel)
|
|
1626
1626
|
*
|
|
1627
1627
|
*/
|
|
1628
|
-
followChannel(requestParameters: ChannelApiFollowChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any>>;
|
|
1628
|
+
followChannel(requestParameters: ChannelApiFollowChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any, {}>>;
|
|
1629
1629
|
/**
|
|
1630
1630
|
* Invite a user to a channel
|
|
1631
1631
|
* @summary Invite
|
|
@@ -1638,7 +1638,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1638
1638
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/invite-channel-member)
|
|
1639
1639
|
*
|
|
1640
1640
|
*/
|
|
1641
|
-
inviteChannelMember(requestParameters: ChannelApiInviteChannelMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any>>;
|
|
1641
|
+
inviteChannelMember(requestParameters: ChannelApiInviteChannelMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any, {}>>;
|
|
1642
1642
|
/**
|
|
1643
1643
|
* Returns details of a channel
|
|
1644
1644
|
* @summary By ID or parent_url
|
|
@@ -1651,7 +1651,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1651
1651
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/lookup-channel)
|
|
1652
1652
|
*
|
|
1653
1653
|
*/
|
|
1654
|
-
lookupChannel(requestParameters: ChannelApiLookupChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelResponse, any>>;
|
|
1654
|
+
lookupChannel(requestParameters: ChannelApiLookupChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelResponse, any, {}>>;
|
|
1655
1655
|
/**
|
|
1656
1656
|
* Remove a user from a channel or a user\'s invite to a channel role
|
|
1657
1657
|
* @summary Remove user
|
|
@@ -1664,7 +1664,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1664
1664
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/remove-channel-member)
|
|
1665
1665
|
*
|
|
1666
1666
|
*/
|
|
1667
|
-
removeChannelMember(requestParameters: ChannelApiRemoveChannelMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any>>;
|
|
1667
|
+
removeChannelMember(requestParameters: ChannelApiRemoveChannelMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any, {}>>;
|
|
1668
1668
|
/**
|
|
1669
1669
|
* Accept or reject a channel invite
|
|
1670
1670
|
* @summary Accept or reject an invite
|
|
@@ -1677,7 +1677,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1677
1677
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/respond-channel-invite)
|
|
1678
1678
|
*
|
|
1679
1679
|
*/
|
|
1680
|
-
respondChannelInvite(requestParameters: ChannelApiRespondChannelInviteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any>>;
|
|
1680
|
+
respondChannelInvite(requestParameters: ChannelApiRespondChannelInviteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any, {}>>;
|
|
1681
1681
|
/**
|
|
1682
1682
|
* Returns a list of channels based on ID or name
|
|
1683
1683
|
* @summary Search by ID or name
|
|
@@ -1690,7 +1690,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1690
1690
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/search-channels)
|
|
1691
1691
|
*
|
|
1692
1692
|
*/
|
|
1693
|
-
searchChannels(requestParameters: ChannelApiSearchChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelSearchResponse, any>>;
|
|
1693
|
+
searchChannels(requestParameters: ChannelApiSearchChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChannelSearchResponse, any, {}>>;
|
|
1694
1694
|
/**
|
|
1695
1695
|
* Unfollow a channel
|
|
1696
1696
|
* @summary Unfollow a channel
|
|
@@ -1703,7 +1703,7 @@ export declare class ChannelApi extends BaseAPI implements ChannelApiInterface {
|
|
|
1703
1703
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/unfollow-channel)
|
|
1704
1704
|
*
|
|
1705
1705
|
*/
|
|
1706
|
-
unfollowChannel(requestParameters: ChannelApiUnfollowChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any>>;
|
|
1706
|
+
unfollowChannel(requestParameters: ChannelApiUnfollowChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OperationResponse, any, {}>>;
|
|
1707
1707
|
}
|
|
1708
1708
|
/**
|
|
1709
1709
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Neynar API
|
|
6
6
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.79.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
|
* Neynar API
|
|
3
3
|
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.79.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1292,7 +1292,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1292
1292
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-casts-for-user)
|
|
1293
1293
|
*
|
|
1294
1294
|
*/
|
|
1295
|
-
fetchCastsForUser(requestParameters: FeedApiFetchCastsForUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any>>;
|
|
1295
|
+
fetchCastsForUser(requestParameters: FeedApiFetchCastsForUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any, {}>>;
|
|
1296
1296
|
/**
|
|
1297
1297
|
* Fetch casts based on filters. Ensure setting the correct parameters based on the feed_type and filter_type.
|
|
1298
1298
|
* @summary By filters
|
|
@@ -1305,7 +1305,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1305
1305
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-feed)
|
|
1306
1306
|
*
|
|
1307
1307
|
*/
|
|
1308
|
-
fetchFeed(requestParameters?: FeedApiFetchFeedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any>>;
|
|
1308
|
+
fetchFeed(requestParameters?: FeedApiFetchFeedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any, {}>>;
|
|
1309
1309
|
/**
|
|
1310
1310
|
* Fetch feed based on channel IDs
|
|
1311
1311
|
* @summary By channel IDs
|
|
@@ -1318,7 +1318,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1318
1318
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-feed-by-channel-ids)
|
|
1319
1319
|
*
|
|
1320
1320
|
*/
|
|
1321
|
-
fetchFeedByChannelIds(requestParameters: FeedApiFetchFeedByChannelIdsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any>>;
|
|
1321
|
+
fetchFeedByChannelIds(requestParameters: FeedApiFetchFeedByChannelIdsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any, {}>>;
|
|
1322
1322
|
/**
|
|
1323
1323
|
* Fetch feed based on parent URLs
|
|
1324
1324
|
* @summary By parent URLs
|
|
@@ -1331,7 +1331,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1331
1331
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-feed-by-parent-urls)
|
|
1332
1332
|
*
|
|
1333
1333
|
*/
|
|
1334
|
-
fetchFeedByParentUrls(requestParameters: FeedApiFetchFeedByParentUrlsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any>>;
|
|
1334
|
+
fetchFeedByParentUrls(requestParameters: FeedApiFetchFeedByParentUrlsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any, {}>>;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* Fetch a personalized For You feed for a user
|
|
1337
1337
|
* @summary For you
|
|
@@ -1344,7 +1344,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1344
1344
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-feed-for-you)
|
|
1345
1345
|
*
|
|
1346
1346
|
*/
|
|
1347
|
-
fetchFeedForYou(requestParameters: FeedApiFetchFeedForYouRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any>>;
|
|
1347
|
+
fetchFeedForYou(requestParameters: FeedApiFetchFeedForYouRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any, {}>>;
|
|
1348
1348
|
/**
|
|
1349
1349
|
* Fetch 10 most popular casts for a given user FID; popularity based on replies, likes and recasts; sorted by most popular first
|
|
1350
1350
|
* @summary 10 most popular casts
|
|
@@ -1357,7 +1357,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1357
1357
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-popular-casts-by-user)
|
|
1358
1358
|
*
|
|
1359
1359
|
*/
|
|
1360
|
-
fetchPopularCastsByUser(requestParameters: FeedApiFetchPopularCastsByUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BulkCastsResponse, any>>;
|
|
1360
|
+
fetchPopularCastsByUser(requestParameters: FeedApiFetchPopularCastsByUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BulkCastsResponse, any, {}>>;
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Fetch recent replies and recasts for a given user FID; sorted by most recent first
|
|
1363
1363
|
* @summary Replies and recasts
|
|
@@ -1370,7 +1370,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1370
1370
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-replies-and-recasts-for-user)
|
|
1371
1371
|
*
|
|
1372
1372
|
*/
|
|
1373
|
-
fetchRepliesAndRecastsForUser(requestParameters: FeedApiFetchRepliesAndRecastsForUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any>>;
|
|
1373
|
+
fetchRepliesAndRecastsForUser(requestParameters: FeedApiFetchRepliesAndRecastsForUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any, {}>>;
|
|
1374
1374
|
/**
|
|
1375
1375
|
* Fetch trending casts or on the global feed or channels feeds. 7d time window available for channel feeds only.
|
|
1376
1376
|
* @summary Trending feeds
|
|
@@ -1383,7 +1383,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1383
1383
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-trending-feed)
|
|
1384
1384
|
*
|
|
1385
1385
|
*/
|
|
1386
|
-
fetchTrendingFeed(requestParameters?: FeedApiFetchTrendingFeedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any>>;
|
|
1386
|
+
fetchTrendingFeed(requestParameters?: FeedApiFetchTrendingFeedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any, {}>>;
|
|
1387
1387
|
/**
|
|
1388
1388
|
* Fetch feed based on who a user is following
|
|
1389
1389
|
* @summary Following
|
|
@@ -1396,7 +1396,7 @@ export declare class FeedApi extends BaseAPI implements FeedApiInterface {
|
|
|
1396
1396
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-user-following-feed)
|
|
1397
1397
|
*
|
|
1398
1398
|
*/
|
|
1399
|
-
fetchUserFollowingFeed(requestParameters: FeedApiFetchUserFollowingFeedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any>>;
|
|
1399
|
+
fetchUserFollowingFeed(requestParameters: FeedApiFetchUserFollowingFeedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FeedResponse, any, {}>>;
|
|
1400
1400
|
}
|
|
1401
1401
|
/**
|
|
1402
1402
|
* @export
|