openblox
Version:
Roblox API Wrapper For Both Classic And OpenCloud APIs.
99 lines (98 loc) • 4.11 kB
JavaScript
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var cloud_exports = {};
__export(cloud_exports, {
AssetsApi: () => AssetsApi,
CreatorStoreApi: () => CreatorStoreApi,
EngineApi: () => EngineApi,
ExperiencesApi: () => ExperiencesApi,
GroupsApi: () => GroupsApi,
InventoryApi: () => InventoryApi,
LegacyBadgesApi: () => LegacyBadgesApi,
LegacyDevelopApi: () => LegacyDevelopApi,
LegacyFollowingsApi: () => LegacyFollowingsApi,
LegacyGroupsApi: () => LegacyGroupsApi,
LuauExecutionApi: () => LuauExecutionApi,
MemoryStoresApi: () => MemoryStoresApi,
MessagingApi: () => MessagingApi,
OAuthApi: () => OAuthApi,
OrderedDataStoresApi_V1: () => OrderedDataStoresApi_V1,
OrderedDataStoresApi_V2: () => OrderedDataStoresApi_V2,
StandardDataStoresApi_V1: () => StandardDataStoresApi_V1,
StandardDataStoresApi_V2: () => StandardDataStoresApi_V2,
SubscriptionsApi: () => SubscriptionsApi,
UserRestrictionsApi: () => UserRestrictionsApi,
UsersApi: () => UsersApi
});
module.exports = __toCommonJS(cloud_exports);
var AssetsApi = __toESM(require("./assets"));
var CreatorStoreApi = __toESM(require("./creatorStore"));
var EngineApi = __toESM(require("./engine"));
var ExperiencesApi = __toESM(require("./experiences"));
var GroupsApi = __toESM(require("./groups"));
var InventoryApi = __toESM(require("./inventory"));
var LegacyBadgesApi = __toESM(require("./legacyBadges"));
var LegacyDevelopApi = __toESM(require("./legacyDevelop"));
var LegacyFollowingsApi = __toESM(require("./legacyFollowings"));
var LegacyGroupsApi = __toESM(require("./legacyGroups"));
var LuauExecutionApi = __toESM(require("./luauExecution"));
var MemoryStoresApi = __toESM(require("./memoryStores"));
var MessagingApi = __toESM(require("./messaging"));
var OAuthApi = __toESM(require("./oauth"));
var OrderedDataStoresApi_V1 = __toESM(require("./orderedDataStores_V1"));
var OrderedDataStoresApi_V2 = __toESM(require("./orderedDataStores_V2"));
var StandardDataStoresApi_V1 = __toESM(require("./standardDataStores_V1"));
var StandardDataStoresApi_V2 = __toESM(require("./standardDataStores_V2"));
var SubscriptionsApi = __toESM(require("./subscriptions"));
var UserRestrictionsApi = __toESM(require("./userRestrictions"));
var UsersApi = __toESM(require("./users"));
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
AssetsApi,
CreatorStoreApi,
EngineApi,
ExperiencesApi,
GroupsApi,
InventoryApi,
LegacyBadgesApi,
LegacyDevelopApi,
LegacyFollowingsApi,
LegacyGroupsApi,
LuauExecutionApi,
MemoryStoresApi,
MessagingApi,
OAuthApi,
OrderedDataStoresApi_V1,
OrderedDataStoresApi_V2,
StandardDataStoresApi_V1,
StandardDataStoresApi_V2,
SubscriptionsApi,
UserRestrictionsApi,
UsersApi
});
;