-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
60 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* VRChat API Documentation | ||
* | ||
* The version of the OpenAPI document: 1.18.1 | ||
* The version of the OpenAPI document: 1.18.3 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -1785,6 +1785,18 @@ export interface CurrentUser { | |
* @memberof CurrentUser | ||
*/ | ||
'pronouns': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CurrentUser | ||
*/ | ||
'queuedInstance'?: string | null; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof CurrentUser | ||
*/ | ||
'receiveMobileInvitations'?: boolean; | ||
/** | ||
* | ||
* @type {UserState} | ||
|
@@ -1883,6 +1895,12 @@ export interface CurrentUserPresence { | |
* @memberof CurrentUserPresence | ||
*/ | ||
'avatarThumbnail'?: string | null; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CurrentUserPresence | ||
*/ | ||
'currentAvatarTags'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
|
@@ -1949,6 +1967,12 @@ export interface CurrentUserPresence { | |
* @memberof CurrentUserPresence | ||
*/ | ||
'travelingToWorld'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CurrentUserPresence | ||
*/ | ||
'userIcon'?: string | null; | ||
/** | ||
* WorldID be \"offline\" on User profiles if you are not friends with that user. | ||
* @type {string} | ||
|
@@ -5905,6 +5929,12 @@ export interface UnityPackage { | |
* @memberof UnityPackage | ||
*/ | ||
'created_at'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof UnityPackage | ||
*/ | ||
'impostorizerVersion'?: string; | ||
/** | ||
* This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. | ||
* @type {string} | ||
|
@@ -6503,6 +6533,12 @@ export interface User { | |
* @memberof User | ||
*/ | ||
'last_login': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof User | ||
*/ | ||
'last_mobile'?: string | null; | ||
/** | ||
* This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. | ||
* @type {string} | ||
|
@@ -6526,7 +6562,7 @@ export interface User { | |
* @type {string} | ||
* @memberof User | ||
*/ | ||
'platform': string; | ||
'platform'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
|
@@ -11833,10 +11869,11 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio | |
* @param {number} [n] The number of objects to return. | ||
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start. | ||
* @param {GroupSearchSort} [sort] The sort order of Group Member results | ||
* @param {string} [roleId] Only returns members with a specific groupRoleId | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
getGroupMembers: async (groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options: AxiosRequestConfig = {}): Promise<RequestArgs> => { | ||
getGroupMembers: async (groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => { | ||
// verify required parameter 'groupId' is not null or undefined | ||
assertParamExists('getGroupMembers', 'groupId', groupId) | ||
const localVarPath = `/groups/{groupId}/members` | ||
|
@@ -11866,6 +11903,10 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio | |
localVarQueryParameter['sort'] = sort; | ||
} | ||
|
||
if (roleId !== undefined) { | ||
localVarQueryParameter['roleId'] = roleId; | ||
} | ||
|
||
|
||
|
||
setSearchParams(localVarUrlObj, localVarQueryParameter); | ||
|
@@ -12878,11 +12919,12 @@ export const GroupsApiFp = function(configuration?: Configuration) { | |
* @param {number} [n] The number of objects to return. | ||
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start. | ||
* @param {GroupSearchSort} [sort] The sort order of Group Member results | ||
* @param {string} [roleId] Only returns members with a specific groupRoleId | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
async getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GroupMember>>> { | ||
const localVarAxiosArgs = await localVarAxiosParamCreator.getGroupMembers(groupId, n, offset, sort, options); | ||
async getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GroupMember>>> { | ||
const localVarAxiosArgs = await localVarAxiosParamCreator.getGroupMembers(groupId, n, offset, sort, roleId, options); | ||
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); | ||
}, | ||
/** | ||
|
@@ -13381,11 +13423,12 @@ export const GroupsApiFactory = function (configuration?: Configuration, basePat | |
* @param {number} [n] The number of objects to return. | ||
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start. | ||
* @param {GroupSearchSort} [sort] The sort order of Group Member results | ||
* @param {string} [roleId] Only returns members with a specific groupRoleId | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: any): AxiosPromise<Array<GroupMember>> { | ||
return localVarFp.getGroupMembers(groupId, n, offset, sort, options).then((request) => request(axios, basePath)); | ||
getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: any): AxiosPromise<Array<GroupMember>> { | ||
return localVarFp.getGroupMembers(groupId, n, offset, sort, roleId, options).then((request) => request(axios, basePath)); | ||
}, | ||
/** | ||
* Returns a List of all possible/available permissions for a Group. | ||
|
@@ -13917,12 +13960,13 @@ export class GroupsApi extends BaseAPI { | |
* @param {number} [n] The number of objects to return. | ||
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start. | ||
* @param {GroupSearchSort} [sort] The sort order of Group Member results | ||
* @param {string} [roleId] Only returns members with a specific groupRoleId | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
* @memberof GroupsApi | ||
*/ | ||
public getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: AxiosRequestConfig) { | ||
return GroupsApiFp(this.configuration).getGroupMembers(groupId, n, offset, sort, options).then((request) => request(this.axios, this.basePath)); | ||
public getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: AxiosRequestConfig) { | ||
return GroupsApiFp(this.configuration).getGroupMembers(groupId, n, offset, sort, roleId, options).then((request) => request(this.axios, this.basePath)); | ||
} | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* VRChat API Documentation | ||
* | ||
* The version of the OpenAPI document: 1.18.1 | ||
* The version of the OpenAPI document: 1.18.3 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* VRChat API Documentation | ||
* | ||
* The version of the OpenAPI document: 1.18.1 | ||
* The version of the OpenAPI document: 1.18.3 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* VRChat API Documentation | ||
* | ||
* The version of the OpenAPI document: 1.18.1 | ||
* The version of the OpenAPI document: 1.18.3 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* VRChat API Documentation | ||
* | ||
* The version of the OpenAPI document: 1.18.1 | ||
* The version of the OpenAPI document: 1.18.3 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters