late-sdk 0.0.623 → 0.0.624

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: 95e18dcebabfe1ab2b83cc8835ae1f218c4bfed13a7a91ad57cbefd95a1b9bfe
4
- data.tar.gz: a3bcbcdf57b309f3c4eb74bfe84ed441905ac33510434fbd199045e20b7a89fb
3
+ metadata.gz: 61b98281db6f97ec3f3ce938a51eaf8281110fce38ab6ddaf7efdc025b0fea93
4
+ data.tar.gz: 163f48378b47cfb64c40f16aa0b323f150e952f5f23bb761081be0f66969a175
5
5
  SHA512:
6
- metadata.gz: 6754317e7ebbd65c85f50666f016156195693929fc7a6dfab01b4cd7055372929961ed6626e9669c9ca9a1de4bc3809c599d7eba3e8e235d1dbadda2a25b5a4f
7
- data.tar.gz: 7bf496c5bdddef61579bdfe3e8988c100844d8a82fbc29d2f93a018f35c7722760ba2c67631d288f83363a65e621e3fdbd016ec0e8df87b34a879af75bc764e6
6
+ metadata.gz: b392c30fb018f055c9e9a0a67ec0df8c7bfee70c5afd8826edffb00107df199bbd72b0320d6e7ead5260d9f1e4b7db3aeba5a3beac9aaa5038da3231b3877bbf
7
+ data.tar.gz: de6a1f879d6bea1c5b7284877c352c4fc8def47dd7c9b76e67705c81d929ceeda87ac97abb5be99a13f72881e4c31e51d04c96565deb4f57487adf6c1be64871
@@ -12,7 +12,7 @@
12
12
  | **geo_restriction** | [**GeoRestriction**](GeoRestriction.md) | | [optional] |
13
13
  | **carousel_cards** | [**Array<FacebookPlatformDataCarouselCardsInner>**](FacebookPlatformDataCarouselCardsInner.md) | Renders the post as a multi-link carousel (organic Page post). When set, mediaItems must be provided with the same length and all items must be images (no videos). Each cards[i] adds the click-through link and headline for the image at mediaItems[i]. Mutually exclusive with contentType=story|reel. Facebook display truncates name at ~35 chars and description at ~30 chars; longer strings are accepted but get truncated on render. | [optional] |
14
14
  | **carousel_link** | **String** | Optional top-level \"See more\" destination shown on the carousel end card. Defaults to the first card's link when omitted. Only used together with carouselCards. | [optional] |
15
- | **text_format_preset_id** | **String** | Facebook-defined preset ID that renders the post as large text on a colored background (Graph `text_format_preset_id`). Supply the raw numeric ID from Meta; we do not publish a catalog of presets and Facebook may change the available set. Pages only (ignored on personal profiles and groups) and text-only feed posts only: the request is rejected with 400 when mediaItems or carouselCards are present, when contentType is story or reel, when content is empty, or when content exceeds 130 characters. Those are Facebook limits, and above them Facebook silently drops the background and publishes a plain text post instead of returning an error, so we reject up front rather than let the background disappear. A URL detected in the content is NOT attached as a link preview while a preset is set, because a link attachment also makes Facebook drop the background. | [optional] |
15
+ | **text_format_preset_id** | **String** | Facebook-defined preset ID that renders the post as large text on a colored background (Graph `text_format_preset_id`). Supply the raw numeric ID from Meta; we do not publish a catalog of presets and Facebook may change the available set. Pages only (ignored on personal profiles and groups) and text-only feed posts only: the request is rejected with 400 when mediaItems or carouselCards are present, when contentType is story or reel, or when content is empty. An attachment makes Facebook drop the background silently, so those are rejected up front. Length is NOT rejected: Facebook's composer stops offering a background at around 130 characters, but Meta documents no API limit, so longer content publishes and returns a warning instead. A URL detected in the content is NOT attached as a link preview while a preset is set, because a link attachment also makes Facebook drop the background. | [optional] |
16
16
 
17
17
  ## Example
18
18
 
@@ -39,7 +39,7 @@ module Zernio
39
39
  # Optional top-level \"See more\" destination shown on the carousel end card. Defaults to the first card's link when omitted. Only used together with carouselCards.
40
40
  attr_accessor :carousel_link
41
41
 
42
- # Facebook-defined preset ID that renders the post as large text on a colored background (Graph `text_format_preset_id`). Supply the raw numeric ID from Meta; we do not publish a catalog of presets and Facebook may change the available set. Pages only (ignored on personal profiles and groups) and text-only feed posts only: the request is rejected with 400 when mediaItems or carouselCards are present, when contentType is story or reel, when content is empty, or when content exceeds 130 characters. Those are Facebook limits, and above them Facebook silently drops the background and publishes a plain text post instead of returning an error, so we reject up front rather than let the background disappear. A URL detected in the content is NOT attached as a link preview while a preset is set, because a link attachment also makes Facebook drop the background.
42
+ # Facebook-defined preset ID that renders the post as large text on a colored background (Graph `text_format_preset_id`). Supply the raw numeric ID from Meta; we do not publish a catalog of presets and Facebook may change the available set. Pages only (ignored on personal profiles and groups) and text-only feed posts only: the request is rejected with 400 when mediaItems or carouselCards are present, when contentType is story or reel, or when content is empty. An attachment makes Facebook drop the background silently, so those are rejected up front. Length is NOT rejected: Facebook's composer stops offering a background at around 130 characters, but Meta documents no API limit, so longer content publishes and returns a warning instead. A URL detected in the content is NOT attached as a link preview while a preset is set, because a link attachment also makes Facebook drop the background.
43
43
  attr_accessor :text_format_preset_id
44
44
 
45
45
  class EnumAttributeValidator
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.623'
14
+ VERSION = '0.0.624'
15
15
  end
data/openapi.yaml CHANGED
@@ -4546,12 +4546,12 @@ components:
4546
4546
  we do not publish a catalog of presets and Facebook may change the available set.
4547
4547
  Pages only (ignored on personal profiles and groups) and text-only feed posts only:
4548
4548
  the request is rejected with 400 when mediaItems or carouselCards are present, when
4549
- contentType is story or reel, when content is empty, or when content exceeds 130
4550
- characters. Those are Facebook limits, and above them Facebook silently drops the
4551
- background and publishes a plain text post instead of returning an error, so we
4552
- reject up front rather than let the background disappear. A URL detected in the
4553
- content is NOT attached as a link preview while a preset is set, because a link
4554
- attachment also makes Facebook drop the background.
4549
+ contentType is story or reel, or when content is empty. An attachment makes Facebook
4550
+ drop the background silently, so those are rejected up front. Length is NOT rejected:
4551
+ Facebook's composer stops offering a background at around 130 characters, but Meta
4552
+ documents no API limit, so longer content publishes and returns a warning instead.
4553
+ A URL detected in the content is NOT attached as a link preview while a preset is
4554
+ set, because a link attachment also makes Facebook drop the background.
4555
4555
  description: >
4556
4556
  Feed posts support up to 10 images (no mixed video+image). Stories require single media (24h, no captions).
4557
4557
  Reels require single vertical video (9:16, 3-60s). Carousel posts (carouselCards) render a 2-5 card
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.623
4
+ version: 0.0.624
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4895,7 +4895,7 @@ files:
4895
4895
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4896
4896
  - spec/models/you_tube_video_retention_response_spec.rb
4897
4897
  - spec/spec_helper.rb
4898
- - zernio-sdk-0.0.623.gem
4898
+ - zernio-sdk-0.0.624.gem
4899
4899
  - zernio-sdk.gemspec
4900
4900
  homepage: https://openapi-generator.tech
4901
4901
  licenses:
Binary file