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 +4 -4
- data/docs/WebhookPayloadCommentPost.md +1 -1
- data/lib/zernio-sdk/models/webhook_payload_comment_post.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/zernio-sdk-0.0.753.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.752.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c2c538b360826c12602e7da56968b874544cda52e54b9503e71c03ca7019c09
|
|
4
|
+
data.tar.gz: 16d0e511956b2665cc2dcc3b89a0b66710d481a396c1eaafbade2bd9331ee6a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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.
|
data/lib/zernio-sdk/version.rb
CHANGED
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
|
|
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.
|
|
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.
|
|
5425
|
+
- zernio-sdk-0.0.753.gem
|
|
5426
5426
|
- zernio-sdk.gemspec
|
|
5427
5427
|
homepage: https://openapi-generator.tech
|
|
5428
5428
|
licenses:
|
data/zernio-sdk-0.0.752.gem
DELETED
|
Binary file
|