# 0.2.9

- Allow Ticket User to be `null` if its a System Message

# 0.2.8

- Add `official` to `User`

# 0.2.7

- Remove `expires` from `Poll`

# 0.2.6

- Make Basic Poll Infos Available without Loggin In

# 0.2.5

- Add `PollManager` to API Instance

# 0.2.4

- Add Poll APIs

# 0.2.3

- Make ActionLog IP nullable

# 0.2.2

- Add Searching for the User Handle that caused Action Log (account)

# 0.2.1

- Add IP and User Agent to Action Logs

# 0.2.0

- Rename alot of options
- Replace Audit Logs with Action Logs
- Add Action Logs to account API

# 0.1.36

- Add `requests` to API Keys

# 0.1.35

- Fix some typings

# 0.1.34

- Make API complient

# 0.1.33

- Add more Ticket related methods

# 0.1.32

- Make `used` on SubUser nullable

# 0.1.31

- Add `lastMessage` to Ticket
- Make `used` on ApiKey nullable

# 0.1.30

- Add `isOpen` to Ticket

# 0.1.29

- Export Ticket Types

# 0.1.28

- Added some Ticket Endpoints

# 0.1.27

- Update Typings for API Stats

# 0.1.26

- Add more typings

# 0.1.25

- Update User Class

# 0.1.24

- Add Ratelimit Infos to responses

# 0.1.23

- Fix some return types

# 0.1.22

- Add multi actions to friends

# 0.1.21

- Add Functions for deleting multiple Objects at once

# 0.1.20

- Add `<Session>.isUsing`

# 0.1.19

- Remove Session Search capability

# 0.1.18

- Allow searching Sessions by IP

# 0.1.17

- Add `<Server>.scopes`

# 0.1.16

- Add `<Invoice>.pay()`

# 0.1.15

- Allow Paying Invoices

# 0.1.14

- Fix Server Icon Zod Validation

# 0.1.13

- Add ability to change server Icon

# 0.1.12

- Fix some Server Routes

# 0.1.11

- Allow Searching Server related Paginations

# 0.1.10

- Enable Searching some Paginations

# 0.1.9

- Require Code when disabling 2fa

# 0.1.8

- Added `resetKeys` to 2fa enable result

# 0.1.7

- Add `.resetKey()` to ApiKey

# 0.1.6

- Add `.account.resetAPIKey()`

# 0.1.5

- Fix some return data

# 0.1.4

- Add `.server.getInfos()`

# 0.1.3

- Fix Server Endpoints

# 0.1.2

- Properly export types

# 0.1.1

- Add `.account.getServers()` and more

# 0.1.0

- Add some server APIs
- Update some endpoints

# 0.0.36

- Add `storedData` to `.getInfos()` response

# 0.0.35

- Return URL on `.account.changeAvatar()` method

# 0.0.34

- Use `ArrayBuffer` instead of `Buffer`

# 0.0.33

- Updated API Infos Type

# 0.0.32

- Add `avatarURL` to Users

# 0.0.31

- Add `<Node>.resetKey` Method

# 0.0.30

- Make `.account.createNode` similar to other functions

# 0.0.29

- Export `Node` Class

# 0.0.28

- Add Node related APIs

# 0.0.27

- Fix some API mismatches

# 0.0.26

- Change `<User>.tag` to `<User>.handle`

# 0.0.25

- Added `.account.getConnections()`

# 0.0.24

- Make Notification a Class

# 0.0.23

- Fix some Typings

# 0.0.22

- Add Notification Related APIs

# 0.0.21

- Remove Custom User Agent Header

# 0.0.20

- Actually include `stats` in response

# 0.0.19

- Added `stats` to `.getAPIInfos()` return type

# 0.0.18

- Added `friendRequestsEnabled` to User Classes

# 0.0.17

- Added `.account.enableFriendRequests()`
- Added `.account.disableFriendRequests()`

# 0.0.16

- Added `.developer.changeAppIcon()`

# 0.0.15

- Add ability to delete account from sdk
- Make User a class with dynamic properties
- Allow getting basic profile infos from anyone using `.getUserInfos(tag)`

# 0.0.14

- Export all Abstraction Classes

# 0.0.13

- Add some Developer APIs
- Set Default URL to `beta.paperstudios.dev`

# 0.0.12

- Validate Input on the client (not very strict)

# 0.0.11

- Add Friend APIs

# 0.0.10

- Fix url on `.account.editAPIKey()`

# 0.0.9

- Add `.edit()` to API Keys

# 0.0.8

- Export `Permission` Type

# 0.0.7

- Rename `.account.getUserInfos()` to `.account.getInfos()`
- Update API Key Class
- Add `.getPermissions()`

# 0.0.6

- Update Pagination APIs

# 0.0.5

- Update Invoice APIs

# 0.0.4

- Use `isolatedModules: true`

# 0.0.3

- Export Arbitrary Types and Classes

# 0.0.2

- Change `bio` to `biography` to match API

# 0.0.1

- Added various Account APIs
- Published Package