@guildedts/rest
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "@guildedts/rest", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "The REST API manager for Guilded.TS.", | ||
"main": "lib/index.js", | ||
"types": "typings/index.d.ts", | ||
"repository": { | ||
"url": "guildedts/guilded.ts", | ||
"directory": "packages/rest" | ||
}, | ||
"homepage": "https://guildedts.js.org", | ||
"main": "lib", | ||
"types": "typings", | ||
"files": [ | ||
"CHANGELOG.md", | ||
"lib", | ||
@@ -16,18 +22,11 @@ "typings" | ||
"ts", | ||
"types" | ||
"typings", | ||
"rest" | ||
], | ||
"contributors": [ | ||
"Gamertike (https://gamertike.com)" | ||
"Danielius | Gamertike (https://gamertike.com)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guildedts/guilded.ts.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/guildedts/guilded.ts/issues" | ||
}, | ||
"homepage": "https://guildedts.js.org", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"guilded-api-typings": "^0.8.1", | ||
"guilded-api-typings": "^0.9.0", | ||
"node-fetch": "^2.6.7" | ||
@@ -34,0 +33,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { APICalendarEventRsvp, APICalendarEventRsvpStatusString } from 'guilded-api-typings'; | ||
import { APICalendarEventRsvp, CalendarEventRsvpStatus } from 'guilded-api-typings'; | ||
import { BaseRouter } from '../BaseRouter'; | ||
@@ -38,3 +38,3 @@ /** | ||
*/ | ||
edit(channelId: string, calendarEventId: number, userId: string, status: APICalendarEventRsvpStatusString): Promise<APICalendarEventRsvp>; | ||
edit(channelId: string, calendarEventId: number, userId: string, status: CalendarEventRsvpStatus): Promise<APICalendarEventRsvp>; | ||
/** | ||
@@ -41,0 +41,0 @@ * Delete a calendar event RSVP from Guilded. |
@@ -1,2 +0,2 @@ | ||
import { APIMessageFetchOptions, APIMessage, APIMessagePayloadResolvable, APIMessageEditPayloadResolvable } from 'guilded-api-typings'; | ||
import { APIMessageFetchManyOptions, APIMessage, APIMessagePayloadResolvable, APIMessageEditPayloadResolvable } from 'guilded-api-typings'; | ||
import { BaseRouter } from './BaseRouter'; | ||
@@ -23,3 +23,3 @@ /** | ||
*/ | ||
fetch(channelId: string, options?: APIMessageFetchOptions): Promise<APIMessage[]>; | ||
fetch(channelId: string, options?: APIMessageFetchManyOptions): Promise<APIMessage[]>; | ||
/** @ignore */ | ||
@@ -26,0 +26,0 @@ private fetchSingle; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
137210
80
0
1
1
+ Addedguilded-api-typings@0.9.0(transitive)
- Removedguilded-api-typings@0.8.2(transitive)
Updatedguilded-api-typings@^0.9.0