zernio-sdk 0.0.112 → 0.0.113

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: 4972a35710e44e65577178e61e30bcc1fd3ad2ab91104a5314758f88ec5c9c7c
4
- data.tar.gz: 5545494af6109d84e21cd5acda6761b3bfca440d9698eb6a8fcd7df43f088355
3
+ metadata.gz: 5a0bbe5a07fa8ac7117d632a9297419ab4b93b3ea5c77c77c19a32105fce5d00
4
+ data.tar.gz: 17863c46060c5f82169f97b86187194d0e20f7c98ce65aec2859fe74559a51b7
5
5
  SHA512:
6
- metadata.gz: ce562d0d7991d5aeb054e78156bfcf806a9b82a408c283e110cfa5ce293721b1e1a0b9c711ca4bff707705cb1f1ab30d04768fccef6b05e65723af1c75c18994
7
- data.tar.gz: 2b4e96a95d051fbca0c78bd7e11fdadcb20b4429fb889081b7c6455aa69c464449f79fdb0b3feea80655e3b0e04bf9c98d31d2da5b1a31c905e86e646b235023
6
+ metadata.gz: 6db2e05f067d86dba0ea3e188fa1b90a07ef13bae0587b83439dc5cc11e33f75a78e507319aaff421b49fa2ec16a0d9e726116060bf0771454c0c35173942975
7
+ data.tar.gz: bdc909805c7c8720a3baba78f81579d8d7f90126b266d530e167513672ea7f132d98ae5f2328097292ba06ed9f140a2588e4bf5b020f06f2c6dacb07cbf90a09
@@ -7,7 +7,7 @@
7
7
  | **draft** | **Boolean** | When true, creates the post as an unpublished draft visible in Facebook Publishing Tools instead of publishing immediately. Supported for feed posts (text, link, image, video) and reels. Not supported for stories. Drafts expire after ~30 days. | [optional][default to false] |
8
8
  | **content_type** | **String** | Set to 'story' for Page Stories (24h ephemeral) or 'reel' for Reels (short vertical video). Defaults to feed post if omitted. | [optional] |
9
9
  | **title** | **String** | Reel title (only for contentType=reel). Separate from the caption/content field. | [optional] |
10
- | **first_comment** | **String** | Optional first comment to post immediately after publishing (feed posts only, not stories or reels). Skipped when draft is true. | [optional] |
10
+ | **first_comment** | **String** | Optional first comment to post immediately after publishing (feed posts and reels, not stories). Skipped when draft is true. | [optional] |
11
11
  | **page_id** | **String** | Target Facebook Page ID for multi-page posting. If omitted, uses the default page. Use GET /v1/accounts/{id}/facebook-page to list pages. | [optional] |
12
12
 
13
13
  ## Example
@@ -25,7 +25,7 @@ module Late
25
25
  # Reel title (only for contentType=reel). Separate from the caption/content field.
26
26
  attr_accessor :title
27
27
 
28
- # Optional first comment to post immediately after publishing (feed posts only, not stories or reels). Skipped when draft is true.
28
+ # Optional first comment to post immediately after publishing (feed posts and reels, not stories). Skipped when draft is true.
29
29
  attr_accessor :first_comment
30
30
 
31
31
  # Target Facebook Page ID for multi-page posting. If omitted, uses the default page. Use GET /v1/accounts/{id}/facebook-page to list pages.
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.112'
14
+ VERSION = '0.0.113'
15
15
  end
data/openapi.yaml CHANGED
@@ -1674,7 +1674,7 @@ components:
1674
1674
  description: Reel title (only for contentType=reel). Separate from the caption/content field.
1675
1675
  firstComment:
1676
1676
  type: string
1677
- description: Optional first comment to post immediately after publishing (feed posts only, not stories or reels). Skipped when draft is true.
1677
+ description: Optional first comment to post immediately after publishing (feed posts and reels, not stories). Skipped when draft is true.
1678
1678
  pageId:
1679
1679
  type: string
1680
1680
  description: Target Facebook Page ID for multi-page posting. If omitted, uses the default page. Use GET /v1/accounts/{id}/facebook-page to list pages.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.112
4
+ version: 0.0.113
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-04 00:00:00.000000000 Z
11
+ date: 2026-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus