revolt-api
Advanced tools
Comparing version 0.5.5-2 to 0.5.5-3
@@ -141,3 +141,3 @@ import type { AxiosRequestConfig } from 'axios'; | ||
parts: Count<Path, '/'>; | ||
}>(path: Path, config?: AxiosRequestConfig): Promise<Route['response']>; | ||
}>(path: Path, params?: any, config?: AxiosRequestConfig): Promise<Route['response']>; | ||
/** | ||
@@ -154,3 +154,3 @@ * Send HTTP DELETE request. | ||
parts: Count<Path, '/'>; | ||
}>(path: Path): Promise<Route['response']>; | ||
}>(path: Path, params?: any): Promise<Route['response']>; | ||
/** | ||
@@ -157,0 +157,0 @@ * Send HTTP POST request. |
@@ -141,3 +141,3 @@ import type { AxiosRequestConfig } from 'axios'; | ||
parts: Count<Path, '/'>; | ||
}>(path: Path, config?: AxiosRequestConfig): Promise<Route['response']>; | ||
}>(path: Path, params?: any, config?: AxiosRequestConfig): Promise<Route['response']>; | ||
/** | ||
@@ -154,3 +154,3 @@ * Send HTTP DELETE request. | ||
parts: Count<Path, '/'>; | ||
}>(path: Path): Promise<Route['response']>; | ||
}>(path: Path, params?: any): Promise<Route['response']>; | ||
/** | ||
@@ -157,0 +157,0 @@ * Send HTTP POST request. |
{ | ||
"name": "revolt-api", | ||
"version": "0.5.5-2", | ||
"version": "0.5.5-3", | ||
"description": "Revolt API Library", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@insertish/oapi": "0.1.17", | ||
"@insertish/oapi": "0.1.18", | ||
"axios": "^0.26.1", | ||
@@ -25,0 +25,0 @@ "lodash.defaultsdeep": "^4.6.1" |
@@ -236,3 +236,3 @@ // This file was auto-generated by @insertish/oapi! | ||
*/ | ||
delete<Path extends DeleteRoutes['path'], Route extends DeleteRoutes & { path: Path, parts: Count<Path, '/'> }>(path: Path, config?: AxiosRequestConfig): Promise<Route['response']>; | ||
delete<Path extends DeleteRoutes['path'], Route extends DeleteRoutes & { path: Path, parts: Count<Path, '/'> }>(path: Path, params?: any, config?: AxiosRequestConfig): Promise<Route['response']>; | ||
@@ -245,3 +245,3 @@ /** | ||
*/ | ||
delete<Path extends (DeleteRoutes & { params: undefined })['path'], Route extends DeleteRoutes & { path: Path, parts: Count<Path, '/'> }>(path: Path): Promise<Route['response']>; | ||
delete<Path extends (DeleteRoutes & { params: undefined })['path'], Route extends DeleteRoutes & { path: Path, parts: Count<Path, '/'> }>(path: Path, params?: any): Promise<Route['response']>; | ||
@@ -248,0 +248,0 @@ delete(path: any, params?: any, config?: AxiosRequestConfig): Promise<any> { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
848003
+ Added@insertish/oapi@0.1.18(transitive)
- Removed@insertish/oapi@0.1.17(transitive)
Updated@insertish/oapi@0.1.18