vrchat 1.17.3 → 1.17.5
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/.github/workflows/ci.yaml +2 -2
- package/api.ts +372 -22
- package/base.ts +2 -2
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +362 -20
- package/dist/api.js +29 -11
- 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.17.
|
|
7
|
+
* The version of the OpenAPI document: 1.17.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -74,8 +74,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
77
|
-
exports.
|
|
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 = void 0;
|
|
77
|
+
exports.FilesApiFp = exports.FilesApiAxiosParamCreator = exports.FavoritesApi = exports.FavoritesApiFactory = exports.FavoritesApiFp = exports.FavoritesApiAxiosParamCreator = exports.EconomyApi = exports.EconomyApiFactory = exports.EconomyApiFp = exports.EconomyApiAxiosParamCreator = exports.AvatarsApi = exports.AvatarsApiFactory = exports.AvatarsApiFp = exports.AvatarsApiAxiosParamCreator = exports.AuthenticationApi = exports.AuthenticationApiFactory = exports.AuthenticationApiFp = exports.AuthenticationApiAxiosParamCreator = exports.UserStatus = exports.UserState = exports.TransactionStatus = exports.SubscriptionPeriod = exports.SortOption = exports.ReleaseStatus = exports.Region = exports.PlayerModerationType = 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 = void 0;
|
|
79
79
|
var axios_1 = require("axios");
|
|
80
80
|
// Some imports not used depending on template conditions
|
|
81
81
|
// @ts-ignore
|
|
@@ -153,7 +153,7 @@ exports.FileStatus = {
|
|
|
153
153
|
exports.GroupAccessType = {
|
|
154
154
|
Public: 'public',
|
|
155
155
|
Plus: 'plus',
|
|
156
|
-
|
|
156
|
+
Members: 'members'
|
|
157
157
|
};
|
|
158
158
|
/**
|
|
159
159
|
*
|
|
@@ -241,6 +241,17 @@ exports.InfoPushDataClickableCommandEnum = {
|
|
|
241
241
|
OpenSafetyMenu: 'OpenSafetyMenu',
|
|
242
242
|
CannedWorldSearch: 'CannedWorldSearch'
|
|
243
243
|
};
|
|
244
|
+
/**
|
|
245
|
+
* Instance region
|
|
246
|
+
* @export
|
|
247
|
+
* @enum {string}
|
|
248
|
+
*/
|
|
249
|
+
exports.InstanceRegion = {
|
|
250
|
+
Us: 'us',
|
|
251
|
+
Use: 'use',
|
|
252
|
+
Eu: 'eu',
|
|
253
|
+
Jp: 'jp'
|
|
254
|
+
};
|
|
244
255
|
/**
|
|
245
256
|
*
|
|
246
257
|
* @export
|
|
@@ -5593,10 +5604,11 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5593
5604
|
* @param {string} groupId Must be a valid group ID.
|
|
5594
5605
|
* @param {number} [n] The number of objects to return.
|
|
5595
5606
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
5607
|
+
* @param {boolean} [blocked] See blocked join requests
|
|
5596
5608
|
* @param {*} [options] Override http request option.
|
|
5597
5609
|
* @throws {RequiredError}
|
|
5598
5610
|
*/
|
|
5599
|
-
getGroupRequests: function (groupId, n, offset, options) {
|
|
5611
|
+
getGroupRequests: function (groupId, n, offset, blocked, options) {
|
|
5600
5612
|
if (options === void 0) { options = {}; }
|
|
5601
5613
|
return __awaiter(_this, void 0, void 0, function () {
|
|
5602
5614
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -5619,6 +5631,9 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5619
5631
|
if (offset !== undefined) {
|
|
5620
5632
|
localVarQueryParameter['offset'] = offset;
|
|
5621
5633
|
}
|
|
5634
|
+
if (blocked !== undefined) {
|
|
5635
|
+
localVarQueryParameter['blocked'] = blocked;
|
|
5636
|
+
}
|
|
5622
5637
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5623
5638
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5624
5639
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -6748,15 +6763,16 @@ var GroupsApiFp = function (configuration) {
|
|
|
6748
6763
|
* @param {string} groupId Must be a valid group ID.
|
|
6749
6764
|
* @param {number} [n] The number of objects to return.
|
|
6750
6765
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6766
|
+
* @param {boolean} [blocked] See blocked join requests
|
|
6751
6767
|
* @param {*} [options] Override http request option.
|
|
6752
6768
|
* @throws {RequiredError}
|
|
6753
6769
|
*/
|
|
6754
|
-
getGroupRequests: function (groupId, n, offset, options) {
|
|
6770
|
+
getGroupRequests: function (groupId, n, offset, blocked, options) {
|
|
6755
6771
|
return __awaiter(this, void 0, void 0, function () {
|
|
6756
6772
|
var localVarAxiosArgs;
|
|
6757
6773
|
return __generator(this, function (_a) {
|
|
6758
6774
|
switch (_a.label) {
|
|
6759
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGroupRequests(groupId, n, offset, options)];
|
|
6775
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGroupRequests(groupId, n, offset, blocked, options)];
|
|
6760
6776
|
case 1:
|
|
6761
6777
|
localVarAxiosArgs = _a.sent();
|
|
6762
6778
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -7373,11 +7389,12 @@ var GroupsApiFactory = function (configuration, basePath, axios) {
|
|
|
7373
7389
|
* @param {string} groupId Must be a valid group ID.
|
|
7374
7390
|
* @param {number} [n] The number of objects to return.
|
|
7375
7391
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7392
|
+
* @param {boolean} [blocked] See blocked join requests
|
|
7376
7393
|
* @param {*} [options] Override http request option.
|
|
7377
7394
|
* @throws {RequiredError}
|
|
7378
7395
|
*/
|
|
7379
|
-
getGroupRequests: function (groupId, n, offset, options) {
|
|
7380
|
-
return localVarFp.getGroupRequests(groupId, n, offset, options).then(function (request) { return request(axios, basePath); });
|
|
7396
|
+
getGroupRequests: function (groupId, n, offset, blocked, options) {
|
|
7397
|
+
return localVarFp.getGroupRequests(groupId, n, offset, blocked, options).then(function (request) { return request(axios, basePath); });
|
|
7381
7398
|
},
|
|
7382
7399
|
/**
|
|
7383
7400
|
* Returns a Group Role by ID.
|
|
@@ -7918,13 +7935,14 @@ var GroupsApi = /** @class */ (function (_super) {
|
|
|
7918
7935
|
* @param {string} groupId Must be a valid group ID.
|
|
7919
7936
|
* @param {number} [n] The number of objects to return.
|
|
7920
7937
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7938
|
+
* @param {boolean} [blocked] See blocked join requests
|
|
7921
7939
|
* @param {*} [options] Override http request option.
|
|
7922
7940
|
* @throws {RequiredError}
|
|
7923
7941
|
* @memberof GroupsApi
|
|
7924
7942
|
*/
|
|
7925
|
-
GroupsApi.prototype.getGroupRequests = function (groupId, n, offset, options) {
|
|
7943
|
+
GroupsApi.prototype.getGroupRequests = function (groupId, n, offset, blocked, options) {
|
|
7926
7944
|
var _this = this;
|
|
7927
|
-
return (0, exports.GroupsApiFp)(this.configuration).getGroupRequests(groupId, n, offset, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7945
|
+
return (0, exports.GroupsApiFp)(this.configuration).getGroupRequests(groupId, n, offset, blocked, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7928
7946
|
};
|
|
7929
7947
|
/**
|
|
7930
7948
|
* Returns a Group Role by ID.
|
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.17.
|
|
4
|
+
* The version of the OpenAPI document: 1.17.5
|
|
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.17.
|
|
7
|
+
* The version of the OpenAPI document: 1.17.5
|
|
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://
|
|
34
|
+
exports.BASE_PATH = "https://vrchat.com/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.17.
|
|
4
|
+
* The version of the OpenAPI document: 1.17.5
|
|
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.17.
|
|
7
|
+
* The version of the OpenAPI document: 1.17.5
|
|
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.17.
|
|
4
|
+
* The version of the OpenAPI document: 1.17.5
|
|
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.17.
|
|
7
|
+
* The version of the OpenAPI document: 1.17.5
|
|
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.17.
|
|
4
|
+
* The version of the OpenAPI document: 1.17.5
|
|
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/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.17.
|
|
7
|
+
* The version of the OpenAPI document: 1.17.5
|
|
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/index.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.17.
|
|
6
|
+
* The version of the OpenAPI document: 1.17.5
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|