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 +4 -4
- data/docs/FacebookPlatformData.md +1 -1
- data/lib/late-sdk/models/facebook_platform_data.rb +1 -1
- data/lib/late-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a0bbe5a07fa8ac7117d632a9297419ab4b93b3ea5c77c77c19a32105fce5d00
|
|
4
|
+
data.tar.gz: 17863c46060c5f82169f97b86187194d0e20f7c98ce65aec2859fe74559a51b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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.
|
data/lib/late-sdk/version.rb
CHANGED
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2026-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|