late-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: 41ec8932305dd9426f1c373a3e28227237b01772a6f55cf2f9a2c1b61bc4668d
4
- data.tar.gz: cb779cd5f24b4ae276fbbc769da4f0ebf1f87110d814c19b67c12bb4fc112355
3
+ metadata.gz: 02cc06cb01a3b2a6e0020b6ec227618b18ff51a0180717dcc5a8423f38f649ab
4
+ data.tar.gz: f108d3a8528c8e4d2d002cb612952bed7289efbd442da9ea1d2372ea9e69514d
5
5
  SHA512:
6
- metadata.gz: 0e1ab1de6b470bc536b0604f23f68423f4ce31d829ee0bd042720ba6e4ebb7108c22ed2834fff2b05971577e072be6b48dcd2dd5c2441869fe1b52815ab84355
7
- data.tar.gz: a4d1d71a6c9acc3985628f05f218b5575a3d470718ea1404b96a486517f5c1deb81e0348440e7d9bc669dfc464d67b8ad601bd7e672f37ba6abfd9b394112957
6
+ metadata.gz: cbb7e05edef03d7b85cf67d552a6938a8873776be7ad37d255f2cc0633be6c524322e7c35452e382088f2cb8b630b77ec0c2334e321d16d9cab8079818ee8e66
7
+ data.tar.gz: 9dea7c13c51f530b46a1cc2bf27267f01c8090e98ec97b61076341d33968db9b56392997df041bbc2006a9dad56b3eabb7149458f40eead091c4521ccf961eb2
@@ -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:
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late-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
@@ -1960,7 +1960,7 @@ files:
1960
1960
  - spec/models/you_tube_scope_missing_response_scope_status_spec.rb
1961
1961
  - spec/models/you_tube_scope_missing_response_spec.rb
1962
1962
  - spec/spec_helper.rb
1963
- - zernio-sdk-0.0.71.gem
1963
+ - zernio-sdk-0.0.72.gem
1964
1964
  homepage: https://openapi-generator.tech
1965
1965
  licenses:
1966
1966
  - Unlicense
Binary file