vrchat 1.18.5 → 1.18.7
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 +663 -176
- package/base.ts +2 -2
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +489 -87
- package/dist/api.js +350 -154
- package/dist/base.d.ts +1 -1
- package/dist/base.js +2 -2
- 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.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.7
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -75,7 +75,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
75
75
|
};
|
|
76
76
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
77
77
|
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.SortOption = exports.ReleaseStatus = exports.Region = exports.PlayerModerationType = exports.PerformanceRatings = exports.OrderOption = exports.NotificationType = exports.MIMEType = exports.LicenseType = exports.LicenseAction = exports.InviteMessageType = exports.InstanceType = exports.InstanceRegion = exports.InfoPushDataClickableCommandEnum = exports.GroupUserVisibility = exports.GroupSearchSort = exports.GroupRoleTemplate = exports.GroupPrivacy = exports.GroupPostVisibility = exports.GroupMemberStatus = exports.GroupJoinState = exports.GroupJoinRequestAction = exports.GroupAccessType = exports.FileStatus = exports.FileDataCategoryEnum = exports.FavoriteType = exports.FavoriteGroupVisibility = exports.DeveloperType = exports.DeploymentGroup = void 0;
|
|
78
|
-
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.GroupsApi = exports.GroupsApiFactory = exports.GroupsApiFp = exports.GroupsApiAxiosParamCreator = exports.FriendsApi = exports.FriendsApiFactory = exports.FriendsApiFp = exports.FriendsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = void 0;
|
|
78
|
+
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.JamsApi = exports.JamsApiFactory = exports.JamsApiFp = exports.JamsApiAxiosParamCreator = exports.InviteApi = exports.InviteApiFactory = exports.InviteApiFp = exports.InviteApiAxiosParamCreator = exports.InstancesApi = exports.InstancesApiFactory = exports.InstancesApiFp = exports.InstancesApiAxiosParamCreator = exports.GroupsApi = exports.GroupsApiFactory = exports.GroupsApiFp = exports.GroupsApiAxiosParamCreator = exports.FriendsApi = exports.FriendsApiFactory = exports.FriendsApiFp = exports.FriendsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = void 0;
|
|
79
79
|
var axios_1 = require("axios");
|
|
80
80
|
// Some imports not used depending on template conditions
|
|
81
81
|
// @ts-ignore
|
|
@@ -9341,6 +9341,278 @@ var InviteApi = /** @class */ (function (_super) {
|
|
|
9341
9341
|
return InviteApi;
|
|
9342
9342
|
}(base_1.BaseAPI));
|
|
9343
9343
|
exports.InviteApi = InviteApi;
|
|
9344
|
+
/**
|
|
9345
|
+
* JamsApi - axios parameter creator
|
|
9346
|
+
* @export
|
|
9347
|
+
*/
|
|
9348
|
+
var JamsApiAxiosParamCreator = function (configuration) {
|
|
9349
|
+
var _this = this;
|
|
9350
|
+
return {
|
|
9351
|
+
/**
|
|
9352
|
+
* Returns a jam.
|
|
9353
|
+
* @summary Show jam information
|
|
9354
|
+
* @param {string} jamId Must be a valid query ID.
|
|
9355
|
+
* @param {*} [options] Override http request option.
|
|
9356
|
+
* @throws {RequiredError}
|
|
9357
|
+
*/
|
|
9358
|
+
getJam: function (jamId, options) {
|
|
9359
|
+
if (options === void 0) { options = {}; }
|
|
9360
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
9361
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9362
|
+
return __generator(this, function (_a) {
|
|
9363
|
+
// verify required parameter 'jamId' is not null or undefined
|
|
9364
|
+
(0, common_1.assertParamExists)('getJam', 'jamId', jamId);
|
|
9365
|
+
localVarPath = "/jams/{jamId}"
|
|
9366
|
+
.replace("{".concat("jamId", "}"), encodeURIComponent(String(jamId)));
|
|
9367
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
9368
|
+
if (configuration) {
|
|
9369
|
+
baseOptions = configuration.baseOptions;
|
|
9370
|
+
}
|
|
9371
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
9372
|
+
localVarHeaderParameter = {};
|
|
9373
|
+
localVarQueryParameter = {};
|
|
9374
|
+
// authentication authCookie required
|
|
9375
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9376
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9377
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
9378
|
+
return [2 /*return*/, {
|
|
9379
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
9380
|
+
options: localVarRequestOptions,
|
|
9381
|
+
}];
|
|
9382
|
+
});
|
|
9383
|
+
});
|
|
9384
|
+
},
|
|
9385
|
+
/**
|
|
9386
|
+
* Returns all submissions of a jam.
|
|
9387
|
+
* @summary Show jam submissions
|
|
9388
|
+
* @param {string} jamId Must be a valid query ID.
|
|
9389
|
+
* @param {*} [options] Override http request option.
|
|
9390
|
+
* @throws {RequiredError}
|
|
9391
|
+
*/
|
|
9392
|
+
getJamSubmissions: function (jamId, options) {
|
|
9393
|
+
if (options === void 0) { options = {}; }
|
|
9394
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
9395
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9396
|
+
return __generator(this, function (_a) {
|
|
9397
|
+
// verify required parameter 'jamId' is not null or undefined
|
|
9398
|
+
(0, common_1.assertParamExists)('getJamSubmissions', 'jamId', jamId);
|
|
9399
|
+
localVarPath = "/jams/{jamId}/submissions"
|
|
9400
|
+
.replace("{".concat("jamId", "}"), encodeURIComponent(String(jamId)));
|
|
9401
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
9402
|
+
if (configuration) {
|
|
9403
|
+
baseOptions = configuration.baseOptions;
|
|
9404
|
+
}
|
|
9405
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
9406
|
+
localVarHeaderParameter = {};
|
|
9407
|
+
localVarQueryParameter = {};
|
|
9408
|
+
// authentication authCookie required
|
|
9409
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9410
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9411
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
9412
|
+
return [2 /*return*/, {
|
|
9413
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
9414
|
+
options: localVarRequestOptions,
|
|
9415
|
+
}];
|
|
9416
|
+
});
|
|
9417
|
+
});
|
|
9418
|
+
},
|
|
9419
|
+
/**
|
|
9420
|
+
* Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. ``
|
|
9421
|
+
* @summary Show jams list
|
|
9422
|
+
* @param {string} [type] Only show jams of this type (`avatar` or `world`).
|
|
9423
|
+
* @param {*} [options] Override http request option.
|
|
9424
|
+
* @throws {RequiredError}
|
|
9425
|
+
*/
|
|
9426
|
+
getJams: function (type, options) {
|
|
9427
|
+
if (options === void 0) { options = {}; }
|
|
9428
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
9429
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9430
|
+
return __generator(this, function (_a) {
|
|
9431
|
+
localVarPath = "/jams";
|
|
9432
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
9433
|
+
if (configuration) {
|
|
9434
|
+
baseOptions = configuration.baseOptions;
|
|
9435
|
+
}
|
|
9436
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
9437
|
+
localVarHeaderParameter = {};
|
|
9438
|
+
localVarQueryParameter = {};
|
|
9439
|
+
// authentication authCookie required
|
|
9440
|
+
if (type !== undefined) {
|
|
9441
|
+
localVarQueryParameter['type'] = type;
|
|
9442
|
+
}
|
|
9443
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9444
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9445
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
9446
|
+
return [2 /*return*/, {
|
|
9447
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
9448
|
+
options: localVarRequestOptions,
|
|
9449
|
+
}];
|
|
9450
|
+
});
|
|
9451
|
+
});
|
|
9452
|
+
},
|
|
9453
|
+
};
|
|
9454
|
+
};
|
|
9455
|
+
exports.JamsApiAxiosParamCreator = JamsApiAxiosParamCreator;
|
|
9456
|
+
/**
|
|
9457
|
+
* JamsApi - functional programming interface
|
|
9458
|
+
* @export
|
|
9459
|
+
*/
|
|
9460
|
+
var JamsApiFp = function (configuration) {
|
|
9461
|
+
var localVarAxiosParamCreator = (0, exports.JamsApiAxiosParamCreator)(configuration);
|
|
9462
|
+
return {
|
|
9463
|
+
/**
|
|
9464
|
+
* Returns a jam.
|
|
9465
|
+
* @summary Show jam information
|
|
9466
|
+
* @param {string} jamId Must be a valid query ID.
|
|
9467
|
+
* @param {*} [options] Override http request option.
|
|
9468
|
+
* @throws {RequiredError}
|
|
9469
|
+
*/
|
|
9470
|
+
getJam: function (jamId, options) {
|
|
9471
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
9472
|
+
var localVarAxiosArgs;
|
|
9473
|
+
return __generator(this, function (_a) {
|
|
9474
|
+
switch (_a.label) {
|
|
9475
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getJam(jamId, options)];
|
|
9476
|
+
case 1:
|
|
9477
|
+
localVarAxiosArgs = _a.sent();
|
|
9478
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
9479
|
+
}
|
|
9480
|
+
});
|
|
9481
|
+
});
|
|
9482
|
+
},
|
|
9483
|
+
/**
|
|
9484
|
+
* Returns all submissions of a jam.
|
|
9485
|
+
* @summary Show jam submissions
|
|
9486
|
+
* @param {string} jamId Must be a valid query ID.
|
|
9487
|
+
* @param {*} [options] Override http request option.
|
|
9488
|
+
* @throws {RequiredError}
|
|
9489
|
+
*/
|
|
9490
|
+
getJamSubmissions: function (jamId, options) {
|
|
9491
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
9492
|
+
var localVarAxiosArgs;
|
|
9493
|
+
return __generator(this, function (_a) {
|
|
9494
|
+
switch (_a.label) {
|
|
9495
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getJamSubmissions(jamId, options)];
|
|
9496
|
+
case 1:
|
|
9497
|
+
localVarAxiosArgs = _a.sent();
|
|
9498
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
9499
|
+
}
|
|
9500
|
+
});
|
|
9501
|
+
});
|
|
9502
|
+
},
|
|
9503
|
+
/**
|
|
9504
|
+
* Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. ``
|
|
9505
|
+
* @summary Show jams list
|
|
9506
|
+
* @param {string} [type] Only show jams of this type (`avatar` or `world`).
|
|
9507
|
+
* @param {*} [options] Override http request option.
|
|
9508
|
+
* @throws {RequiredError}
|
|
9509
|
+
*/
|
|
9510
|
+
getJams: function (type, options) {
|
|
9511
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
9512
|
+
var localVarAxiosArgs;
|
|
9513
|
+
return __generator(this, function (_a) {
|
|
9514
|
+
switch (_a.label) {
|
|
9515
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getJams(type, options)];
|
|
9516
|
+
case 1:
|
|
9517
|
+
localVarAxiosArgs = _a.sent();
|
|
9518
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
9519
|
+
}
|
|
9520
|
+
});
|
|
9521
|
+
});
|
|
9522
|
+
},
|
|
9523
|
+
};
|
|
9524
|
+
};
|
|
9525
|
+
exports.JamsApiFp = JamsApiFp;
|
|
9526
|
+
/**
|
|
9527
|
+
* JamsApi - factory interface
|
|
9528
|
+
* @export
|
|
9529
|
+
*/
|
|
9530
|
+
var JamsApiFactory = function (configuration, basePath, axios) {
|
|
9531
|
+
var localVarFp = (0, exports.JamsApiFp)(configuration);
|
|
9532
|
+
return {
|
|
9533
|
+
/**
|
|
9534
|
+
* Returns a jam.
|
|
9535
|
+
* @summary Show jam information
|
|
9536
|
+
* @param {string} jamId Must be a valid query ID.
|
|
9537
|
+
* @param {*} [options] Override http request option.
|
|
9538
|
+
* @throws {RequiredError}
|
|
9539
|
+
*/
|
|
9540
|
+
getJam: function (jamId, options) {
|
|
9541
|
+
return localVarFp.getJam(jamId, options).then(function (request) { return request(axios, basePath); });
|
|
9542
|
+
},
|
|
9543
|
+
/**
|
|
9544
|
+
* Returns all submissions of a jam.
|
|
9545
|
+
* @summary Show jam submissions
|
|
9546
|
+
* @param {string} jamId Must be a valid query ID.
|
|
9547
|
+
* @param {*} [options] Override http request option.
|
|
9548
|
+
* @throws {RequiredError}
|
|
9549
|
+
*/
|
|
9550
|
+
getJamSubmissions: function (jamId, options) {
|
|
9551
|
+
return localVarFp.getJamSubmissions(jamId, options).then(function (request) { return request(axios, basePath); });
|
|
9552
|
+
},
|
|
9553
|
+
/**
|
|
9554
|
+
* Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. ``
|
|
9555
|
+
* @summary Show jams list
|
|
9556
|
+
* @param {string} [type] Only show jams of this type (`avatar` or `world`).
|
|
9557
|
+
* @param {*} [options] Override http request option.
|
|
9558
|
+
* @throws {RequiredError}
|
|
9559
|
+
*/
|
|
9560
|
+
getJams: function (type, options) {
|
|
9561
|
+
return localVarFp.getJams(type, options).then(function (request) { return request(axios, basePath); });
|
|
9562
|
+
},
|
|
9563
|
+
};
|
|
9564
|
+
};
|
|
9565
|
+
exports.JamsApiFactory = JamsApiFactory;
|
|
9566
|
+
/**
|
|
9567
|
+
* JamsApi - object-oriented interface
|
|
9568
|
+
* @export
|
|
9569
|
+
* @class JamsApi
|
|
9570
|
+
* @extends {BaseAPI}
|
|
9571
|
+
*/
|
|
9572
|
+
var JamsApi = /** @class */ (function (_super) {
|
|
9573
|
+
__extends(JamsApi, _super);
|
|
9574
|
+
function JamsApi() {
|
|
9575
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
9576
|
+
}
|
|
9577
|
+
/**
|
|
9578
|
+
* Returns a jam.
|
|
9579
|
+
* @summary Show jam information
|
|
9580
|
+
* @param {string} jamId Must be a valid query ID.
|
|
9581
|
+
* @param {*} [options] Override http request option.
|
|
9582
|
+
* @throws {RequiredError}
|
|
9583
|
+
* @memberof JamsApi
|
|
9584
|
+
*/
|
|
9585
|
+
JamsApi.prototype.getJam = function (jamId, options) {
|
|
9586
|
+
var _this = this;
|
|
9587
|
+
return (0, exports.JamsApiFp)(this.configuration).getJam(jamId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9588
|
+
};
|
|
9589
|
+
/**
|
|
9590
|
+
* Returns all submissions of a jam.
|
|
9591
|
+
* @summary Show jam submissions
|
|
9592
|
+
* @param {string} jamId Must be a valid query ID.
|
|
9593
|
+
* @param {*} [options] Override http request option.
|
|
9594
|
+
* @throws {RequiredError}
|
|
9595
|
+
* @memberof JamsApi
|
|
9596
|
+
*/
|
|
9597
|
+
JamsApi.prototype.getJamSubmissions = function (jamId, options) {
|
|
9598
|
+
var _this = this;
|
|
9599
|
+
return (0, exports.JamsApiFp)(this.configuration).getJamSubmissions(jamId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9600
|
+
};
|
|
9601
|
+
/**
|
|
9602
|
+
* Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. ``
|
|
9603
|
+
* @summary Show jams list
|
|
9604
|
+
* @param {string} [type] Only show jams of this type (`avatar` or `world`).
|
|
9605
|
+
* @param {*} [options] Override http request option.
|
|
9606
|
+
* @throws {RequiredError}
|
|
9607
|
+
* @memberof JamsApi
|
|
9608
|
+
*/
|
|
9609
|
+
JamsApi.prototype.getJams = function (type, options) {
|
|
9610
|
+
var _this = this;
|
|
9611
|
+
return (0, exports.JamsApiFp)(this.configuration).getJams(type, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9612
|
+
};
|
|
9613
|
+
return JamsApi;
|
|
9614
|
+
}(base_1.BaseAPI));
|
|
9615
|
+
exports.JamsApi = JamsApi;
|
|
9344
9616
|
/**
|
|
9345
9617
|
* NotificationsApi - axios parameter creator
|
|
9346
9618
|
* @export
|
|
@@ -9446,6 +9718,40 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
9446
9718
|
});
|
|
9447
9719
|
});
|
|
9448
9720
|
},
|
|
9721
|
+
/**
|
|
9722
|
+
* Get a notification by notification `not_` ID.
|
|
9723
|
+
* @summary Show notification
|
|
9724
|
+
* @param {string} notificationId Must be a valid notification ID.
|
|
9725
|
+
* @param {*} [options] Override http request option.
|
|
9726
|
+
* @throws {RequiredError}
|
|
9727
|
+
*/
|
|
9728
|
+
getNotification: function (notificationId, options) {
|
|
9729
|
+
if (options === void 0) { options = {}; }
|
|
9730
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
9731
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9732
|
+
return __generator(this, function (_a) {
|
|
9733
|
+
// verify required parameter 'notificationId' is not null or undefined
|
|
9734
|
+
(0, common_1.assertParamExists)('getNotification', 'notificationId', notificationId);
|
|
9735
|
+
localVarPath = "/auth/user/notifications/{notificationId}"
|
|
9736
|
+
.replace("{".concat("notificationId", "}"), encodeURIComponent(String(notificationId)));
|
|
9737
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
9738
|
+
if (configuration) {
|
|
9739
|
+
baseOptions = configuration.baseOptions;
|
|
9740
|
+
}
|
|
9741
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
9742
|
+
localVarHeaderParameter = {};
|
|
9743
|
+
localVarQueryParameter = {};
|
|
9744
|
+
// authentication authCookie required
|
|
9745
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9746
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9747
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
9748
|
+
return [2 /*return*/, {
|
|
9749
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
9750
|
+
options: localVarRequestOptions,
|
|
9751
|
+
}];
|
|
9752
|
+
});
|
|
9753
|
+
});
|
|
9754
|
+
},
|
|
9449
9755
|
/**
|
|
9450
9756
|
* Retrieve all of the current user\'s notifications.
|
|
9451
9757
|
* @summary List Notifications
|
|
@@ -9603,6 +9909,26 @@ var NotificationsApiFp = function (configuration) {
|
|
|
9603
9909
|
});
|
|
9604
9910
|
});
|
|
9605
9911
|
},
|
|
9912
|
+
/**
|
|
9913
|
+
* Get a notification by notification `not_` ID.
|
|
9914
|
+
* @summary Show notification
|
|
9915
|
+
* @param {string} notificationId Must be a valid notification ID.
|
|
9916
|
+
* @param {*} [options] Override http request option.
|
|
9917
|
+
* @throws {RequiredError}
|
|
9918
|
+
*/
|
|
9919
|
+
getNotification: function (notificationId, options) {
|
|
9920
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
9921
|
+
var localVarAxiosArgs;
|
|
9922
|
+
return __generator(this, function (_a) {
|
|
9923
|
+
switch (_a.label) {
|
|
9924
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getNotification(notificationId, options)];
|
|
9925
|
+
case 1:
|
|
9926
|
+
localVarAxiosArgs = _a.sent();
|
|
9927
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
9928
|
+
}
|
|
9929
|
+
});
|
|
9930
|
+
});
|
|
9931
|
+
},
|
|
9606
9932
|
/**
|
|
9607
9933
|
* Retrieve all of the current user\'s notifications.
|
|
9608
9934
|
* @summary List Notifications
|
|
@@ -9687,6 +10013,16 @@ var NotificationsApiFactory = function (configuration, basePath, axios) {
|
|
|
9687
10013
|
deleteNotification: function (notificationId, options) {
|
|
9688
10014
|
return localVarFp.deleteNotification(notificationId, options).then(function (request) { return request(axios, basePath); });
|
|
9689
10015
|
},
|
|
10016
|
+
/**
|
|
10017
|
+
* Get a notification by notification `not_` ID.
|
|
10018
|
+
* @summary Show notification
|
|
10019
|
+
* @param {string} notificationId Must be a valid notification ID.
|
|
10020
|
+
* @param {*} [options] Override http request option.
|
|
10021
|
+
* @throws {RequiredError}
|
|
10022
|
+
*/
|
|
10023
|
+
getNotification: function (notificationId, options) {
|
|
10024
|
+
return localVarFp.getNotification(notificationId, options).then(function (request) { return request(axios, basePath); });
|
|
10025
|
+
},
|
|
9690
10026
|
/**
|
|
9691
10027
|
* Retrieve all of the current user\'s notifications.
|
|
9692
10028
|
* @summary List Notifications
|
|
@@ -9761,6 +10097,18 @@ var NotificationsApi = /** @class */ (function (_super) {
|
|
|
9761
10097
|
var _this = this;
|
|
9762
10098
|
return (0, exports.NotificationsApiFp)(this.configuration).deleteNotification(notificationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9763
10099
|
};
|
|
10100
|
+
/**
|
|
10101
|
+
* Get a notification by notification `not_` ID.
|
|
10102
|
+
* @summary Show notification
|
|
10103
|
+
* @param {string} notificationId Must be a valid notification ID.
|
|
10104
|
+
* @param {*} [options] Override http request option.
|
|
10105
|
+
* @throws {RequiredError}
|
|
10106
|
+
* @memberof NotificationsApi
|
|
10107
|
+
*/
|
|
10108
|
+
NotificationsApi.prototype.getNotification = function (notificationId, options) {
|
|
10109
|
+
var _this = this;
|
|
10110
|
+
return (0, exports.NotificationsApiFp)(this.configuration).getNotification(notificationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
10111
|
+
};
|
|
9764
10112
|
/**
|
|
9765
10113
|
* Retrieve all of the current user\'s notifications.
|
|
9766
10114
|
* @summary List Notifications
|
|
@@ -10019,74 +10367,6 @@ var PlayermoderationApiAxiosParamCreator = function (configuration) {
|
|
|
10019
10367
|
});
|
|
10020
10368
|
});
|
|
10021
10369
|
},
|
|
10022
|
-
/**
|
|
10023
|
-
* Deletes a specific player moderation based on it\'s `pmod_` ID. The website uses `unmoderateUser` instead. You can delete the same player moderation multiple times successfully.
|
|
10024
|
-
* @summary Delete Player Moderation
|
|
10025
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
10026
|
-
* @param {*} [options] Override http request option.
|
|
10027
|
-
* @throws {RequiredError}
|
|
10028
|
-
*/
|
|
10029
|
-
deletePlayerModeration: function (playerModerationId, options) {
|
|
10030
|
-
if (options === void 0) { options = {}; }
|
|
10031
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
10032
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10033
|
-
return __generator(this, function (_a) {
|
|
10034
|
-
// verify required parameter 'playerModerationId' is not null or undefined
|
|
10035
|
-
(0, common_1.assertParamExists)('deletePlayerModeration', 'playerModerationId', playerModerationId);
|
|
10036
|
-
localVarPath = "/auth/user/playermoderations/{playerModerationId}"
|
|
10037
|
-
.replace("{".concat("playerModerationId", "}"), encodeURIComponent(String(playerModerationId)));
|
|
10038
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10039
|
-
if (configuration) {
|
|
10040
|
-
baseOptions = configuration.baseOptions;
|
|
10041
|
-
}
|
|
10042
|
-
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
10043
|
-
localVarHeaderParameter = {};
|
|
10044
|
-
localVarQueryParameter = {};
|
|
10045
|
-
// authentication authCookie required
|
|
10046
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10047
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10048
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
10049
|
-
return [2 /*return*/, {
|
|
10050
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
10051
|
-
options: localVarRequestOptions,
|
|
10052
|
-
}];
|
|
10053
|
-
});
|
|
10054
|
-
});
|
|
10055
|
-
},
|
|
10056
|
-
/**
|
|
10057
|
-
* Returns a single Player Moderation. This returns the exact same amount of information as the more generalised `getPlayerModerations`.
|
|
10058
|
-
* @summary Get Player Moderation
|
|
10059
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
10060
|
-
* @param {*} [options] Override http request option.
|
|
10061
|
-
* @throws {RequiredError}
|
|
10062
|
-
*/
|
|
10063
|
-
getPlayerModeration: function (playerModerationId, options) {
|
|
10064
|
-
if (options === void 0) { options = {}; }
|
|
10065
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
10066
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10067
|
-
return __generator(this, function (_a) {
|
|
10068
|
-
// verify required parameter 'playerModerationId' is not null or undefined
|
|
10069
|
-
(0, common_1.assertParamExists)('getPlayerModeration', 'playerModerationId', playerModerationId);
|
|
10070
|
-
localVarPath = "/auth/user/playermoderations/{playerModerationId}"
|
|
10071
|
-
.replace("{".concat("playerModerationId", "}"), encodeURIComponent(String(playerModerationId)));
|
|
10072
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10073
|
-
if (configuration) {
|
|
10074
|
-
baseOptions = configuration.baseOptions;
|
|
10075
|
-
}
|
|
10076
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10077
|
-
localVarHeaderParameter = {};
|
|
10078
|
-
localVarQueryParameter = {};
|
|
10079
|
-
// authentication authCookie required
|
|
10080
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10081
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10082
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
10083
|
-
return [2 /*return*/, {
|
|
10084
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
10085
|
-
options: localVarRequestOptions,
|
|
10086
|
-
}];
|
|
10087
|
-
});
|
|
10088
|
-
});
|
|
10089
|
-
},
|
|
10090
10370
|
/**
|
|
10091
10371
|
* Returns a list of all player moderations made by **you**. This endpoint does not have pagination, and will return *all* results. Use query parameters to limit your query if needed.
|
|
10092
10372
|
* @summary Search Player Moderations
|
|
@@ -10224,46 +10504,6 @@ var PlayermoderationApiFp = function (configuration) {
|
|
|
10224
10504
|
});
|
|
10225
10505
|
});
|
|
10226
10506
|
},
|
|
10227
|
-
/**
|
|
10228
|
-
* Deletes a specific player moderation based on it\'s `pmod_` ID. The website uses `unmoderateUser` instead. You can delete the same player moderation multiple times successfully.
|
|
10229
|
-
* @summary Delete Player Moderation
|
|
10230
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
10231
|
-
* @param {*} [options] Override http request option.
|
|
10232
|
-
* @throws {RequiredError}
|
|
10233
|
-
*/
|
|
10234
|
-
deletePlayerModeration: function (playerModerationId, options) {
|
|
10235
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
10236
|
-
var localVarAxiosArgs;
|
|
10237
|
-
return __generator(this, function (_a) {
|
|
10238
|
-
switch (_a.label) {
|
|
10239
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deletePlayerModeration(playerModerationId, options)];
|
|
10240
|
-
case 1:
|
|
10241
|
-
localVarAxiosArgs = _a.sent();
|
|
10242
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
10243
|
-
}
|
|
10244
|
-
});
|
|
10245
|
-
});
|
|
10246
|
-
},
|
|
10247
|
-
/**
|
|
10248
|
-
* Returns a single Player Moderation. This returns the exact same amount of information as the more generalised `getPlayerModerations`.
|
|
10249
|
-
* @summary Get Player Moderation
|
|
10250
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
10251
|
-
* @param {*} [options] Override http request option.
|
|
10252
|
-
* @throws {RequiredError}
|
|
10253
|
-
*/
|
|
10254
|
-
getPlayerModeration: function (playerModerationId, options) {
|
|
10255
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
10256
|
-
var localVarAxiosArgs;
|
|
10257
|
-
return __generator(this, function (_a) {
|
|
10258
|
-
switch (_a.label) {
|
|
10259
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPlayerModeration(playerModerationId, options)];
|
|
10260
|
-
case 1:
|
|
10261
|
-
localVarAxiosArgs = _a.sent();
|
|
10262
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
10263
|
-
}
|
|
10264
|
-
});
|
|
10265
|
-
});
|
|
10266
|
-
},
|
|
10267
10507
|
/**
|
|
10268
10508
|
* Returns a list of all player moderations made by **you**. This endpoint does not have pagination, and will return *all* results. Use query parameters to limit your query if needed.
|
|
10269
10509
|
* @summary Search Player Moderations
|
|
@@ -10344,26 +10584,6 @@ var PlayermoderationApiFactory = function (configuration, basePath, axios) {
|
|
|
10344
10584
|
clearAllPlayerModerations: function (options) {
|
|
10345
10585
|
return localVarFp.clearAllPlayerModerations(options).then(function (request) { return request(axios, basePath); });
|
|
10346
10586
|
},
|
|
10347
|
-
/**
|
|
10348
|
-
* Deletes a specific player moderation based on it\'s `pmod_` ID. The website uses `unmoderateUser` instead. You can delete the same player moderation multiple times successfully.
|
|
10349
|
-
* @summary Delete Player Moderation
|
|
10350
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
10351
|
-
* @param {*} [options] Override http request option.
|
|
10352
|
-
* @throws {RequiredError}
|
|
10353
|
-
*/
|
|
10354
|
-
deletePlayerModeration: function (playerModerationId, options) {
|
|
10355
|
-
return localVarFp.deletePlayerModeration(playerModerationId, options).then(function (request) { return request(axios, basePath); });
|
|
10356
|
-
},
|
|
10357
|
-
/**
|
|
10358
|
-
* Returns a single Player Moderation. This returns the exact same amount of information as the more generalised `getPlayerModerations`.
|
|
10359
|
-
* @summary Get Player Moderation
|
|
10360
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
10361
|
-
* @param {*} [options] Override http request option.
|
|
10362
|
-
* @throws {RequiredError}
|
|
10363
|
-
*/
|
|
10364
|
-
getPlayerModeration: function (playerModerationId, options) {
|
|
10365
|
-
return localVarFp.getPlayerModeration(playerModerationId, options).then(function (request) { return request(axios, basePath); });
|
|
10366
|
-
},
|
|
10367
10587
|
/**
|
|
10368
10588
|
* Returns a list of all player moderations made by **you**. This endpoint does not have pagination, and will return *all* results. Use query parameters to limit your query if needed.
|
|
10369
10589
|
* @summary Search Player Moderations
|
|
@@ -10420,30 +10640,6 @@ var PlayermoderationApi = /** @class */ (function (_super) {
|
|
|
10420
10640
|
var _this = this;
|
|
10421
10641
|
return (0, exports.PlayermoderationApiFp)(this.configuration).clearAllPlayerModerations(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
10422
10642
|
};
|
|
10423
|
-
/**
|
|
10424
|
-
* Deletes a specific player moderation based on it\'s `pmod_` ID. The website uses `unmoderateUser` instead. You can delete the same player moderation multiple times successfully.
|
|
10425
|
-
* @summary Delete Player Moderation
|
|
10426
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
10427
|
-
* @param {*} [options] Override http request option.
|
|
10428
|
-
* @throws {RequiredError}
|
|
10429
|
-
* @memberof PlayermoderationApi
|
|
10430
|
-
*/
|
|
10431
|
-
PlayermoderationApi.prototype.deletePlayerModeration = function (playerModerationId, options) {
|
|
10432
|
-
var _this = this;
|
|
10433
|
-
return (0, exports.PlayermoderationApiFp)(this.configuration).deletePlayerModeration(playerModerationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
10434
|
-
};
|
|
10435
|
-
/**
|
|
10436
|
-
* Returns a single Player Moderation. This returns the exact same amount of information as the more generalised `getPlayerModerations`.
|
|
10437
|
-
* @summary Get Player Moderation
|
|
10438
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
10439
|
-
* @param {*} [options] Override http request option.
|
|
10440
|
-
* @throws {RequiredError}
|
|
10441
|
-
* @memberof PlayermoderationApi
|
|
10442
|
-
*/
|
|
10443
|
-
PlayermoderationApi.prototype.getPlayerModeration = function (playerModerationId, options) {
|
|
10444
|
-
var _this = this;
|
|
10445
|
-
return (0, exports.PlayermoderationApiFp)(this.configuration).getPlayerModeration(playerModerationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
10446
|
-
};
|
|
10447
10643
|
/**
|
|
10448
10644
|
* Returns a list of all player moderations made by **you**. This endpoint does not have pagination, and will return *all* results. Use query parameters to limit your query if needed.
|
|
10449
10645
|
* @summary Search Player Moderations
|
package/dist/base.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.7
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.7
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.B
|
|
|
31
31
|
// Some imports not used depending on template conditions
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
var axios_1 = require("axios");
|
|
34
|
-
exports.BASE_PATH = "https://vrchat.
|
|
34
|
+
exports.BASE_PATH = "https://api.vrchat.cloud/api/1".replace(/\/+$/, "");
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @export
|
package/dist/common.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.7
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.7
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.7
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.7
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.7
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|