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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '082de95081a7b749e1cd25670fdbda8b19ba8336d1006ba4e1c23c972335e8c5'
4
- data.tar.gz: d7e6b947e601a198ec0d423d3e9aad95a3a71c1b503ec553ae497f9d18a51fd0
3
+ metadata.gz: 93c7276a3c2de2c3a3974f478e19d1c58afab7ddc1db595a03befe24cf10f3dc
4
+ data.tar.gz: 126176ad8a3034cf2cb484d08cea89be12fbf59305bbd9b93c4bb5652be36c75
5
5
  SHA512:
6
- metadata.gz: 4ef0a70de3edb5568aeba34c55ec16419f7182666a54eff7662cd860a475a0b6ff6e602927f3264cb90a1544619fbed080262aded92e04f034f74d498043d191
7
- data.tar.gz: e1edf7b82f12eeb81fda024e340dbc4a7ccaddfc4f5be88f2f38c8df82eb95ed3e898191693c19b9eb99ae1d867a9a9c55d6f5097b474a5a445d37f210b53f28
6
+ metadata.gz: c2248716f875090317a80b9d1cbcf001404355dadcf21f85a211637ff92f5c4e50146a983d92672aa4088599391d65bc9d2d65192cd43da5d1ebabb683d5eff3
7
+ data.tar.gz: 2a1dc0e1dc2754d68575c1da4827db863f0c9cc1bddd5678191edeb26588efe502e022e7ad423297d7a36e3a4a0254e18c795afd51430c89620e76dcb78c7fd7
@@ -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) | | [optional] |
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] |
@@ -22,6 +22,7 @@ module Late
22
22
 
23
23
  attr_accessor :media_items
24
24
 
25
+ # Target platforms and accounts for this post. Required for non-draft posts (returns 400 if empty). Drafts can omit platforms.
25
26
  attr_accessor :platforms
26
27
 
27
28
  attr_accessor :scheduled_for
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.71'
14
+ VERSION = '0.0.72'
15
15
  end
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:
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.71
4
+ version: 0.0.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator