zernio-sdk 0.0.820 → 0.0.821

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: 26df76b6eb6c9ad0862d2ca6e44e517a5c54a9d6410b3bc7f716f2fb6b30d0b0
4
- data.tar.gz: 6ef0ac7a7e19b2a7694f783b4bca9bb73a105cbd51309ba52a365ec1c8ab8dbf
3
+ metadata.gz: 776e004f3f72ba261836fc868c3335367cacf14c24f7e39403469fb754232c6e
4
+ data.tar.gz: 1d00051d7f01c4b0278e6bc2759c5d5a3a6ec6eae79f836276d783be9289ce23
5
5
  SHA512:
6
- metadata.gz: 91590d4cb9c0eff22122efcc24a38eb449c246ed9b8fdc006bfae19aa63f29d739669feaa8010ff2b65ae49c235fa6d9ef4dcd8316eed53d7cc98ebb96b92114
7
- data.tar.gz: 1729f074ff854dcd036af00b8d134e7a7b726ce23d00c6c6333cedc01bedeef3696f20ada0a754f82099d4565379a911101cf6044a7b5acab889c2d2db4dfadc
6
+ metadata.gz: b713153c454a24604306b90069815c2e3a400d67d1b0aed9da84dd6e48b9a5a6368c05ac8dce15bc5feab762a346aedf9c8baa7d630dd5eb1416e0e578d8437d
7
+ data.tar.gz: 8e463103802b64be724c31f3c86ba69a571c0ca0cbbbfcd2efe4a81a1dfb5b6f6237b891f174d6843a267ece227e997ad3db3739004b644449f092d315da9dbc
data/docs/CommentsApi.md CHANGED
@@ -631,7 +631,7 @@ end
631
631
 
632
632
  Send private reply
633
633
 
634
- Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Buttons are recommended for cold reach since chips do not render in the Instagram Message Requests folder. `quickReplies` and `buttons` are mutually exclusive.
634
+ Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Chips do not render in the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons, cards and attachments to commenters who do not follow the account (Meta code 2, subcode 1545133, returned here as a non-retryable 400 that says so), and the failed call still consumes the comment's single private reply. To reach non-followers send plain text and add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
635
635
 
636
636
  ### Examples
637
637
 
@@ -690,7 +690,7 @@ module Zernio
690
690
  end
691
691
 
692
692
  # Send private reply
693
- # Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Buttons are recommended for cold reach since chips do not render in the Instagram Message Requests folder. `quickReplies` and `buttons` are mutually exclusive.
693
+ # Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Chips do not render in the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons, cards and attachments to commenters who do not follow the account (Meta code 2, subcode 1545133, returned here as a non-retryable 400 that says so), and the failed call still consumes the comment's single private reply. To reach non-followers send plain text and add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
694
694
  # @param post_id [String] The media/post ID (Instagram media ID or Facebook post ID)
695
695
  # @param comment_id [String] The comment ID to send a private reply to
696
696
  # @param send_private_reply_to_comment_request [SendPrivateReplyToCommentRequest]
@@ -702,7 +702,7 @@ module Zernio
702
702
  end
703
703
 
704
704
  # Send private reply
705
- # Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Buttons are recommended for cold reach since chips do not render in the Instagram Message Requests folder. `quickReplies` and `buttons` are mutually exclusive.
705
+ # Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Chips do not render in the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons, cards and attachments to commenters who do not follow the account (Meta code 2, subcode 1545133, returned here as a non-retryable 400 that says so), and the failed call still consumes the comment's single private reply. To reach non-followers send plain text and add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
706
706
  # @param post_id [String] The media/post ID (Instagram media ID or Facebook post ID)
707
707
  # @param comment_id [String] The comment ID to send a private reply to
708
708
  # @param send_private_reply_to_comment_request [SendPrivateReplyToCommentRequest]
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.820'
14
+ VERSION = '0.0.821'
15
15
  end
data/openapi.yaml CHANGED
@@ -29294,9 +29294,12 @@ paths:
29294
29294
  Send a private message to the author of a comment. Supported on Instagram and Facebook only.
29295
29295
  One reply per comment, must be sent within 7 days. Optionally attach interactive elements:
29296
29296
  `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url
29297
- buttons rendered in the same bubble via Meta's button_template). Buttons are recommended
29298
- for cold reach since chips do not render in the Instagram Message Requests folder.
29299
- `quickReplies` and `buttons` are mutually exclusive.
29297
+ buttons rendered in the same bubble via Meta's button_template). Chips do not render in
29298
+ the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons,
29299
+ cards and attachments to commenters who do not follow the account (Meta code 2, subcode
29300
+ 1545133, returned here as a non-retryable 400 that says so), and the failed call still
29301
+ consumes the comment's single private reply. To reach non-followers send plain text and
29302
+ add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
29300
29303
  tags: [Comments]
29301
29304
  security: [{ bearerAuth: [] }]
29302
29305
  parameters:
@@ -154,7 +154,7 @@ describe 'CommentsApi' do
154
154
 
155
155
  # unit tests for send_private_reply_to_comment
156
156
  # Send private reply
157
- # Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Buttons are recommended for cold reach since chips do not render in the Instagram Message Requests folder. `quickReplies` and `buttons` are mutually exclusive.
157
+ # Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Chips do not render in the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons, cards and attachments to commenters who do not follow the account (Meta code 2, subcode 1545133, returned here as a non-retryable 400 that says so), and the failed call still consumes the comment's single private reply. To reach non-followers send plain text and add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
158
158
  # @param post_id The media/post ID (Instagram media ID or Facebook post ID)
159
159
  # @param comment_id The comment ID to send a private reply to
160
160
  # @param send_private_reply_to_comment_request
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.820
4
+ version: 0.0.821
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator