vrchat 1.10.0 → 1.10.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 +34 -3
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +32 -1
- package/dist/api.js +1 -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.10.
|
|
6
|
+
* The version of the OpenAPI document: 1.10.1
|
|
7
7
|
* Contact: me@ariesclark.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -658,6 +658,31 @@ export interface APIHealth {
|
|
|
658
658
|
*/
|
|
659
659
|
'buildVersionTag': string;
|
|
660
660
|
}
|
|
661
|
+
/**
|
|
662
|
+
*
|
|
663
|
+
* @export
|
|
664
|
+
* @interface AccountDeletionLog
|
|
665
|
+
*/
|
|
666
|
+
export interface AccountDeletionLog {
|
|
667
|
+
/**
|
|
668
|
+
* Typically \"Deletion requested\" or \"Deletion canceled\". Other messages like \"Deletion completed\" may exist, but are these are not possible to see as a regular user.
|
|
669
|
+
* @type {string}
|
|
670
|
+
* @memberof AccountDeletionLog
|
|
671
|
+
*/
|
|
672
|
+
'message'?: string;
|
|
673
|
+
/**
|
|
674
|
+
* When the deletion is scheduled to happen, standard is 14 days after the request.
|
|
675
|
+
* @type {string}
|
|
676
|
+
* @memberof AccountDeletionLog
|
|
677
|
+
*/
|
|
678
|
+
'deletionScheduled'?: string | null;
|
|
679
|
+
/**
|
|
680
|
+
* Date and time of the deletion request.
|
|
681
|
+
* @type {string}
|
|
682
|
+
* @memberof AccountDeletionLog
|
|
683
|
+
*/
|
|
684
|
+
'dateTime'?: string;
|
|
685
|
+
}
|
|
661
686
|
/**
|
|
662
687
|
*
|
|
663
688
|
* @export
|
|
@@ -1262,7 +1287,13 @@ export interface CurrentUser {
|
|
|
1262
1287
|
*/
|
|
1263
1288
|
'accountDeletionDate'?: string | null;
|
|
1264
1289
|
/**
|
|
1265
|
-
*
|
|
1290
|
+
*
|
|
1291
|
+
* @type {Array<AccountDeletionLog>}
|
|
1292
|
+
* @memberof CurrentUser
|
|
1293
|
+
*/
|
|
1294
|
+
'accountDeletionLog'?: Array<AccountDeletionLog>;
|
|
1295
|
+
/**
|
|
1296
|
+
*
|
|
1266
1297
|
* @type {Array<string>}
|
|
1267
1298
|
* @memberof CurrentUser
|
|
1268
1299
|
*/
|
|
@@ -1280,7 +1311,7 @@ export interface CurrentUser {
|
|
|
1280
1311
|
*/
|
|
1281
1312
|
'bio': string;
|
|
1282
1313
|
/**
|
|
1283
|
-
*
|
|
1314
|
+
*
|
|
1284
1315
|
* @type {Array<string>}
|
|
1285
1316
|
* @memberof CurrentUser
|
|
1286
1317
|
*/
|
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.10.
|
|
4
|
+
* The version of the OpenAPI document: 1.10.1
|
|
5
5
|
* Contact: me@ariesclark.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -648,6 +648,31 @@ export interface APIHealth {
|
|
|
648
648
|
*/
|
|
649
649
|
'buildVersionTag': string;
|
|
650
650
|
}
|
|
651
|
+
/**
|
|
652
|
+
*
|
|
653
|
+
* @export
|
|
654
|
+
* @interface AccountDeletionLog
|
|
655
|
+
*/
|
|
656
|
+
export interface AccountDeletionLog {
|
|
657
|
+
/**
|
|
658
|
+
* Typically \"Deletion requested\" or \"Deletion canceled\". Other messages like \"Deletion completed\" may exist, but are these are not possible to see as a regular user.
|
|
659
|
+
* @type {string}
|
|
660
|
+
* @memberof AccountDeletionLog
|
|
661
|
+
*/
|
|
662
|
+
'message'?: string;
|
|
663
|
+
/**
|
|
664
|
+
* When the deletion is scheduled to happen, standard is 14 days after the request.
|
|
665
|
+
* @type {string}
|
|
666
|
+
* @memberof AccountDeletionLog
|
|
667
|
+
*/
|
|
668
|
+
'deletionScheduled'?: string | null;
|
|
669
|
+
/**
|
|
670
|
+
* Date and time of the deletion request.
|
|
671
|
+
* @type {string}
|
|
672
|
+
* @memberof AccountDeletionLog
|
|
673
|
+
*/
|
|
674
|
+
'dateTime'?: string;
|
|
675
|
+
}
|
|
651
676
|
/**
|
|
652
677
|
*
|
|
653
678
|
* @export
|
|
@@ -1251,6 +1276,12 @@ export interface CurrentUser {
|
|
|
1251
1276
|
* @memberof CurrentUser
|
|
1252
1277
|
*/
|
|
1253
1278
|
'accountDeletionDate'?: string | null;
|
|
1279
|
+
/**
|
|
1280
|
+
*
|
|
1281
|
+
* @type {Array<AccountDeletionLog>}
|
|
1282
|
+
* @memberof CurrentUser
|
|
1283
|
+
*/
|
|
1284
|
+
'accountDeletionLog'?: Array<AccountDeletionLog>;
|
|
1254
1285
|
/**
|
|
1255
1286
|
*
|
|
1256
1287
|
* @type {Array<string>}
|
package/dist/api.js
CHANGED
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