zernio-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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15de33402b9e037f18c297328013c28735c5822cf9277ee8fbea4f99c59780c3
|
|
4
|
+
data.tar.gz: 28814e24318b15d995bd010b911b2a4daec6a234fd11d5399684110ee1c40e1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6724e67137b5e9da97e5c2552f77452729b05351236f96808bd3b19d59f382509c849b85a4ab480af0efe82944cc51da584bed0127e25d8277fe8f3dfe50100
|
|
7
|
+
data.tar.gz: 2e19bae2e73e0cfeacbbc30e0fc1221b535c5100a705407e6d753f2338a350c76d3a394f63010cbe121d15a70628f8a3904c58b99eac96f60e2559280294a178
|
|
@@ -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>** |
|
|
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.
|
data/lib/zernio-sdk/version.rb
CHANGED
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:
|