vrchat-client-updated
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -15,3 +15,3 @@ "use strict"; | ||
friendRequest: async (targetUser) => { | ||
return await this.sendNotification('friendRequest', targetUser); | ||
return await this.sendNotification('friendrequest', targetUser); | ||
}, | ||
@@ -18,0 +18,0 @@ invite: async (targetUser, worldId, message = '') => { |
import { DateTimeString, NotificationId, UserId, WorldId } from './common'; | ||
export declare type NotificationType = 'all' | 'message' | 'friendRequest' | 'invite' | 'votetokick' | 'halp' | 'hidden'; | ||
export declare type NotificationType = 'all' | 'message' | 'friendrequest' | 'invite' | 'votetokick' | 'halp' | 'hidden'; | ||
export interface Details { | ||
@@ -4,0 +4,0 @@ invite: WorldId; |
@@ -71,3 +71,3 @@ import { AvatarId, DateTimeString, InstanceId, SearchRequest, UserId, WorldId } from './common'; | ||
export interface FriendRequestResponse extends NotificationInfo { | ||
type: 'friendRequest'; | ||
type: 'friendrequest'; | ||
} | ||
@@ -74,0 +74,0 @@ export interface UserResponse { |
{ | ||
"name": "vrchat-client-updated", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Unofficial VRChat API Client for Node.js. Updated by Kakious with updated API information and axios version", | ||
"main": "dist/main.js", | ||
"repository": "https://github.com/LinaTsukusu/vrchat-client.git", | ||
"repository": "https://github.com/kakious/vrchat-client.git", | ||
"author": "LinaTsukusu/Kakious", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
32924