vrchat 1.6.9 → 1.6.10
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 +8 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +8 -1
- package/dist/api.js +2 -1
- 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/api.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.6.
|
|
6
|
+
* The version of the OpenAPI document: 1.6.10
|
|
7
7
|
* Contact: me@ruby.js.org
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1246,6 +1246,12 @@ export interface CurrentUser {
|
|
|
1246
1246
|
* @memberof CurrentUser
|
|
1247
1247
|
*/
|
|
1248
1248
|
'twoFactorAuthEnabled': boolean;
|
|
1249
|
+
/**
|
|
1250
|
+
*
|
|
1251
|
+
* @type {string}
|
|
1252
|
+
* @memberof CurrentUser
|
|
1253
|
+
*/
|
|
1254
|
+
'twoFactorAuthEnabledDate': string;
|
|
1249
1255
|
/**
|
|
1250
1256
|
*
|
|
1251
1257
|
* @type {boolean}
|
|
@@ -2826,6 +2832,7 @@ export interface PublicAnnouncement {
|
|
|
2826
2832
|
export enum Region {
|
|
2827
2833
|
Us = 'us',
|
|
2828
2834
|
Use = 'use',
|
|
2835
|
+
Usw = 'usw',
|
|
2829
2836
|
Eu = 'eu',
|
|
2830
2837
|
Jp = 'jp',
|
|
2831
2838
|
Unknown = 'unknown'
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
package/dist/api.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.6.
|
|
4
|
+
* The version of the OpenAPI document: 1.6.10
|
|
5
5
|
* Contact: me@ruby.js.org
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1236,6 +1236,12 @@ export interface CurrentUser {
|
|
|
1236
1236
|
* @memberof CurrentUser
|
|
1237
1237
|
*/
|
|
1238
1238
|
'twoFactorAuthEnabled': boolean;
|
|
1239
|
+
/**
|
|
1240
|
+
*
|
|
1241
|
+
* @type {string}
|
|
1242
|
+
* @memberof CurrentUser
|
|
1243
|
+
*/
|
|
1244
|
+
'twoFactorAuthEnabledDate': string;
|
|
1239
1245
|
/**
|
|
1240
1246
|
*
|
|
1241
1247
|
* @type {boolean}
|
|
@@ -2787,6 +2793,7 @@ export interface PublicAnnouncement {
|
|
|
2787
2793
|
export declare enum Region {
|
|
2788
2794
|
Us = "us",
|
|
2789
2795
|
Use = "use",
|
|
2796
|
+
Usw = "usw",
|
|
2790
2797
|
Eu = "eu",
|
|
2791
2798
|
Jp = "jp",
|
|
2792
2799
|
Unknown = "unknown"
|
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.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.10
|
|
8
8
|
* Contact: me@ruby.js.org
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -268,6 +268,7 @@ var Region;
|
|
|
268
268
|
(function (Region) {
|
|
269
269
|
Region["Us"] = "us";
|
|
270
270
|
Region["Use"] = "use";
|
|
271
|
+
Region["Usw"] = "usw";
|
|
271
272
|
Region["Eu"] = "eu";
|
|
272
273
|
Region["Jp"] = "jp";
|
|
273
274
|
Region["Unknown"] = "unknown";
|
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