Skip to main content

Enumerations

Interfaces

Type Aliases

AWF_APP_BUILD_MANIFEST

AWF_APP_BUILD_MANIFEST: Object

Type declaration

NameType
links?z.infer<typeof IntegrationInfoLinksSchema>
sourcesstring[]

Defined in

typings/lib/sdk/registry.d.ts:22


CommentID

CommentID: z.infer<typeof CommentIDSchema>

Defined in

typings/lib/sdk/comments.d.ts:3


CurrentUser

CurrentUser: z.infer<typeof CurrentUserSchema>

Defined in

typings/lib/sdk/common.d.ts:42


DataProviderInput

DataProviderInput: z.infer<typeof DataProviderInputSchema>

Defined in

typings/lib/sdk/common.d.ts:26


Ens

Ens: z.infer<typeof EnsSchema>

Defined in

typings/lib/sdk/common.d.ts:44


EntryID

EntryID: z.infer<typeof EntryIDSchema>

Defined in

typings/lib/sdk/posts.d.ts:3


EthAddress

EthAddress: z.infer<typeof EthAddressSchema>

Defined in

typings/lib/sdk/common.d.ts:4


GlobalEventBusData

GlobalEventBusData<D>: Object

Type parameters

NameType
Dunknown

Type declaration

NameType
args?unknown
dataD
eventAUTH_EVENTS | APP_EVENTS | COMMENTS_EVENTS | ENS_EVENTS | ENTRY_EVENTS | PROFILE_EVENTS | TAG_EVENTS | WEB3_EVENTS | GQL_EVENTS

Defined in

typings/lib/sdk/common.d.ts:27


IMessage

IMessage: Object

Type declaration

NameType
bodyIMessageBody
createdAtnumber
fromstring
idstring
readboolean
readAtnumber

Defined in

typings/lib/sdk/index.d.ts:42


IMessageBody

IMessageBody: Object

Type declaration

NameType
value{ author: EthAddress ; follower: EthAddress }
value.authorEthAddress
value.followerEthAddress

Defined in

typings/lib/sdk/index.d.ts:36


IntegrationId

IntegrationId: z.infer<typeof IntegrationIdSchema>

Defined in

typings/lib/sdk/registry.d.ts:3


IntegrationInfo

IntegrationInfo: Object

Type declaration

NameType
authorScalars["String"]
enabledScalars["Boolean"]
idScalars["String"]
integrationTypeScalars["Int"]
latestReleaseIdScalars["String"]
nameScalars["String"]

Defined in

typings/lib/sdk/graphql-types.d.ts:106


IntegrationName

IntegrationName: z.infer<typeof IntegrationNameSchema>

Defined in

typings/lib/sdk/registry.d.ts:7


IntegrationReleaseId

IntegrationReleaseId: z.infer<typeof IntegrationReleaseIdSchema>

Defined in

typings/lib/sdk/registry.d.ts:5


InviteCode

InviteCode: z.infer<typeof InviteCodeSchema>

Defined in

typings/lib/sdk/common.d.ts:12


PostToPublish

PostToPublish: z.infer<typeof PostToPublishSchema>

Defined in

typings/lib/sdk/posts.d.ts:20


PubKey

PubKey: z.infer<typeof PubKeySchema>

Defined in

typings/lib/sdk/common.d.ts:8


ReleaseInfo

ReleaseInfo: Object

Type declaration

NameType
authorScalars["String"]
createdAt?Maybe<Scalars["Int"]>
enabledScalars["Boolean"]
id?Maybe<Scalars["String"]>
integrationIDScalars["String"]
integrationTypeScalars["Int"]
links?Maybe<InfoLink>
manifestDataManifestInfo
nameScalars["String"]
sources?Maybe<Scalars["String"][]>
versionScalars["String"]

Defined in

typings/lib/sdk/graphql-types.d.ts:114


ServiceCallResult

ServiceCallResult<T>: Observable<{ data: T }>

Type parameters

Name
T

Defined in

typings/lib/sdk/responses.d.ts:3


TagName

TagName: z.infer<typeof TagNameSchema>

Defined in

typings/lib/sdk/common.d.ts:6


Username

Username: z.infer<typeof UsernameSchema>

Defined in

typings/lib/sdk/common.d.ts:10

Variables

CommentIDSchema

Const CommentIDSchema: z.ZodString

Defined in

typings/lib/sdk/comments.d.ts:2


CurrentUserSchema

Const CurrentUserSchema: z.ZodObject<{ ethAddress: z.ZodOptional<z.ZodString> ; id: z.ZodString }, "strip", z.ZodTypeAny, { ethAddress?: string ; id?: string }, { ethAddress?: string ; id?: string }>

Defined in

typings/lib/sdk/common.d.ts:32


DataProviderInputSchema

Const DataProviderInputSchema: z.ZodObject<{ property: z.ZodString ; provider: z.ZodString ; value: z.ZodString }, "strip", z.ZodTypeAny, { property?: string ; provider?: string ; value?: string }, { property?: string ; provider?: string ; value?: string }>

Defined in

typings/lib/sdk/common.d.ts:13


EnsSchema

Const EnsSchema: z.ZodEffects<z.ZodString, string, string>

Defined in

typings/lib/sdk/common.d.ts:43


EntryIDSchema

Const EntryIDSchema: z.ZodString

Defined in

typings/lib/sdk/posts.d.ts:2


EthAddressSchema

Const EthAddressSchema: z.ZodString

Defined in

typings/lib/sdk/common.d.ts:3


EthProvidersSchema

Const EthProvidersSchema: z.ZodNativeEnum<typeof EthProviders>

Defined in

typings/lib/sdk/web3.connector.d.ts:9


IntegrationIdSchema

Const IntegrationIdSchema: z.ZodString

Defined in

typings/lib/sdk/registry.d.ts:2


IntegrationInfoLinksSchema

Const IntegrationInfoLinksSchema: z.ZodObject<{ detailedDescription: z.ZodOptional<z.ZodString> ; documentation: z.ZodOptional<z.ZodString> ; publicRepository: z.ZodOptional<z.ZodString> }, "strip", z.ZodTypeAny, { detailedDescription?: string ; documentation?: string ; publicRepository?: string }, { detailedDescription?: string ; documentation?: string ; publicRepository?: string }>

Defined in

typings/lib/sdk/registry.d.ts:9


IntegrationNameSchema

Const IntegrationNameSchema: z.ZodString

Defined in

typings/lib/sdk/registry.d.ts:6


IntegrationReleaseIdSchema

Const IntegrationReleaseIdSchema: z.ZodString

Defined in

typings/lib/sdk/registry.d.ts:4


IntegrationTypeSchema

Const IntegrationTypeSchema: z.ZodNumber

Defined in

typings/lib/sdk/registry.d.ts:8


InviteCodeSchema

Const InviteCodeSchema: z.ZodString

Defined in

typings/lib/sdk/common.d.ts:11


LegalDocsSchema

Const LegalDocsSchema: z.ZodNativeEnum<typeof LEGAL_DOCS>

Defined in

typings/lib/sdk/common.d.ts:52


PostToPublishSchema

Const PostToPublishSchema: z.ZodObject<{ mentions: z.ZodOptional<z.ZodArray<z.ZodString, "many">> ; quotes: z.ZodOptional<z.ZodArray<z.ZodString, "many">> ; tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">> ; title: z.ZodOptional<z.ZodString> }, "strip", z.ZodTypeAny, { mentions?: string[] ; quotes?: string[] ; tags?: string[] ; title?: string }, { mentions?: string[] ; quotes?: string[] ; tags?: string[] ; title?: string }>

Defined in

typings/lib/sdk/posts.d.ts:4


PubKeySchema

Const PubKeySchema: z.ZodString

Defined in

typings/lib/sdk/common.d.ts:7


TYPES

Const TYPES: Object

Type declaration

NameType
AppSettingssymbol
Authsymbol
Ceramicsymbol
Commentsymbol
Configsymbol
Dbsymbol
ENSsymbol
Entrysymbol
EventBussymbol
Gqlsymbol
ICRegistrysymbol
IPFSsymbol
Litsymbol
Logsymbol
Miscsymbol
Profilesymbol
ScrollStatesymbol
Settingssymbol
Stashsymbol
Tagsymbol
Web3symbol

Defined in

typings/lib/sdk/index.d.ts:13


TagNameSchema

Const TagNameSchema: z.ZodString

Defined in

typings/lib/sdk/common.d.ts:5


UsernameSchema

Const UsernameSchema: z.ZodString

Defined in

typings/lib/sdk/common.d.ts:9