late-sdk 0.0.54 → 0.0.55

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: e10e2eec4c6ae543145b48c2162adcc2cf94a9dfd6dad0e4a3a283ff04ed655f
4
- data.tar.gz: efd73aeb8e495e0bcc9b5f50a4e15d0db3f202c2f73e1aadd9bec7db79ff19f3
3
+ metadata.gz: 265613b81ca220feb183d23f993c34495433c1b9932b3823c09031a0fb69168f
4
+ data.tar.gz: 2898e793cf8453ee10bcae0a17c4695950138b1127b9e9c58b6588bc6e12b177
5
5
  SHA512:
6
- metadata.gz: c91b02eaa94e5d5600729947d5cdd07e7afa5890dcf6d7bdd9026d9300cb22eadc171947cd530bea11f10a6b7c57d4858beccafea2e51c2f6f087e7c10ce1ffe
7
- data.tar.gz: 886059c5db2f0e44f6c1f8ba946b3e8e3eca4cae4d19962477d7bd03b099c8bfff4de01ec199beab8aaa5256404f0e0f77e55795bba2493f0ed6ae8e17f37a2f
6
+ metadata.gz: dc6ca8242a2110d7f4243325208d3ef947cace31597d5ce121e72809ffed5d6b126237bdd7a06a18f4a10d17e6381032ac3ea824c6591f23e680f95e163c4320
7
+ data.tar.gz: dd88e38e48e0184f7fd215415b5399cd320148396e263c77700faebdf6e29f86f9eb92c363db330f58bdf5810e4024cdd3a1391fe5fe2da68fca933a4bdbc562
@@ -10,7 +10,7 @@
10
10
  | **platforms** | [**Array<CreatePostRequestPlatformsInner>**](CreatePostRequestPlatformsInner.md) | | [optional] |
11
11
  | **scheduled_for** | **Time** | | [optional] |
12
12
  | **publish_now** | **Boolean** | | [optional][default to false] |
13
- | **is_draft** | **Boolean** | | [optional][default to false] |
13
+ | **is_draft** | **Boolean** | When true, saves the post as a draft. When none of scheduledFor, publishNow, or queuedFromProfile are provided, the post defaults to draft automatically. | [optional][default to false] |
14
14
  | **timezone** | **String** | | [optional][default to 'UTC'] |
15
15
  | **tags** | **Array<String>** | Tags/keywords. YouTube constraints: each tag max 100 chars, combined max 500 chars, duplicates auto-removed. | [optional] |
16
16
  | **hashtags** | **Array<String>** | | [optional] |
@@ -28,6 +28,7 @@ module Late
28
28
 
29
29
  attr_accessor :publish_now
30
30
 
31
+ # When true, saves the post as a draft. When none of scheduledFor, publishNow, or queuedFromProfile are provided, the post defaults to draft automatically.
31
32
  attr_accessor :is_draft
32
33
 
33
34
  attr_accessor :timezone
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.54'
14
+ VERSION = '0.0.55'
15
15
  end
data/openapi.yaml CHANGED
@@ -4254,7 +4254,10 @@ paths:
4254
4254
  - $ref: '#/components/schemas/BlueskyPlatformData'
4255
4255
  scheduledFor: { type: string, format: date-time }
4256
4256
  publishNow: { type: boolean, default: false }
4257
- isDraft: { type: boolean, default: false }
4257
+ isDraft:
4258
+ type: boolean
4259
+ default: false
4260
+ description: When true, saves the post as a draft. When none of scheduledFor, publishNow, or queuedFromProfile are provided, the post defaults to draft automatically.
4258
4261
  timezone: { type: string, default: UTC }
4259
4262
  tags:
4260
4263
  type: array
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.54
4
+ version: 0.0.55
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-03-13 00:00:00.000000000 Z
11
+ date: 2026-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus