From 393677a13c9f05273a47ae5347453fecf08f361c Mon Sep 17 00:00:00 2001 From: Cameron Campbell Date: Tue, 20 Aug 2024 01:36:00 +0100 Subject: [PATCH] . --- package.json | 2 +- src/apis/cloud/userRestrictions/userRestrictions.types.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c6aa288..a98fdea 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/apis/cloud/userRestrictions/userRestrictions.types.ts b/src/apis/cloud/userRestrictions/userRestrictions.types.ts index 51cfe61..0bcd282 100644 --- a/src/apis/cloud/userRestrictions/userRestrictions.types.ts +++ b/src/apis/cloud/userRestrictions/userRestrictions.types.ts @@ -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, } } // -------------------------------------------------------------------------------------------------------------------