late-sdk 0.0.752 → 0.0.753

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: 3da9ae0c1ab9b1a67505b991bdbb97cfef470896e014f639a68a6ba38ebd9223
4
- data.tar.gz: 63538f7ab5fe99494bc4102adf07f5528bd73f06f66feafd6f30ebd262450123
3
+ metadata.gz: 4c2c538b360826c12602e7da56968b874544cda52e54b9503e71c03ca7019c09
4
+ data.tar.gz: 16d0e511956b2665cc2dcc3b89a0b66710d481a396c1eaafbade2bd9331ee6a3
5
5
  SHA512:
6
- metadata.gz: 556e56dfb33fe40f882a3c4bbc88b44754e337841571d71447c0ab9b37bfb469c96198473105e98bda38f2f1f03d65fe342d87c4d5ac140d571b9970d5417f50
7
- data.tar.gz: 59fd820a0a8eece0cbb5f883fb486b298f6d2cfab1dca2521f337db58116838cb8470c2aab1f32248e88359124c7a6ea697768e71be2ab1dd922439df97728af
6
+ metadata.gz: '09487b066a1eff2bfa30737510f3183f25d80b5a68c24d052c45dad7099b0d32c76c3aa2a63d2ca1c9315cbec8c1e8ca085b605217731348ebeddf47405a94ae'
7
+ data.tar.gz: a75eb14c1c22c6c4be04e57d05c155f0c0452423026987ce37a26ce3cffbbdac876115beab8d071dd5a83ffe9109f145cc2da6f735c932be83a2ece6e01e5237
@@ -8,7 +8,7 @@
8
8
  | **platform_post_id** | **String** | Platform's post ID | |
9
9
  | **content** | **String** | Post text, from our synced copy — no platform call is made on the comment path, so null when the post was never synced. | |
10
10
  | **image_url** | **String** | Post thumbnail or first media item URL. Platform CDN URLs expire, fetch promptly. | |
11
- | **permalink** | **String** | Public URL of the post. Null for posts published through Zernio that were never re-synced. | |
11
+ | **permalink** | **String** | Public URL of the post. Null when no URL was ever stored for it, for example a platform draft or a post recovered without one. | |
12
12
 
13
13
  ## Example
14
14
 
@@ -27,7 +27,7 @@ module Zernio
27
27
  # Post thumbnail or first media item URL. Platform CDN URLs expire, fetch promptly.
28
28
  attr_accessor :image_url
29
29
 
30
- # Public URL of the post. Null for posts published through Zernio that were never re-synced.
30
+ # Public URL of the post. Null when no URL was ever stored for it, for example a platform draft or a post recovered without one.
31
31
  attr_accessor :permalink
32
32
 
33
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.752'
14
+ VERSION = '0.0.753'
15
15
  end
data/openapi.yaml CHANGED
@@ -2932,7 +2932,7 @@ components:
2932
2932
  description: 'Post thumbnail or first media item URL. Platform CDN URLs expire, fetch promptly.'
2933
2933
  permalink:
2934
2934
  type: [string, "null"]
2935
- description: 'Public URL of the post. Null for posts published through Zernio that were never re-synced.'
2935
+ description: 'Public URL of the post. Null when no URL was ever stored for it, for example a platform draft or a post recovered without one.'
2936
2936
  account:
2937
2937
  type: object
2938
2938
  required: [id, platform, username]
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.752
4
+ version: 0.0.753
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -5422,7 +5422,7 @@ files:
5422
5422
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
5423
5423
  - spec/models/you_tube_video_retention_response_spec.rb
5424
5424
  - spec/spec_helper.rb
5425
- - zernio-sdk-0.0.752.gem
5425
+ - zernio-sdk-0.0.753.gem
5426
5426
  - zernio-sdk.gemspec
5427
5427
  homepage: https://openapi-generator.tech
5428
5428
  licenses:
Binary file