vrchat 1.18.4 → 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 +834 -139
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +772 -40
- package/dist/api.js +16 -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
|
|
@@ -8330,44 +8343,6 @@ var InstancesApiAxiosParamCreator = function (configuration) {
|
|
|
8330
8343
|
});
|
|
8331
8344
|
});
|
|
8332
8345
|
},
|
|
8333
|
-
/**
|
|
8334
|
-
* Sends an invite to the instance to yourself.
|
|
8335
|
-
* @summary Send Self Invite
|
|
8336
|
-
* @param {string} worldId Must be a valid world ID.
|
|
8337
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
8338
|
-
* @param {*} [options] Override http request option.
|
|
8339
|
-
* @throws {RequiredError}
|
|
8340
|
-
*/
|
|
8341
|
-
sendSelfInvite: function (worldId, instanceId, options) {
|
|
8342
|
-
if (options === void 0) { options = {}; }
|
|
8343
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
8344
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8345
|
-
return __generator(this, function (_a) {
|
|
8346
|
-
// verify required parameter 'worldId' is not null or undefined
|
|
8347
|
-
(0, common_1.assertParamExists)('sendSelfInvite', 'worldId', worldId);
|
|
8348
|
-
// verify required parameter 'instanceId' is not null or undefined
|
|
8349
|
-
(0, common_1.assertParamExists)('sendSelfInvite', 'instanceId', instanceId);
|
|
8350
|
-
localVarPath = "/instances/{worldId}:{instanceId}/invite"
|
|
8351
|
-
.replace("{".concat("worldId", "}"), encodeURIComponent(String(worldId)))
|
|
8352
|
-
.replace("{".concat("instanceId", "}"), encodeURIComponent(String(instanceId)));
|
|
8353
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8354
|
-
if (configuration) {
|
|
8355
|
-
baseOptions = configuration.baseOptions;
|
|
8356
|
-
}
|
|
8357
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
8358
|
-
localVarHeaderParameter = {};
|
|
8359
|
-
localVarQueryParameter = {};
|
|
8360
|
-
// authentication authCookie required
|
|
8361
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8362
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8363
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
8364
|
-
return [2 /*return*/, {
|
|
8365
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
8366
|
-
options: localVarRequestOptions,
|
|
8367
|
-
}];
|
|
8368
|
-
});
|
|
8369
|
-
});
|
|
8370
|
-
},
|
|
8371
8346
|
};
|
|
8372
8347
|
};
|
|
8373
8348
|
exports.InstancesApiAxiosParamCreator = InstancesApiAxiosParamCreator;
|
|
@@ -8483,27 +8458,6 @@ var InstancesApiFp = function (configuration) {
|
|
|
8483
8458
|
});
|
|
8484
8459
|
});
|
|
8485
8460
|
},
|
|
8486
|
-
/**
|
|
8487
|
-
* Sends an invite to the instance to yourself.
|
|
8488
|
-
* @summary Send Self Invite
|
|
8489
|
-
* @param {string} worldId Must be a valid world ID.
|
|
8490
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
8491
|
-
* @param {*} [options] Override http request option.
|
|
8492
|
-
* @throws {RequiredError}
|
|
8493
|
-
*/
|
|
8494
|
-
sendSelfInvite: function (worldId, instanceId, options) {
|
|
8495
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
8496
|
-
var localVarAxiosArgs;
|
|
8497
|
-
return __generator(this, function (_a) {
|
|
8498
|
-
switch (_a.label) {
|
|
8499
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.sendSelfInvite(worldId, instanceId, options)];
|
|
8500
|
-
case 1:
|
|
8501
|
-
localVarAxiosArgs = _a.sent();
|
|
8502
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
8503
|
-
}
|
|
8504
|
-
});
|
|
8505
|
-
});
|
|
8506
|
-
},
|
|
8507
8461
|
};
|
|
8508
8462
|
};
|
|
8509
8463
|
exports.InstancesApiFp = InstancesApiFp;
|
|
@@ -8569,17 +8523,6 @@ var InstancesApiFactory = function (configuration, basePath, axios) {
|
|
|
8569
8523
|
getShortName: function (worldId, instanceId, options) {
|
|
8570
8524
|
return localVarFp.getShortName(worldId, instanceId, options).then(function (request) { return request(axios, basePath); });
|
|
8571
8525
|
},
|
|
8572
|
-
/**
|
|
8573
|
-
* Sends an invite to the instance to yourself.
|
|
8574
|
-
* @summary Send Self Invite
|
|
8575
|
-
* @param {string} worldId Must be a valid world ID.
|
|
8576
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
8577
|
-
* @param {*} [options] Override http request option.
|
|
8578
|
-
* @throws {RequiredError}
|
|
8579
|
-
*/
|
|
8580
|
-
sendSelfInvite: function (worldId, instanceId, options) {
|
|
8581
|
-
return localVarFp.sendSelfInvite(worldId, instanceId, options).then(function (request) { return request(axios, basePath); });
|
|
8582
|
-
},
|
|
8583
8526
|
};
|
|
8584
8527
|
};
|
|
8585
8528
|
exports.InstancesApiFactory = InstancesApiFactory;
|
|
@@ -8659,19 +8602,6 @@ var InstancesApi = /** @class */ (function (_super) {
|
|
|
8659
8602
|
var _this = this;
|
|
8660
8603
|
return (0, exports.InstancesApiFp)(this.configuration).getShortName(worldId, instanceId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
8661
8604
|
};
|
|
8662
|
-
/**
|
|
8663
|
-
* Sends an invite to the instance to yourself.
|
|
8664
|
-
* @summary Send Self Invite
|
|
8665
|
-
* @param {string} worldId Must be a valid world ID.
|
|
8666
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
8667
|
-
* @param {*} [options] Override http request option.
|
|
8668
|
-
* @throws {RequiredError}
|
|
8669
|
-
* @memberof InstancesApi
|
|
8670
|
-
*/
|
|
8671
|
-
InstancesApi.prototype.sendSelfInvite = function (worldId, instanceId, options) {
|
|
8672
|
-
var _this = this;
|
|
8673
|
-
return (0, exports.InstancesApiFp)(this.configuration).sendSelfInvite(worldId, instanceId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
8674
|
-
};
|
|
8675
8605
|
return InstancesApi;
|
|
8676
8606
|
}(base_1.BaseAPI));
|
|
8677
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).
|