zernio-sdk 0.0.71 → 0.0.72
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 +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93c7276a3c2de2c3a3974f478e19d1c58afab7ddc1db595a03befe24cf10f3dc
|
|
4
|
+
data.tar.gz: 126176ad8a3034cf2cb484d08cea89be12fbf59305bbd9b93c4bb5652be36c75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2248716f875090317a80b9d1cbcf001404355dadcf21f85a211637ff92f5c4e50146a983d92672aa4088599391d65bc9d2d65192cd43da5d1ebabb683d5eff3
|
|
7
|
+
data.tar.gz: 2a1dc0e1dc2754d68575c1da4827db863f0c9cc1bddd5678191edeb26588efe502e022e7ad423297d7a36e3a4a0254e18c795afd51430c89620e76dcb78c7fd7
|
data/docs/CreatePostRequest.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **title** | **String** | | [optional] |
|
|
8
8
|
| **content** | **String** | Post caption/text. Optional when media is attached or all platforms have customContent. Required for text-only posts. | [optional] |
|
|
9
9
|
| **media_items** | [**Array<CreatePostRequestMediaItemsInner>**](CreatePostRequestMediaItemsInner.md) | | [optional] |
|
|
10
|
-
| **platforms** | [**Array<CreatePostRequestPlatformsInner>**](CreatePostRequestPlatformsInner.md) |
|
|
10
|
+
| **platforms** | [**Array<CreatePostRequestPlatformsInner>**](CreatePostRequestPlatformsInner.md) | Target platforms and accounts for this post. Required for non-draft posts (returns 400 if empty). Drafts can omit platforms. | [optional] |
|
|
11
11
|
| **scheduled_for** | **Time** | | [optional] |
|
|
12
12
|
| **publish_now** | **Boolean** | | [optional][default to false] |
|
|
13
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] |
|
data/lib/late-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -4693,6 +4693,7 @@ paths:
|
|
|
4693
4693
|
url: { type: string, format: uri }
|
|
4694
4694
|
platforms:
|
|
4695
4695
|
type: array
|
|
4696
|
+
description: Target platforms and accounts for this post. Required for non-draft posts (returns 400 if empty). Drafts can omit platforms.
|
|
4696
4697
|
items:
|
|
4697
4698
|
type: object
|
|
4698
4699
|
properties:
|