vrchat 1.6.7 → 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 CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.6.7
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}
@@ -1947,7 +1953,7 @@ export interface Instance {
1947
1953
  */
1948
1954
  'full': boolean;
1949
1955
  /**
1950
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
1956
+ * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
1951
1957
  * @type {string}
1952
1958
  * @memberof Instance
1953
1959
  */
@@ -1959,7 +1965,7 @@ export interface Instance {
1959
1965
  */
1960
1966
  'instanceId': string;
1961
1967
  /**
1962
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
1968
+ * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
1963
1969
  * @type {string}
1964
1970
  * @memberof Instance
1965
1971
  */
@@ -2150,7 +2156,7 @@ export enum InviteMessageType {
2150
2156
  */
2151
2157
  export interface InviteRequest {
2152
2158
  /**
2153
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
2159
+ * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
2154
2160
  * @type {string}
2155
2161
  * @memberof InviteRequest
2156
2162
  */
@@ -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'
@@ -3588,7 +3595,7 @@ export interface User {
3588
3595
  */
3589
3596
  'id': string;
3590
3597
  /**
3591
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
3598
+ * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
3592
3599
  * @type {string}
3593
3600
  * @memberof User
3594
3601
  */
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.6.7
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).
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.6.7
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).
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.6.7
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).
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.7
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}
@@ -1923,7 +1929,7 @@ export interface Instance {
1923
1929
  */
1924
1930
  'full': boolean;
1925
1931
  /**
1926
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
1932
+ * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
1927
1933
  * @type {string}
1928
1934
  * @memberof Instance
1929
1935
  */
@@ -1935,7 +1941,7 @@ export interface Instance {
1935
1941
  */
1936
1942
  'instanceId': string;
1937
1943
  /**
1938
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
1944
+ * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
1939
1945
  * @type {string}
1940
1946
  * @memberof Instance
1941
1947
  */
@@ -2122,7 +2128,7 @@ export declare enum InviteMessageType {
2122
2128
  */
2123
2129
  export interface InviteRequest {
2124
2130
  /**
2125
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
2131
+ * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
2126
2132
  * @type {string}
2127
2133
  * @memberof InviteRequest
2128
2134
  */
@@ -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"
@@ -3542,7 +3549,7 @@ export interface User {
3542
3549
  */
3543
3550
  'id': string;
3544
3551
  /**
3545
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
3552
+ * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
3546
3553
  * @type {string}
3547
3554
  * @memberof User
3548
3555
  */
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
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
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.6.7
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).
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.6.7
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).
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.6.7
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).
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.6.7
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).
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.6.7
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).
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.6.7
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).
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.6.7
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).
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.6.7
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).
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.7
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vrchat",
3
- "version": "1.6.7",
3
+ "version": "1.6.10",
4
4
  "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [