Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gramio/types

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gramio/types - npm Package Compare versions

Comparing version 7.3.1 to 7.3.2

12

out/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc