vrchat 1.18.9 → 1.19.1
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 +316 -141
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +312 -129
- package/dist/api.js +12 -85
- 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
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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,9 +74,9 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
77
|
-
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.
|
|
78
|
-
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 = exports.FilesApiAxiosParamCreator = exports.FavoritesApi = exports.FavoritesApiFactory = exports.FavoritesApiFp =
|
|
79
|
-
exports.WorldsApi =
|
|
77
|
+
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.ProductType = exports.ProductListingType = 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.GroupPermissions = exports.GroupMemberStatus = exports.GroupJoinState = exports.GroupJoinRequestAction = exports.GroupAccessType = exports.FileStatus = exports.FileDataCategoryEnum = exports.FavoriteType = exports.FavoriteGroupVisibility = exports.DeveloperType = exports.DeploymentGroup = exports.AgeVerificationStatus = void 0;
|
|
78
|
+
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 = exports.FilesApiAxiosParamCreator = exports.FavoritesApi = exports.FavoritesApiFactory = exports.FavoritesApiFp = void 0;
|
|
79
|
+
exports.WorldsApi = void 0;
|
|
80
80
|
var axios_1 = require("axios");
|
|
81
81
|
// Some imports not used depending on template conditions
|
|
82
82
|
// @ts-ignore
|
|
@@ -89,7 +89,7 @@ var tough_cookie_1 = require("tough-cookie");
|
|
|
89
89
|
axios_1.default.defaults.jar = new tough_cookie_1.CookieJar();
|
|
90
90
|
axios_1.default.defaults.withCredentials = true;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* `verified` is obsolete. User who have verified and are 18+ can switch to `plus18` status.
|
|
93
93
|
* @export
|
|
94
94
|
* @enum {string}
|
|
95
95
|
*/
|
|
@@ -98,32 +98,6 @@ exports.AgeVerificationStatus = {
|
|
|
98
98
|
verified: 'verified',
|
|
99
99
|
plus18: '18+'
|
|
100
100
|
};
|
|
101
|
-
exports.CreateGroupRoleRequestPermissionsEnum = {
|
|
102
|
-
group_all: '\\*',
|
|
103
|
-
group_announcement_manage: 'group-announcement-manage',
|
|
104
|
-
group_audit_view: 'group-audit-view',
|
|
105
|
-
group_bans_manage: 'group-bans-manage',
|
|
106
|
-
group_data_manage: 'group-data-manage',
|
|
107
|
-
group_default_role_manage: 'group-default-role-manage',
|
|
108
|
-
group_galleries_manage: 'group-galleries-manage',
|
|
109
|
-
group_instance_age_gated_create: 'group-instance-age-gated-create',
|
|
110
|
-
group_instance_join: 'group-instance-join',
|
|
111
|
-
group_instance_manage: 'group-instance-manage',
|
|
112
|
-
group_instance_moderate: 'group-instance-moderate',
|
|
113
|
-
group_instance_open_create: 'group-instance-open-create',
|
|
114
|
-
group_instance_plus_create: 'group-instance-plus-create',
|
|
115
|
-
group_instance_plus_portal: 'group-instance-plus-portal',
|
|
116
|
-
group_instance_plus_portal_unlocked: 'group-instance-plus-portal-unlocked',
|
|
117
|
-
group_instance_public_create: 'group-instance-public-create',
|
|
118
|
-
group_instance_queue_priority: 'group-instance-queue-priority',
|
|
119
|
-
group_instance_restricted_create: 'group-instance-restricted-create',
|
|
120
|
-
group_invites_manage: 'group-invites-manage',
|
|
121
|
-
group_members_manage: 'group-members-manage',
|
|
122
|
-
group_members_remove: 'group-members-remove',
|
|
123
|
-
group_members_viewall: 'group-members-viewall',
|
|
124
|
-
group_roles_assign: 'group-roles-assign',
|
|
125
|
-
group_roles_manage: 'group-roles-manage'
|
|
126
|
-
};
|
|
127
101
|
/**
|
|
128
102
|
* Used to identify which API deployment cluster is currently responding. `blue` and `green` are used by Production. `grape`and `cherry` are used during Development. [Blue Green Deployment by Martin Fowler](https://martinfowler.com/bliki/BlueGreenDeployment.html)
|
|
129
103
|
* @export
|
|
@@ -225,8 +199,13 @@ exports.GroupMemberStatus = {
|
|
|
225
199
|
Banned: 'banned',
|
|
226
200
|
Userblocked: 'userblocked'
|
|
227
201
|
};
|
|
228
|
-
|
|
229
|
-
|
|
202
|
+
/**
|
|
203
|
+
*
|
|
204
|
+
* @export
|
|
205
|
+
* @enum {string}
|
|
206
|
+
*/
|
|
207
|
+
exports.GroupPermissions = {
|
|
208
|
+
group_all: '*',
|
|
230
209
|
group_announcement_manage: 'group-announcement-manage',
|
|
231
210
|
group_audit_view: 'group-audit-view',
|
|
232
211
|
group_bans_manage: 'group-bans-manage',
|
|
@@ -269,32 +248,6 @@ exports.GroupPrivacy = {
|
|
|
269
248
|
Default: 'default',
|
|
270
249
|
Private: 'private'
|
|
271
250
|
};
|
|
272
|
-
exports.GroupRolePermissionsEnum = {
|
|
273
|
-
group_all: '\\*',
|
|
274
|
-
group_announcement_manage: 'group-announcement-manage',
|
|
275
|
-
group_audit_view: 'group-audit-view',
|
|
276
|
-
group_bans_manage: 'group-bans-manage',
|
|
277
|
-
group_data_manage: 'group-data-manage',
|
|
278
|
-
group_default_role_manage: 'group-default-role-manage',
|
|
279
|
-
group_galleries_manage: 'group-galleries-manage',
|
|
280
|
-
group_instance_age_gated_create: 'group-instance-age-gated-create',
|
|
281
|
-
group_instance_join: 'group-instance-join',
|
|
282
|
-
group_instance_manage: 'group-instance-manage',
|
|
283
|
-
group_instance_moderate: 'group-instance-moderate',
|
|
284
|
-
group_instance_open_create: 'group-instance-open-create',
|
|
285
|
-
group_instance_plus_create: 'group-instance-plus-create',
|
|
286
|
-
group_instance_plus_portal: 'group-instance-plus-portal',
|
|
287
|
-
group_instance_plus_portal_unlocked: 'group-instance-plus-portal-unlocked',
|
|
288
|
-
group_instance_public_create: 'group-instance-public-create',
|
|
289
|
-
group_instance_queue_priority: 'group-instance-queue-priority',
|
|
290
|
-
group_instance_restricted_create: 'group-instance-restricted-create',
|
|
291
|
-
group_invites_manage: 'group-invites-manage',
|
|
292
|
-
group_members_manage: 'group-members-manage',
|
|
293
|
-
group_members_remove: 'group-members-remove',
|
|
294
|
-
group_members_viewall: 'group-members-viewall',
|
|
295
|
-
group_roles_assign: 'group-roles-assign',
|
|
296
|
-
group_roles_manage: 'group-roles-manage'
|
|
297
|
-
};
|
|
298
251
|
/**
|
|
299
252
|
*
|
|
300
253
|
* @export
|
|
@@ -547,32 +500,6 @@ exports.TransactionStatus = {
|
|
|
547
500
|
Expired: 'expired',
|
|
548
501
|
Chargeback: 'chargeback'
|
|
549
502
|
};
|
|
550
|
-
exports.UpdateGroupRoleRequestPermissionsEnum = {
|
|
551
|
-
group_all: '\\*',
|
|
552
|
-
group_announcement_manage: 'group-announcement-manage',
|
|
553
|
-
group_audit_view: 'group-audit-view',
|
|
554
|
-
group_bans_manage: 'group-bans-manage',
|
|
555
|
-
group_data_manage: 'group-data-manage',
|
|
556
|
-
group_default_role_manage: 'group-default-role-manage',
|
|
557
|
-
group_galleries_manage: 'group-galleries-manage',
|
|
558
|
-
group_instance_age_gated_create: 'group-instance-age-gated-create',
|
|
559
|
-
group_instance_join: 'group-instance-join',
|
|
560
|
-
group_instance_manage: 'group-instance-manage',
|
|
561
|
-
group_instance_moderate: 'group-instance-moderate',
|
|
562
|
-
group_instance_open_create: 'group-instance-open-create',
|
|
563
|
-
group_instance_plus_create: 'group-instance-plus-create',
|
|
564
|
-
group_instance_plus_portal: 'group-instance-plus-portal',
|
|
565
|
-
group_instance_plus_portal_unlocked: 'group-instance-plus-portal-unlocked',
|
|
566
|
-
group_instance_public_create: 'group-instance-public-create',
|
|
567
|
-
group_instance_queue_priority: 'group-instance-queue-priority',
|
|
568
|
-
group_instance_restricted_create: 'group-instance-restricted-create',
|
|
569
|
-
group_invites_manage: 'group-invites-manage',
|
|
570
|
-
group_members_manage: 'group-members-manage',
|
|
571
|
-
group_members_remove: 'group-members-remove',
|
|
572
|
-
group_members_viewall: 'group-members-viewall',
|
|
573
|
-
group_roles_assign: 'group-roles-assign',
|
|
574
|
-
group_roles_manage: 'group-roles-manage'
|
|
575
|
-
};
|
|
576
503
|
/**
|
|
577
504
|
* * \"online\" User is online in VRChat * \"active\" User is online, but not in VRChat * \"offline\" User is offline Always offline when returned through `getCurrentUser` (/auth/user).
|
|
578
505
|
* @export
|
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.
|
|
4
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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/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.
|
|
4
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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.
|
|
4
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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.
|
|
4
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.19.1
|
|
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.
|
|
6
|
+
* The version of the OpenAPI document: 1.19.1
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|