vrchat 1.7.0 → 1.7.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 +314 -72
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +233 -73
- package/dist/api.js +192 -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.3
|
|
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,48 @@ 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 {InviteMyselfToRequest} [inviteMyselfToRequest]
|
|
4703
|
+
* @param {*} [options] Override http request option.
|
|
4704
|
+
* @throws {RequiredError}
|
|
4705
|
+
*/
|
|
4706
|
+
inviteMyselfTo: function (worldId, instanceId, inviteMyselfToRequest, options) {
|
|
4707
|
+
if (options === void 0) { options = {}; }
|
|
4708
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
4709
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4710
|
+
return __generator(this, function (_a) {
|
|
4711
|
+
// verify required parameter 'worldId' is not null or undefined
|
|
4712
|
+
common_1.assertParamExists('inviteMyselfTo', 'worldId', worldId);
|
|
4713
|
+
// verify required parameter 'instanceId' is not null or undefined
|
|
4714
|
+
common_1.assertParamExists('inviteMyselfTo', 'instanceId', instanceId);
|
|
4715
|
+
localVarPath = "/invite/myself/to/{worldId}:{instanceId}"
|
|
4716
|
+
.replace("{" + "worldId" + "}", encodeURIComponent(String(worldId)))
|
|
4717
|
+
.replace("{" + "instanceId" + "}", encodeURIComponent(String(instanceId)));
|
|
4718
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4719
|
+
if (configuration) {
|
|
4720
|
+
baseOptions = configuration.baseOptions;
|
|
4721
|
+
}
|
|
4722
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4723
|
+
localVarHeaderParameter = {};
|
|
4724
|
+
localVarQueryParameter = {};
|
|
4725
|
+
// authentication apiKeyCookie required
|
|
4726
|
+
// authentication authCookie required
|
|
4727
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4728
|
+
common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4729
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4730
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4731
|
+
localVarRequestOptions.data = common_1.serializeDataIfNeeded(inviteMyselfToRequest, localVarRequestOptions, configuration);
|
|
4732
|
+
return [2 /*return*/, {
|
|
4733
|
+
url: common_1.toPathString(localVarUrlObj),
|
|
4734
|
+
options: localVarRequestOptions,
|
|
4735
|
+
}];
|
|
4736
|
+
});
|
|
4737
|
+
});
|
|
4738
|
+
},
|
|
4620
4739
|
/**
|
|
4621
4740
|
* Sends an invite to a user. Returns the Notification of type `invite` that was sent.
|
|
4622
4741
|
* @summary Invite User
|
|
@@ -4872,6 +4991,28 @@ exports.InviteApiFp = function (configuration) {
|
|
|
4872
4991
|
});
|
|
4873
4992
|
});
|
|
4874
4993
|
},
|
|
4994
|
+
/**
|
|
4995
|
+
* Sends self an invite to an instance
|
|
4996
|
+
* @summary Invite Myself To Instance
|
|
4997
|
+
* @param {string} worldId
|
|
4998
|
+
* @param {string} instanceId
|
|
4999
|
+
* @param {InviteMyselfToRequest} [inviteMyselfToRequest]
|
|
5000
|
+
* @param {*} [options] Override http request option.
|
|
5001
|
+
* @throws {RequiredError}
|
|
5002
|
+
*/
|
|
5003
|
+
inviteMyselfTo: function (worldId, instanceId, inviteMyselfToRequest, options) {
|
|
5004
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5005
|
+
var localVarAxiosArgs;
|
|
5006
|
+
return __generator(this, function (_a) {
|
|
5007
|
+
switch (_a.label) {
|
|
5008
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.inviteMyselfTo(worldId, instanceId, inviteMyselfToRequest, options)];
|
|
5009
|
+
case 1:
|
|
5010
|
+
localVarAxiosArgs = _a.sent();
|
|
5011
|
+
return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
5012
|
+
}
|
|
5013
|
+
});
|
|
5014
|
+
});
|
|
5015
|
+
},
|
|
4875
5016
|
/**
|
|
4876
5017
|
* Sends an invite to a user. Returns the Notification of type `invite` that was sent.
|
|
4877
5018
|
* @summary Invite User
|
|
@@ -5012,6 +5153,18 @@ exports.InviteApiFactory = function (configuration, basePath, axios) {
|
|
|
5012
5153
|
getInviteMessages: function (userId, messageType, options) {
|
|
5013
5154
|
return localVarFp.getInviteMessages(userId, messageType, options).then(function (request) { return request(axios, basePath); });
|
|
5014
5155
|
},
|
|
5156
|
+
/**
|
|
5157
|
+
* Sends self an invite to an instance
|
|
5158
|
+
* @summary Invite Myself To Instance
|
|
5159
|
+
* @param {string} worldId
|
|
5160
|
+
* @param {string} instanceId
|
|
5161
|
+
* @param {InviteMyselfToRequest} [inviteMyselfToRequest]
|
|
5162
|
+
* @param {*} [options] Override http request option.
|
|
5163
|
+
* @throws {RequiredError}
|
|
5164
|
+
*/
|
|
5165
|
+
inviteMyselfTo: function (worldId, instanceId, inviteMyselfToRequest, options) {
|
|
5166
|
+
return localVarFp.inviteMyselfTo(worldId, instanceId, inviteMyselfToRequest, options).then(function (request) { return request(axios, basePath); });
|
|
5167
|
+
},
|
|
5015
5168
|
/**
|
|
5016
5169
|
* Sends an invite to a user. Returns the Notification of type `invite` that was sent.
|
|
5017
5170
|
* @summary Invite User
|
|
@@ -5110,6 +5263,20 @@ var InviteApi = /** @class */ (function (_super) {
|
|
|
5110
5263
|
var _this = this;
|
|
5111
5264
|
return exports.InviteApiFp(this.configuration).getInviteMessages(userId, messageType, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5112
5265
|
};
|
|
5266
|
+
/**
|
|
5267
|
+
* Sends self an invite to an instance
|
|
5268
|
+
* @summary Invite Myself To Instance
|
|
5269
|
+
* @param {string} worldId
|
|
5270
|
+
* @param {string} instanceId
|
|
5271
|
+
* @param {InviteMyselfToRequest} [inviteMyselfToRequest]
|
|
5272
|
+
* @param {*} [options] Override http request option.
|
|
5273
|
+
* @throws {RequiredError}
|
|
5274
|
+
* @memberof InviteApi
|
|
5275
|
+
*/
|
|
5276
|
+
InviteApi.prototype.inviteMyselfTo = function (worldId, instanceId, inviteMyselfToRequest, options) {
|
|
5277
|
+
var _this = this;
|
|
5278
|
+
return exports.InviteApiFp(this.configuration).inviteMyselfTo(worldId, instanceId, inviteMyselfToRequest, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5279
|
+
};
|
|
5113
5280
|
/**
|
|
5114
5281
|
* Sends an invite to a user. Returns the Notification of type `invite` that was sent.
|
|
5115
5282
|
* @summary Invite User
|
|
@@ -7340,7 +7507,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7340
7507
|
/**
|
|
7341
7508
|
* Search and list currently Active worlds by query filters.
|
|
7342
7509
|
* @summary List Active Worlds
|
|
7343
|
-
* @param {
|
|
7510
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7344
7511
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7345
7512
|
* @param {number} [n] The number of objects to return.
|
|
7346
7513
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7419,7 +7586,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7419
7586
|
/**
|
|
7420
7587
|
* Search and list favorited worlds by query filters.
|
|
7421
7588
|
* @summary List Favorited Worlds
|
|
7422
|
-
* @param {
|
|
7589
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7423
7590
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7424
7591
|
* @param {number} [n] The number of objects to return.
|
|
7425
7592
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7502,7 +7669,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7502
7669
|
/**
|
|
7503
7670
|
* Search and list recently visited worlds by query filters.
|
|
7504
7671
|
* @summary List Recent Worlds
|
|
7505
|
-
* @param {
|
|
7672
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7506
7673
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7507
7674
|
* @param {number} [n] The number of objects to return.
|
|
7508
7675
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7764,7 +7931,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7764
7931
|
/**
|
|
7765
7932
|
* Search and list any worlds by query filters.
|
|
7766
7933
|
* @summary Search All Worlds
|
|
7767
|
-
* @param {
|
|
7934
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7768
7935
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7769
7936
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
7770
7937
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -7973,7 +8140,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
7973
8140
|
/**
|
|
7974
8141
|
* Search and list currently Active worlds by query filters.
|
|
7975
8142
|
* @summary List Active Worlds
|
|
7976
|
-
* @param {
|
|
8143
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7977
8144
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7978
8145
|
* @param {number} [n] The number of objects to return.
|
|
7979
8146
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8004,7 +8171,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
8004
8171
|
/**
|
|
8005
8172
|
* Search and list favorited worlds by query filters.
|
|
8006
8173
|
* @summary List Favorited Worlds
|
|
8007
|
-
* @param {
|
|
8174
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8008
8175
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8009
8176
|
* @param {number} [n] The number of objects to return.
|
|
8010
8177
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8036,7 +8203,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
8036
8203
|
/**
|
|
8037
8204
|
* Search and list recently visited worlds by query filters.
|
|
8038
8205
|
* @summary List Recent Worlds
|
|
8039
|
-
* @param {
|
|
8206
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8040
8207
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8041
8208
|
* @param {number} [n] The number of objects to return.
|
|
8042
8209
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8170,7 +8337,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
8170
8337
|
/**
|
|
8171
8338
|
* Search and list any worlds by query filters.
|
|
8172
8339
|
* @summary Search All Worlds
|
|
8173
|
-
* @param {
|
|
8340
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8174
8341
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8175
8342
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
8176
8343
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -8273,7 +8440,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8273
8440
|
/**
|
|
8274
8441
|
* Search and list currently Active worlds by query filters.
|
|
8275
8442
|
* @summary List Active Worlds
|
|
8276
|
-
* @param {
|
|
8443
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8277
8444
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8278
8445
|
* @param {number} [n] The number of objects to return.
|
|
8279
8446
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8294,7 +8461,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8294
8461
|
/**
|
|
8295
8462
|
* Search and list favorited worlds by query filters.
|
|
8296
8463
|
* @summary List Favorited Worlds
|
|
8297
|
-
* @param {
|
|
8464
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8298
8465
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8299
8466
|
* @param {number} [n] The number of objects to return.
|
|
8300
8467
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8316,7 +8483,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8316
8483
|
/**
|
|
8317
8484
|
* Search and list recently visited worlds by query filters.
|
|
8318
8485
|
* @summary List Recent Worlds
|
|
8319
|
-
* @param {
|
|
8486
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8320
8487
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8321
8488
|
* @param {number} [n] The number of objects to return.
|
|
8322
8489
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8390,7 +8557,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8390
8557
|
/**
|
|
8391
8558
|
* Search and list any worlds by query filters.
|
|
8392
8559
|
* @summary Search All Worlds
|
|
8393
|
-
* @param {
|
|
8560
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8394
8561
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8395
8562
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
8396
8563
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -8471,7 +8638,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8471
8638
|
/**
|
|
8472
8639
|
* Search and list currently Active worlds by query filters.
|
|
8473
8640
|
* @summary List Active Worlds
|
|
8474
|
-
* @param {
|
|
8641
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8475
8642
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8476
8643
|
* @param {number} [n] The number of objects to return.
|
|
8477
8644
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8494,7 +8661,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8494
8661
|
/**
|
|
8495
8662
|
* Search and list favorited worlds by query filters.
|
|
8496
8663
|
* @summary List Favorited Worlds
|
|
8497
|
-
* @param {
|
|
8664
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8498
8665
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8499
8666
|
* @param {number} [n] The number of objects to return.
|
|
8500
8667
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8518,7 +8685,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8518
8685
|
/**
|
|
8519
8686
|
* Search and list recently visited worlds by query filters.
|
|
8520
8687
|
* @summary List Recent Worlds
|
|
8521
|
-
* @param {
|
|
8688
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8522
8689
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8523
8690
|
* @param {number} [n] The number of objects to return.
|
|
8524
8691
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -8604,7 +8771,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8604
8771
|
/**
|
|
8605
8772
|
* Search and list any worlds by query filters.
|
|
8606
8773
|
* @summary Search All Worlds
|
|
8607
|
-
* @param {
|
|
8774
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
8608
8775
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
8609
8776
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
8610
8777
|
* @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