Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed Aug 20, 2024
1 parent 48b257f commit 393677a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openblox",
"description": "Roblox API Wrapper For Both Classic And OpenCloud APIs.",
"type": "commonjs",
"version": "1.0.44",
"version": "1.0.45",
"license": "MIT",
"bugs": {
"url": "https://github.com/MightyPart/openblox/issues"
Expand Down
4 changes: 2 additions & 2 deletions src/apis/cloud/userRestrictions/userRestrictions.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ export type PrettifiedUserRestrictionsData<
export type UpdateUserRestrictionsData = {
gameJoinRestriction: {
active: boolean,
duration: `${number}s`,
duration?: `${number}s`,
privateReason: string,
displayReason: string,
excludeAltAccounts: boolean,
excludeAltAccounts?: boolean,
}
}
// -------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 393677a

Please sign in to comment.