vrchat 1.7.1 → 1.7.4
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 +321 -74
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +244 -76
- package/dist/api.js +186 -25
- 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.
|
|
7
|
+
* The version of the OpenAPI document: 1.7.4
|
|
8
8
|
* Contact: me@ariesclark.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1025,7 +1025,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1025
1025
|
/**
|
|
1026
1026
|
* Search and list favorited avatars by query filters.
|
|
1027
1027
|
* @summary List Favorited Avatars
|
|
1028
|
-
* @param {
|
|
1028
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
1029
1029
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
1030
1030
|
* @param {number} [n] The number of objects to return.
|
|
1031
1031
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -1108,7 +1108,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1108
1108
|
/**
|
|
1109
1109
|
* Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
|
|
1110
1110
|
* @summary Search Avatars
|
|
1111
|
-
* @param {
|
|
1111
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
1112
1112
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
1113
1113
|
* @param {'me'} [user] Set to `me` for searching own avatars.
|
|
1114
1114
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -1368,7 +1368,7 @@ exports.AvatarsApiFp = function (configuration) {
|
|
|
1368
1368
|
/**
|
|
1369
1369
|
* Search and list favorited avatars by query filters.
|
|
1370
1370
|
* @summary List Favorited Avatars
|
|
1371
|
-
* @param {
|
|
1371
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
1372
1372
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
1373
1373
|
* @param {number} [n] The number of objects to return.
|
|
1374
1374
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -1400,7 +1400,7 @@ exports.AvatarsApiFp = function (configuration) {
|
|
|
1400
1400
|
/**
|
|
1401
1401
|
* Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
|
|
1402
1402
|
* @summary Search Avatars
|
|
1403
|
-
* @param {
|
|
1403
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
1404
1404
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
1405
1405
|
* @param {'me'} [user] Set to `me` for searching own avatars.
|
|
1406
1406
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -1532,7 +1532,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
|
|
|
1532
1532
|
/**
|
|
1533
1533
|
* Search and list favorited avatars by query filters.
|
|
1534
1534
|
* @summary List Favorited Avatars
|
|
1535
|
-
* @param {
|
|
1535
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
1536
1536
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
1537
1537
|
* @param {number} [n] The number of objects to return.
|
|
1538
1538
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -1554,7 +1554,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
|
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
|
|
1556
1556
|
* @summary Search Avatars
|
|
1557
|
-
* @param {
|
|
1557
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
1558
1558
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
1559
1559
|
* @param {'me'} [user] Set to `me` for searching own avatars.
|
|
1560
1560
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -1656,7 +1656,7 @@ var AvatarsApi = /** @class */ (function (_super) {
|
|
|
1656
1656
|
/**
|
|
1657
1657
|
* Search and list favorited avatars by query filters.
|
|
1658
1658
|
* @summary List Favorited Avatars
|
|
1659
|
-
* @param {
|
|
1659
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
1660
1660
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
1661
1661
|
* @param {number} [n] The number of objects to return.
|
|
1662
1662
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -1680,7 +1680,7 @@ var AvatarsApi = /** @class */ (function (_super) {
|
|
|
1680
1680
|
/**
|
|
1681
1681
|
* Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
|
|
1682
1682
|
* @summary Search Avatars
|
|
1683
|
-
* @param {
|
|
1683
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
1684
1684
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
1685
1685
|
* @param {'me'} [user] Set to `me` for searching own avatars.
|
|
1686
1686
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -4281,6 +4281,41 @@ exports.InstancesApiAxiosParamCreator = function (configuration) {
|
|
|
4281
4281
|
});
|
|
4282
4282
|
});
|
|
4283
4283
|
},
|
|
4284
|
+
/**
|
|
4285
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances.
|
|
4286
|
+
* @summary Get Instance By Short Name
|
|
4287
|
+
* @param {string} shortName
|
|
4288
|
+
* @param {*} [options] Override http request option.
|
|
4289
|
+
* @throws {RequiredError}
|
|
4290
|
+
*/
|
|
4291
|
+
getInstanceByShortName: function (shortName, options) {
|
|
4292
|
+
if (options === void 0) { options = {}; }
|
|
4293
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
4294
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4295
|
+
return __generator(this, function (_a) {
|
|
4296
|
+
// verify required parameter 'shortName' is not null or undefined
|
|
4297
|
+
common_1.assertParamExists('getInstanceByShortName', 'shortName', shortName);
|
|
4298
|
+
localVarPath = "/instances/s/{shortName}"
|
|
4299
|
+
.replace("{" + "shortName" + "}", encodeURIComponent(String(shortName)));
|
|
4300
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4301
|
+
if (configuration) {
|
|
4302
|
+
baseOptions = configuration.baseOptions;
|
|
4303
|
+
}
|
|
4304
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
4305
|
+
localVarHeaderParameter = {};
|
|
4306
|
+
localVarQueryParameter = {};
|
|
4307
|
+
// authentication apiKeyCookie required
|
|
4308
|
+
// authentication authCookie required
|
|
4309
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4310
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4311
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4312
|
+
return [2 /*return*/, {
|
|
4313
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
4314
|
+
options: localVarRequestOptions,
|
|
4315
|
+
}];
|
|
4316
|
+
});
|
|
4317
|
+
});
|
|
4318
|
+
},
|
|
4284
4319
|
/**
|
|
4285
4320
|
* Returns an instance short name.
|
|
4286
4321
|
* @summary Get Instance Short Name
|
|
@@ -4389,6 +4424,26 @@ exports.InstancesApiFp = function (configuration) {
|
|
|
4389
4424
|
});
|
|
4390
4425
|
});
|
|
4391
4426
|
},
|
|
4427
|
+
/**
|
|
4428
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances.
|
|
4429
|
+
* @summary Get Instance By Short Name
|
|
4430
|
+
* @param {string} shortName
|
|
4431
|
+
* @param {*} [options] Override http request option.
|
|
4432
|
+
* @throws {RequiredError}
|
|
4433
|
+
*/
|
|
4434
|
+
getInstanceByShortName: function (shortName, options) {
|
|
4435
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
4436
|
+
var localVarAxiosArgs;
|
|
4437
|
+
return __generator(this, function (_a) {
|
|
4438
|
+
switch (_a.label) {
|
|
4439
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getInstanceByShortName(shortName, options)];
|
|
4440
|
+
case 1:
|
|
4441
|
+
localVarAxiosArgs = _a.sent();
|
|
4442
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
4443
|
+
}
|
|
4444
|
+
});
|
|
4445
|
+
});
|
|
4446
|
+
},
|
|
4392
4447
|
/**
|
|
4393
4448
|
* Returns an instance short name.
|
|
4394
4449
|
* @summary Get Instance Short Name
|
|
@@ -4451,6 +4506,16 @@ exports.InstancesApiFactory = function (configuration, basePath, axios) {
|
|
|
4451
4506
|
getInstance: function (worldId, instanceId, options) {
|
|
4452
4507
|
return localVarFp.getInstance(worldId, instanceId, options).then(function (request) { return request(axios, basePath); });
|
|
4453
4508
|
},
|
|
4509
|
+
/**
|
|
4510
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances.
|
|
4511
|
+
* @summary Get Instance By Short Name
|
|
4512
|
+
* @param {string} shortName
|
|
4513
|
+
* @param {*} [options] Override http request option.
|
|
4514
|
+
* @throws {RequiredError}
|
|
4515
|
+
*/
|
|
4516
|
+
getInstanceByShortName: function (shortName, options) {
|
|
4517
|
+
return localVarFp.getInstanceByShortName(shortName, options).then(function (request) { return request(axios, basePath); });
|
|
4518
|
+
},
|
|
4454
4519
|
/**
|
|
4455
4520
|
* Returns an instance short name.
|
|
4456
4521
|
* @summary Get Instance Short Name
|
|
@@ -4499,6 +4564,18 @@ var InstancesApi = /** @class */ (function (_super) {
|
|
|
4499
4564
|
var _this = this;
|
|
4500
4565
|
return exports.InstancesApiFp(this.configuration).getInstance(worldId, instanceId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4501
4566
|
};
|
|
4567
|
+
/**
|
|
4568
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances.
|
|
4569
|
+
* @summary Get Instance By Short Name
|
|
4570
|
+
* @param {string} shortName
|
|
4571
|
+
* @param {*} [options] Override http request option.
|
|
4572
|
+
* @throws {RequiredError}
|
|
4573
|
+
* @memberof InstancesApi
|
|
4574
|
+
*/
|
|
4575
|
+
InstancesApi.prototype.getInstanceByShortName = function (shortName, options) {
|
|
4576
|
+
var _this = this;
|
|
4577
|
+
return exports.InstancesApiFp(this.configuration).getInstanceByShortName(shortName, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4578
|
+
};
|
|
4502
4579
|
/**
|
|
4503
4580
|
* Returns an instance short name.
|
|
4504
4581
|
* @summary Get Instance Short Name
|
|
@@ -4617,6 +4694,45 @@ exports.InviteApiAxiosParamCreator = function (configuration) {
|
|
|
4617
4694
|
});
|
|
4618
4695
|
});
|
|
4619
4696
|
},
|
|
4697
|
+
/**
|
|
4698
|
+
* Sends self an invite to an instance
|
|
4699
|
+
* @summary Invite Myself To Instance
|
|
4700
|
+
* @param {string} worldId
|
|
4701
|
+
* @param {string} instanceId
|
|
4702
|
+
* @param {*} [options] Override http request option.
|
|
4703
|
+
* @throws {RequiredError}
|
|
4704
|
+
*/
|
|
4705
|
+
inviteMyselfTo: function (worldId, instanceId, options) {
|
|
4706
|
+
if (options === void 0) { options = {}; }
|
|
4707
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
4708
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4709
|
+
return __generator(this, function (_a) {
|
|
4710
|
+
// verify required parameter 'worldId' is not null or undefined
|
|
4711
|
+
common_1.assertParamExists('inviteMyselfTo', 'worldId', worldId);
|
|
4712
|
+
// verify required parameter 'instanceId' is not null or undefined
|
|
4713
|
+
common_1.assertParamExists('inviteMyselfTo', 'instanceId', instanceId);
|
|
4714
|
+
localVarPath = "/invite/myself/to/{worldId}:{instanceId}"
|
|
4715
|
+
.replace("{" + "worldId" + "}", encodeURIComponent(String(worldId)))
|
|
4716
|
+
.replace("{" + "instanceId" + "}", encodeURIComponent(String(instanceId)));
|
|
4717
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4718
|
+
if (configuration) {
|
|
4719
|
+
baseOptions = configuration.baseOptions;
|
|
4720
|
+
}
|
|
4721
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4722
|
+
localVarHeaderParameter = {};
|
|
4723
|
+
localVarQueryParameter = {};
|
|
4724
|
+
// authentication apiKeyCookie required
|
|
4725
|
+
// authentication authCookie required
|
|
4726
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4727
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4728
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4729
|
+
return [2 /*return*/, {
|
|
4730
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
4731
|
+
options: localVarRequestOptions,
|
|
4732
|
+
}];
|
|
4733
|
+
});
|
|
4734
|
+
});
|
|
4735
|
+
},
|
|
4620
4736
|
/**
|
|
4621
4737
|
* Sends an invite to a user. Returns the Notification of type `invite` that was sent.
|
|
4622
4738
|
* @summary Invite User
|
|
@@ -4872,6 +4988,27 @@ exports.InviteApiFp = function (configuration) {
|
|
|
4872
4988
|
});
|
|
4873
4989
|
});
|
|
4874
4990
|
},
|
|
4991
|
+
/**
|
|
4992
|
+
* Sends self an invite to an instance
|
|
4993
|
+
* @summary Invite Myself To Instance
|
|
4994
|
+
* @param {string} worldId
|
|
4995
|
+
* @param {string} instanceId
|
|
4996
|
+
* @param {*} [options] Override http request option.
|
|
4997
|
+
* @throws {RequiredError}
|
|
4998
|
+
*/
|
|
4999
|
+
inviteMyselfTo: function (worldId, instanceId, options) {
|
|
5000
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5001
|
+
var localVarAxiosArgs;
|
|
5002
|
+
return __generator(this, function (_a) {
|
|
5003
|
+
switch (_a.label) {
|
|
5004
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.inviteMyselfTo(worldId, instanceId, options)];
|
|
5005
|
+
case 1:
|
|
5006
|
+
localVarAxiosArgs = _a.sent();
|
|
5007
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
5008
|
+
}
|
|
5009
|
+
});
|
|
5010
|
+
});
|
|
5011
|
+
},
|
|
4875
5012
|
/**
|
|
4876
5013
|
* Sends an invite to a user. Returns the Notification of type `invite` that was sent.
|
|
4877
5014
|
* @summary Invite User
|
|
@@ -5012,6 +5149,17 @@ exports.InviteApiFactory = function (configuration, basePath, axios) {
|
|
|
5012
5149
|
getInviteMessages: function (userId, messageType, options) {
|
|
5013
5150
|
return localVarFp.getInviteMessages(userId, messageType, options).then(function (request) { return request(axios, basePath); });
|
|
5014
5151
|
},
|
|
5152
|
+
/**
|
|
5153
|
+
* Sends self an invite to an instance
|
|
5154
|
+
* @summary Invite Myself To Instance
|
|
5155
|
+
* @param {string} worldId
|
|
5156
|
+
* @param {string} instanceId
|
|
5157
|
+
* @param {*} [options] Override http request option.
|
|
5158
|
+
* @throws {RequiredError}
|
|
5159
|
+
*/
|
|
5160
|
+
inviteMyselfTo: function (worldId, instanceId, options) {
|
|
5161
|
+
return localVarFp.inviteMyselfTo(worldId, instanceId, options).then(function (request) { return request(axios, basePath); });
|
|
5162
|
+
},
|
|
5015
5163
|
/**
|
|
5016
5164
|
* Sends an invite to a user. Returns the Notification of type `invite` that was sent.
|
|
5017
5165
|
* @summary Invite User
|
|
@@ -5110,6 +5258,19 @@ var InviteApi = /** @class */ (function (_super) {
|
|
|
5110
5258
|
var _this = this;
|
|
5111
5259
|
return exports.InviteApiFp(this.configuration).getInviteMessages(userId, messageType, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5112
5260
|
};
|
|
5261
|
+
/**
|
|
5262
|
+
* Sends self an invite to an instance
|
|
5263
|
+
* @summary Invite Myself To Instance
|
|
5264
|
+
* @param {string} worldId
|
|
5265
|
+
* @param {string} instanceId
|
|
5266
|
+
* @param {*} [options] Override http request option.
|
|
5267
|
+
* @throws {RequiredError}
|
|
5268
|
+
* @memberof InviteApi
|
|
5269
|
+
*/
|
|
5270
|
+
InviteApi.prototype.inviteMyselfTo = function (worldId, instanceId, options) {
|
|
5271
|
+
var _this = this;
|
|
5272
|
+
return exports.InviteApiFp(this.configuration).inviteMyselfTo(worldId, instanceId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5273
|
+
};
|
|
5113
5274
|
/**
|
|
5114
5275
|
* Sends an invite to a user. Returns the Notification of type `invite` that was sent.
|
|
5115
5276
|
* @summary Invite User
|
|
@@ -7340,7 +7501,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7340
7501
|
/**
|
|
7341
7502
|
* Search and list currently Active worlds by query filters.
|
|
7342
7503
|
* @summary List Active Worlds
|
|
7343
|
-
* @param {
|
|
7504
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7344
7505
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7345
7506
|
* @param {number} [n] The number of objects to return.
|
|
7346
7507
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7419,7 +7580,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7419
7580
|
/**
|
|
7420
7581
|
* Search and list favorited worlds by query filters.
|
|
7421
7582
|
* @summary List Favorited Worlds
|
|
7422
|
-
* @param {
|
|
7583
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7423
7584
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7424
7585
|
* @param {number} [n] The number of objects to return.
|
|
7425
7586
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7502,7 +7663,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7502
7663
|
/**
|
|
7503
7664
|
* Search and list recently visited worlds by query filters.
|
|
7504
7665
|
* @summary List Recent Worlds
|
|
7505
|
-
* @param {
|
|
7666
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7506
7667
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7507
7668
|
* @param {number} [n] The number of objects to return.
|
|
7508
7669
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7764,7 +7925,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7764
7925
|
/**
|
|
7765
7926
|
* Search and list any worlds by query filters.
|
|
7766
7927
|
* @summary Search All Worlds
|
|
7767
|
-
* @param {
|
|
7928
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7768
7929
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7769
7930
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
7770
7931
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -7973,7 +8134,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
7973
8134
|
/**
|
|
7974
8135
|
* Search and list currently Active worlds by query filters.
|
|
7975
8136
|
* @summary List Active Worlds
|
|
7976
|
-
* @param {
|
|
8137
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7977
8138
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7978
8139
|
* @param {number} [n] The number of objects to return.
|
|
7979
8140
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8004,7 +8165,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
8004
8165
|
/**
|
|
8005
8166
|
* Search and list favorited worlds by query filters.
|
|
8006
8167
|
* @summary List Favorited Worlds
|
|
8007
|
-
* @param {
|
|
8168
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8008
8169
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8009
8170
|
* @param {number} [n] The number of objects to return.
|
|
8010
8171
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8036,7 +8197,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
8036
8197
|
/**
|
|
8037
8198
|
* Search and list recently visited worlds by query filters.
|
|
8038
8199
|
* @summary List Recent Worlds
|
|
8039
|
-
* @param {
|
|
8200
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8040
8201
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8041
8202
|
* @param {number} [n] The number of objects to return.
|
|
8042
8203
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8170,7 +8331,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
8170
8331
|
/**
|
|
8171
8332
|
* Search and list any worlds by query filters.
|
|
8172
8333
|
* @summary Search All Worlds
|
|
8173
|
-
* @param {
|
|
8334
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8174
8335
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8175
8336
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
8176
8337
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -8273,7 +8434,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8273
8434
|
/**
|
|
8274
8435
|
* Search and list currently Active worlds by query filters.
|
|
8275
8436
|
* @summary List Active Worlds
|
|
8276
|
-
* @param {
|
|
8437
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8277
8438
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8278
8439
|
* @param {number} [n] The number of objects to return.
|
|
8279
8440
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8294,7 +8455,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8294
8455
|
/**
|
|
8295
8456
|
* Search and list favorited worlds by query filters.
|
|
8296
8457
|
* @summary List Favorited Worlds
|
|
8297
|
-
* @param {
|
|
8458
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8298
8459
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8299
8460
|
* @param {number} [n] The number of objects to return.
|
|
8300
8461
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8316,7 +8477,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8316
8477
|
/**
|
|
8317
8478
|
* Search and list recently visited worlds by query filters.
|
|
8318
8479
|
* @summary List Recent Worlds
|
|
8319
|
-
* @param {
|
|
8480
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8320
8481
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8321
8482
|
* @param {number} [n] The number of objects to return.
|
|
8322
8483
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8390,7 +8551,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8390
8551
|
/**
|
|
8391
8552
|
* Search and list any worlds by query filters.
|
|
8392
8553
|
* @summary Search All Worlds
|
|
8393
|
-
* @param {
|
|
8554
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8394
8555
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8395
8556
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
8396
8557
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -8471,7 +8632,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8471
8632
|
/**
|
|
8472
8633
|
* Search and list currently Active worlds by query filters.
|
|
8473
8634
|
* @summary List Active Worlds
|
|
8474
|
-
* @param {
|
|
8635
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8475
8636
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8476
8637
|
* @param {number} [n] The number of objects to return.
|
|
8477
8638
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8494,7 +8655,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8494
8655
|
/**
|
|
8495
8656
|
* Search and list favorited worlds by query filters.
|
|
8496
8657
|
* @summary List Favorited Worlds
|
|
8497
|
-
* @param {
|
|
8658
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8498
8659
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8499
8660
|
* @param {number} [n] The number of objects to return.
|
|
8500
8661
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8518,7 +8679,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8518
8679
|
/**
|
|
8519
8680
|
* Search and list recently visited worlds by query filters.
|
|
8520
8681
|
* @summary List Recent Worlds
|
|
8521
|
-
* @param {
|
|
8682
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8522
8683
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8523
8684
|
* @param {number} [n] The number of objects to return.
|
|
8524
8685
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8604,7 +8765,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8604
8765
|
/**
|
|
8605
8766
|
* Search and list any worlds by query filters.
|
|
8606
8767
|
* @summary Search All Worlds
|
|
8607
|
-
* @param {
|
|
8768
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8608
8769
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8609
8770
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
8610
8771
|
* @param {string} [userId] Filter by UserID.
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/index.ts
CHANGED