vrchat 1.18.3 → 1.18.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/api.ts +835 -139
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +773 -40
- package/dist/api.js +17 -86
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
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.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -74,8 +74,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
77
|
-
exports.
|
|
78
|
-
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.GroupsApi = exports.GroupsApiFactory = exports.GroupsApiFp = exports.GroupsApiAxiosParamCreator = exports.FriendsApi = exports.FriendsApiFactory = exports.FriendsApiFp = exports.FriendsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = void 0;
|
|
77
|
+
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.SortOption = exports.ReleaseStatus = exports.Region = exports.PlayerModerationType = exports.PerformanceRatings = exports.OrderOption = exports.NotificationType = exports.MIMEType = exports.LicenseType = exports.LicenseAction = exports.InviteMessageType = exports.InstanceType = exports.InstanceRegion = exports.InfoPushDataClickableCommandEnum = exports.GroupUserVisibility = exports.GroupSearchSort = exports.GroupRoleTemplate = exports.GroupPrivacy = exports.GroupPostVisibility = exports.GroupMemberStatus = exports.GroupJoinState = exports.GroupJoinRequestAction = exports.GroupAccessType = exports.FileStatus = exports.FileDataCategoryEnum = exports.FavoriteType = exports.FavoriteGroupVisibility = exports.DeveloperType = exports.DeploymentGroup = void 0;
|
|
78
|
+
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.GroupsApi = exports.GroupsApiFactory = exports.GroupsApiFp = exports.GroupsApiAxiosParamCreator = exports.FriendsApi = exports.FriendsApiFactory = exports.FriendsApiFp = exports.FriendsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = void 0;
|
|
79
79
|
var axios_1 = require("axios");
|
|
80
80
|
// Some imports not used depending on template conditions
|
|
81
81
|
// @ts-ignore
|
|
@@ -341,6 +341,19 @@ exports.OrderOption = {
|
|
|
341
341
|
Ascending: 'ascending',
|
|
342
342
|
Descending: 'descending'
|
|
343
343
|
};
|
|
344
|
+
/**
|
|
345
|
+
* Avatar Performance ratings.
|
|
346
|
+
* @export
|
|
347
|
+
* @enum {string}
|
|
348
|
+
*/
|
|
349
|
+
exports.PerformanceRatings = {
|
|
350
|
+
None: 'None',
|
|
351
|
+
Excellent: 'Excellent',
|
|
352
|
+
Good: 'Good',
|
|
353
|
+
Medium: 'Medium',
|
|
354
|
+
Poor: 'Poor',
|
|
355
|
+
VeryPoor: 'VeryPoor'
|
|
356
|
+
};
|
|
344
357
|
/**
|
|
345
358
|
*
|
|
346
359
|
* @export
|
|
@@ -363,6 +376,7 @@ exports.Region = {
|
|
|
363
376
|
Us: 'us',
|
|
364
377
|
Use: 'use',
|
|
365
378
|
Usw: 'usw',
|
|
379
|
+
Usx: 'usx',
|
|
366
380
|
Eu: 'eu',
|
|
367
381
|
Jp: 'jp',
|
|
368
382
|
Unknown: 'unknown'
|
|
@@ -8329,44 +8343,6 @@ var InstancesApiAxiosParamCreator = function (configuration) {
|
|
|
8329
8343
|
});
|
|
8330
8344
|
});
|
|
8331
8345
|
},
|
|
8332
|
-
/**
|
|
8333
|
-
* Sends an invite to the instance to yourself.
|
|
8334
|
-
* @summary Send Self Invite
|
|
8335
|
-
* @param {string} worldId Must be a valid world ID.
|
|
8336
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
8337
|
-
* @param {*} [options] Override http request option.
|
|
8338
|
-
* @throws {RequiredError}
|
|
8339
|
-
*/
|
|
8340
|
-
sendSelfInvite: function (worldId, instanceId, options) {
|
|
8341
|
-
if (options === void 0) { options = {}; }
|
|
8342
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
8343
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8344
|
-
return __generator(this, function (_a) {
|
|
8345
|
-
// verify required parameter 'worldId' is not null or undefined
|
|
8346
|
-
(0, common_1.assertParamExists)('sendSelfInvite', 'worldId', worldId);
|
|
8347
|
-
// verify required parameter 'instanceId' is not null or undefined
|
|
8348
|
-
(0, common_1.assertParamExists)('sendSelfInvite', 'instanceId', instanceId);
|
|
8349
|
-
localVarPath = "/instances/{worldId}:{instanceId}/invite"
|
|
8350
|
-
.replace("{".concat("worldId", "}"), encodeURIComponent(String(worldId)))
|
|
8351
|
-
.replace("{".concat("instanceId", "}"), encodeURIComponent(String(instanceId)));
|
|
8352
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8353
|
-
if (configuration) {
|
|
8354
|
-
baseOptions = configuration.baseOptions;
|
|
8355
|
-
}
|
|
8356
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
8357
|
-
localVarHeaderParameter = {};
|
|
8358
|
-
localVarQueryParameter = {};
|
|
8359
|
-
// authentication authCookie required
|
|
8360
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8361
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8362
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
8363
|
-
return [2 /*return*/, {
|
|
8364
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
8365
|
-
options: localVarRequestOptions,
|
|
8366
|
-
}];
|
|
8367
|
-
});
|
|
8368
|
-
});
|
|
8369
|
-
},
|
|
8370
8346
|
};
|
|
8371
8347
|
};
|
|
8372
8348
|
exports.InstancesApiAxiosParamCreator = InstancesApiAxiosParamCreator;
|
|
@@ -8482,27 +8458,6 @@ var InstancesApiFp = function (configuration) {
|
|
|
8482
8458
|
});
|
|
8483
8459
|
});
|
|
8484
8460
|
},
|
|
8485
|
-
/**
|
|
8486
|
-
* Sends an invite to the instance to yourself.
|
|
8487
|
-
* @summary Send Self Invite
|
|
8488
|
-
* @param {string} worldId Must be a valid world ID.
|
|
8489
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
8490
|
-
* @param {*} [options] Override http request option.
|
|
8491
|
-
* @throws {RequiredError}
|
|
8492
|
-
*/
|
|
8493
|
-
sendSelfInvite: function (worldId, instanceId, options) {
|
|
8494
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
8495
|
-
var localVarAxiosArgs;
|
|
8496
|
-
return __generator(this, function (_a) {
|
|
8497
|
-
switch (_a.label) {
|
|
8498
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.sendSelfInvite(worldId, instanceId, options)];
|
|
8499
|
-
case 1:
|
|
8500
|
-
localVarAxiosArgs = _a.sent();
|
|
8501
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
8502
|
-
}
|
|
8503
|
-
});
|
|
8504
|
-
});
|
|
8505
|
-
},
|
|
8506
8461
|
};
|
|
8507
8462
|
};
|
|
8508
8463
|
exports.InstancesApiFp = InstancesApiFp;
|
|
@@ -8568,17 +8523,6 @@ var InstancesApiFactory = function (configuration, basePath, axios) {
|
|
|
8568
8523
|
getShortName: function (worldId, instanceId, options) {
|
|
8569
8524
|
return localVarFp.getShortName(worldId, instanceId, options).then(function (request) { return request(axios, basePath); });
|
|
8570
8525
|
},
|
|
8571
|
-
/**
|
|
8572
|
-
* Sends an invite to the instance to yourself.
|
|
8573
|
-
* @summary Send Self Invite
|
|
8574
|
-
* @param {string} worldId Must be a valid world ID.
|
|
8575
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
8576
|
-
* @param {*} [options] Override http request option.
|
|
8577
|
-
* @throws {RequiredError}
|
|
8578
|
-
*/
|
|
8579
|
-
sendSelfInvite: function (worldId, instanceId, options) {
|
|
8580
|
-
return localVarFp.sendSelfInvite(worldId, instanceId, options).then(function (request) { return request(axios, basePath); });
|
|
8581
|
-
},
|
|
8582
8526
|
};
|
|
8583
8527
|
};
|
|
8584
8528
|
exports.InstancesApiFactory = InstancesApiFactory;
|
|
@@ -8658,19 +8602,6 @@ var InstancesApi = /** @class */ (function (_super) {
|
|
|
8658
8602
|
var _this = this;
|
|
8659
8603
|
return (0, exports.InstancesApiFp)(this.configuration).getShortName(worldId, instanceId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
8660
8604
|
};
|
|
8661
|
-
/**
|
|
8662
|
-
* Sends an invite to the instance to yourself.
|
|
8663
|
-
* @summary Send Self Invite
|
|
8664
|
-
* @param {string} worldId Must be a valid world ID.
|
|
8665
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
8666
|
-
* @param {*} [options] Override http request option.
|
|
8667
|
-
* @throws {RequiredError}
|
|
8668
|
-
* @memberof InstancesApi
|
|
8669
|
-
*/
|
|
8670
|
-
InstancesApi.prototype.sendSelfInvite = function (worldId, instanceId, options) {
|
|
8671
|
-
var _this = this;
|
|
8672
|
-
return (0, exports.InstancesApiFp)(this.configuration).sendSelfInvite(worldId, instanceId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
8673
|
-
};
|
|
8674
8605
|
return InstancesApi;
|
|
8675
8606
|
}(base_1.BaseAPI));
|
|
8676
8607
|
exports.InstancesApi = InstancesApi;
|
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.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
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.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
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.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
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.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
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.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
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.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
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.18.
|
|
6
|
+
* The version of the OpenAPI document: 1.18.5
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|