late-sdk 0.0.646 → 0.0.647

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: 978cc54b12b88c8dbce3617d7759d0e15727a984c5b62a0082b12d94e9390d3c
4
- data.tar.gz: ea95c6c0bbc61bb30e7b3844a7f46dd88e2210871d1f448e80554a8dbcee330d
3
+ metadata.gz: de57b77a79a688810b1d5026ecf3324424e9e18e42d921c8f9a96d72b81a0bd4
4
+ data.tar.gz: 727a89b01a24aba6085ad0955b5d1d945cfcef3c3a53a422919fbf71930c6c64
5
5
  SHA512:
6
- metadata.gz: 8881623a149e17881dee2aabc1a2fc4f230fb6e299b68b601e62c21cb0ed7431a033b0280c49c59c8b42ef0f183de5f43020de9a310fbfd80b3cd9d3765fffbe
7
- data.tar.gz: 3a3db87cb68ff2a9685fa514b5c72033f4b21e74cae9e990feab434950acd453079c3672afc2ca10dda6fc2161bc8aebff6db10ef141e566a8cd80ed83ccb423
6
+ metadata.gz: 03a6916b35440dbed056ff02ac5e83f3f06db2a2e7712d77f216595543fda5e12bea2798a3a887571234270cd2779473e5eb10d14eb551e132881a296926c5c2
7
+ data.tar.gz: b8e0483e7902345cd7dd0435916f2c4e0685db7be156250230a30f8f55b37a05faa9f193b07dd94f0f45948e22d8ae8172f60297154d21372581248771a0f4bd
@@ -9,7 +9,7 @@
9
9
  | **custom_content** | **String** | Platform-specific text override. | [optional] |
10
10
  | **custom_media** | [**Array<MediaItem>**](MediaItem.md) | | [optional] |
11
11
  | **scheduled_for** | **Time** | Optional per-platform scheduled time override. | [optional] |
12
- | **platform_specific_data** | **Hash<String, Object>** | | [optional] |
12
+ | **platform_specific_data** | **Hash<String, Object>** | A <platform>Settings namespace (e.g. facebookSettings, tiktokSettings) omitted from the request is preserved from the stored post. Sending the key replaces the whole namespace; it is not deep-merged. | [optional] |
13
13
 
14
14
  ## Example
15
15
 
@@ -27,6 +27,7 @@ module Zernio
27
27
  # Optional per-platform scheduled time override.
28
28
  attr_accessor :scheduled_for
29
29
 
30
+ # A <platform>Settings namespace (e.g. facebookSettings, tiktokSettings) omitted from the request is preserved from the stored post. Sending the key replaces the whole namespace; it is not deep-merged.
30
31
  attr_accessor :platform_specific_data
31
32
 
32
33
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.646'
14
+ VERSION = '0.0.647'
15
15
  end
data/openapi.yaml CHANGED
@@ -13294,6 +13294,7 @@ paths:
13294
13294
  platformSpecificData:
13295
13295
  type: object
13296
13296
  additionalProperties: true
13297
+ description: 'A <platform>Settings namespace (e.g. facebookSettings, tiktokSettings) omitted from the request is preserved from the stored post. Sending the key replaces the whole namespace; it is not deep-merged.'
13297
13298
  scheduledFor: { type: string, format: date-time }
13298
13299
  publishNow: { type: boolean, default: false }
13299
13300
  isDraft:
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.646
4
+ version: 0.0.647
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4925,7 +4925,7 @@ files:
4925
4925
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4926
4926
  - spec/models/you_tube_video_retention_response_spec.rb
4927
4927
  - spec/spec_helper.rb
4928
- - zernio-sdk-0.0.646.gem
4928
+ - zernio-sdk-0.0.647.gem
4929
4929
  - zernio-sdk.gemspec
4930
4930
  homepage: https://openapi-generator.tech
4931
4931
  licenses:
Binary file