late-sdk 0.0.688 → 0.0.689

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b143ecb762b80cabe774126a168a6340056d9a22958f0b24996b7208b17e8cb4
4
- data.tar.gz: 930f50835e0d43b4140e4f101ea7eb55c42427496cbc221101b8b5e57b14b97b
3
+ metadata.gz: 77ad66a73711e4651943350505a059620a9a5dc923504bb68c3e01d6dc341653
4
+ data.tar.gz: 912fc2e3c3a9890dfb47953f31b5f613d1e90dd674b314eaca84a13da9de550c
5
5
  SHA512:
6
- metadata.gz: 1035874795e5b74415661548c47afdfc229ed61ca20928175b48c4d6589a40a296e1b3f51245ee6291974439ea9c8aa2aab3e93d8efdcdbeff441af632f27c2b
7
- data.tar.gz: 0b27cfa924fea7f95420f8046cb9ed09a5a5fb81c63d3e520744a578b2d97404e899360f3d92b120dd3223685029d59095fd53fc50f51decb0e4dece490439cb
6
+ metadata.gz: fdb154e0ee9df4ce17f2adc977a3bf89969b39a6e936096ec064458a357e07883682e6f7110da2c0bab0910aeeb8397695766ff5444d7e57e4678e348f78c101
7
+ data.tar.gz: 9e6e5c2ecf52ef6f0160d1443d1a4e54d66c0779902a3a01bc41c7610af93c3280c42083e21b09f2c28c61ce52e6530dcf62eb304ca55da5b2563b786ad7fcc6
@@ -18,7 +18,7 @@
18
18
  | **reply_markup** | [**SendInboxMessageRequestReplyMarkup**](SendInboxMessageRequestReplyMarkup.md) | | [optional] |
19
19
  | **messaging_type** | **String** | Facebook messaging type. Required when using messageTag. | [optional] |
20
20
  | **message_tag** | **String** | Facebook message tag for messaging outside 24h window. Requires messagingType MESSAGE_TAG. Instagram only supports HUMAN_AGENT. | [optional] |
21
- | **reply_to** | **String** | Platform message ID to quote-reply to. For WhatsApp, pass the wamid; for Telegram, the Telegram message ID; for Instagram, the Meta mid (all available in message.platformMessageId from webhooks or the list-messages endpoint). On Slack it threads the reply (thread_ts) instead of quoting. Silently ignored on platforms without reply support, including Facebook Messenger (Meta's Messenger Send API has no reply_to). | [optional] |
21
+ | **reply_to** | **String** | Platform message ID to quote-reply to. For WhatsApp, pass the wamid; for Telegram, the Telegram message ID (both available in message.platformMessageId from webhooks or the list-messages endpoint). On Slack it threads the reply (thread_ts) instead of quoting. Silently ignored on platforms without send-side reply support, including Instagram and Facebook Messenger (Meta's Send API rejects reply_to on Instagram and does not expose it on Messenger). | [optional] |
22
22
  | **location** | [**SendInboxMessageRequestLocation**](SendInboxMessageRequestLocation.md) | | [optional] |
23
23
  | **contacts** | [**Array<SendInboxMessageRequestContactsInner>**](SendInboxMessageRequestContactsInner.md) | WhatsApp-only. Send one or more contact cards. | [optional] |
24
24
 
@@ -54,7 +54,7 @@ module Zernio
54
54
  # Facebook message tag for messaging outside 24h window. Requires messagingType MESSAGE_TAG. Instagram only supports HUMAN_AGENT.
55
55
  attr_accessor :message_tag
56
56
 
57
- # Platform message ID to quote-reply to. For WhatsApp, pass the wamid; for Telegram, the Telegram message ID; for Instagram, the Meta mid (all available in message.platformMessageId from webhooks or the list-messages endpoint). On Slack it threads the reply (thread_ts) instead of quoting. Silently ignored on platforms without reply support, including Facebook Messenger (Meta's Messenger Send API has no reply_to).
57
+ # Platform message ID to quote-reply to. For WhatsApp, pass the wamid; for Telegram, the Telegram message ID (both available in message.platformMessageId from webhooks or the list-messages endpoint). On Slack it threads the reply (thread_ts) instead of quoting. Silently ignored on platforms without send-side reply support, including Instagram and Facebook Messenger (Meta's Send API rejects reply_to on Instagram and does not expose it on Messenger).
58
58
  attr_accessor :reply_to
59
59
 
60
60
  attr_accessor :location
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.688'
14
+ VERSION = '0.0.689'
15
15
  end
data/openapi.yaml CHANGED
@@ -24750,7 +24750,7 @@ paths:
24750
24750
  description: Facebook message tag for messaging outside 24h window. Requires messagingType MESSAGE_TAG. Instagram only supports HUMAN_AGENT.
24751
24751
  replyTo:
24752
24752
  type: string
24753
- description: 'Platform message ID to quote-reply to. For WhatsApp, pass the wamid; for Telegram, the Telegram message ID; for Instagram, the Meta mid (all available in message.platformMessageId from webhooks or the list-messages endpoint). On Slack it threads the reply (thread_ts) instead of quoting. Silently ignored on platforms without reply support, including Facebook Messenger (Meta''s Messenger Send API has no reply_to).'
24753
+ description: 'Platform message ID to quote-reply to. For WhatsApp, pass the wamid; for Telegram, the Telegram message ID (both available in message.platformMessageId from webhooks or the list-messages endpoint). On Slack it threads the reply (thread_ts) instead of quoting. Silently ignored on platforms without send-side reply support, including Instagram and Facebook Messenger (Meta''s Send API rejects reply_to on Instagram and does not expose it on Messenger).'
24754
24754
  location:
24755
24755
  type: object
24756
24756
  description: WhatsApp-only. Send a location pin.
@@ -24819,7 +24819,7 @@ paths:
24819
24819
  description: Message tag (requires messagingType MESSAGE_TAG)
24820
24820
  replyTo:
24821
24821
  type: string
24822
- description: 'Platform message ID to quote-reply to. For WhatsApp, pass the wamid; for Telegram, the Telegram message ID; for Instagram, the Meta mid (all available in message.platformMessageId from webhooks or the list-messages endpoint). On Slack it threads the reply (thread_ts) instead of quoting. Silently ignored on platforms without reply support, including Facebook Messenger (Meta''s Messenger Send API has no reply_to).'
24822
+ description: 'Platform message ID to quote-reply to. For WhatsApp, pass the wamid; for Telegram, the Telegram message ID (both available in message.platformMessageId from webhooks or the list-messages endpoint). On Slack it threads the reply (thread_ts) instead of quoting. Silently ignored on platforms without send-side reply support, including Instagram and Facebook Messenger (Meta''s Send API rejects reply_to on Instagram and does not expose it on Messenger).'
24823
24823
  voiceNote:
24824
24824
  type: string
24825
24825
  enum: ['true']
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.688
4
+ version: 0.0.689
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -5018,7 +5018,7 @@ files:
5018
5018
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
5019
5019
  - spec/models/you_tube_video_retention_response_spec.rb
5020
5020
  - spec/spec_helper.rb
5021
- - zernio-sdk-0.0.688.gem
5021
+ - zernio-sdk-0.0.689.gem
5022
5022
  - zernio-sdk.gemspec
5023
5023
  homepage: https://openapi-generator.tech
5024
5024
  licenses:
Binary file