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 CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.10.0
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
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.10.0
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).
package/common.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.10.0
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).
package/configuration.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.10.0
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).
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.0
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
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.10.0
7
+ * The version of the OpenAPI document: 1.10.1
8
8
  * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.10.0
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).
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.10.0
7
+ * The version of the OpenAPI document: 1.10.1
8
8
  * Contact: me@ariesclark.com
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.10.0
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).
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.10.0
7
+ * The version of the OpenAPI document: 1.10.1
8
8
  * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.10.0
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).
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.10.0
7
+ * The version of the OpenAPI document: 1.10.1
8
8
  * Contact: me@ariesclark.com
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.10.0
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).
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.10.0
7
+ * The version of the OpenAPI document: 1.10.1
8
8
  * Contact: me@ariesclark.com
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.10.0
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vrchat",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {