late-sdk 0.0.583 → 0.0.585
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 +9 -1
- data/zernio-sdk-0.0.585.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: e53169247dd19101d63bbcf53cfe9291f4b2bd59852fc831defc2d6d3f5bda7a
|
|
4
|
+
data.tar.gz: 5509e3d0ad76efa2b079bdde1cd49c65ffd22168d3d161bdedd548c6e125585e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74cc51a229a81d2f8cca6bf6d2e9a2bc19678a2e3f17ce4f18124b3330f296f2838521aa2cc70bd8bc1d779801d5ec97387332d6c75390b6bd2d2074fa3d6f7c
|
|
7
|
+
data.tar.gz: 886c32bc8c5b1826444601fb5d79c31b0089381cfc1cfa0822a14e0af7d897ba2df04cc98600194770b903c828ad5776e82c1099e4451af7598fad7de5152d9d
|
|
@@ -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:
|
|
@@ -35416,6 +35416,7 @@ paths:
|
|
|
35416
35416
|
businessCenters:
|
|
35417
35417
|
type: array
|
|
35418
35418
|
items: { $ref: '#/components/schemas/BusinessCenter' }
|
|
35419
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
35419
35420
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
35420
35421
|
'404': { description: TikTok account not found }
|
|
35421
35422
|
'422': { description: TikTok Ads not connected }
|
|
@@ -37230,6 +37231,7 @@ paths:
|
|
|
37230
37231
|
properties:
|
|
37231
37232
|
hasMore: { type: boolean }
|
|
37232
37233
|
cursor: { type: [string, "null"] }
|
|
37234
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37233
37235
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37234
37236
|
'403': { description: Ads add-on required. }
|
|
37235
37237
|
|
|
@@ -37260,6 +37262,7 @@ paths:
|
|
|
37260
37262
|
status: { type: string, example: success }
|
|
37261
37263
|
forms: { type: array, items: { type: object } }
|
|
37262
37264
|
pagination: { type: object, properties: { hasMore: { type: boolean }, cursor: { type: [string, "null"] } } }
|
|
37265
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37263
37266
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37264
37267
|
'403': { description: Ads add-on required. }
|
|
37265
37268
|
post:
|
|
@@ -37412,6 +37415,7 @@ paths:
|
|
|
37412
37415
|
properties:
|
|
37413
37416
|
status: { type: string, example: success }
|
|
37414
37417
|
form: { type: object, properties: { id: { type: string }, name: { type: string } } }
|
|
37418
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37415
37419
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37416
37420
|
'403': { description: Ads add-on required. }
|
|
37417
37421
|
|
|
@@ -37430,6 +37434,7 @@ paths:
|
|
|
37430
37434
|
content:
|
|
37431
37435
|
application/json:
|
|
37432
37436
|
schema: { type: object, properties: { status: { type: string }, form: { type: object } } }
|
|
37437
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37433
37438
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37434
37439
|
delete:
|
|
37435
37440
|
operationId: archiveLeadForm
|
|
@@ -37446,6 +37451,7 @@ paths:
|
|
|
37446
37451
|
content:
|
|
37447
37452
|
application/json:
|
|
37448
37453
|
schema: { type: object, properties: { status: { type: string }, formId: { type: string }, archived: { type: boolean } } }
|
|
37454
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37449
37455
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37450
37456
|
|
|
37451
37457
|
/v1/ads/lead-forms/{formId}/leads:
|
|
@@ -37484,6 +37490,7 @@ paths:
|
|
|
37484
37490
|
fields: { type: object, additionalProperties: { type: string } }
|
|
37485
37491
|
fieldData: { type: array, items: { type: object } }
|
|
37486
37492
|
pagination: { type: object, properties: { hasMore: { type: boolean }, cursor: { type: [string, "null"] } } }
|
|
37493
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37487
37494
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37488
37495
|
|
|
37489
37496
|
/v1/ads/lead-forms/{formId}/test-leads:
|
|
@@ -37522,6 +37529,7 @@ paths:
|
|
|
37522
37529
|
content:
|
|
37523
37530
|
application/json:
|
|
37524
37531
|
schema: { type: object, properties: { status: { type: string }, testLead: { type: object, properties: { id: { type: string } } } } }
|
|
37532
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37525
37533
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37526
37534
|
|
|
37527
37535
|
/v1/ads/images:
|
|
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.585
|
|
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.585.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
|