late-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
- data/zernio-sdk-0.0.113.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.112.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: 8160e446ef3ec93abd844468dc7f05842321e561e7e974f624324bfa4b836aaa
|
|
4
|
+
data.tar.gz: 66a63f42295e6c395a21df0efaf76387001484b69366148146e1511b7d3ca6c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6119d87f8fc9be004cdb83b141df81a6af68bc399c0d0819df06e226e31d441062915cdcc019eefec650c7e91fb0bf5d26065b782565e1f0b9cdde03bd29429e
|
|
7
|
+
data.tar.gz: f7ac0bf70e40baaab23f451e9f61d1c5814da686e578b49f91098aed20760180970c8053a8d31499ed6441a5d76de4205e62e520a5dc859cc3b5a0af8f710aee
|
|
@@ -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.
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.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
|
|
@@ -2442,7 +2442,7 @@ files:
|
|
|
2442
2442
|
- spec/models/you_tube_scope_missing_response_scope_status_spec.rb
|
|
2443
2443
|
- spec/models/you_tube_scope_missing_response_spec.rb
|
|
2444
2444
|
- spec/spec_helper.rb
|
|
2445
|
-
- zernio-sdk-0.0.
|
|
2445
|
+
- zernio-sdk-0.0.113.gem
|
|
2446
2446
|
homepage: https://openapi-generator.tech
|
|
2447
2447
|
licenses:
|
|
2448
2448
|
- Unlicense
|
data/zernio-sdk-0.0.112.gem
DELETED
|
Binary file
|