zernio-sdk 0.0.828 → 0.0.830

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: a899ee77a7c1f7602ebdf10a4fb81acee764ccef52e2737aece1eba1d9a6aaf6
4
- data.tar.gz: 4df99f1c4be40c35a83545c0effb6db9a03d447d33592884fc9601f4ead4a852
3
+ metadata.gz: c7fd0b371a0accafb9fdeea270ee98d73329d3351a4ebbd84bb4a948889b414f
4
+ data.tar.gz: aac25418ea74a172b42d62d6ec291e8d784dcbded3a90d055d17f812eff35d7d
5
5
  SHA512:
6
- metadata.gz: 0e84260ac6503cb4e60ec9f2977508b973f9203ffd21cbb9fc5555119deaf11817a0027e41f2d5bb129cc799d7c1db25b6fc973764e5377f51c92e49e36cc2bf
7
- data.tar.gz: b7fc5feaaef38a44e9590de8eff38a0ad9c776ea2e79ec9c96f6e8bdbd9fc5e9c5b27701d140e1b9b7520d8a3f0c1054127895e4d49ac61e9b29f3c63c805aaf
6
+ metadata.gz: 58b7fc738fd83a161b2993a7159d170b67ad4ccdeacfafc68880ab009f6f6961f63b44cfe42790cd8359584c080d5ed73327b48d983a4c41da083e6a9152364d
7
+ data.tar.gz: e3385b8b195c68a653729ef0de1bbcea618910a55e0f630263760ded658dbfb2e699861da6924d26c166db099bf0df409e0d0910434b4c99a9b46e12aaaee6ef
data/docs/AccountsApi.md CHANGED
@@ -26,7 +26,7 @@ All URIs are relative to *https://zernio.com/api*
26
26
 
27
27
  Disconnect account
28
28
 
29
- Disconnects and removes a connected social account.
29
+ Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
30
30
 
31
31
  ### Examples
32
32
 
@@ -10,7 +10,7 @@
10
10
  | **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] |
11
11
  | **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] |
12
12
  | **poll** | [**TwitterPlatformDataPoll**](TwitterPlatformDataPoll.md) | | [optional] |
13
- | **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] |
13
+ | **long_video** | **Boolean** | Uploads the video with X's amplify_video media category instead of the standard tweet_video. Applied only when the connected X account has a paid X subscription; on other accounts the flag is accepted and ignored. It is not required to post long videos. The standard tweet_video path already publishes videos well past 140 seconds on free accounts, and maximum duration is set by X per account, not by Zernio. Zernio enforces only the 512 MB file-size limit. Some accounts additionally require X's long-video API allowlisting, without which X rejects an amplify_video upload. | [optional][default to false] |
14
14
  | **geo_restriction** | [**GeoRestriction**](GeoRestriction.md) | | [optional] |
15
15
  | **paid_partnership** | **Boolean** | When true, the post is labeled by X as a paid partnership / paid promotion. For threads, applies to the root tweet only. Field availability may depend on your X API access tier. | [optional][default to false] |
16
16
  | **made_with_ai** | **Boolean** | When true, the post is labeled by X as containing AI-generated media. Per X, this label is for AI-generated media, not AI-written text. For threads, applies to the root tweet only. | [optional][default to false] |
@@ -20,7 +20,7 @@ module Zernio
20
20
  @api_client = api_client
21
21
  end
22
22
  # Disconnect account
23
- # Disconnects and removes a connected social account.
23
+ # Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
24
24
  # @param account_id [String]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [DeleteAccountGroup200Response]
@@ -30,7 +30,7 @@ module Zernio
30
30
  end
31
31
 
32
32
  # Disconnect account
33
- # Disconnects and removes a connected social account.
33
+ # Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
34
34
  # @param account_id [String]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(DeleteAccountGroup200Response, Integer, Hash)>] DeleteAccountGroup200Response data, response status code and response headers
@@ -32,7 +32,7 @@ module Zernio
32
32
 
33
33
  attr_accessor :poll
34
34
 
35
- # 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.
35
+ # Uploads the video with X's amplify_video media category instead of the standard tweet_video. Applied only when the connected X account has a paid X subscription; on other accounts the flag is accepted and ignored. It is not required to post long videos. The standard tweet_video path already publishes videos well past 140 seconds on free accounts, and maximum duration is set by X per account, not by Zernio. Zernio enforces only the 512 MB file-size limit. Some accounts additionally require X's long-video API allowlisting, without which X rejects an amplify_video upload.
36
36
  attr_accessor :long_video
37
37
 
38
38
  attr_accessor :geo_restriction
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.828'
14
+ VERSION = '0.0.830'
15
15
  end
data/openapi.yaml CHANGED
@@ -5611,7 +5611,7 @@ components:
5611
5611
  longVideo:
5612
5612
  type: boolean
5613
5613
  default: false
5614
- description: 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.
5614
+ description: Uploads the video with X's amplify_video media category instead of the standard tweet_video. Applied only when the connected X account has a paid X subscription; on other accounts the flag is accepted and ignored. It is not required to post long videos. The standard tweet_video path already publishes videos well past 140 seconds on free accounts, and maximum duration is set by X per account, not by Zernio. Zernio enforces only the 512 MB file-size limit. Some accounts additionally require X's long-video API allowlisting, without which X rejects an amplify_video upload.
5615
5615
  geoRestriction:
5616
5616
  $ref: '#/components/schemas/GeoRestriction'
5617
5617
  paidPartnership:
@@ -16910,7 +16910,7 @@ paths:
16910
16910
  operationId: deleteAccount
16911
16911
  tags: [Accounts]
16912
16912
  summary: Disconnect account
16913
- description: Disconnects and removes a connected social account.
16913
+ description: 'Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.'
16914
16914
  parameters:
16915
16915
  - name: accountId
16916
16916
  in: path
@@ -34,7 +34,7 @@ describe 'AccountsApi' do
34
34
 
35
35
  # unit tests for delete_account
36
36
  # Disconnect account
37
- # Disconnects and removes a connected social account.
37
+ # Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
38
38
  # @param account_id
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [DeleteAccountGroup200Response]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.828
4
+ version: 0.0.830
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator