Skip to content

Commit

Permalink
release v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 30, 2024
1 parent 41c3dcd commit b83da54
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b0b9a9e89bd55b9621fce3af38b4ae3d31995a8
67bbf4f04cb0b03d1ebf1986bec93f4f4829b98b
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@gramio/types",
"version": "8.1.0",
"version": "8.1.1",
"exports": {
".": "./source/index.ts",
"./methods": "./source/methods.ts",
Expand Down
2 changes: 1 addition & 1 deletion out/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Based on Bot API v8.1.0 (04.12.2024)
*
* Generated at 04.12.2024, 09:58:43 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 30.12.2024, 02:52:06 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/

export type * from "./methods"
Expand Down
2 changes: 1 addition & 1 deletion out/methods.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* Based on Bot API v8.1.0 (04.12.2024)
*
* Generated at 04.12.2024, 09:58:43 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 30.12.2024, 02:52:06 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/

import type {
Expand Down
2 changes: 1 addition & 1 deletion out/objects.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Based on Bot API v8.1.0 (04.12.2024)
*
* Generated at 04.12.2024, 09:58:43 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 30.12.2024, 02:52:06 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/

import type { APIMethods } from "./methods"
Expand Down
4 changes: 2 additions & 2 deletions out/params.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Based on Bot API v8.1.0 (04.12.2024)
*
* Generated at 04.12.2024, 09:58:43 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 30.12.2024, 02:52:06 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/

import type { APIMethods } from "./methods"
Expand All @@ -35,7 +35,7 @@ export interface GetUpdatesParams {
/**
* A JSON-serialized list of the update types you want your bot to receive. For example, specify `["message", "edited_channel_post", "callback_query"]` to only receive updates of these types. See [Update](https://core.telegram.org/bots/api/#update) for a complete list of available update types. Specify an empty list to receive all update types except *chat\_member*, *message\_reaction*, and *message\_reaction\_count* (default). If not specified, the previous setting will be used.
*
* Please note that this parameter doesn't affect updates created before the call to the getUpdates, so unwanted updates may be received for a short period of time.
* Please note that this parameter doesn't affect updates created before the call to getUpdates, so unwanted updates may be received for a short period of time.
*/
allowed_updates?: Exclude<keyof Objects.TelegramUpdate, "update_id">[]
}
Expand Down
2 changes: 1 addition & 1 deletion out/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Based on Bot API v8.1.0 (04.12.2024)
*
* Generated at 04.12.2024, 09:58:43 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 30.12.2024, 02:52:06 using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/

import type { APIMethods } from "./methods"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gramio/types",
"version": "8.1.0",
"version": "8.1.1",
"homepage": "https://github.com/gramiojs/types",
"readme": "https://github.com/gramiojs/types",
"description": "Code-generated and Auto-published Telegram Bot API types",
Expand Down

0 comments on commit b83da54

Please sign in to comment.