chore: update backend-rs/index.js
This commit is contained in:
parent
e9030a6b82
commit
d6a88419a4
1 changed files with 11 additions and 1 deletions
|
@ -295,8 +295,18 @@ if (!nativeBinding) {
|
||||||
throw new Error(`Failed to load native binding`)
|
throw new Error(`Failed to load native binding`)
|
||||||
}
|
}
|
||||||
|
|
||||||
const { nativeRandomStr, IdConvertType, convertId, nativeGetTimestamp, nativeCreateId, nativeInitIdGenerator } = nativeBinding
|
const { AntennaSrcEnum, MutedNoteReasonEnum, NoteVisibilityEnum, NotificationTypeEnum, PageVisibilityEnum, PollNotevisibilityEnum, RelayStatusEnum, UserEmojimodpermEnum, UserProfileFfvisibilityEnum, UserProfileMutingnotificationtypesEnum, nativeRandomStr, IdConvertType, convertId, nativeGetTimestamp, nativeCreateId, nativeInitIdGenerator } = nativeBinding
|
||||||
|
|
||||||
|
module.exports.AntennaSrcEnum = AntennaSrcEnum
|
||||||
|
module.exports.MutedNoteReasonEnum = MutedNoteReasonEnum
|
||||||
|
module.exports.NoteVisibilityEnum = NoteVisibilityEnum
|
||||||
|
module.exports.NotificationTypeEnum = NotificationTypeEnum
|
||||||
|
module.exports.PageVisibilityEnum = PageVisibilityEnum
|
||||||
|
module.exports.PollNotevisibilityEnum = PollNotevisibilityEnum
|
||||||
|
module.exports.RelayStatusEnum = RelayStatusEnum
|
||||||
|
module.exports.UserEmojimodpermEnum = UserEmojimodpermEnum
|
||||||
|
module.exports.UserProfileFfvisibilityEnum = UserProfileFfvisibilityEnum
|
||||||
|
module.exports.UserProfileMutingnotificationtypesEnum = UserProfileMutingnotificationtypesEnum
|
||||||
module.exports.nativeRandomStr = nativeRandomStr
|
module.exports.nativeRandomStr = nativeRandomStr
|
||||||
module.exports.IdConvertType = IdConvertType
|
module.exports.IdConvertType = IdConvertType
|
||||||
module.exports.convertId = convertId
|
module.exports.convertId = convertId
|
||||||
|
|
Loading…
Reference in a new issue