vrchat 1.6.0 → 1.6.3

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.0
6
+ * The version of the OpenAPI document: 1.6.3
7
7
  * Contact: me@ruby.js.org
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3820,7 +3820,7 @@ export interface VerifyAuthTokenResult {
3820
3820
  */
3821
3821
  export interface World {
3822
3822
  /**
3823
- *
3823
+ * Empty if unauthenticated.
3824
3824
  * @type {string}
3825
3825
  * @memberof World
3826
3826
  */
@@ -3893,10 +3893,10 @@ export interface World {
3893
3893
  'imageUrl': string;
3894
3894
  /**
3895
3895
  *
3896
- * @type {Array<Array<object>>}
3896
+ * @type {Array<Array<any>>}
3897
3897
  * @memberof World
3898
3898
  */
3899
- 'instances'?: Array<Array<object>>;
3899
+ 'instances'?: Array<Array<any>>;
3900
3900
  /**
3901
3901
  *
3902
3902
  * @type {string}
@@ -3988,7 +3988,7 @@ export interface World {
3988
3988
  */
3989
3989
  'unityPackageUrlObject': object;
3990
3990
  /**
3991
- *
3991
+ * Empty if unauthenticated.
3992
3992
  * @type {Array<UnityPackage>}
3993
3993
  * @memberof World
3994
3994
  */
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.0
6
+ * The version of the OpenAPI document: 1.6.3
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.0
6
+ * The version of the OpenAPI document: 1.6.3
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.0
6
+ * The version of the OpenAPI document: 1.6.3
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.0
4
+ * The version of the OpenAPI document: 1.6.3
5
5
  * Contact: me@ruby.js.org
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3770,7 +3770,7 @@ export interface VerifyAuthTokenResult {
3770
3770
  */
3771
3771
  export interface World {
3772
3772
  /**
3773
- *
3773
+ * Empty if unauthenticated.
3774
3774
  * @type {string}
3775
3775
  * @memberof World
3776
3776
  */
@@ -3843,10 +3843,10 @@ export interface World {
3843
3843
  'imageUrl': string;
3844
3844
  /**
3845
3845
  *
3846
- * @type {Array<Array<object>>}
3846
+ * @type {Array<Array<any>>}
3847
3847
  * @memberof World
3848
3848
  */
3849
- 'instances'?: Array<Array<object>>;
3849
+ 'instances'?: Array<Array<any>>;
3850
3850
  /**
3851
3851
  *
3852
3852
  * @type {string}
@@ -3938,7 +3938,7 @@ export interface World {
3938
3938
  */
3939
3939
  'unityPackageUrlObject': object;
3940
3940
  /**
3941
- *
3941
+ * Empty if unauthenticated.
3942
3942
  * @type {Array<UnityPackage>}
3943
3943
  * @memberof World
3944
3944
  */
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.0
7
+ * The version of the OpenAPI document: 1.6.3
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.0
4
+ * The version of the OpenAPI document: 1.6.3
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.0
7
+ * The version of the OpenAPI document: 1.6.3
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.0
4
+ * The version of the OpenAPI document: 1.6.3
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.0
7
+ * The version of the OpenAPI document: 1.6.3
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.0
4
+ * The version of the OpenAPI document: 1.6.3
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.0
7
+ * The version of the OpenAPI document: 1.6.3
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.0
4
+ * The version of the OpenAPI document: 1.6.3
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.0
7
+ * The version of the OpenAPI document: 1.6.3
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.0
6
+ * The version of the OpenAPI document: 1.6.3
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.0",
3
+ "version": "1.6.3",
4
4
  "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [