Skip to content

Commit

Permalink
added missing exports to ./apis/cloud/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed Aug 15, 2024
1 parent bfeb87a commit 436028c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
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.38",
"version": "1.0.39",
"license": "MIT",
"bugs": {
"url": "https://github.com/MightyPart/openblox/issues"
Expand Down
6 changes: 4 additions & 2 deletions src/apis/cloud/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ export * as GroupsApi from "./groups"
export * as InventoryApi from "./inventory"
export * as LegacyBadgesApi from "./legacyBadges"
export * as LegacyFollowingsApi from "./legacyFollowings"
export * as UsersApi from "./users"
export * as MemoryStoresApi from "./memoryStores"
export * as MessagingApi from "./messaging"
export * as OAuthApi from "./oauth"
export * as OrderedDatastoresApi_V1 from "./orderedDataStores_V1"
export * as OrderedDatastoresApi_V2 from "./orderedDataStores_V2"
export * as StandardDatastoresApi_V1 from "./standardDataStores_V1"
export * as StandardDataStoresApi_V2 from "./standardDataStores_V2"
export * as StandardDataStoresApi_V2 from "./standardDataStores_V2"
export * as SubscriptionsApi from "./subscriptions"
export * as UserRestrictionsApi from "./userRestrictions"
export * as UsersApi from "./users"

0 comments on commit 436028c

Please sign in to comment.