@neynar/nodejs-sdk 2.44.0 → 3.18.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 +5 -3
- package/build/api/api.js +5 -3
- package/build/api/apis/action-api.d.ts +8 -8
- package/build/api/apis/action-api.js +8 -8
- package/build/api/apis/agents-api.d.ts +56 -25
- package/build/api/apis/agents-api.js +53 -26
- package/build/api/apis/app-host-api.d.ts +317 -0
- package/build/api/apis/app-host-api.js +337 -0
- package/build/api/apis/auth-address-api.d.ts +205 -0
- package/build/api/apis/auth-address-api.js +230 -0
- package/build/api/apis/ban-api.d.ts +16 -16
- package/build/api/apis/ban-api.js +13 -13
- package/build/api/apis/block-api.d.ts +16 -16
- package/build/api/apis/block-api.js +13 -13
- package/build/api/apis/cast-api.d.ts +282 -113
- package/build/api/apis/cast-api.js +231 -76
- package/build/api/apis/channel-api.d.ts +57 -42
- package/build/api/apis/channel-api.js +53 -39
- package/build/api/apis/feed-api.d.ts +225 -181
- package/build/api/apis/feed-api.js +160 -112
- package/build/api/apis/fname-api.d.ts +3 -3
- package/build/api/apis/fname-api.js +4 -4
- package/build/api/apis/follows-api.d.ts +72 -57
- package/build/api/apis/follows-api.js +51 -37
- package/build/api/apis/frame-api.d.ts +232 -58
- package/build/api/apis/frame-api.js +208 -48
- package/build/api/apis/login-api.d.ts +3 -3
- package/build/api/apis/login-api.js +4 -4
- package/build/api/apis/metrics-api.d.ts +22 -20
- package/build/api/apis/metrics-api.js +16 -14
- package/build/api/apis/mute-api.d.ts +16 -16
- package/build/api/apis/mute-api.js +13 -13
- package/build/api/apis/notifications-api.d.ts +43 -32
- package/build/api/apis/notifications-api.js +58 -41
- package/build/api/apis/onchain-api.d.ts +260 -40
- package/build/api/apis/onchain-api.js +249 -34
- package/build/api/apis/reaction-api.d.ts +46 -29
- package/build/api/apis/reaction-api.js +39 -23
- package/build/api/apis/signer-api.d.ts +30 -24
- package/build/api/apis/signer-api.js +30 -24
- package/build/api/apis/storage-api.d.ts +9 -9
- package/build/api/apis/storage-api.js +10 -10
- package/build/api/apis/subscribers-api.d.ts +55 -35
- package/build/api/apis/subscribers-api.js +39 -20
- package/build/api/apis/user-api.d.ts +223 -305
- package/build/api/apis/user-api.js +192 -274
- package/build/api/apis/webhook-api.d.ts +3 -3
- package/build/api/apis/webhook-api.js +9 -9
- package/build/api/base.d.ts +3 -3
- package/build/api/base.js +4 -4
- package/build/api/common.d.ts +3 -3
- package/build/api/common.js +3 -3
- package/build/api/configuration.d.ts +3 -3
- package/build/api/configuration.js +3 -3
- package/build/api/index.d.ts +3 -3
- package/build/api/index.js +3 -3
- package/build/api/models/add-verification-req-body.d.ts +3 -3
- package/build/api/models/add-verification-req-body.js +3 -3
- package/build/api/models/address-balance-verified-address.d.ts +3 -3
- package/build/api/models/address-balance-verified-address.js +3 -3
- package/build/api/models/address-balance.d.ts +3 -3
- package/build/api/models/address-balance.js +3 -3
- package/build/api/models/app-host-event-type.d.ts +23 -0
- package/build/api/models/app-host-event-type.js +27 -0
- package/build/api/models/app-host-get-event-response-notification-details.d.ts +30 -0
- package/build/api/models/{cast-with-interactions-and-conversations-ref-all-of.js → app-host-get-event-response-notification-details.js} +3 -3
- package/build/api/models/app-host-get-event-response.d.ts +31 -0
- package/build/api/models/{cast-with-interactions-and-conversations-ref.js → app-host-get-event-response.js} +3 -3
- package/build/api/models/app-host-post-event-req-body-one-of-signed-message-one-of.d.ts +36 -0
- package/build/api/models/{cast-with-interactions-all-of.js → app-host-post-event-req-body-one-of-signed-message-one-of.js} +3 -3
- package/build/api/models/app-host-post-event-req-body-one-of-signed-message.d.ts +18 -0
- package/build/api/models/{cast-with-interactions-and-conversations-all-of.js → app-host-post-event-req-body-one-of-signed-message.js} +3 -3
- package/build/api/models/app-host-post-event-req-body-one-of.d.ts +31 -0
- package/build/api/models/app-host-post-event-req-body-one-of.js +15 -0
- package/build/api/models/app-host-post-event-req-body-one-of1.d.ts +43 -0
- package/build/api/models/app-host-post-event-req-body-one-of1.js +15 -0
- package/build/api/models/app-host-post-event-req-body.d.ts +19 -0
- package/build/api/models/app-host-post-event-req-body.js +15 -0
- package/build/api/models/app-host-post-event-response.d.ts +30 -0
- package/build/api/models/app-host-post-event-response.js +15 -0
- package/build/api/models/app-host-user-state-response-notifications-enabled-inner.d.ts +36 -0
- package/build/api/models/app-host-user-state-response-notifications-enabled-inner.js +15 -0
- package/build/api/models/app-host-user-state-response.d.ts +25 -0
- package/build/api/models/app-host-user-state-response.js +15 -0
- package/build/api/models/authorization-url-response.d.ts +3 -3
- package/build/api/models/authorization-url-response.js +3 -3
- package/build/api/models/balance-response-user-balance.d.ts +3 -3
- package/build/api/models/balance-response-user-balance.js +3 -3
- package/build/api/models/balance-response.d.ts +3 -3
- package/build/api/models/balance-response.js +3 -3
- package/build/api/models/ban-list-response.d.ts +3 -3
- package/build/api/models/ban-list-response.js +3 -3
- package/build/api/models/ban-record.d.ts +3 -3
- package/build/api/models/ban-record.js +3 -3
- package/build/api/models/ban-req-body.d.ts +3 -3
- package/build/api/models/ban-req-body.js +3 -3
- package/build/api/models/ban-response.d.ts +3 -3
- package/build/api/models/ban-response.js +3 -3
- package/build/api/models/best-friends-response-users-inner.d.ts +36 -0
- package/build/api/models/best-friends-response-users-inner.js +15 -0
- package/build/api/models/best-friends-response.d.ts +32 -0
- package/build/api/models/best-friends-response.js +15 -0
- package/build/api/models/block-list-response.d.ts +3 -3
- package/build/api/models/block-list-response.js +3 -3
- package/build/api/models/block-record.d.ts +3 -3
- package/build/api/models/block-record.js +3 -3
- package/build/api/models/block-req-body.d.ts +4 -4
- package/build/api/models/block-req-body.js +3 -3
- package/build/api/models/bulk-casts-response.d.ts +6 -6
- package/build/api/models/bulk-casts-response.js +3 -3
- package/build/api/models/bulk-follow-response.d.ts +3 -3
- package/build/api/models/bulk-follow-response.js +3 -3
- package/build/api/models/bulk-users-by-address-response.d.ts +3 -3
- package/build/api/models/bulk-users-by-address-response.js +3 -3
- package/build/api/models/bulk-users-response.d.ts +3 -3
- package/build/api/models/bulk-users-response.js +3 -3
- package/build/api/models/buy-storage-req-body.d.ts +3 -3
- package/build/api/models/buy-storage-req-body.js +3 -3
- package/build/api/models/cast-and-conversations-ref.d.ts +179 -0
- package/build/api/models/cast-and-conversations-ref.js +19 -0
- package/build/api/models/cast-and-conversations.d.ts +180 -0
- package/build/api/models/cast-and-conversations.js +19 -0
- package/build/api/models/cast-composer-actions-list-response-actions-inner-action.d.ts +3 -3
- package/build/api/models/cast-composer-actions-list-response-actions-inner-action.js +3 -3
- package/build/api/models/cast-composer-actions-list-response-actions-inner.d.ts +3 -3
- package/build/api/models/cast-composer-actions-list-response-actions-inner.js +3 -3
- package/build/api/models/cast-composer-actions-list-response.d.ts +3 -3
- package/build/api/models/cast-composer-actions-list-response.js +3 -3
- package/build/api/models/cast-dehydrated.d.ts +3 -3
- package/build/api/models/cast-dehydrated.js +3 -3
- package/build/api/models/cast-embed-crawl-response.d.ts +3 -3
- package/build/api/models/cast-embed-crawl-response.js +3 -3
- package/build/api/models/cast-embedded-parent-author.d.ts +4 -4
- package/build/api/models/cast-embedded-parent-author.js +3 -3
- package/build/api/models/cast-embedded.d.ts +3 -10
- package/build/api/models/cast-embedded.js +3 -3
- package/build/api/models/cast-id.d.ts +4 -4
- package/build/api/models/cast-id.js +3 -3
- package/build/api/models/cast-notification-type.d.ts +3 -3
- package/build/api/models/cast-notification-type.js +3 -3
- package/build/api/models/{cast-with-interactions-reactions.d.ts → cast-reactions.d.ts} +9 -9
- package/build/api/models/cast-reactions.js +15 -0
- package/build/api/models/cast-replies.d.ts +24 -0
- package/build/api/models/cast-replies.js +15 -0
- package/build/api/models/cast-response.d.ts +6 -6
- package/build/api/models/cast-response.js +3 -3
- package/build/api/models/cast-viewer-context.d.ts +3 -3
- package/build/api/models/cast-viewer-context.js +3 -3
- package/build/api/models/cast.d.ts +77 -3
- package/build/api/models/cast.js +3 -3
- package/build/api/models/casts-metrics-response.d.ts +3 -3
- package/build/api/models/casts-metrics-response.js +3 -3
- package/build/api/models/casts-metrics.d.ts +3 -3
- package/build/api/models/casts-metrics.js +3 -3
- package/build/api/models/casts-response-result.d.ts +6 -6
- package/build/api/models/casts-response-result.js +3 -3
- package/build/api/models/casts-response.d.ts +3 -3
- package/build/api/models/casts-response.js +3 -3
- package/build/api/models/casts-search-response.d.ts +6 -6
- package/build/api/models/casts-search-response.js +3 -3
- package/build/api/models/channel-activity.d.ts +3 -3
- package/build/api/models/channel-activity.js +3 -3
- package/build/api/models/channel-dehydrated.d.ts +3 -3
- package/build/api/models/channel-dehydrated.js +3 -3
- package/build/api/models/channel-external-link.d.ts +3 -3
- package/build/api/models/channel-external-link.js +3 -3
- package/build/api/models/channel-follow-req-body.d.ts +3 -3
- package/build/api/models/channel-follow-req-body.js +3 -3
- package/build/api/models/channel-list-response.d.ts +3 -3
- package/build/api/models/channel-list-response.js +3 -3
- package/build/api/models/channel-member-channel.d.ts +3 -3
- package/build/api/models/channel-member-channel.js +3 -3
- package/build/api/models/channel-member-invite-list-response.d.ts +3 -3
- package/build/api/models/channel-member-invite-list-response.js +3 -3
- package/build/api/models/channel-member-invite.d.ts +3 -3
- package/build/api/models/channel-member-invite.js +3 -3
- package/build/api/models/channel-member-list-response.d.ts +3 -3
- package/build/api/models/channel-member-list-response.js +3 -3
- package/build/api/models/channel-member-role.d.ts +4 -3
- package/build/api/models/channel-member-role.js +5 -4
- package/build/api/models/channel-member-user.d.ts +3 -3
- package/build/api/models/channel-member-user.js +3 -3
- package/build/api/models/channel-member.d.ts +3 -3
- package/build/api/models/channel-member.js +3 -3
- package/build/api/models/channel-or-channel-dehydrated.d.ts +3 -3
- package/build/api/models/channel-or-channel-dehydrated.js +3 -3
- package/build/api/models/channel-response-bulk.d.ts +3 -3
- package/build/api/models/channel-response-bulk.js +3 -3
- package/build/api/models/channel-response.d.ts +3 -3
- package/build/api/models/channel-response.js +3 -3
- package/build/api/models/channel-search-response.d.ts +3 -3
- package/build/api/models/channel-search-response.js +3 -3
- package/build/api/models/channel-user-context.d.ts +3 -3
- package/build/api/models/channel-user-context.js +3 -3
- package/build/api/models/channel.d.ts +18 -18
- package/build/api/models/channel.js +3 -3
- package/build/api/models/conflict-error-res.d.ts +3 -3
- package/build/api/models/conflict-error-res.js +3 -3
- package/build/api/models/conversation-conversation.d.ts +9 -9
- package/build/api/models/conversation-conversation.js +3 -3
- package/build/api/models/conversation-summary-summary.d.ts +3 -3
- package/build/api/models/conversation-summary-summary.js +3 -3
- package/build/api/models/conversation-summary.d.ts +3 -3
- package/build/api/models/conversation-summary.js +3 -3
- package/build/api/models/conversation.d.ts +3 -3
- package/build/api/models/conversation.js +3 -3
- package/build/api/models/delete-cast-req-body.d.ts +4 -4
- package/build/api/models/delete-cast-req-body.js +3 -3
- package/build/api/models/delete-frame-req-body.d.ts +3 -3
- package/build/api/models/delete-frame-req-body.js +3 -3
- package/build/api/models/delete-frame-response.d.ts +3 -3
- package/build/api/models/delete-frame-response.js +3 -3
- package/build/api/models/deploy-fungible-response-contract-fungible.d.ts +3 -3
- package/build/api/models/deploy-fungible-response-contract-fungible.js +3 -3
- package/build/api/models/deploy-fungible-response-contract.d.ts +3 -3
- package/build/api/models/deploy-fungible-response-contract.js +3 -3
- package/build/api/models/deploy-fungible-response.d.ts +3 -3
- package/build/api/models/deploy-fungible-response.js +3 -3
- package/build/api/models/developer-managed-signer.d.ts +4 -4
- package/build/api/models/developer-managed-signer.js +3 -3
- package/build/api/models/embed-cast-deep.d.ts +3 -3
- package/build/api/models/embed-cast-deep.js +3 -3
- package/build/api/models/embed-cast.d.ts +3 -3
- package/build/api/models/embed-cast.js +3 -3
- package/build/api/models/embed-deep.d.ts +3 -3
- package/build/api/models/embed-deep.js +3 -3
- package/build/api/models/embed-url-metadata-image.d.ts +3 -3
- package/build/api/models/embed-url-metadata-image.js +3 -3
- package/build/api/models/embed-url-metadata-video-stream-inner.d.ts +3 -3
- package/build/api/models/embed-url-metadata-video-stream-inner.js +3 -3
- package/build/api/models/embed-url-metadata-video.d.ts +3 -3
- package/build/api/models/embed-url-metadata-video.js +3 -3
- package/build/api/models/embed-url-metadata.d.ts +3 -3
- package/build/api/models/embed-url-metadata.js +3 -3
- package/build/api/models/embed-url.d.ts +3 -3
- package/build/api/models/embed-url.js +3 -3
- package/build/api/models/embed.d.ts +3 -3
- package/build/api/models/embed.js +3 -3
- package/build/api/models/error-res.d.ts +3 -3
- package/build/api/models/error-res.js +3 -3
- package/build/api/models/farcaster-action-req-body-action.d.ts +3 -3
- package/build/api/models/farcaster-action-req-body-action.js +3 -3
- package/build/api/models/farcaster-action-req-body.d.ts +3 -3
- package/build/api/models/farcaster-action-req-body.js +3 -3
- package/build/api/models/farcaster-manifest-frame.d.ts +3 -3
- package/build/api/models/farcaster-manifest-frame.js +3 -3
- package/build/api/models/farcaster-manifest.d.ts +6 -6
- package/build/api/models/farcaster-manifest.js +3 -3
- package/build/api/models/feed-response.d.ts +6 -6
- package/build/api/models/feed-response.js +3 -3
- package/build/api/models/fetch-cast-quotes-identifier-parameter.d.ts +16 -0
- package/build/api/models/fetch-cast-quotes-identifier-parameter.js +15 -0
- package/build/api/models/fetch-cast-quotes200-response.d.ts +32 -0
- package/build/api/models/fetch-cast-quotes200-response.js +15 -0
- package/build/api/models/fetch-feed-for-you400-response.d.ts +3 -3
- package/build/api/models/fetch-feed-for-you400-response.js +3 -3
- package/build/api/models/fetch-frame-meta-tags-from-url200-response.d.ts +3 -3
- package/build/api/models/fetch-frame-meta-tags-from-url200-response.js +3 -3
- package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner.d.ts +3 -3
- package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner.js +3 -3
- package/build/api/models/fetch-relevant-frames200-response.d.ts +3 -3
- package/build/api/models/fetch-relevant-frames200-response.js +3 -3
- package/build/api/models/fetch-user-interactions200-response.d.ts +3 -3
- package/build/api/models/fetch-user-interactions200-response.js +3 -3
- package/build/api/models/fname-availability-response.d.ts +3 -3
- package/build/api/models/fname-availability-response.js +3 -3
- package/build/api/models/follow-req-body.d.ts +3 -3
- package/build/api/models/follow-req-body.js +3 -3
- package/build/api/models/follow-response.d.ts +4 -4
- package/build/api/models/follow-response.js +3 -3
- package/build/api/models/follower-dehydrated.d.ts +3 -3
- package/build/api/models/follower-dehydrated.js +3 -3
- package/build/api/models/follower.d.ts +3 -3
- package/build/api/models/follower.js +3 -3
- package/build/api/models/followers-response.d.ts +3 -3
- package/build/api/models/followers-response.js +3 -3
- package/build/api/models/frame-action-button.d.ts +3 -3
- package/build/api/models/frame-action-button.js +3 -3
- package/build/api/models/frame-action-req-body.d.ts +4 -4
- package/build/api/models/frame-action-req-body.js +3 -3
- package/build/api/models/frame-action.d.ts +3 -3
- package/build/api/models/frame-action.js +3 -3
- package/build/api/models/frame-button-action-type.d.ts +3 -3
- package/build/api/models/frame-button-action-type.js +3 -3
- package/build/api/models/frame-catalog-response.d.ts +3 -3
- package/build/api/models/frame-catalog-response.js +3 -3
- package/build/api/models/frame-developer-managed-action-req-body.d.ts +4 -4
- package/build/api/models/frame-developer-managed-action-req-body.js +3 -3
- package/build/api/models/frame-input.d.ts +3 -3
- package/build/api/models/frame-input.js +3 -3
- package/build/api/models/frame-notification-tokens-notification-tokens-inner.d.ts +4 -4
- package/build/api/models/frame-notification-tokens-notification-tokens-inner.js +3 -3
- package/build/api/models/frame-notification-tokens.d.ts +3 -3
- package/build/api/models/frame-notification-tokens.js +3 -3
- package/build/api/models/{transaction-frame-pay-all-of-transaction.d.ts → frame-pay-transaction-req-body-transaction.d.ts} +6 -6
- package/build/api/models/frame-pay-transaction-req-body-transaction.js +15 -0
- package/build/api/models/{frame-pay-transaction-request-body.d.ts → frame-pay-transaction-req-body.d.ts} +11 -11
- package/build/api/models/frame-pay-transaction-req-body.js +15 -0
- package/build/api/models/frame-signature-packet-trusted-data.d.ts +3 -3
- package/build/api/models/frame-signature-packet-trusted-data.js +3 -3
- package/build/api/models/frame-signature-packet-untrusted-data.d.ts +4 -4
- package/build/api/models/frame-signature-packet-untrusted-data.js +3 -3
- package/build/api/models/frame-signature-packet.d.ts +3 -3
- package/build/api/models/frame-signature-packet.js +3 -3
- package/build/api/models/frame-state.d.ts +3 -3
- package/build/api/models/frame-state.js +3 -3
- package/build/api/models/frame-transaction.d.ts +3 -3
- package/build/api/models/frame-transaction.js +3 -3
- package/build/api/models/{frame-v1-all-of-input.d.ts → frame-v1-input.d.ts} +6 -6
- package/build/api/models/frame-v1-input.js +15 -0
- package/build/api/models/{frame-v1-all-of-state.d.ts → frame-v1-state.d.ts} +6 -6
- package/build/api/models/frame-v1-state.js +15 -0
- package/build/api/models/frame-v1.d.ts +63 -7
- package/build/api/models/frame-v1.js +3 -3
- package/build/api/models/{frame-v2-all-of-metadata.d.ts → frame-v2-metadata.d.ts} +6 -6
- package/build/api/models/frame-v2-metadata.js +15 -0
- package/build/api/models/frame-v2-with-full-author.d.ts +51 -7
- package/build/api/models/frame-v2-with-full-author.js +3 -3
- package/build/api/models/frame-v2.d.ts +51 -7
- package/build/api/models/frame-v2.js +3 -3
- package/build/api/models/frame-validate-analytics-input-text-input-texts-inner.d.ts +4 -4
- package/build/api/models/frame-validate-analytics-input-text-input-texts-inner.js +3 -3
- package/build/api/models/frame-validate-analytics-input-text.d.ts +3 -3
- package/build/api/models/frame-validate-analytics-input-text.js +3 -3
- package/build/api/models/frame-validate-analytics-interactions-per-cast-interactions-per-cast-inner.d.ts +3 -3
- package/build/api/models/frame-validate-analytics-interactions-per-cast-interactions-per-cast-inner.js +3 -3
- package/build/api/models/frame-validate-analytics-interactions-per-cast.d.ts +3 -3
- package/build/api/models/frame-validate-analytics-interactions-per-cast.js +3 -3
- package/build/api/models/frame-validate-analytics-interactors-interactors-inner.d.ts +4 -4
- package/build/api/models/frame-validate-analytics-interactors-interactors-inner.js +3 -3
- package/build/api/models/frame-validate-analytics-interactors.d.ts +3 -3
- package/build/api/models/frame-validate-analytics-interactors.js +3 -3
- package/build/api/models/frame-validate-analytics-response.d.ts +3 -3
- package/build/api/models/frame-validate-analytics-response.js +3 -3
- package/build/api/models/frame-validate-analytics-total-interactors.d.ts +3 -3
- package/build/api/models/frame-validate-analytics-total-interactors.js +3 -3
- package/build/api/models/frame-validate-list-response.d.ts +3 -3
- package/build/api/models/frame-validate-list-response.js +3 -3
- package/build/api/models/frame.d.ts +3 -3
- package/build/api/models/frame.js +3 -3
- package/build/api/models/get-notification-campaign-stats200-response-notification-campaigns-inner-stats.d.ts +72 -0
- package/build/api/models/get-notification-campaign-stats200-response-notification-campaigns-inner-stats.js +15 -0
- package/build/api/models/get-notification-campaign-stats200-response-notification-campaigns-inner.d.ts +49 -0
- package/build/api/models/get-notification-campaign-stats200-response-notification-campaigns-inner.js +15 -0
- package/build/api/models/get-notification-campaign-stats200-response.d.ts +32 -0
- package/build/api/models/get-notification-campaign-stats200-response.js +15 -0
- package/build/api/models/{html-metadata-all-of-oembed.d.ts → html-metadata-oembed.d.ts} +5 -5
- package/build/api/models/html-metadata-oembed.js +15 -0
- package/build/api/models/html-metadata.d.ts +310 -7
- package/build/api/models/html-metadata.js +3 -3
- package/build/api/models/image-object.d.ts +3 -3
- package/build/api/models/image-object.js +3 -3
- package/build/api/models/index.d.ts +42 -56
- package/build/api/models/index.js +42 -56
- package/build/api/models/invite-channel-member-req-body.d.ts +4 -4
- package/build/api/models/invite-channel-member-req-body.js +3 -3
- package/build/api/models/location-address.d.ts +3 -3
- package/build/api/models/location-address.js +3 -3
- package/build/api/models/location.d.ts +9 -9
- package/build/api/models/location.js +3 -3
- package/build/api/models/mark-notifications-as-seen-req-body.d.ts +3 -3
- package/build/api/models/mark-notifications-as-seen-req-body.js +3 -3
- package/build/api/models/mint-nft-request-recipients-inner.d.ts +36 -0
- package/build/api/models/mint-nft-request-recipients-inner.js +15 -0
- package/build/api/models/mint-nft-request.d.ts +49 -0
- package/build/api/models/{transaction-send-fungibles-request.js → mint-nft-request.js} +5 -5
- package/build/api/models/mint-nft200-response-transactions-inner-receipt.d.ts +36 -0
- package/build/api/models/mint-nft200-response-transactions-inner-receipt.js +15 -0
- package/build/api/models/mint-nft200-response-transactions-inner-recipient.d.ts +36 -0
- package/build/api/models/mint-nft200-response-transactions-inner-recipient.js +15 -0
- package/build/api/models/mint-nft200-response-transactions-inner.d.ts +38 -0
- package/build/api/models/mint-nft200-response-transactions-inner.js +15 -0
- package/build/api/models/mint-nft200-response.d.ts +25 -0
- package/build/api/models/mint-nft200-response.js +15 -0
- package/build/api/models/mute-list-response.d.ts +3 -3
- package/build/api/models/mute-list-response.js +3 -3
- package/build/api/models/mute-record.d.ts +3 -3
- package/build/api/models/mute-record.js +3 -3
- package/build/api/models/mute-req-body.d.ts +5 -5
- package/build/api/models/mute-req-body.js +3 -3
- package/build/api/models/mute-response.d.ts +3 -3
- package/build/api/models/mute-response.js +3 -3
- package/build/api/models/network.d.ts +3 -3
- package/build/api/models/network.js +3 -3
- package/build/api/models/next-cursor.d.ts +3 -3
- package/build/api/models/next-cursor.js +3 -3
- package/build/api/models/neynar-frame-creation-req-body.d.ts +3 -3
- package/build/api/models/neynar-frame-creation-req-body.js +3 -3
- package/build/api/models/neynar-frame-page.d.ts +4 -4
- package/build/api/models/neynar-frame-page.js +3 -3
- package/build/api/models/neynar-frame-update-req-body.d.ts +3 -3
- package/build/api/models/neynar-frame-update-req-body.js +3 -3
- package/build/api/models/neynar-frame.d.ts +3 -3
- package/build/api/models/neynar-frame.js +3 -3
- package/build/api/models/neynar-next-frame-page-mint-url.d.ts +3 -3
- package/build/api/models/neynar-next-frame-page-mint-url.js +3 -3
- package/build/api/models/neynar-next-frame-page-redirect.d.ts +3 -3
- package/build/api/models/neynar-next-frame-page-redirect.js +3 -3
- package/build/api/models/neynar-next-frame-page.d.ts +3 -3
- package/build/api/models/neynar-next-frame-page.js +3 -3
- package/build/api/models/neynar-page-button-next-page.d.ts +3 -3
- package/build/api/models/neynar-page-button-next-page.js +3 -3
- package/build/api/models/neynar-page-button.d.ts +3 -3
- package/build/api/models/neynar-page-button.js +3 -3
- package/build/api/models/neynar-page-image.d.ts +3 -3
- package/build/api/models/neynar-page-image.js +3 -3
- package/build/api/models/neynar-page-input-text.d.ts +4 -4
- package/build/api/models/neynar-page-input-text.js +3 -3
- package/build/api/models/neynar-page-input.d.ts +3 -3
- package/build/api/models/neynar-page-input.js +3 -3
- package/build/api/models/nonce-response.d.ts +3 -3
- package/build/api/models/nonce-response.js +3 -3
- package/build/api/models/notification-delivery.d.ts +10 -4
- package/build/api/models/notification-delivery.js +3 -3
- package/build/api/models/notification-type.d.ts +4 -4
- package/build/api/models/notification-type.js +4 -4
- package/build/api/models/notification.d.ts +6 -6
- package/build/api/models/notification.js +3 -3
- package/build/api/models/notifications-response.d.ts +3 -3
- package/build/api/models/notifications-response.js +3 -3
- package/build/api/models/oembed-link-data.d.ts +77 -7
- package/build/api/models/oembed-link-data.js +7 -3
- package/build/api/models/oembed-photo-data.d.ts +95 -7
- package/build/api/models/oembed-photo-data.js +7 -3
- package/build/api/models/oembed-rich-data.d.ts +95 -7
- package/build/api/models/oembed-rich-data.js +7 -3
- package/build/api/models/oembed-video-data.d.ts +95 -7
- package/build/api/models/oembed-video-data.js +7 -3
- package/build/api/models/operation-response.d.ts +3 -3
- package/build/api/models/operation-response.js +3 -3
- package/build/api/models/post-cast-req-body-embeds-cast-id-properties.d.ts +4 -4
- package/build/api/models/post-cast-req-body-embeds-cast-id-properties.js +3 -3
- package/build/api/models/post-cast-req-body-embeds-one-of.d.ts +3 -3
- package/build/api/models/post-cast-req-body-embeds-one-of.js +3 -3
- package/build/api/models/post-cast-req-body-embeds-one-of1.d.ts +3 -3
- package/build/api/models/post-cast-req-body-embeds-one-of1.js +3 -3
- package/build/api/models/post-cast-req-body-embeds-one-of2.d.ts +3 -3
- package/build/api/models/post-cast-req-body-embeds-one-of2.js +3 -3
- package/build/api/models/post-cast-req-body-embeds.d.ts +3 -3
- package/build/api/models/post-cast-req-body-embeds.js +3 -3
- package/build/api/models/post-cast-req-body.d.ts +4 -4
- package/build/api/models/post-cast-req-body.js +3 -3
- package/build/api/models/post-cast-response-cast-author.d.ts +4 -4
- package/build/api/models/post-cast-response-cast-author.js +3 -3
- package/build/api/models/post-cast-response-cast.d.ts +4 -4
- package/build/api/models/post-cast-response-cast.js +3 -3
- package/build/api/models/post-cast-response.d.ts +3 -3
- package/build/api/models/post-cast-response.js +3 -3
- package/build/api/models/reaction-for-cast.d.ts +6 -10
- package/build/api/models/reaction-for-cast.js +4 -8
- package/build/api/models/reaction-like.d.ts +4 -4
- package/build/api/models/reaction-like.js +3 -3
- package/build/api/models/reaction-recast.d.ts +4 -4
- package/build/api/models/reaction-recast.js +3 -3
- package/build/api/models/reaction-req-body.d.ts +4 -4
- package/build/api/models/reaction-req-body.js +3 -3
- package/build/api/models/reaction-type.d.ts +3 -3
- package/build/api/models/reaction-type.js +3 -3
- package/build/api/models/reaction-with-cast-info.d.ts +6 -6
- package/build/api/models/reaction-with-cast-info.js +3 -3
- package/build/api/models/reaction-with-user-info.d.ts +3 -3
- package/build/api/models/reaction-with-user-info.js +3 -3
- package/build/api/models/reactions-cast-response.d.ts +3 -3
- package/build/api/models/reactions-cast-response.js +3 -3
- package/build/api/models/reactions-response.d.ts +3 -3
- package/build/api/models/reactions-response.js +3 -3
- package/build/api/models/register-auth-address-developer-managed-signed-key-req-body.d.ts +55 -0
- package/build/api/models/register-auth-address-developer-managed-signed-key-req-body.js +15 -0
- package/build/api/models/register-developer-managed-signed-key-req-body.d.ts +6 -6
- package/build/api/models/register-developer-managed-signed-key-req-body.js +3 -3
- package/build/api/models/register-signed-key-for-developer-managed-auth-address200-response.d.ts +48 -0
- package/build/api/models/register-signed-key-for-developer-managed-auth-address200-response.js +21 -0
- package/build/api/models/register-signer-key-req-body.d.ts +6 -6
- package/build/api/models/register-signer-key-req-body.js +3 -3
- package/build/api/models/register-user-on-chain-req-body-pre-registration-calls-inner.d.ts +14 -14
- package/build/api/models/register-user-on-chain-req-body-pre-registration-calls-inner.js +3 -3
- package/build/api/models/register-user-on-chain-req-body-registration.d.ts +3 -3
- package/build/api/models/register-user-on-chain-req-body-registration.js +3 -3
- package/build/api/models/register-user-on-chain-req-body-signers-inner.d.ts +3 -3
- package/build/api/models/register-user-on-chain-req-body-signers-inner.js +3 -3
- package/build/api/models/register-user-on-chain-req-body.d.ts +14 -14
- package/build/api/models/register-user-on-chain-req-body.js +3 -3
- package/build/api/models/register-user-on-chain-response.d.ts +3 -3
- package/build/api/models/register-user-on-chain-response.js +3 -3
- package/build/api/models/register-user-req-body-metadata.d.ts +3 -3
- package/build/api/models/register-user-req-body-metadata.js +3 -3
- package/build/api/models/register-user-req-body.d.ts +3 -3
- package/build/api/models/register-user-req-body.js +3 -3
- package/build/api/models/register-user-response.d.ts +3 -3
- package/build/api/models/register-user-response.js +3 -3
- package/build/api/models/relevant-followers-response.d.ts +3 -3
- package/build/api/models/relevant-followers-response.js +3 -3
- package/build/api/models/relevant-fungible-owners-response.d.ts +5 -5
- package/build/api/models/relevant-fungible-owners-response.js +3 -3
- package/build/api/models/remove-channel-member-req-body.d.ts +4 -4
- package/build/api/models/remove-channel-member-req-body.js +3 -3
- package/build/api/models/remove-verification-req-body.d.ts +9 -3
- package/build/api/models/remove-verification-req-body.js +3 -3
- package/build/api/models/respond-channel-invite-req-body.d.ts +3 -3
- package/build/api/models/respond-channel-invite-req-body.js +3 -3
- package/build/api/models/send-frame-notifications-req-body-filters-near-location.d.ts +32 -6
- package/build/api/models/send-frame-notifications-req-body-filters-near-location.js +3 -3
- package/build/api/models/send-frame-notifications-req-body-filters.d.ts +3 -3
- package/build/api/models/send-frame-notifications-req-body-filters.js +3 -3
- package/build/api/models/send-frame-notifications-req-body-notification.d.ts +3 -3
- package/build/api/models/send-frame-notifications-req-body-notification.js +3 -3
- package/build/api/models/send-frame-notifications-req-body.d.ts +7 -7
- package/build/api/models/send-frame-notifications-req-body.js +3 -3
- package/build/api/models/send-frame-notifications-response.d.ts +3 -3
- package/build/api/models/send-frame-notifications-response.js +3 -3
- package/build/api/models/shared-signer-permission.d.ts +3 -3
- package/build/api/models/shared-signer-permission.js +3 -3
- package/build/api/models/signed-key-request-sponsor.d.ts +5 -5
- package/build/api/models/signed-key-request-sponsor.js +3 -3
- package/build/api/models/signer-list-response.d.ts +3 -3
- package/build/api/models/signer-list-response.js +3 -3
- package/build/api/models/signer.d.ts +4 -4
- package/build/api/models/signer.js +3 -3
- package/build/api/models/simulate-nft-mint-response-inner.d.ts +73 -0
- package/build/api/models/simulate-nft-mint-response-inner.js +15 -0
- package/build/api/models/simulate-nft-mint-response.d.ts +19 -0
- package/build/api/models/simulate-nft-mint-response.js +15 -0
- package/build/api/models/storage-allocation.d.ts +3 -3
- package/build/api/models/storage-allocation.js +3 -3
- package/build/api/models/storage-allocations-response.d.ts +3 -3
- package/build/api/models/storage-allocations-response.js +3 -3
- package/build/api/models/storage-object.d.ts +3 -3
- package/build/api/models/storage-object.js +3 -3
- package/build/api/models/storage-usage-response.d.ts +3 -3
- package/build/api/models/storage-usage-response.js +3 -3
- package/build/api/models/subscribed-to-object.d.ts +3 -3
- package/build/api/models/subscribed-to-object.js +3 -3
- package/build/api/models/subscribed-to-response.d.ts +3 -3
- package/build/api/models/subscribed-to-response.js +3 -3
- package/build/api/models/subscribed-to.d.ts +100 -7
- package/build/api/models/subscribed-to.js +7 -3
- package/build/api/models/subscriber.d.ts +3 -3
- package/build/api/models/subscriber.js +3 -3
- package/build/api/models/subscribers-response.d.ts +3 -3
- package/build/api/models/subscribers-response.js +3 -3
- package/build/api/models/subscription-check-response-value.d.ts +53 -0
- package/build/api/models/{subscription-status.js → subscription-check-response-value.js} +5 -5
- package/build/api/models/subscription-check-response.d.ts +5 -5
- package/build/api/models/subscription-check-response.js +3 -3
- package/build/api/models/subscription-metadata.d.ts +3 -3
- package/build/api/models/subscription-metadata.js +3 -3
- package/build/api/models/subscription-price.d.ts +3 -3
- package/build/api/models/subscription-price.js +3 -3
- package/build/api/models/subscription-tier-price.d.ts +3 -3
- package/build/api/models/subscription-tier-price.js +3 -3
- package/build/api/models/subscription-tier.d.ts +3 -3
- package/build/api/models/subscription-tier.js +3 -3
- package/build/api/models/subscription-token.d.ts +3 -3
- package/build/api/models/subscription-token.js +3 -3
- package/build/api/models/subscription.d.ts +3 -3
- package/build/api/models/subscription.js +3 -3
- package/build/api/models/subscriptions-response.d.ts +3 -3
- package/build/api/models/subscriptions-response.js +3 -3
- package/build/api/models/subscriptions.d.ts +3 -3
- package/build/api/models/subscriptions.js +3 -3
- package/build/api/models/text-range.d.ts +3 -3
- package/build/api/models/text-range.js +3 -3
- package/build/api/models/token-balance-balance.d.ts +3 -3
- package/build/api/models/token-balance-balance.js +3 -3
- package/build/api/models/token-balance-token.d.ts +3 -3
- package/build/api/models/token-balance-token.js +3 -3
- package/build/api/models/token-balance.d.ts +3 -3
- package/build/api/models/token-balance.js +3 -3
- package/build/api/models/transaction-frame-action.d.ts +4 -4
- package/build/api/models/transaction-frame-action.js +3 -3
- package/build/api/models/transaction-frame-config.d.ts +4 -4
- package/build/api/models/transaction-frame-config.js +3 -3
- package/build/api/models/transaction-frame-destination.d.ts +3 -3
- package/build/api/models/transaction-frame-destination.js +3 -3
- package/build/api/models/transaction-frame-line-item.d.ts +3 -3
- package/build/api/models/transaction-frame-line-item.js +3 -3
- package/build/api/models/transaction-frame-pay.d.ts +47 -7
- package/build/api/models/transaction-frame-pay.js +3 -3
- package/build/api/models/transaction-frame-response.d.ts +3 -3
- package/build/api/models/transaction-frame-response.js +3 -3
- package/build/api/models/transaction-frame-status.d.ts +3 -3
- package/build/api/models/transaction-frame-status.js +3 -3
- package/build/api/models/transaction-frame-type.d.ts +3 -3
- package/build/api/models/transaction-frame-type.js +3 -3
- package/build/api/models/transaction-frame.d.ts +3 -3
- package/build/api/models/transaction-frame.js +3 -3
- package/build/api/models/transaction-send-fungibles-receipt.d.ts +4 -4
- package/build/api/models/transaction-send-fungibles-receipt.js +3 -3
- package/build/api/models/transaction-send-fungibles-recipient.d.ts +4 -4
- package/build/api/models/transaction-send-fungibles-recipient.js +3 -3
- package/build/api/models/{transaction-send-fungibles-request.d.ts → transaction-send-fungibles-req-body.d.ts} +11 -11
- package/build/api/models/transaction-send-fungibles-req-body.js +21 -0
- package/build/api/models/transaction-send-fungibles-response.d.ts +3 -3
- package/build/api/models/transaction-send-fungibles-response.js +3 -3
- package/build/api/models/transaction-send-tx-info.d.ts +3 -3
- package/build/api/models/transaction-send-tx-info.js +3 -3
- package/build/api/models/trending-channel-response.d.ts +3 -3
- package/build/api/models/trending-channel-response.js +3 -3
- package/build/api/models/update-user-req-body-location.d.ts +3 -3
- package/build/api/models/update-user-req-body-location.js +3 -3
- package/build/api/models/update-user-req-body-verified-accounts.d.ts +3 -3
- package/build/api/models/update-user-req-body-verified-accounts.js +3 -3
- package/build/api/models/update-user-req-body.d.ts +9 -3
- package/build/api/models/update-user-req-body.js +3 -3
- package/build/api/models/user-dehydrated.d.ts +4 -4
- package/build/api/models/user-dehydrated.js +3 -3
- package/build/api/models/user-experimental.d.ts +3 -3
- package/build/api/models/user-experimental.js +3 -3
- package/build/api/models/user-fidresponse.d.ts +4 -4
- package/build/api/models/user-fidresponse.js +3 -3
- package/build/api/models/user-power-lite-response-result.d.ts +3 -3
- package/build/api/models/user-power-lite-response-result.js +3 -3
- package/build/api/models/user-power-lite-response.d.ts +3 -3
- package/build/api/models/user-power-lite-response.js +3 -3
- package/build/api/models/user-pro.d.ts +41 -0
- package/build/api/models/user-pro.js +20 -0
- package/build/api/models/user-profile-banner.d.ts +24 -0
- package/build/api/models/user-profile-banner.js +15 -0
- package/build/api/models/user-profile-bio.d.ts +3 -3
- package/build/api/models/user-profile-bio.js +3 -3
- package/build/api/models/user-profile.d.ts +10 -3
- package/build/api/models/user-profile.js +3 -3
- package/build/api/models/user-response.d.ts +3 -3
- package/build/api/models/user-response.js +3 -3
- package/build/api/models/user-search-response-result.d.ts +6 -6
- package/build/api/models/user-search-response-result.js +3 -3
- package/build/api/models/user-search-response.d.ts +3 -3
- package/build/api/models/user-search-response.js +3 -3
- package/build/api/models/user-verified-accounts-inner.d.ts +4 -4
- package/build/api/models/user-verified-accounts-inner.js +3 -3
- package/build/api/models/user-verified-addresses-primary.d.ts +3 -3
- package/build/api/models/user-verified-addresses-primary.js +3 -3
- package/build/api/models/user-verified-addresses.d.ts +3 -3
- package/build/api/models/user-verified-addresses.js +3 -3
- package/build/api/models/user-viewer-context.d.ts +3 -3
- package/build/api/models/user-viewer-context.js +3 -3
- package/build/api/models/user.d.ts +18 -11
- package/build/api/models/user.js +3 -3
- package/build/api/models/users-active-channels-response.d.ts +3 -3
- package/build/api/models/users-active-channels-response.js +3 -3
- package/build/api/models/users-response.d.ts +3 -3
- package/build/api/models/users-response.js +3 -3
- package/build/api/models/validate-frame-action-req-body.d.ts +3 -3
- package/build/api/models/validate-frame-action-req-body.js +3 -3
- package/build/api/models/validate-frame-action-response.d.ts +3 -3
- package/build/api/models/validate-frame-action-response.js +3 -3
- package/build/api/models/validated-frame-action-signer.d.ts +3 -3
- package/build/api/models/validated-frame-action-signer.js +3 -3
- package/build/api/models/validated-frame-action-tapped-button.d.ts +3 -3
- package/build/api/models/validated-frame-action-tapped-button.js +3 -3
- package/build/api/models/validated-frame-action.d.ts +6 -6
- package/build/api/models/validated-frame-action.js +3 -3
- package/build/api/models/verification-chain-id.d.ts +3 -3
- package/build/api/models/verification-chain-id.js +3 -3
- package/build/api/models/verification-type.d.ts +3 -3
- package/build/api/models/verification-type.js +3 -3
- package/build/api/models/video-object.d.ts +3 -3
- package/build/api/models/video-object.js +3 -3
- package/build/api/models/webhook-delete-req-body.d.ts +3 -3
- package/build/api/models/webhook-delete-req-body.js +3 -3
- package/build/api/models/webhook-list-response.d.ts +3 -3
- package/build/api/models/webhook-list-response.js +3 -3
- package/build/api/models/webhook-patch-req-body.d.ts +3 -3
- package/build/api/models/webhook-patch-req-body.js +3 -3
- package/build/api/models/webhook-post-req-body.d.ts +3 -3
- package/build/api/models/webhook-post-req-body.js +3 -3
- package/build/api/models/webhook-put-req-body.d.ts +3 -3
- package/build/api/models/webhook-put-req-body.js +3 -3
- package/build/api/models/webhook-response.d.ts +3 -3
- package/build/api/models/webhook-response.js +3 -3
- package/build/api/models/webhook-secret.d.ts +3 -3
- package/build/api/models/webhook-secret.js +3 -3
- package/build/api/models/webhook-subscription-filters-cast.d.ts +9 -3
- package/build/api/models/webhook-subscription-filters-cast.js +3 -3
- package/build/api/models/webhook-subscription-filters-follow.d.ts +3 -3
- package/build/api/models/webhook-subscription-filters-follow.js +3 -3
- package/build/api/models/webhook-subscription-filters-reaction.d.ts +9 -3
- package/build/api/models/webhook-subscription-filters-reaction.js +3 -3
- package/build/api/models/webhook-subscription-filters-user-updated.d.ts +3 -3
- package/build/api/models/webhook-subscription-filters-user-updated.js +3 -3
- package/build/api/models/webhook-subscription-filters.d.ts +3 -3
- package/build/api/models/webhook-subscription-filters.js +3 -3
- package/build/api/models/webhook-subscription.d.ts +3 -3
- package/build/api/models/webhook-subscription.js +3 -3
- package/build/api/models/webhook.d.ts +3 -3
- package/build/api/models/webhook.js +3 -3
- package/build/api/models/zod-error-errors-inner.d.ts +3 -3
- package/build/api/models/zod-error-errors-inner.js +3 -3
- package/build/api/models/zod-error.d.ts +3 -3
- package/build/api/models/zod-error.js +3 -3
- package/build/clients/NeynarAPIClient.d.ts +508 -252
- package/build/clients/NeynarAPIClient.js +490 -201
- package/build/hub-api/models/index.d.ts +2 -0
- package/build/hub-api/models/index.js +2 -0
- package/build/hub-api/models/storage-limits-response-tier-subscriptions-inner.d.ts +34 -0
- package/build/hub-api/models/storage-limits-response-tier-subscriptions-inner.js +19 -0
- package/build/hub-api/models/storage-limits-response-unit-details.d.ts +35 -0
- package/build/hub-api/models/storage-limits-response-unit-details.js +20 -0
- package/build/hub-api/models/storage-limits-response.d.ts +20 -0
- package/build/types/webhooks.d.ts +1 -12
- package/package.json +3 -3
- package/build/api/models/authorization-url-response-type.d.ts +0 -20
- package/build/api/models/authorization-url-response-type.js +0 -24
- package/build/api/models/bulk-user-address-type.d.ts +0 -21
- package/build/api/models/bulk-user-address-type.js +0 -25
- package/build/api/models/cast-composer-type.d.ts +0 -21
- package/build/api/models/cast-composer-type.js +0 -25
- package/build/api/models/cast-conversation-sort-type.d.ts +0 -22
- package/build/api/models/cast-conversation-sort-type.js +0 -26
- package/build/api/models/cast-param-type.d.ts +0 -21
- package/build/api/models/cast-param-type.js +0 -25
- package/build/api/models/cast-with-interactions-all-of.d.ts +0 -93
- package/build/api/models/cast-with-interactions-and-conversations-all-of.d.ts +0 -25
- package/build/api/models/cast-with-interactions-and-conversations-ref-all-of.d.ts +0 -24
- package/build/api/models/cast-with-interactions-and-conversations-ref.d.ts +0 -19
- package/build/api/models/cast-with-interactions-and-conversations.d.ts +0 -18
- package/build/api/models/cast-with-interactions-and-conversations.js +0 -15
- package/build/api/models/cast-with-interactions-reactions.js +0 -15
- package/build/api/models/cast-with-interactions-replies.d.ts +0 -24
- package/build/api/models/cast-with-interactions-replies.js +0 -15
- package/build/api/models/cast-with-interactions.d.ts +0 -18
- package/build/api/models/cast-with-interactions.js +0 -15
- package/build/api/models/casts-search-response-result.d.ts +0 -32
- package/build/api/models/casts-search-response-result.js +0 -15
- package/build/api/models/channel-type.d.ts +0 -21
- package/build/api/models/channel-type.js +0 -25
- package/build/api/models/embed-type.d.ts +0 -37
- package/build/api/models/embed-type.js +0 -41
- package/build/api/models/farcaster-manifest-account-association.d.ts +0 -36
- package/build/api/models/farcaster-manifest-account-association.js +0 -15
- package/build/api/models/feed-trending-provider.d.ts +0 -22
- package/build/api/models/feed-trending-provider.js +0 -26
- package/build/api/models/feed-type.d.ts +0 -21
- package/build/api/models/feed-type.js +0 -25
- package/build/api/models/filter-type.d.ts +0 -25
- package/build/api/models/filter-type.js +0 -29
- package/build/api/models/follow-sort-type.d.ts +0 -21
- package/build/api/models/follow-sort-type.js +0 -25
- package/build/api/models/for-you-provider.d.ts +0 -22
- package/build/api/models/for-you-provider.js +0 -26
- package/build/api/models/frame-base.d.ts +0 -36
- package/build/api/models/frame-base.js +0 -15
- package/build/api/models/frame-pay-transaction-request-body.js +0 -15
- package/build/api/models/frame-type.d.ts +0 -21
- package/build/api/models/frame-type.js +0 -25
- package/build/api/models/frame-v1-all-of-input.js +0 -15
- package/build/api/models/frame-v1-all-of-state.js +0 -15
- package/build/api/models/frame-v1-all-of.d.ts +0 -57
- package/build/api/models/frame-v1-all-of.js +0 -15
- package/build/api/models/frame-v2-all-of-metadata.js +0 -15
- package/build/api/models/frame-v2-all-of.d.ts +0 -45
- package/build/api/models/frame-v2-all-of.js +0 -15
- package/build/api/models/frame-v2-with-full-author-all-of.d.ts +0 -45
- package/build/api/models/frame-v2-with-full-author-all-of.js +0 -15
- package/build/api/models/fungible-owner-relevant-network.d.ts +0 -24
- package/build/api/models/fungible-owner-relevant-network.js +0 -28
- package/build/api/models/html-metadata-all-of-oembed.js +0 -15
- package/build/api/models/html-metadata-all-of.d.ts +0 -25
- package/build/api/models/html-metadata-all-of.js +0 -15
- package/build/api/models/mini-app-time-window.d.ts +0 -24
- package/build/api/models/mini-app-time-window.js +0 -28
- package/build/api/models/oembed-data.d.ts +0 -84
- package/build/api/models/oembed-data.js +0 -15
- package/build/api/models/oembed-link-data-all-of.d.ts +0 -28
- package/build/api/models/oembed-link-data-all-of.js +0 -19
- package/build/api/models/oembed-photo-data-all-of.d.ts +0 -46
- package/build/api/models/oembed-photo-data-all-of.js +0 -19
- package/build/api/models/oembed-rich-data-all-of.d.ts +0 -46
- package/build/api/models/oembed-rich-data-all-of.js +0 -19
- package/build/api/models/oembed-video-data-all-of.d.ts +0 -46
- package/build/api/models/oembed-video-data-all-of.js +0 -19
- package/build/api/models/og-object.d.ts +0 -314
- package/build/api/models/og-object.js +0 -15
- package/build/api/models/profile-url-pfp.d.ts +0 -24
- package/build/api/models/profile-url-pfp.js +0 -15
- package/build/api/models/profile-url.d.ts +0 -25
- package/build/api/models/profile-url.js +0 -15
- package/build/api/models/reactions-type.d.ts +0 -22
- package/build/api/models/reactions-type.js +0 -26
- package/build/api/models/search-sort-type.d.ts +0 -21
- package/build/api/models/search-sort-type.js +0 -25
- package/build/api/models/searched-user.d.ts +0 -130
- package/build/api/models/searched-user.js +0 -19
- package/build/api/models/subscribed-to-all-of.d.ts +0 -44
- package/build/api/models/subscribed-to-all-of.js +0 -15
- package/build/api/models/subscription-provider.d.ts +0 -20
- package/build/api/models/subscription-provider.js +0 -24
- package/build/api/models/subscription-providers.d.ts +0 -21
- package/build/api/models/subscription-providers.js +0 -25
- package/build/api/models/subscription-status.d.ts +0 -53
- package/build/api/models/transaction-frame-base.d.ts +0 -51
- package/build/api/models/transaction-frame-base.js +0 -15
- package/build/api/models/transaction-frame-pay-all-of-transaction.js +0 -15
- package/build/api/models/transaction-frame-pay-all-of.d.ts +0 -25
- package/build/api/models/transaction-frame-pay-all-of.js +0 -15
- package/build/api/models/validate-frame-aggregate-window.d.ts +0 -30
- package/build/api/models/validate-frame-aggregate-window.js +0 -34
- package/build/api/models/validate-frame-analytics-type.d.ts +0 -23
- package/build/api/models/validate-frame-analytics-type.js +0 -27
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* The
|
|
2
|
+
* Neynar API
|
|
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:
|
|
5
|
+
* The version of the OpenAPI document: 3.18.0
|
|
6
6
|
* Contact: team@neynar.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,10 +21,9 @@ import type { FrameActionReqBody } from '../models';
|
|
|
21
21
|
import type { FrameCatalogResponse } from '../models';
|
|
22
22
|
import type { FrameDeveloperManagedActionReqBody } from '../models';
|
|
23
23
|
import type { FrameNotificationTokens } from '../models';
|
|
24
|
-
import type { FrameType } from '../models';
|
|
25
24
|
import type { FrameValidateAnalyticsResponse } from '../models';
|
|
26
25
|
import type { FrameValidateListResponse } from '../models';
|
|
27
|
-
import type {
|
|
26
|
+
import type { GetNotificationCampaignStats200Response } from '../models';
|
|
28
27
|
import type { NeynarFrame } from '../models';
|
|
29
28
|
import type { NeynarFrameCreationReqBody } from '../models';
|
|
30
29
|
import type { NeynarFrameUpdateReqBody } from '../models';
|
|
@@ -33,8 +32,6 @@ import type { SendFrameNotificationsResponse } from '../models';
|
|
|
33
32
|
import type { TransactionFrameResponse } from '../models';
|
|
34
33
|
import type { ValidateFrameActionReqBody } from '../models';
|
|
35
34
|
import type { ValidateFrameActionResponse } from '../models';
|
|
36
|
-
import type { ValidateFrameAggregateWindow } from '../models';
|
|
37
|
-
import type { ValidateFrameAnalyticsType } from '../models';
|
|
38
35
|
/**
|
|
39
36
|
* FrameApi - axios parameter creator
|
|
40
37
|
* @export
|
|
@@ -57,14 +54,16 @@ export declare const FrameApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
57
54
|
* @summary Mini apps catalog
|
|
58
55
|
* @param {number} [limit] Number of results to fetch (Default: 100, Maximum: 100)
|
|
59
56
|
* @param {string} [cursor] Pagination cursor
|
|
60
|
-
* @param {
|
|
61
|
-
* @param {Array<FetchFrameCatalogCategoriesEnum>} [categories] Comma separated list of categories to include in the results.
|
|
57
|
+
* @param {FetchFrameCatalogTimeWindowEnum} [timeWindow] Time window used to calculate the change in trending score for each mini app, used to sort mini app results
|
|
58
|
+
* @param {Array<FetchFrameCatalogCategoriesEnum>} [categories] Comma separated list of categories to include in the results. Includes all if left blank. Example: categories=games,social OR categories=games&categories=social
|
|
62
59
|
* @param {*} [options] Override http request option.
|
|
63
60
|
* @throws {RequiredError}
|
|
64
61
|
* @returns {Promise<FrameCatalogResponse>} A promise that resolves to a `FrameCatalogResponse` object
|
|
65
62
|
*
|
|
63
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-frame-catalog)
|
|
64
|
+
*
|
|
66
65
|
*/
|
|
67
|
-
fetchFrameCatalog: (limit?: number, cursor?: string, timeWindow?:
|
|
66
|
+
fetchFrameCatalog: (limit?: number, cursor?: string, timeWindow?: FetchFrameCatalogTimeWindowEnum, categories?: Array<FetchFrameCatalogCategoriesEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
68
67
|
/**
|
|
69
68
|
* Fetches the mini app meta tags from the URL
|
|
70
69
|
* @summary Meta tags from URL
|
|
@@ -106,23 +105,23 @@ export declare const FrameApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
106
105
|
* Fetch a list of mini apps relevant to the user based on casts by users with strong affinity score for the user
|
|
107
106
|
* @summary Relevant mini apps
|
|
108
107
|
* @param {number} viewerFid FID of the user to fetch relevant mini apps for
|
|
109
|
-
* @param {
|
|
108
|
+
* @param {FetchRelevantFramesTimeWindowEnum} [timeWindow] Time window used to limit statistics used to calculate mini app relevance
|
|
110
109
|
* @param {*} [options] Override http request option.
|
|
111
110
|
* @throws {RequiredError}
|
|
112
111
|
* @returns {Promise<FetchRelevantFrames200Response>} A promise that resolves to a `FetchRelevantFrames200Response` object
|
|
113
112
|
*
|
|
114
|
-
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-
|
|
113
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-relevant-frames)
|
|
115
114
|
*
|
|
116
115
|
*/
|
|
117
|
-
fetchRelevantFrames: (viewerFid: number, timeWindow?:
|
|
116
|
+
fetchRelevantFrames: (viewerFid: number, timeWindow?: FetchRelevantFramesTimeWindowEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
118
117
|
/**
|
|
119
118
|
* Fetch analytics for total-interactors, interactors, nteractions-per-cast and input-text.
|
|
120
119
|
* @summary Analytics for the mini app
|
|
121
|
-
* @param {string} frameUrl
|
|
122
|
-
* @param {
|
|
120
|
+
* @param {string} frameUrl URL of the mini app to fetch analytics for
|
|
121
|
+
* @param {FetchValidateFrameAnalyticsAnalyticsTypeEnum} analyticsType Type of analytics to fetch
|
|
123
122
|
* @param {string} start
|
|
124
123
|
* @param {string} stop
|
|
125
|
-
* @param {
|
|
124
|
+
* @param {FetchValidateFrameAnalyticsAggregateWindowEnum} [aggregateWindow] Required for `analytics_type=interactions-per-cast`
|
|
126
125
|
* @param {*} [options] Override http request option.
|
|
127
126
|
* @throws {RequiredError}
|
|
128
127
|
* @returns {Promise<FrameValidateAnalyticsResponse>} A promise that resolves to a `FrameValidateAnalyticsResponse` object
|
|
@@ -130,7 +129,7 @@ export declare const FrameApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
130
129
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-validate-frame-analytics)
|
|
131
130
|
*
|
|
132
131
|
*/
|
|
133
|
-
fetchValidateFrameAnalytics: (frameUrl: string, analyticsType:
|
|
132
|
+
fetchValidateFrameAnalytics: (frameUrl: string, analyticsType: FetchValidateFrameAnalyticsAnalyticsTypeEnum, start: string, stop: string, aggregateWindow?: FetchValidateFrameAnalyticsAggregateWindowEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
134
133
|
/**
|
|
135
134
|
* Fetch a list of all the mini apps validated by a user
|
|
136
135
|
* @summary All mini apps validated by user
|
|
@@ -142,6 +141,20 @@ export declare const FrameApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
142
141
|
*
|
|
143
142
|
*/
|
|
144
143
|
fetchValidateFrameList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
144
|
+
/**
|
|
145
|
+
* Retrieve notification delivery and opened stats for notification campaigns
|
|
146
|
+
* @summary Get notification campaign stats
|
|
147
|
+
* @param {string} [campaignId] An ID of a specific notification campaign to query
|
|
148
|
+
* @param {number} [limit] The number of results to return (Default: 100, Maximum: 1000)
|
|
149
|
+
* @param {string} [cursor] Pagination cursor
|
|
150
|
+
* @param {*} [options] Override http request option.
|
|
151
|
+
* @throws {RequiredError}
|
|
152
|
+
* @returns {Promise<GetNotificationCampaignStats200Response>} A promise that resolves to a `GetNotificationCampaignStats200Response` object
|
|
153
|
+
*
|
|
154
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-notification-campaign-stats)
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
getNotificationCampaignStats: (campaignId?: string, limit?: number, cursor?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
145
158
|
/**
|
|
146
159
|
* Retrieves details about a transaction pay mini app by ID
|
|
147
160
|
* @summary Get transaction pay mini app
|
|
@@ -150,12 +163,14 @@ export declare const FrameApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
150
163
|
* @throws {RequiredError}
|
|
151
164
|
* @returns {Promise<TransactionFrameResponse>} A promise that resolves to a `TransactionFrameResponse` object
|
|
152
165
|
*
|
|
166
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-transaction-pay-frame)
|
|
167
|
+
*
|
|
153
168
|
*/
|
|
154
169
|
getTransactionPayFrame: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
155
170
|
/**
|
|
156
171
|
* Fetch a mini app either by UUID or Neynar URL
|
|
157
172
|
* @summary Mini app by UUID or URL
|
|
158
|
-
* @param {
|
|
173
|
+
* @param {LookupNeynarFrameTypeEnum} type Type of identifier (either \'uuid\' or \'url\')
|
|
159
174
|
* @param {string} [uuid] UUID of the mini app to fetch
|
|
160
175
|
* @param {string} [url] URL of the Neynar mini app to fetch
|
|
161
176
|
* @param {*} [options] Override http request option.
|
|
@@ -165,9 +180,9 @@ export declare const FrameApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
165
180
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/lookup-neynar-frame)
|
|
166
181
|
*
|
|
167
182
|
*/
|
|
168
|
-
lookupNeynarFrame: (type:
|
|
183
|
+
lookupNeynarFrame: (type: LookupNeynarFrameTypeEnum, uuid?: string, url?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
169
184
|
/**
|
|
170
|
-
* Post mini app actions, cast actions or cast composer actions to the server
|
|
185
|
+
* Post mini app actions, cast actions or cast composer actions to the server (In order to post any of these actions, you need to have an approved `signer_uuid`) The POST request to the post_url has a timeout of 5 seconds for mini apps.
|
|
171
186
|
* @summary Post a mini app action, cast action or a cast composer action
|
|
172
187
|
* @param {FrameActionReqBody} frameActionReqBody
|
|
173
188
|
* @param {*} [options] Override http request option.
|
|
@@ -241,7 +256,7 @@ export declare const FrameApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
241
256
|
*/
|
|
242
257
|
updateNeynarFrame: (neynarFrameUpdateReqBody: NeynarFrameUpdateReqBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
243
258
|
/**
|
|
244
|
-
* Validates a mini app against by an interacting user against a Farcaster Hub
|
|
259
|
+
* Validates a mini app against by an interacting user against a Farcaster Hub (In order to validate a mini app, message bytes from Frame Action must be provided in hex)
|
|
245
260
|
* @summary Validate mini app action
|
|
246
261
|
* @param {ValidateFrameActionReqBody} validateFrameActionReqBody
|
|
247
262
|
* @param {*} [options] Override http request option.
|
|
@@ -275,14 +290,16 @@ export declare const FrameApiFp: (configuration?: Configuration) => {
|
|
|
275
290
|
* @summary Mini apps catalog
|
|
276
291
|
* @param {number} [limit] Number of results to fetch (Default: 100, Maximum: 100)
|
|
277
292
|
* @param {string} [cursor] Pagination cursor
|
|
278
|
-
* @param {
|
|
279
|
-
* @param {Array<FetchFrameCatalogCategoriesEnum>} [categories] Comma separated list of categories to include in the results.
|
|
293
|
+
* @param {FetchFrameCatalogTimeWindowEnum} [timeWindow] Time window used to calculate the change in trending score for each mini app, used to sort mini app results
|
|
294
|
+
* @param {Array<FetchFrameCatalogCategoriesEnum>} [categories] Comma separated list of categories to include in the results. Includes all if left blank. Example: categories=games,social OR categories=games&categories=social
|
|
280
295
|
* @param {*} [options] Override http request option.
|
|
281
296
|
* @throws {RequiredError}
|
|
282
297
|
* @returns {Promise<FrameCatalogResponse>} A promise that resolves to a `FrameCatalogResponse` object
|
|
283
298
|
*
|
|
299
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-frame-catalog)
|
|
300
|
+
*
|
|
284
301
|
*/
|
|
285
|
-
fetchFrameCatalog(limit?: number, cursor?: string, timeWindow?:
|
|
302
|
+
fetchFrameCatalog(limit?: number, cursor?: string, timeWindow?: FetchFrameCatalogTimeWindowEnum, categories?: Array<FetchFrameCatalogCategoriesEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FrameCatalogResponse>>;
|
|
286
303
|
/**
|
|
287
304
|
* Fetches the mini app meta tags from the URL
|
|
288
305
|
* @summary Meta tags from URL
|
|
@@ -324,23 +341,23 @@ export declare const FrameApiFp: (configuration?: Configuration) => {
|
|
|
324
341
|
* Fetch a list of mini apps relevant to the user based on casts by users with strong affinity score for the user
|
|
325
342
|
* @summary Relevant mini apps
|
|
326
343
|
* @param {number} viewerFid FID of the user to fetch relevant mini apps for
|
|
327
|
-
* @param {
|
|
344
|
+
* @param {FetchRelevantFramesTimeWindowEnum} [timeWindow] Time window used to limit statistics used to calculate mini app relevance
|
|
328
345
|
* @param {*} [options] Override http request option.
|
|
329
346
|
* @throws {RequiredError}
|
|
330
347
|
* @returns {Promise<FetchRelevantFrames200Response>} A promise that resolves to a `FetchRelevantFrames200Response` object
|
|
331
348
|
*
|
|
332
|
-
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-
|
|
349
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-relevant-frames)
|
|
333
350
|
*
|
|
334
351
|
*/
|
|
335
|
-
fetchRelevantFrames(viewerFid: number, timeWindow?:
|
|
352
|
+
fetchRelevantFrames(viewerFid: number, timeWindow?: FetchRelevantFramesTimeWindowEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FetchRelevantFrames200Response>>;
|
|
336
353
|
/**
|
|
337
354
|
* Fetch analytics for total-interactors, interactors, nteractions-per-cast and input-text.
|
|
338
355
|
* @summary Analytics for the mini app
|
|
339
|
-
* @param {string} frameUrl
|
|
340
|
-
* @param {
|
|
356
|
+
* @param {string} frameUrl URL of the mini app to fetch analytics for
|
|
357
|
+
* @param {FetchValidateFrameAnalyticsAnalyticsTypeEnum} analyticsType Type of analytics to fetch
|
|
341
358
|
* @param {string} start
|
|
342
359
|
* @param {string} stop
|
|
343
|
-
* @param {
|
|
360
|
+
* @param {FetchValidateFrameAnalyticsAggregateWindowEnum} [aggregateWindow] Required for `analytics_type=interactions-per-cast`
|
|
344
361
|
* @param {*} [options] Override http request option.
|
|
345
362
|
* @throws {RequiredError}
|
|
346
363
|
* @returns {Promise<FrameValidateAnalyticsResponse>} A promise that resolves to a `FrameValidateAnalyticsResponse` object
|
|
@@ -348,7 +365,7 @@ export declare const FrameApiFp: (configuration?: Configuration) => {
|
|
|
348
365
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-validate-frame-analytics)
|
|
349
366
|
*
|
|
350
367
|
*/
|
|
351
|
-
fetchValidateFrameAnalytics(frameUrl: string, analyticsType:
|
|
368
|
+
fetchValidateFrameAnalytics(frameUrl: string, analyticsType: FetchValidateFrameAnalyticsAnalyticsTypeEnum, start: string, stop: string, aggregateWindow?: FetchValidateFrameAnalyticsAggregateWindowEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FrameValidateAnalyticsResponse>>;
|
|
352
369
|
/**
|
|
353
370
|
* Fetch a list of all the mini apps validated by a user
|
|
354
371
|
* @summary All mini apps validated by user
|
|
@@ -360,6 +377,20 @@ export declare const FrameApiFp: (configuration?: Configuration) => {
|
|
|
360
377
|
*
|
|
361
378
|
*/
|
|
362
379
|
fetchValidateFrameList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FrameValidateListResponse>>;
|
|
380
|
+
/**
|
|
381
|
+
* Retrieve notification delivery and opened stats for notification campaigns
|
|
382
|
+
* @summary Get notification campaign stats
|
|
383
|
+
* @param {string} [campaignId] An ID of a specific notification campaign to query
|
|
384
|
+
* @param {number} [limit] The number of results to return (Default: 100, Maximum: 1000)
|
|
385
|
+
* @param {string} [cursor] Pagination cursor
|
|
386
|
+
* @param {*} [options] Override http request option.
|
|
387
|
+
* @throws {RequiredError}
|
|
388
|
+
* @returns {Promise<GetNotificationCampaignStats200Response>} A promise that resolves to a `GetNotificationCampaignStats200Response` object
|
|
389
|
+
*
|
|
390
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-notification-campaign-stats)
|
|
391
|
+
*
|
|
392
|
+
*/
|
|
393
|
+
getNotificationCampaignStats(campaignId?: string, limit?: number, cursor?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetNotificationCampaignStats200Response>>;
|
|
363
394
|
/**
|
|
364
395
|
* Retrieves details about a transaction pay mini app by ID
|
|
365
396
|
* @summary Get transaction pay mini app
|
|
@@ -368,12 +399,14 @@ export declare const FrameApiFp: (configuration?: Configuration) => {
|
|
|
368
399
|
* @throws {RequiredError}
|
|
369
400
|
* @returns {Promise<TransactionFrameResponse>} A promise that resolves to a `TransactionFrameResponse` object
|
|
370
401
|
*
|
|
402
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-transaction-pay-frame)
|
|
403
|
+
*
|
|
371
404
|
*/
|
|
372
405
|
getTransactionPayFrame(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionFrameResponse>>;
|
|
373
406
|
/**
|
|
374
407
|
* Fetch a mini app either by UUID or Neynar URL
|
|
375
408
|
* @summary Mini app by UUID or URL
|
|
376
|
-
* @param {
|
|
409
|
+
* @param {LookupNeynarFrameTypeEnum} type Type of identifier (either \'uuid\' or \'url\')
|
|
377
410
|
* @param {string} [uuid] UUID of the mini app to fetch
|
|
378
411
|
* @param {string} [url] URL of the Neynar mini app to fetch
|
|
379
412
|
* @param {*} [options] Override http request option.
|
|
@@ -383,9 +416,9 @@ export declare const FrameApiFp: (configuration?: Configuration) => {
|
|
|
383
416
|
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/lookup-neynar-frame)
|
|
384
417
|
*
|
|
385
418
|
*/
|
|
386
|
-
lookupNeynarFrame(type:
|
|
419
|
+
lookupNeynarFrame(type: LookupNeynarFrameTypeEnum, uuid?: string, url?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NeynarFrame>>;
|
|
387
420
|
/**
|
|
388
|
-
* Post mini app actions, cast actions or cast composer actions to the server
|
|
421
|
+
* Post mini app actions, cast actions or cast composer actions to the server (In order to post any of these actions, you need to have an approved `signer_uuid`) The POST request to the post_url has a timeout of 5 seconds for mini apps.
|
|
389
422
|
* @summary Post a mini app action, cast action or a cast composer action
|
|
390
423
|
* @param {FrameActionReqBody} frameActionReqBody
|
|
391
424
|
* @param {*} [options] Override http request option.
|
|
@@ -459,7 +492,7 @@ export declare const FrameApiFp: (configuration?: Configuration) => {
|
|
|
459
492
|
*/
|
|
460
493
|
updateNeynarFrame(neynarFrameUpdateReqBody: NeynarFrameUpdateReqBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NeynarFrame>>;
|
|
461
494
|
/**
|
|
462
|
-
* Validates a mini app against by an interacting user against a Farcaster Hub
|
|
495
|
+
* Validates a mini app against by an interacting user against a Farcaster Hub (In order to validate a mini app, message bytes from Frame Action must be provided in hex)
|
|
463
496
|
* @summary Validate mini app action
|
|
464
497
|
* @param {ValidateFrameActionReqBody} validateFrameActionReqBody
|
|
465
498
|
* @param {*} [options] Override http request option.
|
|
@@ -496,6 +529,8 @@ export declare const FrameApiFactory: (configuration?: Configuration, basePath?:
|
|
|
496
529
|
* @throws {RequiredError}
|
|
497
530
|
* @returns {Promise<FrameCatalogResponse>} A promise that resolves to a `FrameCatalogResponse` object
|
|
498
531
|
*
|
|
532
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-frame-catalog)
|
|
533
|
+
*
|
|
499
534
|
*/
|
|
500
535
|
fetchFrameCatalog(requestParameters?: FrameApiFetchFrameCatalogRequest, options?: RawAxiosRequestConfig): AxiosPromise<FrameCatalogResponse>;
|
|
501
536
|
/**
|
|
@@ -541,7 +576,7 @@ export declare const FrameApiFactory: (configuration?: Configuration, basePath?:
|
|
|
541
576
|
* @throws {RequiredError}
|
|
542
577
|
* @returns {Promise<FetchRelevantFrames200Response>} A promise that resolves to a `FetchRelevantFrames200Response` object
|
|
543
578
|
*
|
|
544
|
-
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-
|
|
579
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-relevant-frames)
|
|
545
580
|
*
|
|
546
581
|
*/
|
|
547
582
|
fetchRelevantFrames(requestParameters: FrameApiFetchRelevantFramesRequest, options?: RawAxiosRequestConfig): AxiosPromise<FetchRelevantFrames200Response>;
|
|
@@ -568,6 +603,18 @@ export declare const FrameApiFactory: (configuration?: Configuration, basePath?:
|
|
|
568
603
|
*
|
|
569
604
|
*/
|
|
570
605
|
fetchValidateFrameList(options?: RawAxiosRequestConfig): AxiosPromise<FrameValidateListResponse>;
|
|
606
|
+
/**
|
|
607
|
+
* Retrieve notification delivery and opened stats for notification campaigns
|
|
608
|
+
* @summary Get notification campaign stats
|
|
609
|
+
* @param {FrameApiGetNotificationCampaignStatsRequest} requestParameters Request parameters.
|
|
610
|
+
* @param {*} [options] Override http request option.
|
|
611
|
+
* @throws {RequiredError}
|
|
612
|
+
* @returns {Promise<GetNotificationCampaignStats200Response>} A promise that resolves to a `GetNotificationCampaignStats200Response` object
|
|
613
|
+
*
|
|
614
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-notification-campaign-stats)
|
|
615
|
+
*
|
|
616
|
+
*/
|
|
617
|
+
getNotificationCampaignStats(requestParameters?: FrameApiGetNotificationCampaignStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetNotificationCampaignStats200Response>;
|
|
571
618
|
/**
|
|
572
619
|
* Retrieves details about a transaction pay mini app by ID
|
|
573
620
|
* @summary Get transaction pay mini app
|
|
@@ -576,6 +623,8 @@ export declare const FrameApiFactory: (configuration?: Configuration, basePath?:
|
|
|
576
623
|
* @throws {RequiredError}
|
|
577
624
|
* @returns {Promise<TransactionFrameResponse>} A promise that resolves to a `TransactionFrameResponse` object
|
|
578
625
|
*
|
|
626
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-transaction-pay-frame)
|
|
627
|
+
*
|
|
579
628
|
*/
|
|
580
629
|
getTransactionPayFrame(requestParameters: FrameApiGetTransactionPayFrameRequest, options?: RawAxiosRequestConfig): AxiosPromise<TransactionFrameResponse>;
|
|
581
630
|
/**
|
|
@@ -591,7 +640,7 @@ export declare const FrameApiFactory: (configuration?: Configuration, basePath?:
|
|
|
591
640
|
*/
|
|
592
641
|
lookupNeynarFrame(requestParameters: FrameApiLookupNeynarFrameRequest, options?: RawAxiosRequestConfig): AxiosPromise<NeynarFrame>;
|
|
593
642
|
/**
|
|
594
|
-
* Post mini app actions, cast actions or cast composer actions to the server
|
|
643
|
+
* Post mini app actions, cast actions or cast composer actions to the server (In order to post any of these actions, you need to have an approved `signer_uuid`) The POST request to the post_url has a timeout of 5 seconds for mini apps.
|
|
595
644
|
* @summary Post a mini app action, cast action or a cast composer action
|
|
596
645
|
* @param {FrameApiPostFrameActionRequest} requestParameters Request parameters.
|
|
597
646
|
* @param {*} [options] Override http request option.
|
|
@@ -663,7 +712,7 @@ export declare const FrameApiFactory: (configuration?: Configuration, basePath?:
|
|
|
663
712
|
*/
|
|
664
713
|
updateNeynarFrame(requestParameters: FrameApiUpdateNeynarFrameRequest, options?: RawAxiosRequestConfig): AxiosPromise<NeynarFrame>;
|
|
665
714
|
/**
|
|
666
|
-
* Validates a mini app against by an interacting user against a Farcaster Hub
|
|
715
|
+
* Validates a mini app against by an interacting user against a Farcaster Hub (In order to validate a mini app, message bytes from Frame Action must be provided in hex)
|
|
667
716
|
* @summary Validate mini app action
|
|
668
717
|
* @param {FrameApiValidateFrameActionRequest} requestParameters Request parameters.
|
|
669
718
|
* @param {*} [options] Override http request option.
|
|
@@ -703,6 +752,8 @@ export interface FrameApiInterface {
|
|
|
703
752
|
* @memberof FrameApiInterface
|
|
704
753
|
* @returns {Promise<FrameCatalogResponse>} A promise that resolves to a `FrameCatalogResponse` object
|
|
705
754
|
*
|
|
755
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-frame-catalog)
|
|
756
|
+
*
|
|
706
757
|
*/
|
|
707
758
|
fetchFrameCatalog(requestParameters?: FrameApiFetchFrameCatalogRequest, options?: RawAxiosRequestConfig): AxiosPromise<FrameCatalogResponse>;
|
|
708
759
|
/**
|
|
@@ -752,7 +803,7 @@ export interface FrameApiInterface {
|
|
|
752
803
|
* @memberof FrameApiInterface
|
|
753
804
|
* @returns {Promise<FetchRelevantFrames200Response>} A promise that resolves to a `FetchRelevantFrames200Response` object
|
|
754
805
|
*
|
|
755
|
-
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-
|
|
806
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-relevant-frames)
|
|
756
807
|
*
|
|
757
808
|
*/
|
|
758
809
|
fetchRelevantFrames(requestParameters: FrameApiFetchRelevantFramesRequest, options?: RawAxiosRequestConfig): AxiosPromise<FetchRelevantFrames200Response>;
|
|
@@ -781,6 +832,19 @@ export interface FrameApiInterface {
|
|
|
781
832
|
*
|
|
782
833
|
*/
|
|
783
834
|
fetchValidateFrameList(options?: RawAxiosRequestConfig): AxiosPromise<FrameValidateListResponse>;
|
|
835
|
+
/**
|
|
836
|
+
* Retrieve notification delivery and opened stats for notification campaigns
|
|
837
|
+
* @summary Get notification campaign stats
|
|
838
|
+
* @param {FrameApiGetNotificationCampaignStatsRequest} requestParameters Request parameters.
|
|
839
|
+
* @param {*} [options] Override http request option.
|
|
840
|
+
* @throws {RequiredError}
|
|
841
|
+
* @memberof FrameApiInterface
|
|
842
|
+
* @returns {Promise<GetNotificationCampaignStats200Response>} A promise that resolves to a `GetNotificationCampaignStats200Response` object
|
|
843
|
+
*
|
|
844
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-notification-campaign-stats)
|
|
845
|
+
*
|
|
846
|
+
*/
|
|
847
|
+
getNotificationCampaignStats(requestParameters?: FrameApiGetNotificationCampaignStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetNotificationCampaignStats200Response>;
|
|
784
848
|
/**
|
|
785
849
|
* Retrieves details about a transaction pay mini app by ID
|
|
786
850
|
* @summary Get transaction pay mini app
|
|
@@ -790,6 +854,8 @@ export interface FrameApiInterface {
|
|
|
790
854
|
* @memberof FrameApiInterface
|
|
791
855
|
* @returns {Promise<TransactionFrameResponse>} A promise that resolves to a `TransactionFrameResponse` object
|
|
792
856
|
*
|
|
857
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-transaction-pay-frame)
|
|
858
|
+
*
|
|
793
859
|
*/
|
|
794
860
|
getTransactionPayFrame(requestParameters: FrameApiGetTransactionPayFrameRequest, options?: RawAxiosRequestConfig): AxiosPromise<TransactionFrameResponse>;
|
|
795
861
|
/**
|
|
@@ -806,7 +872,7 @@ export interface FrameApiInterface {
|
|
|
806
872
|
*/
|
|
807
873
|
lookupNeynarFrame(requestParameters: FrameApiLookupNeynarFrameRequest, options?: RawAxiosRequestConfig): AxiosPromise<NeynarFrame>;
|
|
808
874
|
/**
|
|
809
|
-
* Post mini app actions, cast actions or cast composer actions to the server
|
|
875
|
+
* Post mini app actions, cast actions or cast composer actions to the server (In order to post any of these actions, you need to have an approved `signer_uuid`) The POST request to the post_url has a timeout of 5 seconds for mini apps.
|
|
810
876
|
* @summary Post a mini app action, cast action or a cast composer action
|
|
811
877
|
* @param {FrameApiPostFrameActionRequest} requestParameters Request parameters.
|
|
812
878
|
* @param {*} [options] Override http request option.
|
|
@@ -884,7 +950,7 @@ export interface FrameApiInterface {
|
|
|
884
950
|
*/
|
|
885
951
|
updateNeynarFrame(requestParameters: FrameApiUpdateNeynarFrameRequest, options?: RawAxiosRequestConfig): AxiosPromise<NeynarFrame>;
|
|
886
952
|
/**
|
|
887
|
-
* Validates a mini app against by an interacting user against a Farcaster Hub
|
|
953
|
+
* Validates a mini app against by an interacting user against a Farcaster Hub (In order to validate a mini app, message bytes from Frame Action must be provided in hex)
|
|
888
954
|
* @summary Validate mini app action
|
|
889
955
|
* @param {FrameApiValidateFrameActionRequest} requestParameters Request parameters.
|
|
890
956
|
* @param {*} [options] Override http request option.
|
|
@@ -942,12 +1008,12 @@ export interface FrameApiFetchFrameCatalogRequest {
|
|
|
942
1008
|
*
|
|
943
1009
|
*
|
|
944
1010
|
*
|
|
945
|
-
* @type {
|
|
1011
|
+
* @type {'1h' | '6h' | '12h' | '24h' | '7d'}
|
|
946
1012
|
* @memberof FrameApiFetchFrameCatalog
|
|
947
1013
|
*/
|
|
948
|
-
readonly timeWindow?:
|
|
1014
|
+
readonly timeWindow?: FetchFrameCatalogTimeWindowEnum;
|
|
949
1015
|
/**
|
|
950
|
-
* Comma separated list of categories to include in the results.
|
|
1016
|
+
* Comma separated list of categories to include in the results. Includes all if left blank. Example: categories=games,social OR categories=games&categories=social
|
|
951
1017
|
*
|
|
952
1018
|
*
|
|
953
1019
|
*
|
|
@@ -1026,10 +1092,10 @@ export interface FrameApiFetchRelevantFramesRequest {
|
|
|
1026
1092
|
*
|
|
1027
1093
|
*
|
|
1028
1094
|
*
|
|
1029
|
-
* @type {
|
|
1095
|
+
* @type {'1h' | '6h' | '12h' | '24h' | '7d'}
|
|
1030
1096
|
* @memberof FrameApiFetchRelevantFrames
|
|
1031
1097
|
*/
|
|
1032
|
-
readonly timeWindow?:
|
|
1098
|
+
readonly timeWindow?: FetchRelevantFramesTimeWindowEnum;
|
|
1033
1099
|
}
|
|
1034
1100
|
/**
|
|
1035
1101
|
* Request parameters for fetchValidateFrameAnalytics operation in FrameApi.
|
|
@@ -1038,7 +1104,7 @@ export interface FrameApiFetchRelevantFramesRequest {
|
|
|
1038
1104
|
*/
|
|
1039
1105
|
export interface FrameApiFetchValidateFrameAnalyticsRequest {
|
|
1040
1106
|
/**
|
|
1041
|
-
*
|
|
1107
|
+
* URL of the mini app to fetch analytics for
|
|
1042
1108
|
*
|
|
1043
1109
|
*
|
|
1044
1110
|
*
|
|
@@ -1047,14 +1113,14 @@ export interface FrameApiFetchValidateFrameAnalyticsRequest {
|
|
|
1047
1113
|
*/
|
|
1048
1114
|
readonly frameUrl: string;
|
|
1049
1115
|
/**
|
|
1116
|
+
* Type of analytics to fetch
|
|
1050
1117
|
*
|
|
1051
1118
|
*
|
|
1052
1119
|
*
|
|
1053
|
-
*
|
|
1054
|
-
* @type {ValidateFrameAnalyticsType}
|
|
1120
|
+
* @type {'total-interactors' | 'interactors' | 'interactions-per-cast' | 'input-text'}
|
|
1055
1121
|
* @memberof FrameApiFetchValidateFrameAnalytics
|
|
1056
1122
|
*/
|
|
1057
|
-
readonly analyticsType:
|
|
1123
|
+
readonly analyticsType: FetchValidateFrameAnalyticsAnalyticsTypeEnum;
|
|
1058
1124
|
/**
|
|
1059
1125
|
*
|
|
1060
1126
|
*
|
|
@@ -1078,10 +1144,44 @@ export interface FrameApiFetchValidateFrameAnalyticsRequest {
|
|
|
1078
1144
|
*
|
|
1079
1145
|
*
|
|
1080
1146
|
*
|
|
1081
|
-
* @type {
|
|
1147
|
+
* @type {'10s' | '1m' | '2m' | '5m' | '10m' | '20m' | '30m' | '2h' | '12h' | '1d' | '7d'}
|
|
1082
1148
|
* @memberof FrameApiFetchValidateFrameAnalytics
|
|
1083
1149
|
*/
|
|
1084
|
-
readonly aggregateWindow?:
|
|
1150
|
+
readonly aggregateWindow?: FetchValidateFrameAnalyticsAggregateWindowEnum;
|
|
1151
|
+
}
|
|
1152
|
+
/**
|
|
1153
|
+
* Request parameters for getNotificationCampaignStats operation in FrameApi.
|
|
1154
|
+
* @export
|
|
1155
|
+
* @interface FrameApiGetNotificationCampaignStatsRequest
|
|
1156
|
+
*/
|
|
1157
|
+
export interface FrameApiGetNotificationCampaignStatsRequest {
|
|
1158
|
+
/**
|
|
1159
|
+
* An ID of a specific notification campaign to query
|
|
1160
|
+
*
|
|
1161
|
+
*
|
|
1162
|
+
*
|
|
1163
|
+
* @type {string}
|
|
1164
|
+
* @memberof FrameApiGetNotificationCampaignStats
|
|
1165
|
+
*/
|
|
1166
|
+
readonly campaignId?: string;
|
|
1167
|
+
/**
|
|
1168
|
+
* The number of results to return (Default: 100, Maximum: 1000)
|
|
1169
|
+
*
|
|
1170
|
+
*
|
|
1171
|
+
*
|
|
1172
|
+
* @type {number}
|
|
1173
|
+
* @memberof FrameApiGetNotificationCampaignStats
|
|
1174
|
+
*/
|
|
1175
|
+
readonly limit?: number;
|
|
1176
|
+
/**
|
|
1177
|
+
* Pagination cursor
|
|
1178
|
+
*
|
|
1179
|
+
*
|
|
1180
|
+
*
|
|
1181
|
+
* @type {string}
|
|
1182
|
+
* @memberof FrameApiGetNotificationCampaignStats
|
|
1183
|
+
*/
|
|
1184
|
+
readonly cursor?: string;
|
|
1085
1185
|
}
|
|
1086
1186
|
/**
|
|
1087
1187
|
* Request parameters for getTransactionPayFrame operation in FrameApi.
|
|
@@ -1106,14 +1206,14 @@ export interface FrameApiGetTransactionPayFrameRequest {
|
|
|
1106
1206
|
*/
|
|
1107
1207
|
export interface FrameApiLookupNeynarFrameRequest {
|
|
1108
1208
|
/**
|
|
1209
|
+
* Type of identifier (either \'uuid\' or \'url\')
|
|
1109
1210
|
*
|
|
1110
1211
|
*
|
|
1111
1212
|
*
|
|
1112
|
-
*
|
|
1113
|
-
* @type {FrameType}
|
|
1213
|
+
* @type {'uuid' | 'url'}
|
|
1114
1214
|
* @memberof FrameApiLookupNeynarFrame
|
|
1115
1215
|
*/
|
|
1116
|
-
readonly type:
|
|
1216
|
+
readonly type: LookupNeynarFrameTypeEnum;
|
|
1117
1217
|
/**
|
|
1118
1218
|
* UUID of the mini app to fetch
|
|
1119
1219
|
*
|
|
@@ -1292,6 +1392,8 @@ export declare class FrameApi extends BaseAPI implements FrameApiInterface {
|
|
|
1292
1392
|
* @memberof FrameApi
|
|
1293
1393
|
* @returns {Promise<FrameCatalogResponse>} A promise that resolves to a `FrameCatalogResponse` object
|
|
1294
1394
|
*
|
|
1395
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-frame-catalog)
|
|
1396
|
+
*
|
|
1295
1397
|
*/
|
|
1296
1398
|
fetchFrameCatalog(requestParameters?: FrameApiFetchFrameCatalogRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FrameCatalogResponse, any>>;
|
|
1297
1399
|
/**
|
|
@@ -1341,7 +1443,7 @@ export declare class FrameApi extends BaseAPI implements FrameApiInterface {
|
|
|
1341
1443
|
* @memberof FrameApi
|
|
1342
1444
|
* @returns {Promise<FetchRelevantFrames200Response>} A promise that resolves to a `FetchRelevantFrames200Response` object
|
|
1343
1445
|
*
|
|
1344
|
-
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-
|
|
1446
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-relevant-frames)
|
|
1345
1447
|
*
|
|
1346
1448
|
*/
|
|
1347
1449
|
fetchRelevantFrames(requestParameters: FrameApiFetchRelevantFramesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FetchRelevantFrames200Response, any>>;
|
|
@@ -1370,6 +1472,19 @@ export declare class FrameApi extends BaseAPI implements FrameApiInterface {
|
|
|
1370
1472
|
*
|
|
1371
1473
|
*/
|
|
1372
1474
|
fetchValidateFrameList(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FrameValidateListResponse, any>>;
|
|
1475
|
+
/**
|
|
1476
|
+
* Retrieve notification delivery and opened stats for notification campaigns
|
|
1477
|
+
* @summary Get notification campaign stats
|
|
1478
|
+
* @param {FrameApiGetNotificationCampaignStatsRequest} requestParameters Request parameters.
|
|
1479
|
+
* @param {*} [options] Override http request option.
|
|
1480
|
+
* @throws {RequiredError}
|
|
1481
|
+
* @memberof FrameApi
|
|
1482
|
+
* @returns {Promise<GetNotificationCampaignStats200Response>} A promise that resolves to a `GetNotificationCampaignStats200Response` object
|
|
1483
|
+
*
|
|
1484
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-notification-campaign-stats)
|
|
1485
|
+
*
|
|
1486
|
+
*/
|
|
1487
|
+
getNotificationCampaignStats(requestParameters?: FrameApiGetNotificationCampaignStatsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetNotificationCampaignStats200Response, any>>;
|
|
1373
1488
|
/**
|
|
1374
1489
|
* Retrieves details about a transaction pay mini app by ID
|
|
1375
1490
|
* @summary Get transaction pay mini app
|
|
@@ -1379,6 +1494,8 @@ export declare class FrameApi extends BaseAPI implements FrameApiInterface {
|
|
|
1379
1494
|
* @memberof FrameApi
|
|
1380
1495
|
* @returns {Promise<TransactionFrameResponse>} A promise that resolves to a `TransactionFrameResponse` object
|
|
1381
1496
|
*
|
|
1497
|
+
* For more information, refer to the [API documentation](https://docs.neynar.com/reference/get-transaction-pay-frame)
|
|
1498
|
+
*
|
|
1382
1499
|
*/
|
|
1383
1500
|
getTransactionPayFrame(requestParameters: FrameApiGetTransactionPayFrameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionFrameResponse, any>>;
|
|
1384
1501
|
/**
|
|
@@ -1395,7 +1512,7 @@ export declare class FrameApi extends BaseAPI implements FrameApiInterface {
|
|
|
1395
1512
|
*/
|
|
1396
1513
|
lookupNeynarFrame(requestParameters: FrameApiLookupNeynarFrameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NeynarFrame, any>>;
|
|
1397
1514
|
/**
|
|
1398
|
-
* Post mini app actions, cast actions or cast composer actions to the server
|
|
1515
|
+
* Post mini app actions, cast actions or cast composer actions to the server (In order to post any of these actions, you need to have an approved `signer_uuid`) The POST request to the post_url has a timeout of 5 seconds for mini apps.
|
|
1399
1516
|
* @summary Post a mini app action, cast action or a cast composer action
|
|
1400
1517
|
* @param {FrameApiPostFrameActionRequest} requestParameters Request parameters.
|
|
1401
1518
|
* @param {*} [options] Override http request option.
|
|
@@ -1473,7 +1590,7 @@ export declare class FrameApi extends BaseAPI implements FrameApiInterface {
|
|
|
1473
1590
|
*/
|
|
1474
1591
|
updateNeynarFrame(requestParameters: FrameApiUpdateNeynarFrameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NeynarFrame, any>>;
|
|
1475
1592
|
/**
|
|
1476
|
-
* Validates a mini app against by an interacting user against a Farcaster Hub
|
|
1593
|
+
* Validates a mini app against by an interacting user against a Farcaster Hub (In order to validate a mini app, message bytes from Frame Action must be provided in hex)
|
|
1477
1594
|
* @summary Validate mini app action
|
|
1478
1595
|
* @param {FrameApiValidateFrameActionRequest} requestParameters Request parameters.
|
|
1479
1596
|
* @param {*} [options] Override http request option.
|
|
@@ -1486,6 +1603,17 @@ export declare class FrameApi extends BaseAPI implements FrameApiInterface {
|
|
|
1486
1603
|
*/
|
|
1487
1604
|
validateFrameAction(requestParameters: FrameApiValidateFrameActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ValidateFrameActionResponse, any>>;
|
|
1488
1605
|
}
|
|
1606
|
+
/**
|
|
1607
|
+
* @export
|
|
1608
|
+
*/
|
|
1609
|
+
export declare const FetchFrameCatalogTimeWindowEnum: {
|
|
1610
|
+
readonly _1h: "1h";
|
|
1611
|
+
readonly _6h: "6h";
|
|
1612
|
+
readonly _12h: "12h";
|
|
1613
|
+
readonly _24h: "24h";
|
|
1614
|
+
readonly _7d: "7d";
|
|
1615
|
+
};
|
|
1616
|
+
export type FetchFrameCatalogTimeWindowEnum = typeof FetchFrameCatalogTimeWindowEnum[keyof typeof FetchFrameCatalogTimeWindowEnum];
|
|
1489
1617
|
/**
|
|
1490
1618
|
* @export
|
|
1491
1619
|
*/
|
|
@@ -1505,3 +1633,49 @@ export declare const FetchFrameCatalogCategoriesEnum: {
|
|
|
1505
1633
|
readonly ArtCreativity: "art-creativity";
|
|
1506
1634
|
};
|
|
1507
1635
|
export type FetchFrameCatalogCategoriesEnum = typeof FetchFrameCatalogCategoriesEnum[keyof typeof FetchFrameCatalogCategoriesEnum];
|
|
1636
|
+
/**
|
|
1637
|
+
* @export
|
|
1638
|
+
*/
|
|
1639
|
+
export declare const FetchRelevantFramesTimeWindowEnum: {
|
|
1640
|
+
readonly _1h: "1h";
|
|
1641
|
+
readonly _6h: "6h";
|
|
1642
|
+
readonly _12h: "12h";
|
|
1643
|
+
readonly _24h: "24h";
|
|
1644
|
+
readonly _7d: "7d";
|
|
1645
|
+
};
|
|
1646
|
+
export type FetchRelevantFramesTimeWindowEnum = typeof FetchRelevantFramesTimeWindowEnum[keyof typeof FetchRelevantFramesTimeWindowEnum];
|
|
1647
|
+
/**
|
|
1648
|
+
* @export
|
|
1649
|
+
*/
|
|
1650
|
+
export declare const FetchValidateFrameAnalyticsAnalyticsTypeEnum: {
|
|
1651
|
+
readonly TotalInteractors: "total-interactors";
|
|
1652
|
+
readonly Interactors: "interactors";
|
|
1653
|
+
readonly InteractionsPerCast: "interactions-per-cast";
|
|
1654
|
+
readonly InputText: "input-text";
|
|
1655
|
+
};
|
|
1656
|
+
export type FetchValidateFrameAnalyticsAnalyticsTypeEnum = typeof FetchValidateFrameAnalyticsAnalyticsTypeEnum[keyof typeof FetchValidateFrameAnalyticsAnalyticsTypeEnum];
|
|
1657
|
+
/**
|
|
1658
|
+
* @export
|
|
1659
|
+
*/
|
|
1660
|
+
export declare const FetchValidateFrameAnalyticsAggregateWindowEnum: {
|
|
1661
|
+
readonly _10s: "10s";
|
|
1662
|
+
readonly _1m: "1m";
|
|
1663
|
+
readonly _2m: "2m";
|
|
1664
|
+
readonly _5m: "5m";
|
|
1665
|
+
readonly _10m: "10m";
|
|
1666
|
+
readonly _20m: "20m";
|
|
1667
|
+
readonly _30m: "30m";
|
|
1668
|
+
readonly _2h: "2h";
|
|
1669
|
+
readonly _12h: "12h";
|
|
1670
|
+
readonly _1d: "1d";
|
|
1671
|
+
readonly _7d: "7d";
|
|
1672
|
+
};
|
|
1673
|
+
export type FetchValidateFrameAnalyticsAggregateWindowEnum = typeof FetchValidateFrameAnalyticsAggregateWindowEnum[keyof typeof FetchValidateFrameAnalyticsAggregateWindowEnum];
|
|
1674
|
+
/**
|
|
1675
|
+
* @export
|
|
1676
|
+
*/
|
|
1677
|
+
export declare const LookupNeynarFrameTypeEnum: {
|
|
1678
|
+
readonly Uuid: "uuid";
|
|
1679
|
+
readonly Url: "url";
|
|
1680
|
+
};
|
|
1681
|
+
export type LookupNeynarFrameTypeEnum = typeof LookupNeynarFrameTypeEnum[keyof typeof LookupNeynarFrameTypeEnum];
|