@gramio/types
Advanced tools
Comparing version 7.3.1 to 7.3.2
@@ -1,6 +0,6 @@ | ||
export * from "./methods" | ||
export * from "./params" | ||
export * as TelegramParams from "./params" | ||
export * from "./objects" | ||
export * as TelegramObjects from "./objects" | ||
export { APIMethodParams, APIMethodReturn } from "./utils" | ||
export type * from "./methods" | ||
export type * from "./params" | ||
export type * as TelegramParams from "./params" | ||
export type * from "./objects" | ||
export type * as TelegramObjects from "./objects" | ||
export type { APIMethodParams, APIMethodReturn } from "./utils" |
/** | ||
* Based on Bot API v7.3.0 (6.5.2024) | ||
* Generated at 5/6/2024, 3:59:20 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators | ||
* Generated at 5/6/2024, 4:10:11 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators | ||
*/ | ||
import { | ||
import type { | ||
CallAPIWithOptionalParams, | ||
@@ -10,4 +10,4 @@ CallAPI, | ||
} from "./utils" | ||
import * as Params from "./params" | ||
import * as Objects from "./objects" | ||
import type * as Params from "./params" | ||
import type * as Objects from "./objects" | ||
@@ -14,0 +14,0 @@ export interface APIMethods { |
@@ -1,2 +0,2 @@ | ||
import { APIMethods } from "./methods" | ||
import type { APIMethods } from "./methods" | ||
@@ -3,0 +3,0 @@ export type CallAPI<T, R> = (params: T) => Promise<R> |
{ | ||
"name": "@gramio/types", | ||
"version": "7.3.1", | ||
"version": "7.3.2", | ||
"homepage": "https://github.com/gramiojs/types", | ||
@@ -5,0 +5,0 @@ "readme": "https://github.com/gramiojs/types", |
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
408916