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 +4 -4
- data/docs/SendInboxMessageRequest.md +1 -1
- data/lib/zernio-sdk/models/send_inbox_message_request.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +2 -2
- data/zernio-sdk-0.0.689.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.688.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77ad66a73711e4651943350505a059620a9a5dc923504bb68c3e01d6dc341653
|
|
4
|
+
data.tar.gz: 912fc2e3c3a9890dfb47953f31b5f613d1e90dd674b314eaca84a13da9de550c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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
|
data/lib/zernio-sdk/version.rb
CHANGED
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
|
|
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
|
|
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.
|
|
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.
|
|
5021
|
+
- zernio-sdk-0.0.689.gem
|
|
5022
5022
|
- zernio-sdk.gemspec
|
|
5023
5023
|
homepage: https://openapi-generator.tech
|
|
5024
5024
|
licenses:
|
data/zernio-sdk-0.0.688.gem
DELETED
|
Binary file
|