late-sdk 0.0.595 → 0.0.596

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: 8a9951e9e9dc1112734f8cbe3cd309e8914dd7696bfbe9fb708d023b6f37fa1c
4
- data.tar.gz: a65c38287c38db1eae9b07b405daf15d25632ed969e0aa591e20f13ec3e2adeb
3
+ metadata.gz: 6f718c8d4b1fe5b329b42951f756fc4c3c315184aac5859e03a36ea3ea91035c
4
+ data.tar.gz: 1230b772e17e0280e284c6c56bde670e2ca80a113059a13bc7309609f9544df6
5
5
  SHA512:
6
- metadata.gz: f0d775abf35999f7b8016419f4a6fcb36366cb4adf64f7e7bc83d2d6475799998e70bea8973fdb203dbe3ebfde3a625104ef815f6625a23f20a233d3228ebba3
7
- data.tar.gz: 87b65da6bcd0a8929e57a7c6bd5656a4b3c78736a14e04751882cbd71a1e66d1821ad61df5c34b83e51bc7a4426f6e538afe84158159565d1014d4df5eb38731
6
+ metadata.gz: cb7b48429c11b7364f4d3e1cca08052e33e992304d6e13d3dca4233a83345fddf9563be5b409739a0833a1b367aff037d1327388c64fa1897b35c54f3ec913d0
7
+ data.tar.gz: cade3a2e4cf0b858110770a9265a10b0fc222974fbb4d3f00b76757470b6ea7eae2e6383bf4b5af1f4ac7cc5b52feca3770474e40ad4ca024c5767d5875c14da
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
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] |
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. X only permits replying to your own posts or posts you are mentioned in; replying to an arbitrary other account's post is rejected by X. | [optional] |
8
8
  | **quote_tweet_id** | **String** | ID (or full status URL) of an existing tweet to quote-repost. The published tweet becomes a quote tweet of the target. Mutually exclusive with media and poll. X only permits quoting your own posts or posts you are mentioned in / part of the conversation thread of; quoting an arbitrary other account's post is rejected by X. Billed at the standard create rate ($0.015), unlike pasting a tweet URL into the text which is billed at the URL rate ($0.20). For threads, applies to the first tweet only. | [optional] |
9
9
  | **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] |
10
10
  | **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] |
@@ -16,7 +16,7 @@ require 'time'
16
16
  module Zernio
17
17
  # X (Twitter) geo-restriction applies at the media level. Media in geo-restricted tweets will be hidden for users outside the specified countries; the tweet text itself remains visible globally. Requires media to be attached (ignored for text-only tweets).
18
18
  class TwitterPlatformData < ApiModelBase
19
- # 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.
19
+ # 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. X only permits replying to your own posts or posts you are mentioned in; replying to an arbitrary other account's post is rejected by X.
20
20
  attr_accessor :reply_to_tweet_id
21
21
 
22
22
  # ID (or full status URL) of an existing tweet to quote-repost. The published tweet becomes a quote tweet of the target. Mutually exclusive with media and poll. X only permits quoting your own posts or posts you are mentioned in / part of the conversation thread of; quoting an arbitrary other account's post is rejected by X. Billed at the standard create rate ($0.015), unlike pasting a tweet URL into the text which is billed at the URL rate ($0.20). For threads, applies to the first tweet only.
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.595'
14
+ VERSION = '0.0.596'
15
15
  end
data/openapi.yaml CHANGED
@@ -4239,7 +4239,7 @@ components:
4239
4239
  properties:
4240
4240
  replyToTweetId:
4241
4241
  type: string
4242
- description: 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.
4242
+ description: 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. X only permits replying to your own posts or posts you are mentioned in; replying to an arbitrary other account's post is rejected by X.
4243
4243
  quoteTweetId:
4244
4244
  type: string
4245
4245
  description: ID (or full status URL) of an existing tweet to quote-repost. The published tweet becomes a quote tweet of the target. Mutually exclusive with media and poll. X only permits quoting your own posts or posts you are mentioned in / part of the conversation thread of; quoting an arbitrary other account's post is rejected by X. Billed at the standard create rate ($0.015), unlike pasting a tweet URL into the text which is billed at the URL rate ($0.20). For threads, applies to the first tweet only.
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.595
4
+ version: 0.0.596
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4823,7 +4823,7 @@ files:
4823
4823
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4824
4824
  - spec/models/you_tube_video_retention_response_spec.rb
4825
4825
  - spec/spec_helper.rb
4826
- - zernio-sdk-0.0.595.gem
4826
+ - zernio-sdk-0.0.596.gem
4827
4827
  - zernio-sdk.gemspec
4828
4828
  homepage: https://openapi-generator.tech
4829
4829
  licenses:
Binary file