vrchat 1.5.2 → 1.6.5

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,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.5.2
7
+ * The version of the OpenAPI document: 1.6.5
8
8
  * Contact: me@ruby.js.org
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -72,7 +72,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
72
72
  }
73
73
  };
74
74
  Object.defineProperty(exports, "__esModule", { value: true });
75
- exports.WorldsApi = exports.WorldsApiFactory = exports.WorldsApiFp = exports.WorldsApiAxiosParamCreator = exports.UsersApi = exports.UsersApiFactory = exports.UsersApiFp = exports.UsersApiAxiosParamCreator = exports.SystemApi = exports.SystemApiFactory = exports.SystemApiFp = exports.SystemApiAxiosParamCreator = exports.PlayermoderationApi = exports.PlayermoderationApiFactory = exports.PlayermoderationApiFp = exports.PlayermoderationApiAxiosParamCreator = exports.PermissionsApi = exports.PermissionsApiFactory = exports.PermissionsApiFp = exports.PermissionsApiAxiosParamCreator = exports.NotificationsApi = exports.NotificationsApiFactory = exports.NotificationsApiFp = exports.NotificationsApiAxiosParamCreator = exports.InviteApi = exports.InviteApiFactory = exports.InviteApiFp = exports.InviteApiAxiosParamCreator = exports.InstancesApi = exports.InstancesApiFactory = exports.InstancesApiFp = exports.InstancesApiAxiosParamCreator = exports.FriendsApi = exports.FriendsApiFactory = exports.FriendsApiFp = exports.FriendsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = exports.FilesApiAxiosParamCreator = exports.FavoritesApi = exports.FavoritesApiFactory = exports.FavoritesApiFp = exports.FavoritesApiAxiosParamCreator = exports.EconomyApi = exports.EconomyApiFactory = exports.EconomyApiFp = exports.EconomyApiAxiosParamCreator = exports.AvatarsApi = exports.AvatarsApiFactory = exports.AvatarsApiFp = exports.AvatarsApiAxiosParamCreator = exports.AuthenticationApi = exports.AuthenticationApiFactory = exports.AuthenticationApiFp = exports.AuthenticationApiAxiosParamCreator = exports.UserStatus = exports.UserState = exports.TransactionStatus = exports.SubscriptionPeriod = exports.ReleaseStatus = exports.PlayerModerationType = exports.NotificationType = exports.MIMEType = exports.LicenseType = exports.LicenseAction = exports.InviteMessageType = exports.FileStatus = exports.FileDataCategoryEnum = exports.FavoriteType = exports.FavoriteGroupVisibility = exports.DeveloperType = exports.DeploymentGroup = void 0;
75
+ exports.WorldsApi = exports.WorldsApiFactory = exports.WorldsApiFp = exports.WorldsApiAxiosParamCreator = exports.UsersApi = exports.UsersApiFactory = exports.UsersApiFp = exports.UsersApiAxiosParamCreator = exports.SystemApi = exports.SystemApiFactory = exports.SystemApiFp = exports.SystemApiAxiosParamCreator = exports.PlayermoderationApi = exports.PlayermoderationApiFactory = exports.PlayermoderationApiFp = exports.PlayermoderationApiAxiosParamCreator = exports.PermissionsApi = exports.PermissionsApiFactory = exports.PermissionsApiFp = exports.PermissionsApiAxiosParamCreator = exports.NotificationsApi = exports.NotificationsApiFactory = exports.NotificationsApiFp = exports.NotificationsApiAxiosParamCreator = exports.InviteApi = exports.InviteApiFactory = exports.InviteApiFp = exports.InviteApiAxiosParamCreator = exports.InstancesApi = exports.InstancesApiFactory = exports.InstancesApiFp = exports.InstancesApiAxiosParamCreator = exports.FriendsApi = exports.FriendsApiFactory = exports.FriendsApiFp = exports.FriendsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = exports.FilesApiAxiosParamCreator = exports.FavoritesApi = exports.FavoritesApiFactory = exports.FavoritesApiFp = exports.FavoritesApiAxiosParamCreator = exports.EconomyApi = exports.EconomyApiFactory = exports.EconomyApiFp = exports.EconomyApiAxiosParamCreator = exports.AvatarsApi = exports.AvatarsApiFactory = exports.AvatarsApiFp = exports.AvatarsApiAxiosParamCreator = exports.AuthenticationApi = exports.AuthenticationApiFactory = exports.AuthenticationApiFp = exports.AuthenticationApiAxiosParamCreator = exports.UserStatus = exports.UserState = exports.TransactionStatus = exports.SubscriptionPeriod = exports.ReleaseStatus = exports.Region = exports.PlayerModerationType = exports.NotificationType = exports.MIMEType = exports.LicenseType = exports.LicenseAction = exports.InviteMessageType = exports.InstanceType = exports.InfoPushDataClickableCommandEnum = exports.FileStatus = exports.FileDataCategoryEnum = exports.FavoriteType = exports.FavoriteGroupVisibility = exports.DeveloperType = exports.DeploymentGroup = void 0;
76
76
  var axios_1 = require("axios");
77
77
  // Some imports not used depending on template conditions
78
78
  // @ts-ignore
@@ -151,6 +151,29 @@ var FileStatus;
151
151
  FileStatus["Complete"] = "complete";
152
152
  FileStatus["None"] = "none";
153
153
  })(FileStatus = exports.FileStatus || (exports.FileStatus = {}));
154
+ /**
155
+ * @export
156
+ * @enum {string}
157
+ */
158
+ var InfoPushDataClickableCommandEnum;
159
+ (function (InfoPushDataClickableCommandEnum) {
160
+ InfoPushDataClickableCommandEnum["OpenUrl"] = "OpenURL";
161
+ InfoPushDataClickableCommandEnum["OpenVrcPlusMenu"] = "OpenVRCPlusMenu";
162
+ InfoPushDataClickableCommandEnum["OpenSafetyMenu"] = "OpenSafetyMenu";
163
+ InfoPushDataClickableCommandEnum["CannedWorldSearch"] = "CannedWorldSearch";
164
+ })(InfoPushDataClickableCommandEnum = exports.InfoPushDataClickableCommandEnum || (exports.InfoPushDataClickableCommandEnum = {}));
165
+ /**
166
+ *
167
+ * @export
168
+ * @enum {string}
169
+ */
170
+ var InstanceType;
171
+ (function (InstanceType) {
172
+ InstanceType["Public"] = "public";
173
+ InstanceType["Hidden"] = "hidden";
174
+ InstanceType["Friends"] = "friends";
175
+ InstanceType["Private"] = "private";
176
+ })(InstanceType = exports.InstanceType || (exports.InstanceType = {}));
154
177
  /**
155
178
  *
156
179
  * @export
@@ -235,6 +258,19 @@ var PlayerModerationType;
235
258
  PlayerModerationType["HideAvatar"] = "hideAvatar";
236
259
  PlayerModerationType["ShowAvatar"] = "showAvatar";
237
260
  })(PlayerModerationType = exports.PlayerModerationType || (exports.PlayerModerationType = {}));
261
+ /**
262
+ * API/Photon region.
263
+ * @export
264
+ * @enum {string}
265
+ */
266
+ var Region;
267
+ (function (Region) {
268
+ Region["Us"] = "us";
269
+ Region["Use"] = "use";
270
+ Region["Eu"] = "eu";
271
+ Region["Jp"] = "jp";
272
+ Region["Unknown"] = "unknown";
273
+ })(Region = exports.Region || (exports.Region = {}));
238
274
  /**
239
275
  *
240
276
  * @export
@@ -991,7 +1027,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
991
1027
  * @param {'ascending' | 'descending'} [order]
992
1028
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
993
1029
  * @param {string} [search] Filters by world name.
994
- * @param {string} [tag] Tags to include (comma-separated).
1030
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
995
1031
  * @param {string} [notag] Tags to exclude (comma-separated).
996
1032
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
997
1033
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -1075,7 +1111,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
1075
1111
  * @param {number} [n] The number of objects to return.
1076
1112
  * @param {'ascending' | 'descending'} [order]
1077
1113
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
1078
- * @param {string} [tag] Tags to include (comma-separated).
1114
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
1079
1115
  * @param {string} [notag] Tags to exclude (comma-separated).
1080
1116
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
1081
1117
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -1334,7 +1370,7 @@ exports.AvatarsApiFp = function (configuration) {
1334
1370
  * @param {'ascending' | 'descending'} [order]
1335
1371
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
1336
1372
  * @param {string} [search] Filters by world name.
1337
- * @param {string} [tag] Tags to include (comma-separated).
1373
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
1338
1374
  * @param {string} [notag] Tags to exclude (comma-separated).
1339
1375
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
1340
1376
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -1367,7 +1403,7 @@ exports.AvatarsApiFp = function (configuration) {
1367
1403
  * @param {number} [n] The number of objects to return.
1368
1404
  * @param {'ascending' | 'descending'} [order]
1369
1405
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
1370
- * @param {string} [tag] Tags to include (comma-separated).
1406
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
1371
1407
  * @param {string} [notag] Tags to exclude (comma-separated).
1372
1408
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
1373
1409
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -1498,7 +1534,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
1498
1534
  * @param {'ascending' | 'descending'} [order]
1499
1535
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
1500
1536
  * @param {string} [search] Filters by world name.
1501
- * @param {string} [tag] Tags to include (comma-separated).
1537
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
1502
1538
  * @param {string} [notag] Tags to exclude (comma-separated).
1503
1539
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
1504
1540
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -1521,7 +1557,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
1521
1557
  * @param {number} [n] The number of objects to return.
1522
1558
  * @param {'ascending' | 'descending'} [order]
1523
1559
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
1524
- * @param {string} [tag] Tags to include (comma-separated).
1560
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
1525
1561
  * @param {string} [notag] Tags to exclude (comma-separated).
1526
1562
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
1527
1563
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -1622,7 +1658,7 @@ var AvatarsApi = /** @class */ (function (_super) {
1622
1658
  * @param {'ascending' | 'descending'} [order]
1623
1659
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
1624
1660
  * @param {string} [search] Filters by world name.
1625
- * @param {string} [tag] Tags to include (comma-separated).
1661
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
1626
1662
  * @param {string} [notag] Tags to exclude (comma-separated).
1627
1663
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
1628
1664
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -1647,7 +1683,7 @@ var AvatarsApi = /** @class */ (function (_super) {
1647
1683
  * @param {number} [n] The number of objects to return.
1648
1684
  * @param {'ascending' | 'descending'} [order]
1649
1685
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
1650
- * @param {string} [tag] Tags to include (comma-separated).
1686
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
1651
1687
  * @param {string} [notag] Tags to exclude (comma-separated).
1652
1688
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
1653
1689
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -2321,7 +2357,7 @@ exports.FavoritesApiAxiosParamCreator = function (configuration) {
2321
2357
  * @param {number} [n] The number of objects to return.
2322
2358
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
2323
2359
  * @param {string} [type] The type of favorites to return, FavoriteType.
2324
- * @param {string} [tag] Tags to include (comma-separated).
2360
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
2325
2361
  * @param {*} [options] Override http request option.
2326
2362
  * @throws {RequiredError}
2327
2363
  */
@@ -2564,7 +2600,7 @@ exports.FavoritesApiFp = function (configuration) {
2564
2600
  * @param {number} [n] The number of objects to return.
2565
2601
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
2566
2602
  * @param {string} [type] The type of favorites to return, FavoriteType.
2567
- * @param {string} [tag] Tags to include (comma-separated).
2603
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
2568
2604
  * @param {*} [options] Override http request option.
2569
2605
  * @throws {RequiredError}
2570
2606
  */
@@ -2695,7 +2731,7 @@ exports.FavoritesApiFactory = function (configuration, basePath, axios) {
2695
2731
  * @param {number} [n] The number of objects to return.
2696
2732
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
2697
2733
  * @param {string} [type] The type of favorites to return, FavoriteType.
2698
- * @param {string} [tag] Tags to include (comma-separated).
2734
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
2699
2735
  * @param {*} [options] Override http request option.
2700
2736
  * @throws {RequiredError}
2701
2737
  */
@@ -2810,7 +2846,7 @@ var FavoritesApi = /** @class */ (function (_super) {
2810
2846
  * @param {number} [n] The number of objects to return.
2811
2847
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
2812
2848
  * @param {string} [type] The type of favorites to return, FavoriteType.
2813
- * @param {string} [tag] Tags to include (comma-separated).
2849
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
2814
2850
  * @param {*} [options] Override http request option.
2815
2851
  * @throws {RequiredError}
2816
2852
  * @memberof FavoritesApi
@@ -4205,7 +4241,7 @@ exports.InstancesApiAxiosParamCreator = function (configuration) {
4205
4241
  var _this = this;
4206
4242
  return {
4207
4243
  /**
4208
- * Returns an instance.
4244
+ * Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
4209
4245
  * @summary Get Instance
4210
4246
  * @param {string} worldId
4211
4247
  * @param {string} instanceId
@@ -4331,7 +4367,7 @@ exports.InstancesApiFp = function (configuration) {
4331
4367
  var localVarAxiosParamCreator = exports.InstancesApiAxiosParamCreator(configuration);
4332
4368
  return {
4333
4369
  /**
4334
- * Returns an instance.
4370
+ * Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
4335
4371
  * @summary Get Instance
4336
4372
  * @param {string} worldId
4337
4373
  * @param {string} instanceId
@@ -4403,7 +4439,7 @@ exports.InstancesApiFactory = function (configuration, basePath, axios) {
4403
4439
  var localVarFp = exports.InstancesApiFp(configuration);
4404
4440
  return {
4405
4441
  /**
4406
- * Returns an instance.
4442
+ * Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
4407
4443
  * @summary Get Instance
4408
4444
  * @param {string} worldId
4409
4445
  * @param {string} instanceId
@@ -4449,7 +4485,7 @@ var InstancesApi = /** @class */ (function (_super) {
4449
4485
  return _super !== null && _super.apply(this, arguments) || this;
4450
4486
  }
4451
4487
  /**
4452
- * Returns an instance.
4488
+ * Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
4453
4489
  * @summary Get Instance
4454
4490
  * @param {string} worldId
4455
4491
  * @param {string} instanceId
@@ -6412,6 +6448,43 @@ exports.SystemApiAxiosParamCreator = function (configuration) {
6412
6448
  });
6413
6449
  });
6414
6450
  },
6451
+ /**
6452
+ * IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
6453
+ * @summary Show Information Notices
6454
+ * @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
6455
+ * @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
6456
+ * @param {*} [options] Override http request option.
6457
+ * @throws {RequiredError}
6458
+ */
6459
+ getInfoPush: function (require, include, options) {
6460
+ if (options === void 0) { options = {}; }
6461
+ return __awaiter(_this, void 0, void 0, function () {
6462
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
6463
+ return __generator(this, function (_a) {
6464
+ localVarPath = "/infoPush";
6465
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
6466
+ if (configuration) {
6467
+ baseOptions = configuration.baseOptions;
6468
+ }
6469
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
6470
+ localVarHeaderParameter = {};
6471
+ localVarQueryParameter = {};
6472
+ if (require !== undefined) {
6473
+ localVarQueryParameter['require'] = require;
6474
+ }
6475
+ if (include !== undefined) {
6476
+ localVarQueryParameter['include'] = include;
6477
+ }
6478
+ common_1.setSearchParams(localVarUrlObj, localVarQueryParameter);
6479
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
6480
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
6481
+ return [2 /*return*/, {
6482
+ url: common_1.toPathString(localVarUrlObj),
6483
+ options: localVarRequestOptions,
6484
+ }];
6485
+ });
6486
+ });
6487
+ },
6415
6488
  /**
6416
6489
  * Fetches the JavaScript code to the frontend React website.
6417
6490
  * @summary Download JavaScript
@@ -6566,6 +6639,27 @@ exports.SystemApiFp = function (configuration) {
6566
6639
  });
6567
6640
  });
6568
6641
  },
6642
+ /**
6643
+ * IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
6644
+ * @summary Show Information Notices
6645
+ * @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
6646
+ * @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
6647
+ * @param {*} [options] Override http request option.
6648
+ * @throws {RequiredError}
6649
+ */
6650
+ getInfoPush: function (require, include, options) {
6651
+ return __awaiter(this, void 0, void 0, function () {
6652
+ var localVarAxiosArgs;
6653
+ return __generator(this, function (_a) {
6654
+ switch (_a.label) {
6655
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getInfoPush(require, include, options)];
6656
+ case 1:
6657
+ localVarAxiosArgs = _a.sent();
6658
+ return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
6659
+ }
6660
+ });
6661
+ });
6662
+ },
6569
6663
  /**
6570
6664
  * Fetches the JavaScript code to the frontend React website.
6571
6665
  * @summary Download JavaScript
@@ -6654,6 +6748,17 @@ exports.SystemApiFactory = function (configuration, basePath, axios) {
6654
6748
  getHealth: function (options) {
6655
6749
  return localVarFp.getHealth(options).then(function (request) { return request(axios, basePath); });
6656
6750
  },
6751
+ /**
6752
+ * IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
6753
+ * @summary Show Information Notices
6754
+ * @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
6755
+ * @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
6756
+ * @param {*} [options] Override http request option.
6757
+ * @throws {RequiredError}
6758
+ */
6759
+ getInfoPush: function (require, include, options) {
6760
+ return localVarFp.getInfoPush(require, include, options).then(function (request) { return request(axios, basePath); });
6761
+ },
6657
6762
  /**
6658
6763
  * Fetches the JavaScript code to the frontend React website.
6659
6764
  * @summary Download JavaScript
@@ -6734,6 +6839,19 @@ var SystemApi = /** @class */ (function (_super) {
6734
6839
  var _this = this;
6735
6840
  return exports.SystemApiFp(this.configuration).getHealth(options).then(function (request) { return request(_this.axios, _this.basePath); });
6736
6841
  };
6842
+ /**
6843
+ * IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
6844
+ * @summary Show Information Notices
6845
+ * @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
6846
+ * @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
6847
+ * @param {*} [options] Override http request option.
6848
+ * @throws {RequiredError}
6849
+ * @memberof SystemApi
6850
+ */
6851
+ SystemApi.prototype.getInfoPush = function (require, include, options) {
6852
+ var _this = this;
6853
+ return exports.SystemApiFp(this.configuration).getInfoPush(require, include, options).then(function (request) { return request(_this.axios, _this.basePath); });
6854
+ };
6737
6855
  /**
6738
6856
  * Fetches the JavaScript code to the frontend React website.
6739
6857
  * @summary Download JavaScript
@@ -7220,7 +7338,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7220
7338
  * @param {'ascending' | 'descending'} [order]
7221
7339
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
7222
7340
  * @param {string} [search] Filters by world name.
7223
- * @param {string} [tag] Tags to include (comma-separated).
7341
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
7224
7342
  * @param {string} [notag] Tags to exclude (comma-separated).
7225
7343
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
7226
7344
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -7299,7 +7417,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7299
7417
  * @param {'ascending' | 'descending'} [order]
7300
7418
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
7301
7419
  * @param {string} [search] Filters by world name.
7302
- * @param {string} [tag] Tags to include (comma-separated).
7420
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
7303
7421
  * @param {string} [notag] Tags to exclude (comma-separated).
7304
7422
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
7305
7423
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -7382,7 +7500,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7382
7500
  * @param {'ascending' | 'descending'} [order]
7383
7501
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
7384
7502
  * @param {string} [search] Filters by world name.
7385
- * @param {string} [tag] Tags to include (comma-separated).
7503
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
7386
7504
  * @param {string} [notag] Tags to exclude (comma-separated).
7387
7505
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
7388
7506
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -7646,7 +7764,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7646
7764
  * @param {'ascending' | 'descending'} [order]
7647
7765
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
7648
7766
  * @param {string} [search] Filters by world name.
7649
- * @param {string} [tag] Tags to include (comma-separated).
7767
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
7650
7768
  * @param {string} [notag] Tags to exclude (comma-separated).
7651
7769
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
7652
7770
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -7853,7 +7971,7 @@ exports.WorldsApiFp = function (configuration) {
7853
7971
  * @param {'ascending' | 'descending'} [order]
7854
7972
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
7855
7973
  * @param {string} [search] Filters by world name.
7856
- * @param {string} [tag] Tags to include (comma-separated).
7974
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
7857
7975
  * @param {string} [notag] Tags to exclude (comma-separated).
7858
7976
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
7859
7977
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -7884,7 +8002,7 @@ exports.WorldsApiFp = function (configuration) {
7884
8002
  * @param {'ascending' | 'descending'} [order]
7885
8003
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
7886
8004
  * @param {string} [search] Filters by world name.
7887
- * @param {string} [tag] Tags to include (comma-separated).
8005
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
7888
8006
  * @param {string} [notag] Tags to exclude (comma-separated).
7889
8007
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
7890
8008
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -7916,7 +8034,7 @@ exports.WorldsApiFp = function (configuration) {
7916
8034
  * @param {'ascending' | 'descending'} [order]
7917
8035
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
7918
8036
  * @param {string} [search] Filters by world name.
7919
- * @param {string} [tag] Tags to include (comma-separated).
8037
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
7920
8038
  * @param {string} [notag] Tags to exclude (comma-separated).
7921
8039
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
7922
8040
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8052,7 +8170,7 @@ exports.WorldsApiFp = function (configuration) {
8052
8170
  * @param {'ascending' | 'descending'} [order]
8053
8171
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8054
8172
  * @param {string} [search] Filters by world name.
8055
- * @param {string} [tag] Tags to include (comma-separated).
8173
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8056
8174
  * @param {string} [notag] Tags to exclude (comma-separated).
8057
8175
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8058
8176
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8153,7 +8271,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8153
8271
  * @param {'ascending' | 'descending'} [order]
8154
8272
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8155
8273
  * @param {string} [search] Filters by world name.
8156
- * @param {string} [tag] Tags to include (comma-separated).
8274
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8157
8275
  * @param {string} [notag] Tags to exclude (comma-separated).
8158
8276
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8159
8277
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8174,7 +8292,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8174
8292
  * @param {'ascending' | 'descending'} [order]
8175
8293
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8176
8294
  * @param {string} [search] Filters by world name.
8177
- * @param {string} [tag] Tags to include (comma-separated).
8295
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8178
8296
  * @param {string} [notag] Tags to exclude (comma-separated).
8179
8297
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8180
8298
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8196,7 +8314,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8196
8314
  * @param {'ascending' | 'descending'} [order]
8197
8315
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8198
8316
  * @param {string} [search] Filters by world name.
8199
- * @param {string} [tag] Tags to include (comma-separated).
8317
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8200
8318
  * @param {string} [notag] Tags to exclude (comma-separated).
8201
8319
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8202
8320
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8272,7 +8390,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8272
8390
  * @param {'ascending' | 'descending'} [order]
8273
8391
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8274
8392
  * @param {string} [search] Filters by world name.
8275
- * @param {string} [tag] Tags to include (comma-separated).
8393
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8276
8394
  * @param {string} [notag] Tags to exclude (comma-separated).
8277
8395
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8278
8396
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8351,7 +8469,7 @@ var WorldsApi = /** @class */ (function (_super) {
8351
8469
  * @param {'ascending' | 'descending'} [order]
8352
8470
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8353
8471
  * @param {string} [search] Filters by world name.
8354
- * @param {string} [tag] Tags to include (comma-separated).
8472
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8355
8473
  * @param {string} [notag] Tags to exclude (comma-separated).
8356
8474
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8357
8475
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8374,7 +8492,7 @@ var WorldsApi = /** @class */ (function (_super) {
8374
8492
  * @param {'ascending' | 'descending'} [order]
8375
8493
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8376
8494
  * @param {string} [search] Filters by world name.
8377
- * @param {string} [tag] Tags to include (comma-separated).
8495
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8378
8496
  * @param {string} [notag] Tags to exclude (comma-separated).
8379
8497
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8380
8498
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8398,7 +8516,7 @@ var WorldsApi = /** @class */ (function (_super) {
8398
8516
  * @param {'ascending' | 'descending'} [order]
8399
8517
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8400
8518
  * @param {string} [search] Filters by world name.
8401
- * @param {string} [tag] Tags to include (comma-separated).
8519
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8402
8520
  * @param {string} [notag] Tags to exclude (comma-separated).
8403
8521
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8404
8522
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
@@ -8486,7 +8604,7 @@ var WorldsApi = /** @class */ (function (_super) {
8486
8604
  * @param {'ascending' | 'descending'} [order]
8487
8605
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
8488
8606
  * @param {string} [search] Filters by world name.
8489
- * @param {string} [tag] Tags to include (comma-separated).
8607
+ * @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
8490
8608
  * @param {string} [notag] Tags to exclude (comma-separated).
8491
8609
  * @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
8492
8610
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
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.5.2
4
+ * The version of the OpenAPI document: 1.6.5
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.5.2
7
+ * The version of the OpenAPI document: 1.6.5
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.5.2
4
+ * The version of the OpenAPI document: 1.6.5
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.5.2
7
+ * The version of the OpenAPI document: 1.6.5
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.5.2
4
+ * The version of the OpenAPI document: 1.6.5
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.5.2
7
+ * The version of the OpenAPI document: 1.6.5
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.5.2
4
+ * The version of the OpenAPI document: 1.6.5
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.5.2
7
+ * The version of the OpenAPI document: 1.6.5
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.5.2
6
+ * The version of the OpenAPI document: 1.6.5
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.5.2",
3
+ "version": "1.6.5",
4
4
  "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [