@grom.js/bot-api-spec 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../src/types.gen.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAmtmB1C;;;;;GAKG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6RjB,CAAA"}
1
+ {"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../src/types.gen.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AA2wmB1C;;;;;GAKG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6RjB,CAAA"}
package/dist/types.gen.js CHANGED
@@ -16239,7 +16239,21 @@ const InlineQueryResultCachedVideo = t({
16239
16239
  {
16240
16240
  name: 'parse_mode',
16241
16241
  type: {
16242
- type: 'str',
16242
+ type: 'union',
16243
+ types: [
16244
+ {
16245
+ type: 'str',
16246
+ literal: 'HTML',
16247
+ },
16248
+ {
16249
+ type: 'str',
16250
+ literal: 'MarkdownV2',
16251
+ },
16252
+ {
16253
+ type: 'str',
16254
+ literal: 'Markdown',
16255
+ },
16256
+ ],
16243
16257
  },
16244
16258
  description: {
16245
16259
  markdown: 'Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api#formatting-options) for more details.',
@@ -16354,7 +16368,21 @@ const InlineQueryResultCachedVoice = t({
16354
16368
  {
16355
16369
  name: 'parse_mode',
16356
16370
  type: {
16357
- type: 'str',
16371
+ type: 'union',
16372
+ types: [
16373
+ {
16374
+ type: 'str',
16375
+ literal: 'HTML',
16376
+ },
16377
+ {
16378
+ type: 'str',
16379
+ literal: 'MarkdownV2',
16380
+ },
16381
+ {
16382
+ type: 'str',
16383
+ literal: 'Markdown',
16384
+ },
16385
+ ],
16358
16386
  },
16359
16387
  description: {
16360
16388
  markdown: 'Mode for parsing entities in the voice message caption. See [formatting options](https://core.telegram.org/bots/api#formatting-options) for more details.',
@@ -16449,7 +16477,21 @@ const InlineQueryResultCachedAudio = t({
16449
16477
  {
16450
16478
  name: 'parse_mode',
16451
16479
  type: {
16452
- type: 'str',
16480
+ type: 'union',
16481
+ types: [
16482
+ {
16483
+ type: 'str',
16484
+ literal: 'HTML',
16485
+ },
16486
+ {
16487
+ type: 'str',
16488
+ literal: 'MarkdownV2',
16489
+ },
16490
+ {
16491
+ type: 'str',
16492
+ literal: 'Markdown',
16493
+ },
16494
+ ],
16453
16495
  },
16454
16496
  description: {
16455
16497
  markdown: 'Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api#formatting-options) for more details.',
@@ -16541,7 +16583,21 @@ const InputTextMessageContent = t({
16541
16583
  {
16542
16584
  name: 'parse_mode',
16543
16585
  type: {
16544
- type: 'str',
16586
+ type: 'union',
16587
+ types: [
16588
+ {
16589
+ type: 'str',
16590
+ literal: 'HTML',
16591
+ },
16592
+ {
16593
+ type: 'str',
16594
+ literal: 'MarkdownV2',
16595
+ },
16596
+ {
16597
+ type: 'str',
16598
+ literal: 'Markdown',
16599
+ },
16600
+ ],
16545
16601
  },
16546
16602
  description: {
16547
16603
  markdown: 'Mode for parsing entities in the message text. See [formatting options](https://core.telegram.org/bots/api#formatting-options) for more details.',