Skip to content

Commit

Permalink
Merge pull request #425 from xmtp/ar/inboxid-types
Browse files Browse the repository at this point in the history
move inbox id type
  • Loading branch information
alexrisch authored Jun 20, 2024
2 parents 19985c6 + 427c8d4 commit 9d53b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { EventEmitter, NativeModulesProxy } from 'expo-modules-core'
import { Client } from '.'
import { ConversationContext } from './XMTP.types'
import XMTPModule from './XMTPModule'
import { InboxId } from './lib/Client'
import { ConsentListEntry, ConsentState } from './lib/ConsentListEntry'
import {
ContentCodec,
Expand All @@ -23,7 +24,6 @@ import type { Query } from './lib/Query'
import { ConversationSendPayload } from './lib/types'
import { DefaultContentTypes } from './lib/types/DefaultContentType'
import { getAddress } from './utils/address'
import { InboxId } from './lib/Client'

export * from './context'
export * from './hooks'
Expand Down Expand Up @@ -903,3 +903,4 @@ export { XMTPPush } from './lib/XMTPPush'
export { ConsentListEntry, DecodedMessage, MessageDeliveryStatus }
export { Group } from './lib/Group'
export { Member } from './lib/Member'
export { InboxId } from './lib/Client'

0 comments on commit 9d53b67

Please sign in to comment.