late-sdk 0.0.583 → 0.0.584
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/GetLinkedInPostAnalytics200ResponseAnalytics.md +1 -1
- data/lib/zernio-sdk/models/get_linked_in_post_analytics200_response_analytics.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/zernio-sdk-0.0.584.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.583.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: b139b790ddf89bd867c8daa873a9e67f19ed25af6fde2150b02efaad0c448333
|
|
4
|
+
data.tar.gz: 2a3d576bab842ae8cea90285cddb3dab9efb1ade6598fc8d917b0d1eb02a5dfb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1588fb5ee7820058b84026b72d96a8fc1bfe9d58426ae46a1f9ef6ca156cc0625c5ec17e2a71ea155fb0c9ed5aaa916d950f30e5a97d812513a50af3cfd8bd1
|
|
7
|
+
data.tar.gz: 5b239a0e2569fb3c8d4486c8ccf3bd33e82e97d401f67d27c61ecf14aaf779a466c2a3768410a16073fcff20b438e319fced3b95d4b9936c6d58bbce95e23a37
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| **saves** | **Integer** | Times the post was saved (personal accounts only; 0 for organization accounts) | [optional] |
|
|
13
13
|
| **sends** | **Integer** | Times the post was sent via LinkedIn messaging (personal accounts only; 0 for organization accounts) | [optional] |
|
|
14
14
|
| **clicks** | **Integer** | Clicks on the post (organization accounts only) | [optional] |
|
|
15
|
-
| **views** | **Integer** | Video views (video posts only)
|
|
15
|
+
| **views** | **Integer** | Video views (video posts only) | [optional] |
|
|
16
16
|
| **engagement_rate** | **Float** | Engagement rate as percentage | [optional] |
|
|
17
17
|
|
|
18
18
|
## Example
|
|
@@ -39,7 +39,7 @@ module Zernio
|
|
|
39
39
|
# Clicks on the post (organization accounts only)
|
|
40
40
|
attr_accessor :clicks
|
|
41
41
|
|
|
42
|
-
# Video views (video posts only)
|
|
42
|
+
# Video views (video posts only)
|
|
43
43
|
attr_accessor :views
|
|
44
44
|
|
|
45
45
|
# Engagement rate as percentage
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -18494,7 +18494,7 @@ paths:
|
|
|
18494
18494
|
saves: { type: integer, description: Times the post was saved (personal accounts only; 0 for organization accounts) }
|
|
18495
18495
|
sends: { type: integer, description: Times the post was sent via LinkedIn messaging (personal accounts only; 0 for organization accounts) }
|
|
18496
18496
|
clicks: { type: integer, description: Clicks on the post (organization accounts only) }
|
|
18497
|
-
views: { type: integer, description:
|
|
18497
|
+
views: { type: integer, description: Video views (video posts only) }
|
|
18498
18498
|
engagementRate: { type: number, description: Engagement rate as percentage }
|
|
18499
18499
|
lastUpdated: { type: string, format: date-time }
|
|
18500
18500
|
example:
|
|
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.584
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -4793,7 +4793,7 @@ files:
|
|
|
4793
4793
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4794
4794
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4795
4795
|
- spec/spec_helper.rb
|
|
4796
|
-
- zernio-sdk-0.0.
|
|
4796
|
+
- zernio-sdk-0.0.584.gem
|
|
4797
4797
|
- zernio-sdk.gemspec
|
|
4798
4798
|
homepage: https://openapi-generator.tech
|
|
4799
4799
|
licenses:
|
data/zernio-sdk-0.0.583.gem
DELETED
|
Binary file
|