vrchat 1.17.3 → 1.17.6
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 +399 -24
- package/base.ts +2 -2
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +388 -21
- package/dist/api.js +31 -12
- 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.6
|
|
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
|
*
|
|
@@ -185,7 +185,8 @@ exports.GroupMemberStatus = {
|
|
|
185
185
|
Member: 'member',
|
|
186
186
|
Requested: 'requested',
|
|
187
187
|
Invited: 'invited',
|
|
188
|
-
Banned: 'banned'
|
|
188
|
+
Banned: 'banned',
|
|
189
|
+
Userblocked: 'userblocked'
|
|
189
190
|
};
|
|
190
191
|
/**
|
|
191
192
|
*
|
|
@@ -241,6 +242,17 @@ exports.InfoPushDataClickableCommandEnum = {
|
|
|
241
242
|
OpenSafetyMenu: 'OpenSafetyMenu',
|
|
242
243
|
CannedWorldSearch: 'CannedWorldSearch'
|
|
243
244
|
};
|
|
245
|
+
/**
|
|
246
|
+
* Instance region
|
|
247
|
+
* @export
|
|
248
|
+
* @enum {string}
|
|
249
|
+
*/
|
|
250
|
+
exports.InstanceRegion = {
|
|
251
|
+
Us: 'us',
|
|
252
|
+
Use: 'use',
|
|
253
|
+
Eu: 'eu',
|
|
254
|
+
Jp: 'jp'
|
|
255
|
+
};
|
|
244
256
|
/**
|
|
245
257
|
*
|
|
246
258
|
* @export
|
|
@@ -5593,10 +5605,11 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5593
5605
|
* @param {string} groupId Must be a valid group ID.
|
|
5594
5606
|
* @param {number} [n] The number of objects to return.
|
|
5595
5607
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
5608
|
+
* @param {boolean} [blocked] See blocked join requests
|
|
5596
5609
|
* @param {*} [options] Override http request option.
|
|
5597
5610
|
* @throws {RequiredError}
|
|
5598
5611
|
*/
|
|
5599
|
-
getGroupRequests: function (groupId, n, offset, options) {
|
|
5612
|
+
getGroupRequests: function (groupId, n, offset, blocked, options) {
|
|
5600
5613
|
if (options === void 0) { options = {}; }
|
|
5601
5614
|
return __awaiter(_this, void 0, void 0, function () {
|
|
5602
5615
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -5619,6 +5632,9 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5619
5632
|
if (offset !== undefined) {
|
|
5620
5633
|
localVarQueryParameter['offset'] = offset;
|
|
5621
5634
|
}
|
|
5635
|
+
if (blocked !== undefined) {
|
|
5636
|
+
localVarQueryParameter['blocked'] = blocked;
|
|
5637
|
+
}
|
|
5622
5638
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5623
5639
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5624
5640
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -6748,15 +6764,16 @@ var GroupsApiFp = function (configuration) {
|
|
|
6748
6764
|
* @param {string} groupId Must be a valid group ID.
|
|
6749
6765
|
* @param {number} [n] The number of objects to return.
|
|
6750
6766
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6767
|
+
* @param {boolean} [blocked] See blocked join requests
|
|
6751
6768
|
* @param {*} [options] Override http request option.
|
|
6752
6769
|
* @throws {RequiredError}
|
|
6753
6770
|
*/
|
|
6754
|
-
getGroupRequests: function (groupId, n, offset, options) {
|
|
6771
|
+
getGroupRequests: function (groupId, n, offset, blocked, options) {
|
|
6755
6772
|
return __awaiter(this, void 0, void 0, function () {
|
|
6756
6773
|
var localVarAxiosArgs;
|
|
6757
6774
|
return __generator(this, function (_a) {
|
|
6758
6775
|
switch (_a.label) {
|
|
6759
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGroupRequests(groupId, n, offset, options)];
|
|
6776
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGroupRequests(groupId, n, offset, blocked, options)];
|
|
6760
6777
|
case 1:
|
|
6761
6778
|
localVarAxiosArgs = _a.sent();
|
|
6762
6779
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -7373,11 +7390,12 @@ var GroupsApiFactory = function (configuration, basePath, axios) {
|
|
|
7373
7390
|
* @param {string} groupId Must be a valid group ID.
|
|
7374
7391
|
* @param {number} [n] The number of objects to return.
|
|
7375
7392
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7393
|
+
* @param {boolean} [blocked] See blocked join requests
|
|
7376
7394
|
* @param {*} [options] Override http request option.
|
|
7377
7395
|
* @throws {RequiredError}
|
|
7378
7396
|
*/
|
|
7379
|
-
getGroupRequests: function (groupId, n, offset, options) {
|
|
7380
|
-
return localVarFp.getGroupRequests(groupId, n, offset, options).then(function (request) { return request(axios, basePath); });
|
|
7397
|
+
getGroupRequests: function (groupId, n, offset, blocked, options) {
|
|
7398
|
+
return localVarFp.getGroupRequests(groupId, n, offset, blocked, options).then(function (request) { return request(axios, basePath); });
|
|
7381
7399
|
},
|
|
7382
7400
|
/**
|
|
7383
7401
|
* Returns a Group Role by ID.
|
|
@@ -7918,13 +7936,14 @@ var GroupsApi = /** @class */ (function (_super) {
|
|
|
7918
7936
|
* @param {string} groupId Must be a valid group ID.
|
|
7919
7937
|
* @param {number} [n] The number of objects to return.
|
|
7920
7938
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7939
|
+
* @param {boolean} [blocked] See blocked join requests
|
|
7921
7940
|
* @param {*} [options] Override http request option.
|
|
7922
7941
|
* @throws {RequiredError}
|
|
7923
7942
|
* @memberof GroupsApi
|
|
7924
7943
|
*/
|
|
7925
|
-
GroupsApi.prototype.getGroupRequests = function (groupId, n, offset, options) {
|
|
7944
|
+
GroupsApi.prototype.getGroupRequests = function (groupId, n, offset, blocked, options) {
|
|
7926
7945
|
var _this = this;
|
|
7927
|
-
return (0, exports.GroupsApiFp)(this.configuration).getGroupRequests(groupId, n, offset, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7946
|
+
return (0, exports.GroupsApiFp)(this.configuration).getGroupRequests(groupId, n, offset, blocked, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7928
7947
|
};
|
|
7929
7948
|
/**
|
|
7930
7949
|
* 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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|