late-sdk 0.0.582 → 0.0.583

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: 337435fa2673680e04042e1a714eedf25788e2c9c2867e3ed83ebd7d15f33ea3
4
- data.tar.gz: 017daabf52fad1accd4987226f31a60edf4b7683198544c8660ba836f00bc09d
3
+ metadata.gz: e7e0ce2357839421532edacb0108c93e923a662ddad2b2f6db2e515d30d9e4d5
4
+ data.tar.gz: 34968f3cbd14acc15f84026eef73288f7c1c7ad87f6abc6cfbf9470fc19236ac
5
5
  SHA512:
6
- metadata.gz: 468bf1b8ba4ab8890db3199974ce2f30a76354dd7f34e6f96d427de62dec836c8ced3d6496bfa5053fffa0a0904a789bb114980715afaa7549834aed5c5797ed
7
- data.tar.gz: 6748714dd2b2ea36e013f335c69d291dbbe440cd498fb56661a6d7fc90a57c76d38686a65fbd84678d608112478644e1203845d117abf5366cae8fce5ebafaad
6
+ metadata.gz: 413e2edf7bd67d77cf730ccb875bcd81be5db37210fbc7819482234a27c43b5d8ac6b812ee69c71f29a0fad16b4f4584f47dd1094c5c91c78b096eb4d7394847
7
+ data.tar.gz: 999c2572212fc84a17d6e4b678c85c606796df2855bd53638f746af80707156073cf98f417e8cd594f71a37989936c2bd1b07fcda7a2c236105ca7184590a18a
@@ -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) | [optional] |
15
+ | **views** | **Integer** | Video views (video posts only). Organization accounts require the connected LinkedIn user to be an ADMINISTRATOR of the page; CONTENT_ADMINISTRATOR returns 0. | [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). Organization accounts require the connected LinkedIn user to be an ADMINISTRATOR of the page; CONTENT_ADMINISTRATOR returns 0.
43
43
  attr_accessor :views
44
44
 
45
45
  # Engagement rate as percentage
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.582'
14
+ VERSION = '0.0.583'
15
15
  end
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: Video views (video posts only) }
18497
+ views: { type: integer, description: 'Video views (video posts only). Organization accounts require the connected LinkedIn user to be an ADMINISTRATOR of the page; CONTENT_ADMINISTRATOR returns 0.' }
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.582
4
+ version: 0.0.583
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.582.gem
4796
+ - zernio-sdk-0.0.583.gem
4797
4797
  - zernio-sdk.gemspec
4798
4798
  homepage: https://openapi-generator.tech
4799
4799
  licenses:
Binary file