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 +4 -4
- data/docs/CreatePostRequest.md +1 -1
- data/lib/late-sdk/models/create_post_request.rb +1 -0
- data/lib/late-sdk/version.rb +1 -1
- data/openapi.yaml +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 265613b81ca220feb183d23f993c34495433c1b9932b3823c09031a0fb69168f
|
|
4
|
+
data.tar.gz: 2898e793cf8453ee10bcae0a17c4695950138b1127b9e9c58b6588bc6e12b177
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc6ca8242a2110d7f4243325208d3ef947cace31597d5ce121e72809ffed5d6b126237bdd7a06a18f4a10d17e6381032ac3ea824c6591f23e680f95e163c4320
|
|
7
|
+
data.tar.gz: dd88e38e48e0184f7fd215415b5399cd320148396e263c77700faebdf6e29f86f9eb92c363db330f58bdf5810e4024cdd3a1391fe5fe2da68fca933a4bdbc562
|
data/docs/CreatePostRequest.md
CHANGED
|
@@ -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** |
|
|
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
|
data/lib/late-sdk/version.rb
CHANGED
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:
|
|
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.
|
|
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-
|
|
11
|
+
date: 2026-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|