vrchat 1.6.7 → 1.6.8

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.8
7
7
  * Contact: me@ruby.js.org
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1947,7 +1947,7 @@ export interface Instance {
1947
1947
  */
1948
1948
  'full': boolean;
1949
1949
  /**
1950
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
1950
+ * 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
1951
  * @type {string}
1952
1952
  * @memberof Instance
1953
1953
  */
@@ -1959,7 +1959,7 @@ export interface Instance {
1959
1959
  */
1960
1960
  'instanceId': string;
1961
1961
  /**
1962
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
1962
+ * 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
1963
  * @type {string}
1964
1964
  * @memberof Instance
1965
1965
  */
@@ -2150,7 +2150,7 @@ export enum InviteMessageType {
2150
2150
  */
2151
2151
  export interface InviteRequest {
2152
2152
  /**
2153
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
2153
+ * 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
2154
  * @type {string}
2155
2155
  * @memberof InviteRequest
2156
2156
  */
@@ -3588,7 +3588,7 @@ export interface User {
3588
3588
  */
3589
3589
  'id': string;
3590
3590
  /**
3591
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
3591
+ * 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
3592
  * @type {string}
3593
3593
  * @memberof User
3594
3594
  */
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.8
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.8
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.8
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.8
5
5
  * Contact: me@ruby.js.org
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1923,7 +1923,7 @@ export interface Instance {
1923
1923
  */
1924
1924
  'full': boolean;
1925
1925
  /**
1926
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
1926
+ * 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
1927
  * @type {string}
1928
1928
  * @memberof Instance
1929
1929
  */
@@ -1935,7 +1935,7 @@ export interface Instance {
1935
1935
  */
1936
1936
  'instanceId': string;
1937
1937
  /**
1938
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
1938
+ * 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
1939
  * @type {string}
1940
1940
  * @memberof Instance
1941
1941
  */
@@ -2122,7 +2122,7 @@ export declare enum InviteMessageType {
2122
2122
  */
2123
2123
  export interface InviteRequest {
2124
2124
  /**
2125
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
2125
+ * 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
2126
  * @type {string}
2127
2127
  * @memberof InviteRequest
2128
2128
  */
@@ -3542,7 +3542,7 @@ export interface User {
3542
3542
  */
3543
3543
  'id': string;
3544
3544
  /**
3545
- * InstanceID be \"offline\" on User profiles if you are not friends with that user.
3545
+ * 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
3546
  * @type {string}
3547
3547
  * @memberof User
3548
3548
  */
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.8
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/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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8
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.8",
4
4
  "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [