late-sdk 0.0.116 → 0.0.117

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: de27a39b48fee776fce4622583a605bf899492b48f8d7278f4949b559811cc59
4
- data.tar.gz: 63d4de87d3c4ae3bc3066cda13fd10c2696ecb4ae04925e2ce0c0c4f08d3e1ba
3
+ metadata.gz: a3909d5c6517bdf02287864de45d6832472310f508cd744dc35f97b6fdfed4f6
4
+ data.tar.gz: 2f1a37ec0bedb5a4fe4642c2cfac4469248e5c3f2ff3fc0dba3a07ea9ee9a91a
5
5
  SHA512:
6
- metadata.gz: 35798f205c8a7aa22d6822985b49228099332e08f3b1677c749057bc4cb144d49b19bbb617e8d11924acaaa2950e509d95d5a510e1412290ceacf52ca404e99e
7
- data.tar.gz: ba1cfacf90a2924d1511e4a49a684fb2ad8770c053e4ce6c4aeebb03638a6ade9d8ddc41b6213cd3c7838b78151107b1255e1ec89715af6c84c01e60f8dfb22c
6
+ metadata.gz: 8c70f92c5db36dc492889abd4439a22d48b5db8c487faef127d3319c92b1be3cf6b06b54966524e50914b53780b4f4ef1b86e667b2dd216aa9c97b6e5ddb27db
7
+ data.tar.gz: 737a29f90ecc67cf5565ae6eaa0e1f39f3ff50d3ee5ea8288b18d24c23a64c931dbadbd8553f5c672149c421f1f013d45d0cfb1ac9bec6bbd7a7fa0ed27381f9
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **thread_items** | [**Array<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md) | Sequence of posts in a Bluesky thread (root then replies in order). | [optional] |
7
+ | **thread_items** | [**Array<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md) | Complete sequence of posts in a Bluesky thread. The first item becomes the root post, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first post as threadItems[0]. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **topic_tag** | **String** | Topic tag for post categorization and discoverability on Threads. Must be 1-50 characters, cannot contain periods (.) or ampersands (&). Overrides auto-extraction from content hashtags when provided. | [optional] |
8
- | **thread_items** | [**Array<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md) | Sequence of posts in a Threads thread (root then replies in order). | [optional] |
8
+ | **thread_items** | [**Array<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md) | Complete sequence of posts in a Threads thread. The first item becomes the root post, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first post as threadItems[0]. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **reply_to_tweet_id** | **String** | ID of an existing tweet to reply to. The published tweet will appear as a reply in that tweet's thread. For threads, only the first tweet replies to the target; subsequent tweets chain normally. | [optional] |
8
8
  | **reply_settings** | **String** | Controls who can reply to the tweet. \"following\" allows only people you follow, \"mentionedUsers\" allows only mentioned users, \"subscribers\" allows only subscribers, \"verified\" allows only verified users. Omit for default (everyone can reply). For threads, applies to the first tweet only. Cannot be combined with replyToTweetId. | [optional] |
9
- | **thread_items** | [**Array<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md) | Sequence of tweets in a thread. First item is the root tweet. | [optional] |
9
+ | **thread_items** | [**Array<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md) | Complete sequence of tweets in a thread. The first item becomes the root tweet, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first tweet as threadItems[0]. | [optional] |
10
10
  | **poll** | [**TwitterPlatformDataPoll**](TwitterPlatformDataPoll.md) | | [optional] |
11
11
  | **long_video** | **Boolean** | Enable long video uploads (over 140 seconds) using amplify_video media category. Requires the connected X account to have an active X Premium subscription. When true, videos are uploaded with the amplify_video category which supports longer durations (up to 10 minutes via API). When false or omitted, the standard tweet_video category is used (140 second limit). Note that not all Premium accounts have API long-video access, as X may require separate allowlisting. | [optional][default to false] |
12
12
 
@@ -16,7 +16,7 @@ require 'time'
16
16
  module Late
17
17
  # Bluesky post settings. Supports text posts with up to 4 images or a single video. threadItems creates a reply chain (Bluesky thread). Images exceeding 1MB are automatically compressed. Alt text supported via mediaItem properties.
18
18
  class BlueskyPlatformData < ApiModelBase
19
- # Sequence of posts in a Bluesky thread (root then replies in order).
19
+ # Complete sequence of posts in a Bluesky thread. The first item becomes the root post, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first post as threadItems[0].
20
20
  attr_accessor :thread_items
21
21
 
22
22
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -19,7 +19,7 @@ module Late
19
19
  # Topic tag for post categorization and discoverability on Threads. Must be 1-50 characters, cannot contain periods (.) or ampersands (&). Overrides auto-extraction from content hashtags when provided.
20
20
  attr_accessor :topic_tag
21
21
 
22
- # Sequence of posts in a Threads thread (root then replies in order).
22
+ # Complete sequence of posts in a Threads thread. The first item becomes the root post, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first post as threadItems[0].
23
23
  attr_accessor :thread_items
24
24
 
25
25
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -21,7 +21,7 @@ module Late
21
21
  # Controls who can reply to the tweet. \"following\" allows only people you follow, \"mentionedUsers\" allows only mentioned users, \"subscribers\" allows only subscribers, \"verified\" allows only verified users. Omit for default (everyone can reply). For threads, applies to the first tweet only. Cannot be combined with replyToTweetId.
22
22
  attr_accessor :reply_settings
23
23
 
24
- # Sequence of tweets in a thread. First item is the root tweet.
24
+ # Complete sequence of tweets in a thread. The first item becomes the root tweet, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first tweet as threadItems[0].
25
25
  attr_accessor :thread_items
26
26
 
27
27
  attr_accessor :poll
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.116'
14
+ VERSION = '0.0.117'
15
15
  end
data/openapi.yaml CHANGED
@@ -1627,7 +1627,11 @@ components:
1627
1627
  description: Controls who can reply to the tweet. "following" allows only people you follow, "mentionedUsers" allows only mentioned users, "subscribers" allows only subscribers, "verified" allows only verified users. Omit for default (everyone can reply). For threads, applies to the first tweet only. Cannot be combined with replyToTweetId.
1628
1628
  threadItems:
1629
1629
  type: array
1630
- description: Sequence of tweets in a thread. First item is the root tweet.
1630
+ description: >
1631
+ Complete sequence of tweets in a thread. The first item becomes the root tweet,
1632
+ subsequent items are chained as replies. When threadItems is provided, the top-level
1633
+ content field is used only for display and search purposes, it is NOT published.
1634
+ You must include your first tweet as threadItems[0].
1631
1635
  items:
1632
1636
  type: object
1633
1637
  properties:
@@ -1671,7 +1675,11 @@ components:
1671
1675
  description: Topic tag for post categorization and discoverability on Threads. Must be 1-50 characters, cannot contain periods (.) or ampersands (&). Overrides auto-extraction from content hashtags when provided.
1672
1676
  threadItems:
1673
1677
  type: array
1674
- description: Sequence of posts in a Threads thread (root then replies in order).
1678
+ description: >
1679
+ Complete sequence of posts in a Threads thread. The first item becomes the root post,
1680
+ subsequent items are chained as replies. When threadItems is provided, the top-level
1681
+ content field is used only for display and search purposes, it is NOT published.
1682
+ You must include your first post as threadItems[0].
1675
1683
  items:
1676
1684
  type: object
1677
1685
  properties:
@@ -1992,7 +2000,11 @@ components:
1992
2000
  properties:
1993
2001
  threadItems:
1994
2002
  type: array
1995
- description: Sequence of posts in a Bluesky thread (root then replies in order).
2003
+ description: >
2004
+ Complete sequence of posts in a Bluesky thread. The first item becomes the root post,
2005
+ subsequent items are chained as replies. When threadItems is provided, the top-level
2006
+ content field is used only for display and search purposes, it is NOT published.
2007
+ You must include your first post as threadItems[0].
1996
2008
  items:
1997
2009
  type: object
1998
2010
  properties:
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.116
4
+ version: 0.0.117
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -2436,7 +2436,7 @@ files:
2436
2436
  - spec/models/you_tube_scope_missing_response_scope_status_spec.rb
2437
2437
  - spec/models/you_tube_scope_missing_response_spec.rb
2438
2438
  - spec/spec_helper.rb
2439
- - zernio-sdk-0.0.116.gem
2439
+ - zernio-sdk-0.0.117.gem
2440
2440
  homepage: https://openapi-generator.tech
2441
2441
  licenses:
2442
2442
  - Unlicense
Binary file