revolt-api
Advanced tools
Comparing version 0.5.3-rc.10 to 0.5.3-rc.11
@@ -88,3 +88,3 @@ import type { AxiosRequestConfig } from 'axios'; | ||
/** | ||
* Send HTTP GET request. | ||
* Send HTTP PATCH request. | ||
* @param path Path | ||
@@ -91,0 +91,0 @@ * @param params Body or Query Parameters |
@@ -41,4 +41,3 @@ import { components } from './schema'; | ||
export declare type SystemMessage = components['schemas']['SystemMessage']; | ||
export declare type DateTimeContainer = components['schemas']['DateTimeContainer']; | ||
export declare type DateTime = components['schemas']['DateTime']; | ||
export declare type ISO8601_Timestamp = components['schemas']['ISO8601 Timestamp']; | ||
export declare type Embed = components['schemas']['Embed']; | ||
@@ -45,0 +44,0 @@ export declare type Special = components['schemas']['Special']; |
{ | ||
"name": "revolt-api", | ||
"version": "0.5.3-rc.10", | ||
"version": "0.5.3-rc.11", | ||
"description": "Revolt API Library", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@insertish/oapi": "0.1.13", | ||
"@insertish/oapi": "0.1.14", | ||
"axios": "^0.26.1", | ||
@@ -24,0 +24,0 @@ "lodash.defaultsdeep": "^4.6.1" |
@@ -188,3 +188,3 @@ // This file was auto-generated by @insertish/oapi! | ||
/** | ||
* Send HTTP GET request. | ||
* Send HTTP PATCH request. | ||
* @param path Path | ||
@@ -191,0 +191,0 @@ * @param params Body or Query Parameters |
@@ -42,4 +42,3 @@ // This file was auto-generated by @insertish/oapi! | ||
export type SystemMessage = components['schemas']['SystemMessage']; | ||
export type DateTimeContainer = components['schemas']['DateTimeContainer']; | ||
export type DateTime = components['schemas']['DateTime']; | ||
export type ISO8601_Timestamp = components['schemas']['ISO8601 Timestamp']; | ||
export type Embed = components['schemas']['Embed']; | ||
@@ -46,0 +45,0 @@ export type Special = components['schemas']['Special']; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
17237
529747
+ Added@insertish/oapi@0.1.14(transitive)
- Removed@insertish/oapi@0.1.13(transitive)
Updated@insertish/oapi@0.1.14