UNPKG

@neynar/nodejs-sdk

Version:

SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)

39 lines (38 loc) 1.2 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * Neynar API * 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. * * The version of the OpenAPI document: 3.115.0 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SharedSignerPermission = void 0; /** * * @export * @enum {string} */ exports.SharedSignerPermission = { WriteAll: 'WRITE_ALL', ReadOnly: 'READ_ONLY', None: 'NONE', PublishCast: 'PUBLISH_CAST', DeleteCast: 'DELETE_CAST', PublishReaction: 'PUBLISH_REACTION', DeleteReaction: 'DELETE_REACTION', UpdateProfile: 'UPDATE_PROFILE', FollowUser: 'FOLLOW_USER', UnfollowUser: 'UNFOLLOW_USER', FollowChannel: 'FOLLOW_CHANNEL', UnfollowChannel: 'UNFOLLOW_CHANNEL', AddVerification: 'ADD_VERIFICATION', RemoveVerification: 'REMOVE_VERIFICATION', WriteFrameAction: 'WRITE_FRAME_ACTION' };