vrchat 1.6.10 → 1.7.2

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/dist/api.js CHANGED
@@ -4,8 +4,8 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.6.10
8
- * Contact: me@ruby.js.org
7
+ * The version of the OpenAPI document: 1.7.2
8
+ * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -258,6 +258,8 @@ var PlayerModerationType;
258
258
  PlayerModerationType["Unblock"] = "unblock";
259
259
  PlayerModerationType["HideAvatar"] = "hideAvatar";
260
260
  PlayerModerationType["ShowAvatar"] = "showAvatar";
261
+ PlayerModerationType["InteractOn"] = "interactOn";
262
+ PlayerModerationType["InteractOff"] = "interactOff";
261
263
  })(PlayerModerationType = exports.PlayerModerationType || (exports.PlayerModerationType = {}));
262
264
  /**
263
265
  * API/Photon region.
@@ -1023,7 +1025,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
1023
1025
  /**
1024
1026
  * Search and list favorited avatars by query filters.
1025
1027
  * @summary List Favorited Avatars
1026
- * @param {string} [featured] Filters on featured results.
1028
+ * @param {boolean} [featured] Filters on featured results.
1027
1029
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1028
1030
  * @param {number} [n] The number of objects to return.
1029
1031
  * @param {'ascending' | 'descending'} [order]
@@ -1106,7 +1108,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
1106
1108
  /**
1107
1109
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
1108
1110
  * @summary Search Avatars
1109
- * @param {string} [featured] Filters on featured results.
1111
+ * @param {boolean} [featured] Filters on featured results.
1110
1112
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1111
1113
  * @param {'me'} [user] Set to `me` for searching own avatars.
1112
1114
  * @param {string} [userId] Filter by UserID.
@@ -1366,7 +1368,7 @@ exports.AvatarsApiFp = function (configuration) {
1366
1368
  /**
1367
1369
  * Search and list favorited avatars by query filters.
1368
1370
  * @summary List Favorited Avatars
1369
- * @param {string} [featured] Filters on featured results.
1371
+ * @param {boolean} [featured] Filters on featured results.
1370
1372
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1371
1373
  * @param {number} [n] The number of objects to return.
1372
1374
  * @param {'ascending' | 'descending'} [order]
@@ -1398,7 +1400,7 @@ exports.AvatarsApiFp = function (configuration) {
1398
1400
  /**
1399
1401
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
1400
1402
  * @summary Search Avatars
1401
- * @param {string} [featured] Filters on featured results.
1403
+ * @param {boolean} [featured] Filters on featured results.
1402
1404
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1403
1405
  * @param {'me'} [user] Set to `me` for searching own avatars.
1404
1406
  * @param {string} [userId] Filter by UserID.
@@ -1530,7 +1532,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
1530
1532
  /**
1531
1533
  * Search and list favorited avatars by query filters.
1532
1534
  * @summary List Favorited Avatars
1533
- * @param {string} [featured] Filters on featured results.
1535
+ * @param {boolean} [featured] Filters on featured results.
1534
1536
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1535
1537
  * @param {number} [n] The number of objects to return.
1536
1538
  * @param {'ascending' | 'descending'} [order]
@@ -1552,7 +1554,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
1552
1554
  /**
1553
1555
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
1554
1556
  * @summary Search Avatars
1555
- * @param {string} [featured] Filters on featured results.
1557
+ * @param {boolean} [featured] Filters on featured results.
1556
1558
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1557
1559
  * @param {'me'} [user] Set to `me` for searching own avatars.
1558
1560
  * @param {string} [userId] Filter by UserID.
@@ -1654,7 +1656,7 @@ var AvatarsApi = /** @class */ (function (_super) {
1654
1656
  /**
1655
1657
  * Search and list favorited avatars by query filters.
1656
1658
  * @summary List Favorited Avatars
1657
- * @param {string} [featured] Filters on featured results.
1659
+ * @param {boolean} [featured] Filters on featured results.
1658
1660
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1659
1661
  * @param {number} [n] The number of objects to return.
1660
1662
  * @param {'ascending' | 'descending'} [order]
@@ -1678,7 +1680,7 @@ var AvatarsApi = /** @class */ (function (_super) {
1678
1680
  /**
1679
1681
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
1680
1682
  * @summary Search Avatars
1681
- * @param {string} [featured] Filters on featured results.
1683
+ * @param {boolean} [featured] Filters on featured results.
1682
1684
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1683
1685
  * @param {'me'} [user] Set to `me` for searching own avatars.
1684
1686
  * @param {string} [userId] Filter by UserID.
@@ -5969,7 +5971,7 @@ exports.PlayermoderationApiAxiosParamCreator = function (configuration) {
5969
5971
  });
5970
5972
  },
5971
5973
  /**
5972
- * Moderate a user, e.g. unmute them or show their avatar.
5974
+ * Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
5973
5975
  * @summary Moderate User
5974
5976
  * @param {ModerateUserRequest} [moderateUserRequest]
5975
5977
  * @param {*} [options] Override http request option.
@@ -6126,7 +6128,7 @@ exports.PlayermoderationApiFp = function (configuration) {
6126
6128
  });
6127
6129
  },
6128
6130
  /**
6129
- * Moderate a user, e.g. unmute them or show their avatar.
6131
+ * Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
6130
6132
  * @summary Moderate User
6131
6133
  * @param {ModerateUserRequest} [moderateUserRequest]
6132
6134
  * @param {*} [options] Override http request option.
@@ -6215,7 +6217,7 @@ exports.PlayermoderationApiFactory = function (configuration, basePath, axios) {
6215
6217
  return localVarFp.getPlayerModerations(type, targetUserId, options).then(function (request) { return request(axios, basePath); });
6216
6218
  },
6217
6219
  /**
6218
- * Moderate a user, e.g. unmute them or show their avatar.
6220
+ * Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
6219
6221
  * @summary Moderate User
6220
6222
  * @param {ModerateUserRequest} [moderateUserRequest]
6221
6223
  * @param {*} [options] Override http request option.
@@ -6296,7 +6298,7 @@ var PlayermoderationApi = /** @class */ (function (_super) {
6296
6298
  return exports.PlayermoderationApiFp(this.configuration).getPlayerModerations(type, targetUserId, options).then(function (request) { return request(_this.axios, _this.basePath); });
6297
6299
  };
6298
6300
  /**
6299
- * Moderate a user, e.g. unmute them or show their avatar.
6301
+ * Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
6300
6302
  * @summary Moderate User
6301
6303
  * @param {ModerateUserRequest} [moderateUserRequest]
6302
6304
  * @param {*} [options] Override http request option.
@@ -7338,7 +7340,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7338
7340
  /**
7339
7341
  * Search and list currently Active worlds by query filters.
7340
7342
  * @summary List Active Worlds
7341
- * @param {string} [featured] Filters on featured results.
7343
+ * @param {boolean} [featured] Filters on featured results.
7342
7344
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7343
7345
  * @param {number} [n] The number of objects to return.
7344
7346
  * @param {'ascending' | 'descending'} [order]
@@ -7417,7 +7419,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7417
7419
  /**
7418
7420
  * Search and list favorited worlds by query filters.
7419
7421
  * @summary List Favorited Worlds
7420
- * @param {string} [featured] Filters on featured results.
7422
+ * @param {boolean} [featured] Filters on featured results.
7421
7423
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7422
7424
  * @param {number} [n] The number of objects to return.
7423
7425
  * @param {'ascending' | 'descending'} [order]
@@ -7500,7 +7502,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7500
7502
  /**
7501
7503
  * Search and list recently visited worlds by query filters.
7502
7504
  * @summary List Recent Worlds
7503
- * @param {string} [featured] Filters on featured results.
7505
+ * @param {boolean} [featured] Filters on featured results.
7504
7506
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7505
7507
  * @param {number} [n] The number of objects to return.
7506
7508
  * @param {'ascending' | 'descending'} [order]
@@ -7762,7 +7764,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7762
7764
  /**
7763
7765
  * Search and list any worlds by query filters.
7764
7766
  * @summary Search All Worlds
7765
- * @param {string} [featured] Filters on featured results.
7767
+ * @param {boolean} [featured] Filters on featured results.
7766
7768
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7767
7769
  * @param {'me'} [user] Set to `me` for searching own worlds.
7768
7770
  * @param {string} [userId] Filter by UserID.
@@ -7971,7 +7973,7 @@ exports.WorldsApiFp = function (configuration) {
7971
7973
  /**
7972
7974
  * Search and list currently Active worlds by query filters.
7973
7975
  * @summary List Active Worlds
7974
- * @param {string} [featured] Filters on featured results.
7976
+ * @param {boolean} [featured] Filters on featured results.
7975
7977
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7976
7978
  * @param {number} [n] The number of objects to return.
7977
7979
  * @param {'ascending' | 'descending'} [order]
@@ -8002,7 +8004,7 @@ exports.WorldsApiFp = function (configuration) {
8002
8004
  /**
8003
8005
  * Search and list favorited worlds by query filters.
8004
8006
  * @summary List Favorited Worlds
8005
- * @param {string} [featured] Filters on featured results.
8007
+ * @param {boolean} [featured] Filters on featured results.
8006
8008
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8007
8009
  * @param {number} [n] The number of objects to return.
8008
8010
  * @param {'ascending' | 'descending'} [order]
@@ -8034,7 +8036,7 @@ exports.WorldsApiFp = function (configuration) {
8034
8036
  /**
8035
8037
  * Search and list recently visited worlds by query filters.
8036
8038
  * @summary List Recent Worlds
8037
- * @param {string} [featured] Filters on featured results.
8039
+ * @param {boolean} [featured] Filters on featured results.
8038
8040
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8039
8041
  * @param {number} [n] The number of objects to return.
8040
8042
  * @param {'ascending' | 'descending'} [order]
@@ -8168,7 +8170,7 @@ exports.WorldsApiFp = function (configuration) {
8168
8170
  /**
8169
8171
  * Search and list any worlds by query filters.
8170
8172
  * @summary Search All Worlds
8171
- * @param {string} [featured] Filters on featured results.
8173
+ * @param {boolean} [featured] Filters on featured results.
8172
8174
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8173
8175
  * @param {'me'} [user] Set to `me` for searching own worlds.
8174
8176
  * @param {string} [userId] Filter by UserID.
@@ -8271,7 +8273,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8271
8273
  /**
8272
8274
  * Search and list currently Active worlds by query filters.
8273
8275
  * @summary List Active Worlds
8274
- * @param {string} [featured] Filters on featured results.
8276
+ * @param {boolean} [featured] Filters on featured results.
8275
8277
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8276
8278
  * @param {number} [n] The number of objects to return.
8277
8279
  * @param {'ascending' | 'descending'} [order]
@@ -8292,7 +8294,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8292
8294
  /**
8293
8295
  * Search and list favorited worlds by query filters.
8294
8296
  * @summary List Favorited Worlds
8295
- * @param {string} [featured] Filters on featured results.
8297
+ * @param {boolean} [featured] Filters on featured results.
8296
8298
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8297
8299
  * @param {number} [n] The number of objects to return.
8298
8300
  * @param {'ascending' | 'descending'} [order]
@@ -8314,7 +8316,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8314
8316
  /**
8315
8317
  * Search and list recently visited worlds by query filters.
8316
8318
  * @summary List Recent Worlds
8317
- * @param {string} [featured] Filters on featured results.
8319
+ * @param {boolean} [featured] Filters on featured results.
8318
8320
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8319
8321
  * @param {number} [n] The number of objects to return.
8320
8322
  * @param {'ascending' | 'descending'} [order]
@@ -8388,7 +8390,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8388
8390
  /**
8389
8391
  * Search and list any worlds by query filters.
8390
8392
  * @summary Search All Worlds
8391
- * @param {string} [featured] Filters on featured results.
8393
+ * @param {boolean} [featured] Filters on featured results.
8392
8394
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8393
8395
  * @param {'me'} [user] Set to `me` for searching own worlds.
8394
8396
  * @param {string} [userId] Filter by UserID.
@@ -8469,7 +8471,7 @@ var WorldsApi = /** @class */ (function (_super) {
8469
8471
  /**
8470
8472
  * Search and list currently Active worlds by query filters.
8471
8473
  * @summary List Active Worlds
8472
- * @param {string} [featured] Filters on featured results.
8474
+ * @param {boolean} [featured] Filters on featured results.
8473
8475
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8474
8476
  * @param {number} [n] The number of objects to return.
8475
8477
  * @param {'ascending' | 'descending'} [order]
@@ -8492,7 +8494,7 @@ var WorldsApi = /** @class */ (function (_super) {
8492
8494
  /**
8493
8495
  * Search and list favorited worlds by query filters.
8494
8496
  * @summary List Favorited Worlds
8495
- * @param {string} [featured] Filters on featured results.
8497
+ * @param {boolean} [featured] Filters on featured results.
8496
8498
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8497
8499
  * @param {number} [n] The number of objects to return.
8498
8500
  * @param {'ascending' | 'descending'} [order]
@@ -8516,7 +8518,7 @@ var WorldsApi = /** @class */ (function (_super) {
8516
8518
  /**
8517
8519
  * Search and list recently visited worlds by query filters.
8518
8520
  * @summary List Recent Worlds
8519
- * @param {string} [featured] Filters on featured results.
8521
+ * @param {boolean} [featured] Filters on featured results.
8520
8522
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8521
8523
  * @param {number} [n] The number of objects to return.
8522
8524
  * @param {'ascending' | 'descending'} [order]
@@ -8602,7 +8604,7 @@ var WorldsApi = /** @class */ (function (_super) {
8602
8604
  /**
8603
8605
  * Search and list any worlds by query filters.
8604
8606
  * @summary Search All Worlds
8605
- * @param {string} [featured] Filters on featured results.
8607
+ * @param {boolean} [featured] Filters on featured results.
8606
8608
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8607
8609
  * @param {'me'} [user] Set to `me` for searching own worlds.
8608
8610
  * @param {string} [userId] Filter by UserID.
package/dist/base.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.6.10
5
- * Contact: me@ruby.js.org
4
+ * The version of the OpenAPI document: 1.7.2
5
+ * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
package/dist/base.js CHANGED
@@ -4,8 +4,8 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.6.10
8
- * Contact: me@ruby.js.org
7
+ * The version of the OpenAPI document: 1.7.2
8
+ * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
package/dist/common.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.6.10
5
- * Contact: me@ruby.js.org
4
+ * The version of the OpenAPI document: 1.7.2
5
+ * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
package/dist/common.js CHANGED
@@ -4,8 +4,8 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.6.10
8
- * Contact: me@ruby.js.org
7
+ * The version of the OpenAPI document: 1.7.2
8
+ * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.6.10
5
- * Contact: me@ruby.js.org
4
+ * The version of the OpenAPI document: 1.7.2
5
+ * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.6.10
8
- * Contact: me@ruby.js.org
7
+ * The version of the OpenAPI document: 1.7.2
8
+ * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.6.10
5
- * Contact: me@ruby.js.org
4
+ * The version of the OpenAPI document: 1.7.2
5
+ * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
package/dist/index.js CHANGED
@@ -4,8 +4,8 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.6.10
8
- * Contact: me@ruby.js.org
7
+ * The version of the OpenAPI document: 1.7.2
8
+ * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
package/index.ts CHANGED
@@ -3,8 +3,8 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.6.10
7
- * Contact: me@ruby.js.org
6
+ * The version of the OpenAPI document: 1.7.2
7
+ * Contact: me@ariesclark.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
10
  * https://openapi-generator.tech
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vrchat",
3
- "version": "1.6.10",
3
+ "version": "1.7.2",
4
4
  "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [