vrchat 1.5.1 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.ts +1525 -367
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1061 -149
- package/dist/api.js +611 -38
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: me@ruby.js.org
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -72,7 +72,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
72
72
|
}
|
|
73
73
|
};
|
|
74
74
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
75
|
-
exports.WorldsApi = exports.WorldsApiFactory = exports.WorldsApiFp = exports.WorldsApiAxiosParamCreator = exports.UsersApi = exports.UsersApiFactory = exports.UsersApiFp = exports.UsersApiAxiosParamCreator = exports.SystemApi = exports.SystemApiFactory = exports.SystemApiFp = exports.SystemApiAxiosParamCreator = exports.PlayermoderationApi = exports.PlayermoderationApiFactory = exports.PlayermoderationApiFp = exports.PlayermoderationApiAxiosParamCreator = exports.PermissionsApi = exports.PermissionsApiFactory = exports.PermissionsApiFp = exports.PermissionsApiAxiosParamCreator = exports.NotificationsApi = exports.NotificationsApiFactory = exports.NotificationsApiFp = exports.NotificationsApiAxiosParamCreator = exports.InviteApi = exports.InviteApiFactory = exports.InviteApiFp = exports.InviteApiAxiosParamCreator = exports.InstancesApi = exports.InstancesApiFactory = exports.InstancesApiFp = exports.InstancesApiAxiosParamCreator = exports.FriendsApi = exports.FriendsApiFactory = exports.FriendsApiFp = exports.FriendsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = exports.FilesApiAxiosParamCreator = exports.FavoritesApi = exports.FavoritesApiFactory = exports.FavoritesApiFp = exports.FavoritesApiAxiosParamCreator = exports.AvatarsApi = exports.AvatarsApiFactory = exports.AvatarsApiFp = exports.AvatarsApiAxiosParamCreator = exports.AuthenticationApi = exports.AuthenticationApiFactory = exports.AuthenticationApiFp = exports.AuthenticationApiAxiosParamCreator = exports.UserStatus = exports.UserState = exports.ReleaseStatus = exports.PlayerModerationType = exports.NotificationType = exports.MIMEType = exports.InviteMessageType = exports.FileStatus = exports.FileDataCategoryEnum = exports.FavoriteType = exports.FavoriteGroupVisibility = exports.DeveloperType = exports.DeploymentGroup = void 0;
|
|
75
|
+
exports.WorldsApi = exports.WorldsApiFactory = exports.WorldsApiFp = exports.WorldsApiAxiosParamCreator = exports.UsersApi = exports.UsersApiFactory = exports.UsersApiFp = exports.UsersApiAxiosParamCreator = exports.SystemApi = exports.SystemApiFactory = exports.SystemApiFp = exports.SystemApiAxiosParamCreator = exports.PlayermoderationApi = exports.PlayermoderationApiFactory = exports.PlayermoderationApiFp = exports.PlayermoderationApiAxiosParamCreator = exports.PermissionsApi = exports.PermissionsApiFactory = exports.PermissionsApiFp = exports.PermissionsApiAxiosParamCreator = exports.NotificationsApi = exports.NotificationsApiFactory = exports.NotificationsApiFp = exports.NotificationsApiAxiosParamCreator = exports.InviteApi = exports.InviteApiFactory = exports.InviteApiFp = exports.InviteApiAxiosParamCreator = exports.InstancesApi = exports.InstancesApiFactory = exports.InstancesApiFp = exports.InstancesApiAxiosParamCreator = exports.FriendsApi = exports.FriendsApiFactory = exports.FriendsApiFp = exports.FriendsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = exports.FilesApiAxiosParamCreator = exports.FavoritesApi = exports.FavoritesApiFactory = exports.FavoritesApiFp = exports.FavoritesApiAxiosParamCreator = exports.EconomyApi = exports.EconomyApiFactory = exports.EconomyApiFp = exports.EconomyApiAxiosParamCreator = exports.AvatarsApi = exports.AvatarsApiFactory = exports.AvatarsApiFp = exports.AvatarsApiAxiosParamCreator = exports.AuthenticationApi = exports.AuthenticationApiFactory = exports.AuthenticationApiFp = exports.AuthenticationApiAxiosParamCreator = exports.UserStatus = exports.UserState = exports.TransactionStatus = exports.SubscriptionPeriod = exports.ReleaseStatus = exports.Region = exports.PlayerModerationType = exports.NotificationType = exports.MIMEType = exports.LicenseType = exports.LicenseAction = exports.InviteMessageType = exports.InstanceType = exports.InfoPushDataClickableCommandEnum = exports.FileStatus = exports.FileDataCategoryEnum = exports.FavoriteType = exports.FavoriteGroupVisibility = exports.DeveloperType = exports.DeploymentGroup = void 0;
|
|
76
76
|
var axios_1 = require("axios");
|
|
77
77
|
// Some imports not used depending on template conditions
|
|
78
78
|
// @ts-ignore
|
|
@@ -151,6 +151,29 @@ var FileStatus;
|
|
|
151
151
|
FileStatus["Complete"] = "complete";
|
|
152
152
|
FileStatus["None"] = "none";
|
|
153
153
|
})(FileStatus = exports.FileStatus || (exports.FileStatus = {}));
|
|
154
|
+
/**
|
|
155
|
+
* @export
|
|
156
|
+
* @enum {string}
|
|
157
|
+
*/
|
|
158
|
+
var InfoPushDataClickableCommandEnum;
|
|
159
|
+
(function (InfoPushDataClickableCommandEnum) {
|
|
160
|
+
InfoPushDataClickableCommandEnum["OpenUrl"] = "OpenURL";
|
|
161
|
+
InfoPushDataClickableCommandEnum["OpenVrcPlusMenu"] = "OpenVRCPlusMenu";
|
|
162
|
+
InfoPushDataClickableCommandEnum["OpenSafetyMenu"] = "OpenSafetyMenu";
|
|
163
|
+
InfoPushDataClickableCommandEnum["CannedWorldSearch"] = "CannedWorldSearch";
|
|
164
|
+
})(InfoPushDataClickableCommandEnum = exports.InfoPushDataClickableCommandEnum || (exports.InfoPushDataClickableCommandEnum = {}));
|
|
165
|
+
/**
|
|
166
|
+
*
|
|
167
|
+
* @export
|
|
168
|
+
* @enum {string}
|
|
169
|
+
*/
|
|
170
|
+
var InstanceType;
|
|
171
|
+
(function (InstanceType) {
|
|
172
|
+
InstanceType["Public"] = "public";
|
|
173
|
+
InstanceType["Hidden"] = "hidden";
|
|
174
|
+
InstanceType["Friends"] = "friends";
|
|
175
|
+
InstanceType["Private"] = "private";
|
|
176
|
+
})(InstanceType = exports.InstanceType || (exports.InstanceType = {}));
|
|
154
177
|
/**
|
|
155
178
|
*
|
|
156
179
|
* @export
|
|
@@ -163,6 +186,28 @@ var InviteMessageType;
|
|
|
163
186
|
InviteMessageType["Request"] = "request";
|
|
164
187
|
InviteMessageType["RequestResponse"] = "requestResponse";
|
|
165
188
|
})(InviteMessageType = exports.InviteMessageType || (exports.InviteMessageType = {}));
|
|
189
|
+
/**
|
|
190
|
+
*
|
|
191
|
+
* @export
|
|
192
|
+
* @enum {string}
|
|
193
|
+
*/
|
|
194
|
+
var LicenseAction;
|
|
195
|
+
(function (LicenseAction) {
|
|
196
|
+
LicenseAction["Wear"] = "wear";
|
|
197
|
+
LicenseAction["Have"] = "have";
|
|
198
|
+
})(LicenseAction = exports.LicenseAction || (exports.LicenseAction = {}));
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* @export
|
|
202
|
+
* @enum {string}
|
|
203
|
+
*/
|
|
204
|
+
var LicenseType;
|
|
205
|
+
(function (LicenseType) {
|
|
206
|
+
LicenseType["Avatar"] = "avatar";
|
|
207
|
+
LicenseType["LicenseGroup"] = "licenseGroup";
|
|
208
|
+
LicenseType["Permission"] = "permission";
|
|
209
|
+
LicenseType["Product"] = "product";
|
|
210
|
+
})(LicenseType = exports.LicenseType || (exports.LicenseType = {}));
|
|
166
211
|
/**
|
|
167
212
|
*
|
|
168
213
|
* @export
|
|
@@ -213,6 +258,18 @@ var PlayerModerationType;
|
|
|
213
258
|
PlayerModerationType["HideAvatar"] = "hideAvatar";
|
|
214
259
|
PlayerModerationType["ShowAvatar"] = "showAvatar";
|
|
215
260
|
})(PlayerModerationType = exports.PlayerModerationType || (exports.PlayerModerationType = {}));
|
|
261
|
+
/**
|
|
262
|
+
* API/Photon region.
|
|
263
|
+
* @export
|
|
264
|
+
* @enum {string}
|
|
265
|
+
*/
|
|
266
|
+
var Region;
|
|
267
|
+
(function (Region) {
|
|
268
|
+
Region["Us"] = "us";
|
|
269
|
+
Region["Use"] = "use";
|
|
270
|
+
Region["Eu"] = "eu";
|
|
271
|
+
Region["Jp"] = "jp";
|
|
272
|
+
})(Region = exports.Region || (exports.Region = {}));
|
|
216
273
|
/**
|
|
217
274
|
*
|
|
218
275
|
* @export
|
|
@@ -224,6 +281,31 @@ var ReleaseStatus;
|
|
|
224
281
|
ReleaseStatus["Private"] = "private";
|
|
225
282
|
ReleaseStatus["Hidden"] = "hidden";
|
|
226
283
|
})(ReleaseStatus = exports.ReleaseStatus || (exports.ReleaseStatus = {}));
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
* @export
|
|
287
|
+
* @enum {string}
|
|
288
|
+
*/
|
|
289
|
+
var SubscriptionPeriod;
|
|
290
|
+
(function (SubscriptionPeriod) {
|
|
291
|
+
SubscriptionPeriod["Hour"] = "hour";
|
|
292
|
+
SubscriptionPeriod["Day"] = "day";
|
|
293
|
+
SubscriptionPeriod["Week"] = "week";
|
|
294
|
+
SubscriptionPeriod["Month"] = "month";
|
|
295
|
+
SubscriptionPeriod["Year"] = "year";
|
|
296
|
+
})(SubscriptionPeriod = exports.SubscriptionPeriod || (exports.SubscriptionPeriod = {}));
|
|
297
|
+
/**
|
|
298
|
+
*
|
|
299
|
+
* @export
|
|
300
|
+
* @enum {string}
|
|
301
|
+
*/
|
|
302
|
+
var TransactionStatus;
|
|
303
|
+
(function (TransactionStatus) {
|
|
304
|
+
TransactionStatus["Active"] = "active";
|
|
305
|
+
TransactionStatus["Failed"] = "failed";
|
|
306
|
+
TransactionStatus["Expired"] = "expired";
|
|
307
|
+
TransactionStatus["Chargeback"] = "chargeback";
|
|
308
|
+
})(TransactionStatus = exports.TransactionStatus || (exports.TransactionStatus = {}));
|
|
227
309
|
/**
|
|
228
310
|
* * \"online\" User is online in VRChat * \"active\" User is online, but not in VRChat * \"offline\" User is offline Always offline when returned through `getCurrentUser` (/auth/user).
|
|
229
311
|
* @export
|
|
@@ -944,7 +1026,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
944
1026
|
* @param {'ascending' | 'descending'} [order]
|
|
945
1027
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
946
1028
|
* @param {string} [search] Filters by world name.
|
|
947
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
1029
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
948
1030
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
949
1031
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
950
1032
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -1028,7 +1110,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1028
1110
|
* @param {number} [n] The number of objects to return.
|
|
1029
1111
|
* @param {'ascending' | 'descending'} [order]
|
|
1030
1112
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
1031
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
1113
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
1032
1114
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
1033
1115
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
1034
1116
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -1287,7 +1369,7 @@ exports.AvatarsApiFp = function (configuration) {
|
|
|
1287
1369
|
* @param {'ascending' | 'descending'} [order]
|
|
1288
1370
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
1289
1371
|
* @param {string} [search] Filters by world name.
|
|
1290
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
1372
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
1291
1373
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
1292
1374
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
1293
1375
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -1320,7 +1402,7 @@ exports.AvatarsApiFp = function (configuration) {
|
|
|
1320
1402
|
* @param {number} [n] The number of objects to return.
|
|
1321
1403
|
* @param {'ascending' | 'descending'} [order]
|
|
1322
1404
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
1323
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
1405
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
1324
1406
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
1325
1407
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
1326
1408
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -1451,7 +1533,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
|
|
|
1451
1533
|
* @param {'ascending' | 'descending'} [order]
|
|
1452
1534
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
1453
1535
|
* @param {string} [search] Filters by world name.
|
|
1454
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
1536
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
1455
1537
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
1456
1538
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
1457
1539
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -1474,7 +1556,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
|
|
|
1474
1556
|
* @param {number} [n] The number of objects to return.
|
|
1475
1557
|
* @param {'ascending' | 'descending'} [order]
|
|
1476
1558
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
1477
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
1559
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
1478
1560
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
1479
1561
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
1480
1562
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -1575,7 +1657,7 @@ var AvatarsApi = /** @class */ (function (_super) {
|
|
|
1575
1657
|
* @param {'ascending' | 'descending'} [order]
|
|
1576
1658
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
1577
1659
|
* @param {string} [search] Filters by world name.
|
|
1578
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
1660
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
1579
1661
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
1580
1662
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
1581
1663
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -1600,7 +1682,7 @@ var AvatarsApi = /** @class */ (function (_super) {
|
|
|
1600
1682
|
* @param {number} [n] The number of objects to return.
|
|
1601
1683
|
* @param {'ascending' | 'descending'} [order]
|
|
1602
1684
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
1603
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
1685
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
1604
1686
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
1605
1687
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
1606
1688
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -1654,6 +1736,415 @@ var AvatarsApi = /** @class */ (function (_super) {
|
|
|
1654
1736
|
return AvatarsApi;
|
|
1655
1737
|
}(base_1.BaseAPI));
|
|
1656
1738
|
exports.AvatarsApi = AvatarsApi;
|
|
1739
|
+
/**
|
|
1740
|
+
* EconomyApi - axios parameter creator
|
|
1741
|
+
* @export
|
|
1742
|
+
*/
|
|
1743
|
+
exports.EconomyApiAxiosParamCreator = function (configuration) {
|
|
1744
|
+
var _this = this;
|
|
1745
|
+
return {
|
|
1746
|
+
/**
|
|
1747
|
+
* Get a list of all current user subscriptions.
|
|
1748
|
+
* @summary Get Current Subscriptions
|
|
1749
|
+
* @param {*} [options] Override http request option.
|
|
1750
|
+
* @throws {RequiredError}
|
|
1751
|
+
*/
|
|
1752
|
+
getCurrentSubscriptions: function (options) {
|
|
1753
|
+
if (options === void 0) { options = {}; }
|
|
1754
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
1755
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1756
|
+
return __generator(this, function (_a) {
|
|
1757
|
+
localVarPath = "/auth/user/subscription";
|
|
1758
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1759
|
+
if (configuration) {
|
|
1760
|
+
baseOptions = configuration.baseOptions;
|
|
1761
|
+
}
|
|
1762
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1763
|
+
localVarHeaderParameter = {};
|
|
1764
|
+
localVarQueryParameter = {};
|
|
1765
|
+
// authentication apiKeyCookie required
|
|
1766
|
+
// authentication authCookie required
|
|
1767
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1768
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1769
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1770
|
+
return [2 /*return*/, {
|
|
1771
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
1772
|
+
options: localVarRequestOptions,
|
|
1773
|
+
}];
|
|
1774
|
+
});
|
|
1775
|
+
});
|
|
1776
|
+
},
|
|
1777
|
+
/**
|
|
1778
|
+
* Get a single License Group by given ID.
|
|
1779
|
+
* @summary Get License Group
|
|
1780
|
+
* @param {string} licenseGroupId
|
|
1781
|
+
* @param {*} [options] Override http request option.
|
|
1782
|
+
* @throws {RequiredError}
|
|
1783
|
+
*/
|
|
1784
|
+
getLicenseGroup: function (licenseGroupId, options) {
|
|
1785
|
+
if (options === void 0) { options = {}; }
|
|
1786
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
1787
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1788
|
+
return __generator(this, function (_a) {
|
|
1789
|
+
// verify required parameter 'licenseGroupId' is not null or undefined
|
|
1790
|
+
common_1.assertParamExists('getLicenseGroup', 'licenseGroupId', licenseGroupId);
|
|
1791
|
+
localVarPath = "/licenseGroups/{licenseGroupId}"
|
|
1792
|
+
.replace("{" + "licenseGroupId" + "}", encodeURIComponent(String(licenseGroupId)));
|
|
1793
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1794
|
+
if (configuration) {
|
|
1795
|
+
baseOptions = configuration.baseOptions;
|
|
1796
|
+
}
|
|
1797
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1798
|
+
localVarHeaderParameter = {};
|
|
1799
|
+
localVarQueryParameter = {};
|
|
1800
|
+
// authentication apiKeyCookie required
|
|
1801
|
+
// authentication authCookie required
|
|
1802
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1803
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1804
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1805
|
+
return [2 /*return*/, {
|
|
1806
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
1807
|
+
options: localVarRequestOptions,
|
|
1808
|
+
}];
|
|
1809
|
+
});
|
|
1810
|
+
});
|
|
1811
|
+
},
|
|
1812
|
+
/**
|
|
1813
|
+
* Get a single Steam transactions by ID. This returns the exact same information as `getSteamTransactions`, so no point in using this endpoint.
|
|
1814
|
+
* @summary Get Steam Transaction
|
|
1815
|
+
* @param {string} transactionId
|
|
1816
|
+
* @param {*} [options] Override http request option.
|
|
1817
|
+
* @deprecated
|
|
1818
|
+
* @throws {RequiredError}
|
|
1819
|
+
*/
|
|
1820
|
+
getSteamTransaction: function (transactionId, options) {
|
|
1821
|
+
if (options === void 0) { options = {}; }
|
|
1822
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
1823
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1824
|
+
return __generator(this, function (_a) {
|
|
1825
|
+
// verify required parameter 'transactionId' is not null or undefined
|
|
1826
|
+
common_1.assertParamExists('getSteamTransaction', 'transactionId', transactionId);
|
|
1827
|
+
localVarPath = "/Steam/transactions/{transactionId}"
|
|
1828
|
+
.replace("{" + "transactionId" + "}", encodeURIComponent(String(transactionId)));
|
|
1829
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1830
|
+
if (configuration) {
|
|
1831
|
+
baseOptions = configuration.baseOptions;
|
|
1832
|
+
}
|
|
1833
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1834
|
+
localVarHeaderParameter = {};
|
|
1835
|
+
localVarQueryParameter = {};
|
|
1836
|
+
// authentication apiKeyCookie required
|
|
1837
|
+
// authentication authCookie required
|
|
1838
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1839
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1840
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1841
|
+
return [2 /*return*/, {
|
|
1842
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
1843
|
+
options: localVarRequestOptions,
|
|
1844
|
+
}];
|
|
1845
|
+
});
|
|
1846
|
+
});
|
|
1847
|
+
},
|
|
1848
|
+
/**
|
|
1849
|
+
* Get all own Steam transactions.
|
|
1850
|
+
* @summary List Steam Transactions
|
|
1851
|
+
* @param {*} [options] Override http request option.
|
|
1852
|
+
* @throws {RequiredError}
|
|
1853
|
+
*/
|
|
1854
|
+
getSteamTransactions: function (options) {
|
|
1855
|
+
if (options === void 0) { options = {}; }
|
|
1856
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
1857
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1858
|
+
return __generator(this, function (_a) {
|
|
1859
|
+
localVarPath = "/Steam/transactions";
|
|
1860
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1861
|
+
if (configuration) {
|
|
1862
|
+
baseOptions = configuration.baseOptions;
|
|
1863
|
+
}
|
|
1864
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1865
|
+
localVarHeaderParameter = {};
|
|
1866
|
+
localVarQueryParameter = {};
|
|
1867
|
+
// authentication apiKeyCookie required
|
|
1868
|
+
// authentication authCookie required
|
|
1869
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1870
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1871
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1872
|
+
return [2 /*return*/, {
|
|
1873
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
1874
|
+
options: localVarRequestOptions,
|
|
1875
|
+
}];
|
|
1876
|
+
});
|
|
1877
|
+
});
|
|
1878
|
+
},
|
|
1879
|
+
/**
|
|
1880
|
+
* List all existing Subscriptions. For example, \"vrchatplus-monthly\" and \"vrchatplus-yearly\".
|
|
1881
|
+
* @summary List Subscriptions
|
|
1882
|
+
* @param {*} [options] Override http request option.
|
|
1883
|
+
* @throws {RequiredError}
|
|
1884
|
+
*/
|
|
1885
|
+
getSubscriptions: function (options) {
|
|
1886
|
+
if (options === void 0) { options = {}; }
|
|
1887
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
1888
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1889
|
+
return __generator(this, function (_a) {
|
|
1890
|
+
localVarPath = "/subscriptions";
|
|
1891
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1892
|
+
if (configuration) {
|
|
1893
|
+
baseOptions = configuration.baseOptions;
|
|
1894
|
+
}
|
|
1895
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1896
|
+
localVarHeaderParameter = {};
|
|
1897
|
+
localVarQueryParameter = {};
|
|
1898
|
+
// authentication apiKeyCookie required
|
|
1899
|
+
// authentication authCookie required
|
|
1900
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1901
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1902
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1903
|
+
return [2 /*return*/, {
|
|
1904
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
1905
|
+
options: localVarRequestOptions,
|
|
1906
|
+
}];
|
|
1907
|
+
});
|
|
1908
|
+
});
|
|
1909
|
+
},
|
|
1910
|
+
};
|
|
1911
|
+
};
|
|
1912
|
+
/**
|
|
1913
|
+
* EconomyApi - functional programming interface
|
|
1914
|
+
* @export
|
|
1915
|
+
*/
|
|
1916
|
+
exports.EconomyApiFp = function (configuration) {
|
|
1917
|
+
var localVarAxiosParamCreator = exports.EconomyApiAxiosParamCreator(configuration);
|
|
1918
|
+
return {
|
|
1919
|
+
/**
|
|
1920
|
+
* Get a list of all current user subscriptions.
|
|
1921
|
+
* @summary Get Current Subscriptions
|
|
1922
|
+
* @param {*} [options] Override http request option.
|
|
1923
|
+
* @throws {RequiredError}
|
|
1924
|
+
*/
|
|
1925
|
+
getCurrentSubscriptions: function (options) {
|
|
1926
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1927
|
+
var localVarAxiosArgs;
|
|
1928
|
+
return __generator(this, function (_a) {
|
|
1929
|
+
switch (_a.label) {
|
|
1930
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getCurrentSubscriptions(options)];
|
|
1931
|
+
case 1:
|
|
1932
|
+
localVarAxiosArgs = _a.sent();
|
|
1933
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
1934
|
+
}
|
|
1935
|
+
});
|
|
1936
|
+
});
|
|
1937
|
+
},
|
|
1938
|
+
/**
|
|
1939
|
+
* Get a single License Group by given ID.
|
|
1940
|
+
* @summary Get License Group
|
|
1941
|
+
* @param {string} licenseGroupId
|
|
1942
|
+
* @param {*} [options] Override http request option.
|
|
1943
|
+
* @throws {RequiredError}
|
|
1944
|
+
*/
|
|
1945
|
+
getLicenseGroup: function (licenseGroupId, options) {
|
|
1946
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1947
|
+
var localVarAxiosArgs;
|
|
1948
|
+
return __generator(this, function (_a) {
|
|
1949
|
+
switch (_a.label) {
|
|
1950
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getLicenseGroup(licenseGroupId, options)];
|
|
1951
|
+
case 1:
|
|
1952
|
+
localVarAxiosArgs = _a.sent();
|
|
1953
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
1954
|
+
}
|
|
1955
|
+
});
|
|
1956
|
+
});
|
|
1957
|
+
},
|
|
1958
|
+
/**
|
|
1959
|
+
* Get a single Steam transactions by ID. This returns the exact same information as `getSteamTransactions`, so no point in using this endpoint.
|
|
1960
|
+
* @summary Get Steam Transaction
|
|
1961
|
+
* @param {string} transactionId
|
|
1962
|
+
* @param {*} [options] Override http request option.
|
|
1963
|
+
* @deprecated
|
|
1964
|
+
* @throws {RequiredError}
|
|
1965
|
+
*/
|
|
1966
|
+
getSteamTransaction: function (transactionId, options) {
|
|
1967
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1968
|
+
var localVarAxiosArgs;
|
|
1969
|
+
return __generator(this, function (_a) {
|
|
1970
|
+
switch (_a.label) {
|
|
1971
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSteamTransaction(transactionId, options)];
|
|
1972
|
+
case 1:
|
|
1973
|
+
localVarAxiosArgs = _a.sent();
|
|
1974
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
1975
|
+
}
|
|
1976
|
+
});
|
|
1977
|
+
});
|
|
1978
|
+
},
|
|
1979
|
+
/**
|
|
1980
|
+
* Get all own Steam transactions.
|
|
1981
|
+
* @summary List Steam Transactions
|
|
1982
|
+
* @param {*} [options] Override http request option.
|
|
1983
|
+
* @throws {RequiredError}
|
|
1984
|
+
*/
|
|
1985
|
+
getSteamTransactions: function (options) {
|
|
1986
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1987
|
+
var localVarAxiosArgs;
|
|
1988
|
+
return __generator(this, function (_a) {
|
|
1989
|
+
switch (_a.label) {
|
|
1990
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSteamTransactions(options)];
|
|
1991
|
+
case 1:
|
|
1992
|
+
localVarAxiosArgs = _a.sent();
|
|
1993
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
1994
|
+
}
|
|
1995
|
+
});
|
|
1996
|
+
});
|
|
1997
|
+
},
|
|
1998
|
+
/**
|
|
1999
|
+
* List all existing Subscriptions. For example, \"vrchatplus-monthly\" and \"vrchatplus-yearly\".
|
|
2000
|
+
* @summary List Subscriptions
|
|
2001
|
+
* @param {*} [options] Override http request option.
|
|
2002
|
+
* @throws {RequiredError}
|
|
2003
|
+
*/
|
|
2004
|
+
getSubscriptions: function (options) {
|
|
2005
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
2006
|
+
var localVarAxiosArgs;
|
|
2007
|
+
return __generator(this, function (_a) {
|
|
2008
|
+
switch (_a.label) {
|
|
2009
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSubscriptions(options)];
|
|
2010
|
+
case 1:
|
|
2011
|
+
localVarAxiosArgs = _a.sent();
|
|
2012
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
2013
|
+
}
|
|
2014
|
+
});
|
|
2015
|
+
});
|
|
2016
|
+
},
|
|
2017
|
+
};
|
|
2018
|
+
};
|
|
2019
|
+
/**
|
|
2020
|
+
* EconomyApi - factory interface
|
|
2021
|
+
* @export
|
|
2022
|
+
*/
|
|
2023
|
+
exports.EconomyApiFactory = function (configuration, basePath, axios) {
|
|
2024
|
+
var localVarFp = exports.EconomyApiFp(configuration);
|
|
2025
|
+
return {
|
|
2026
|
+
/**
|
|
2027
|
+
* Get a list of all current user subscriptions.
|
|
2028
|
+
* @summary Get Current Subscriptions
|
|
2029
|
+
* @param {*} [options] Override http request option.
|
|
2030
|
+
* @throws {RequiredError}
|
|
2031
|
+
*/
|
|
2032
|
+
getCurrentSubscriptions: function (options) {
|
|
2033
|
+
return localVarFp.getCurrentSubscriptions(options).then(function (request) { return request(axios, basePath); });
|
|
2034
|
+
},
|
|
2035
|
+
/**
|
|
2036
|
+
* Get a single License Group by given ID.
|
|
2037
|
+
* @summary Get License Group
|
|
2038
|
+
* @param {string} licenseGroupId
|
|
2039
|
+
* @param {*} [options] Override http request option.
|
|
2040
|
+
* @throws {RequiredError}
|
|
2041
|
+
*/
|
|
2042
|
+
getLicenseGroup: function (licenseGroupId, options) {
|
|
2043
|
+
return localVarFp.getLicenseGroup(licenseGroupId, options).then(function (request) { return request(axios, basePath); });
|
|
2044
|
+
},
|
|
2045
|
+
/**
|
|
2046
|
+
* Get a single Steam transactions by ID. This returns the exact same information as `getSteamTransactions`, so no point in using this endpoint.
|
|
2047
|
+
* @summary Get Steam Transaction
|
|
2048
|
+
* @param {string} transactionId
|
|
2049
|
+
* @param {*} [options] Override http request option.
|
|
2050
|
+
* @deprecated
|
|
2051
|
+
* @throws {RequiredError}
|
|
2052
|
+
*/
|
|
2053
|
+
getSteamTransaction: function (transactionId, options) {
|
|
2054
|
+
return localVarFp.getSteamTransaction(transactionId, options).then(function (request) { return request(axios, basePath); });
|
|
2055
|
+
},
|
|
2056
|
+
/**
|
|
2057
|
+
* Get all own Steam transactions.
|
|
2058
|
+
* @summary List Steam Transactions
|
|
2059
|
+
* @param {*} [options] Override http request option.
|
|
2060
|
+
* @throws {RequiredError}
|
|
2061
|
+
*/
|
|
2062
|
+
getSteamTransactions: function (options) {
|
|
2063
|
+
return localVarFp.getSteamTransactions(options).then(function (request) { return request(axios, basePath); });
|
|
2064
|
+
},
|
|
2065
|
+
/**
|
|
2066
|
+
* List all existing Subscriptions. For example, \"vrchatplus-monthly\" and \"vrchatplus-yearly\".
|
|
2067
|
+
* @summary List Subscriptions
|
|
2068
|
+
* @param {*} [options] Override http request option.
|
|
2069
|
+
* @throws {RequiredError}
|
|
2070
|
+
*/
|
|
2071
|
+
getSubscriptions: function (options) {
|
|
2072
|
+
return localVarFp.getSubscriptions(options).then(function (request) { return request(axios, basePath); });
|
|
2073
|
+
},
|
|
2074
|
+
};
|
|
2075
|
+
};
|
|
2076
|
+
/**
|
|
2077
|
+
* EconomyApi - object-oriented interface
|
|
2078
|
+
* @export
|
|
2079
|
+
* @class EconomyApi
|
|
2080
|
+
* @extends {BaseAPI}
|
|
2081
|
+
*/
|
|
2082
|
+
var EconomyApi = /** @class */ (function (_super) {
|
|
2083
|
+
__extends(EconomyApi, _super);
|
|
2084
|
+
function EconomyApi() {
|
|
2085
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
2086
|
+
}
|
|
2087
|
+
/**
|
|
2088
|
+
* Get a list of all current user subscriptions.
|
|
2089
|
+
* @summary Get Current Subscriptions
|
|
2090
|
+
* @param {*} [options] Override http request option.
|
|
2091
|
+
* @throws {RequiredError}
|
|
2092
|
+
* @memberof EconomyApi
|
|
2093
|
+
*/
|
|
2094
|
+
EconomyApi.prototype.getCurrentSubscriptions = function (options) {
|
|
2095
|
+
var _this = this;
|
|
2096
|
+
return exports.EconomyApiFp(this.configuration).getCurrentSubscriptions(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
2097
|
+
};
|
|
2098
|
+
/**
|
|
2099
|
+
* Get a single License Group by given ID.
|
|
2100
|
+
* @summary Get License Group
|
|
2101
|
+
* @param {string} licenseGroupId
|
|
2102
|
+
* @param {*} [options] Override http request option.
|
|
2103
|
+
* @throws {RequiredError}
|
|
2104
|
+
* @memberof EconomyApi
|
|
2105
|
+
*/
|
|
2106
|
+
EconomyApi.prototype.getLicenseGroup = function (licenseGroupId, options) {
|
|
2107
|
+
var _this = this;
|
|
2108
|
+
return exports.EconomyApiFp(this.configuration).getLicenseGroup(licenseGroupId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
2109
|
+
};
|
|
2110
|
+
/**
|
|
2111
|
+
* Get a single Steam transactions by ID. This returns the exact same information as `getSteamTransactions`, so no point in using this endpoint.
|
|
2112
|
+
* @summary Get Steam Transaction
|
|
2113
|
+
* @param {string} transactionId
|
|
2114
|
+
* @param {*} [options] Override http request option.
|
|
2115
|
+
* @deprecated
|
|
2116
|
+
* @throws {RequiredError}
|
|
2117
|
+
* @memberof EconomyApi
|
|
2118
|
+
*/
|
|
2119
|
+
EconomyApi.prototype.getSteamTransaction = function (transactionId, options) {
|
|
2120
|
+
var _this = this;
|
|
2121
|
+
return exports.EconomyApiFp(this.configuration).getSteamTransaction(transactionId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
2122
|
+
};
|
|
2123
|
+
/**
|
|
2124
|
+
* Get all own Steam transactions.
|
|
2125
|
+
* @summary List Steam Transactions
|
|
2126
|
+
* @param {*} [options] Override http request option.
|
|
2127
|
+
* @throws {RequiredError}
|
|
2128
|
+
* @memberof EconomyApi
|
|
2129
|
+
*/
|
|
2130
|
+
EconomyApi.prototype.getSteamTransactions = function (options) {
|
|
2131
|
+
var _this = this;
|
|
2132
|
+
return exports.EconomyApiFp(this.configuration).getSteamTransactions(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
2133
|
+
};
|
|
2134
|
+
/**
|
|
2135
|
+
* List all existing Subscriptions. For example, \"vrchatplus-monthly\" and \"vrchatplus-yearly\".
|
|
2136
|
+
* @summary List Subscriptions
|
|
2137
|
+
* @param {*} [options] Override http request option.
|
|
2138
|
+
* @throws {RequiredError}
|
|
2139
|
+
* @memberof EconomyApi
|
|
2140
|
+
*/
|
|
2141
|
+
EconomyApi.prototype.getSubscriptions = function (options) {
|
|
2142
|
+
var _this = this;
|
|
2143
|
+
return exports.EconomyApiFp(this.configuration).getSubscriptions(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
2144
|
+
};
|
|
2145
|
+
return EconomyApi;
|
|
2146
|
+
}(base_1.BaseAPI));
|
|
2147
|
+
exports.EconomyApi = EconomyApi;
|
|
1657
2148
|
/**
|
|
1658
2149
|
* FavoritesApi - axios parameter creator
|
|
1659
2150
|
* @export
|
|
@@ -1865,7 +2356,7 @@ exports.FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
1865
2356
|
* @param {number} [n] The number of objects to return.
|
|
1866
2357
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
1867
2358
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
1868
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
2359
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
1869
2360
|
* @param {*} [options] Override http request option.
|
|
1870
2361
|
* @throws {RequiredError}
|
|
1871
2362
|
*/
|
|
@@ -2108,7 +2599,7 @@ exports.FavoritesApiFp = function (configuration) {
|
|
|
2108
2599
|
* @param {number} [n] The number of objects to return.
|
|
2109
2600
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
2110
2601
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
2111
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
2602
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
2112
2603
|
* @param {*} [options] Override http request option.
|
|
2113
2604
|
* @throws {RequiredError}
|
|
2114
2605
|
*/
|
|
@@ -2239,7 +2730,7 @@ exports.FavoritesApiFactory = function (configuration, basePath, axios) {
|
|
|
2239
2730
|
* @param {number} [n] The number of objects to return.
|
|
2240
2731
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
2241
2732
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
2242
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
2733
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
2243
2734
|
* @param {*} [options] Override http request option.
|
|
2244
2735
|
* @throws {RequiredError}
|
|
2245
2736
|
*/
|
|
@@ -2354,7 +2845,7 @@ var FavoritesApi = /** @class */ (function (_super) {
|
|
|
2354
2845
|
* @param {number} [n] The number of objects to return.
|
|
2355
2846
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
2356
2847
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
2357
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
2848
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
2358
2849
|
* @param {*} [options] Override http request option.
|
|
2359
2850
|
* @throws {RequiredError}
|
|
2360
2851
|
* @memberof FavoritesApi
|
|
@@ -3749,7 +4240,7 @@ exports.InstancesApiAxiosParamCreator = function (configuration) {
|
|
|
3749
4240
|
var _this = this;
|
|
3750
4241
|
return {
|
|
3751
4242
|
/**
|
|
3752
|
-
* Returns an instance.
|
|
4243
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
|
|
3753
4244
|
* @summary Get Instance
|
|
3754
4245
|
* @param {string} worldId
|
|
3755
4246
|
* @param {string} instanceId
|
|
@@ -3875,7 +4366,7 @@ exports.InstancesApiFp = function (configuration) {
|
|
|
3875
4366
|
var localVarAxiosParamCreator = exports.InstancesApiAxiosParamCreator(configuration);
|
|
3876
4367
|
return {
|
|
3877
4368
|
/**
|
|
3878
|
-
* Returns an instance.
|
|
4369
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
|
|
3879
4370
|
* @summary Get Instance
|
|
3880
4371
|
* @param {string} worldId
|
|
3881
4372
|
* @param {string} instanceId
|
|
@@ -3947,7 +4438,7 @@ exports.InstancesApiFactory = function (configuration, basePath, axios) {
|
|
|
3947
4438
|
var localVarFp = exports.InstancesApiFp(configuration);
|
|
3948
4439
|
return {
|
|
3949
4440
|
/**
|
|
3950
|
-
* Returns an instance.
|
|
4441
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
|
|
3951
4442
|
* @summary Get Instance
|
|
3952
4443
|
* @param {string} worldId
|
|
3953
4444
|
* @param {string} instanceId
|
|
@@ -3993,7 +4484,7 @@ var InstancesApi = /** @class */ (function (_super) {
|
|
|
3993
4484
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
3994
4485
|
}
|
|
3995
4486
|
/**
|
|
3996
|
-
* Returns an instance.
|
|
4487
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
|
|
3997
4488
|
* @summary Get Instance
|
|
3998
4489
|
* @param {string} worldId
|
|
3999
4490
|
* @param {string} instanceId
|
|
@@ -4197,7 +4688,7 @@ exports.InviteApiAxiosParamCreator = function (configuration) {
|
|
|
4197
4688
|
});
|
|
4198
4689
|
},
|
|
4199
4690
|
/**
|
|
4200
|
-
* Resets a single Invite Message back to
|
|
4691
|
+
* Resets a single Invite Message back to its original message, and then returns a list of all of them. Admin Credentials are required to update messages of other users! Resetting a message respects the rate-limit, so it is not possible to reset within the 60 minutes countdown. Resetting it does however not set the rate-limit to 60 like when editing it. It is possible to edit it right after resetting it. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite The DELETE endpoint does not have/require any request body.
|
|
4201
4692
|
* @summary Reset Invite Message
|
|
4202
4693
|
* @param {string} userId
|
|
4203
4694
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
@@ -4417,7 +4908,7 @@ exports.InviteApiFp = function (configuration) {
|
|
|
4417
4908
|
});
|
|
4418
4909
|
},
|
|
4419
4910
|
/**
|
|
4420
|
-
* Resets a single Invite Message back to
|
|
4911
|
+
* Resets a single Invite Message back to its original message, and then returns a list of all of them. Admin Credentials are required to update messages of other users! Resetting a message respects the rate-limit, so it is not possible to reset within the 60 minutes countdown. Resetting it does however not set the rate-limit to 60 like when editing it. It is possible to edit it right after resetting it. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite The DELETE endpoint does not have/require any request body.
|
|
4421
4912
|
* @summary Reset Invite Message
|
|
4422
4913
|
* @param {string} userId
|
|
4423
4914
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
@@ -4536,7 +5027,7 @@ exports.InviteApiFactory = function (configuration, basePath, axios) {
|
|
|
4536
5027
|
return localVarFp.requestInvite(userId, options).then(function (request) { return request(axios, basePath); });
|
|
4537
5028
|
},
|
|
4538
5029
|
/**
|
|
4539
|
-
* Resets a single Invite Message back to
|
|
5030
|
+
* Resets a single Invite Message back to its original message, and then returns a list of all of them. Admin Credentials are required to update messages of other users! Resetting a message respects the rate-limit, so it is not possible to reset within the 60 minutes countdown. Resetting it does however not set the rate-limit to 60 like when editing it. It is possible to edit it right after resetting it. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite The DELETE endpoint does not have/require any request body.
|
|
4540
5031
|
* @summary Reset Invite Message
|
|
4541
5032
|
* @param {string} userId
|
|
4542
5033
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
@@ -4637,7 +5128,7 @@ var InviteApi = /** @class */ (function (_super) {
|
|
|
4637
5128
|
return exports.InviteApiFp(this.configuration).requestInvite(userId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4638
5129
|
};
|
|
4639
5130
|
/**
|
|
4640
|
-
* Resets a single Invite Message back to
|
|
5131
|
+
* Resets a single Invite Message back to its original message, and then returns a list of all of them. Admin Credentials are required to update messages of other users! Resetting a message respects the rate-limit, so it is not possible to reset within the 60 minutes countdown. Resetting it does however not set the rate-limit to 60 like when editing it. It is possible to edit it right after resetting it. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite The DELETE endpoint does not have/require any request body.
|
|
4641
5132
|
* @summary Reset Invite Message
|
|
4642
5133
|
* @param {string} userId
|
|
4643
5134
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
@@ -5956,6 +6447,43 @@ exports.SystemApiAxiosParamCreator = function (configuration) {
|
|
|
5956
6447
|
});
|
|
5957
6448
|
});
|
|
5958
6449
|
},
|
|
6450
|
+
/**
|
|
6451
|
+
* IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
|
|
6452
|
+
* @summary Show Information Notices
|
|
6453
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6454
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6455
|
+
* @param {*} [options] Override http request option.
|
|
6456
|
+
* @throws {RequiredError}
|
|
6457
|
+
*/
|
|
6458
|
+
getInfoPush: function (require, include, options) {
|
|
6459
|
+
if (options === void 0) { options = {}; }
|
|
6460
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
6461
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6462
|
+
return __generator(this, function (_a) {
|
|
6463
|
+
localVarPath = "/infoPush";
|
|
6464
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
6465
|
+
if (configuration) {
|
|
6466
|
+
baseOptions = configuration.baseOptions;
|
|
6467
|
+
}
|
|
6468
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
6469
|
+
localVarHeaderParameter = {};
|
|
6470
|
+
localVarQueryParameter = {};
|
|
6471
|
+
if (require !== undefined) {
|
|
6472
|
+
localVarQueryParameter['require'] = require;
|
|
6473
|
+
}
|
|
6474
|
+
if (include !== undefined) {
|
|
6475
|
+
localVarQueryParameter['include'] = include;
|
|
6476
|
+
}
|
|
6477
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6478
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6479
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6480
|
+
return [2 /*return*/, {
|
|
6481
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
6482
|
+
options: localVarRequestOptions,
|
|
6483
|
+
}];
|
|
6484
|
+
});
|
|
6485
|
+
});
|
|
6486
|
+
},
|
|
5959
6487
|
/**
|
|
5960
6488
|
* Fetches the JavaScript code to the frontend React website.
|
|
5961
6489
|
* @summary Download JavaScript
|
|
@@ -6110,6 +6638,27 @@ exports.SystemApiFp = function (configuration) {
|
|
|
6110
6638
|
});
|
|
6111
6639
|
});
|
|
6112
6640
|
},
|
|
6641
|
+
/**
|
|
6642
|
+
* IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
|
|
6643
|
+
* @summary Show Information Notices
|
|
6644
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6645
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6646
|
+
* @param {*} [options] Override http request option.
|
|
6647
|
+
* @throws {RequiredError}
|
|
6648
|
+
*/
|
|
6649
|
+
getInfoPush: function (require, include, options) {
|
|
6650
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
6651
|
+
var localVarAxiosArgs;
|
|
6652
|
+
return __generator(this, function (_a) {
|
|
6653
|
+
switch (_a.label) {
|
|
6654
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getInfoPush(require, include, options)];
|
|
6655
|
+
case 1:
|
|
6656
|
+
localVarAxiosArgs = _a.sent();
|
|
6657
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
6658
|
+
}
|
|
6659
|
+
});
|
|
6660
|
+
});
|
|
6661
|
+
},
|
|
6113
6662
|
/**
|
|
6114
6663
|
* Fetches the JavaScript code to the frontend React website.
|
|
6115
6664
|
* @summary Download JavaScript
|
|
@@ -6198,6 +6747,17 @@ exports.SystemApiFactory = function (configuration, basePath, axios) {
|
|
|
6198
6747
|
getHealth: function (options) {
|
|
6199
6748
|
return localVarFp.getHealth(options).then(function (request) { return request(axios, basePath); });
|
|
6200
6749
|
},
|
|
6750
|
+
/**
|
|
6751
|
+
* IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
|
|
6752
|
+
* @summary Show Information Notices
|
|
6753
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6754
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6755
|
+
* @param {*} [options] Override http request option.
|
|
6756
|
+
* @throws {RequiredError}
|
|
6757
|
+
*/
|
|
6758
|
+
getInfoPush: function (require, include, options) {
|
|
6759
|
+
return localVarFp.getInfoPush(require, include, options).then(function (request) { return request(axios, basePath); });
|
|
6760
|
+
},
|
|
6201
6761
|
/**
|
|
6202
6762
|
* Fetches the JavaScript code to the frontend React website.
|
|
6203
6763
|
* @summary Download JavaScript
|
|
@@ -6278,6 +6838,19 @@ var SystemApi = /** @class */ (function (_super) {
|
|
|
6278
6838
|
var _this = this;
|
|
6279
6839
|
return exports.SystemApiFp(this.configuration).getHealth(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
6280
6840
|
};
|
|
6841
|
+
/**
|
|
6842
|
+
* IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
|
|
6843
|
+
* @summary Show Information Notices
|
|
6844
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6845
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6846
|
+
* @param {*} [options] Override http request option.
|
|
6847
|
+
* @throws {RequiredError}
|
|
6848
|
+
* @memberof SystemApi
|
|
6849
|
+
*/
|
|
6850
|
+
SystemApi.prototype.getInfoPush = function (require, include, options) {
|
|
6851
|
+
var _this = this;
|
|
6852
|
+
return exports.SystemApiFp(this.configuration).getInfoPush(require, include, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
6853
|
+
};
|
|
6281
6854
|
/**
|
|
6282
6855
|
* Fetches the JavaScript code to the frontend React website.
|
|
6283
6856
|
* @summary Download JavaScript
|
|
@@ -6764,7 +7337,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
6764
7337
|
* @param {'ascending' | 'descending'} [order]
|
|
6765
7338
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6766
7339
|
* @param {string} [search] Filters by world name.
|
|
6767
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7340
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6768
7341
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6769
7342
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6770
7343
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6843,7 +7416,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
6843
7416
|
* @param {'ascending' | 'descending'} [order]
|
|
6844
7417
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6845
7418
|
* @param {string} [search] Filters by world name.
|
|
6846
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7419
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6847
7420
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6848
7421
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6849
7422
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6926,7 +7499,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
6926
7499
|
* @param {'ascending' | 'descending'} [order]
|
|
6927
7500
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6928
7501
|
* @param {string} [search] Filters by world name.
|
|
6929
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7502
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6930
7503
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6931
7504
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6932
7505
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7190,7 +7763,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7190
7763
|
* @param {'ascending' | 'descending'} [order]
|
|
7191
7764
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7192
7765
|
* @param {string} [search] Filters by world name.
|
|
7193
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7766
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7194
7767
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7195
7768
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7196
7769
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7397,7 +7970,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
7397
7970
|
* @param {'ascending' | 'descending'} [order]
|
|
7398
7971
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7399
7972
|
* @param {string} [search] Filters by world name.
|
|
7400
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7973
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7401
7974
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7402
7975
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7403
7976
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7428,7 +8001,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
7428
8001
|
* @param {'ascending' | 'descending'} [order]
|
|
7429
8002
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7430
8003
|
* @param {string} [search] Filters by world name.
|
|
7431
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8004
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7432
8005
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7433
8006
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7434
8007
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7460,7 +8033,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
7460
8033
|
* @param {'ascending' | 'descending'} [order]
|
|
7461
8034
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7462
8035
|
* @param {string} [search] Filters by world name.
|
|
7463
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8036
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7464
8037
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7465
8038
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7466
8039
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7596,7 +8169,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
7596
8169
|
* @param {'ascending' | 'descending'} [order]
|
|
7597
8170
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7598
8171
|
* @param {string} [search] Filters by world name.
|
|
7599
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8172
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7600
8173
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7601
8174
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7602
8175
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7697,7 +8270,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
7697
8270
|
* @param {'ascending' | 'descending'} [order]
|
|
7698
8271
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7699
8272
|
* @param {string} [search] Filters by world name.
|
|
7700
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8273
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7701
8274
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7702
8275
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7703
8276
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7718,7 +8291,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
7718
8291
|
* @param {'ascending' | 'descending'} [order]
|
|
7719
8292
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7720
8293
|
* @param {string} [search] Filters by world name.
|
|
7721
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8294
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7722
8295
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7723
8296
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7724
8297
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7740,7 +8313,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
7740
8313
|
* @param {'ascending' | 'descending'} [order]
|
|
7741
8314
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7742
8315
|
* @param {string} [search] Filters by world name.
|
|
7743
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8316
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7744
8317
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7745
8318
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7746
8319
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7816,7 +8389,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
7816
8389
|
* @param {'ascending' | 'descending'} [order]
|
|
7817
8390
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7818
8391
|
* @param {string} [search] Filters by world name.
|
|
7819
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8392
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7820
8393
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7821
8394
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7822
8395
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7895,7 +8468,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
7895
8468
|
* @param {'ascending' | 'descending'} [order]
|
|
7896
8469
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7897
8470
|
* @param {string} [search] Filters by world name.
|
|
7898
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8471
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7899
8472
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7900
8473
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7901
8474
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7918,7 +8491,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
7918
8491
|
* @param {'ascending' | 'descending'} [order]
|
|
7919
8492
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7920
8493
|
* @param {string} [search] Filters by world name.
|
|
7921
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8494
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7922
8495
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7923
8496
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7924
8497
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7942,7 +8515,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
7942
8515
|
* @param {'ascending' | 'descending'} [order]
|
|
7943
8516
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7944
8517
|
* @param {string} [search] Filters by world name.
|
|
7945
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8518
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7946
8519
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7947
8520
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7948
8521
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -8030,7 +8603,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8030
8603
|
* @param {'ascending' | 'descending'} [order]
|
|
8031
8604
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
8032
8605
|
* @param {string} [search] Filters by world name.
|
|
8033
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
8606
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
8034
8607
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
8035
8608
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
8036
8609
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|