late-sdk 0.0.629 → 0.0.630
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/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +11 -0
- data/zernio-sdk-0.0.630.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.629.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: 3ee8170329c2bab7ac4cd1ffbcb49c451b12b664f75cf0c19c49b42a252d4d28
|
|
4
|
+
data.tar.gz: 330c5e8841706919d35a79c056800fbaaeda22e9babd1c631973d53e06c78beb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a0eb796306396b600f0d10e5e9f30cbb419c51be1ea43e15d529d1f2ed699d1b985c2249470f1d037f08e2d74c62da6bd1041970c9f747e6e7279f9e44ac632
|
|
7
|
+
data.tar.gz: 44683ab22f569dca906e054528d86c0fc608accaa3fb117174cbe8505f4bf2130cf51eb8be6c4230b5687738709f57697019d4a72521adf89ad2eadd1d4a79e0
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -19493,6 +19493,17 @@ paths:
|
|
|
19493
19493
|
noOrgForPersonMention:
|
|
19494
19494
|
value: { error: "No organization found. You need to be an admin of a LinkedIn organization to use person mentions. Organization mentions work without this requirement." }
|
|
19495
19495
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
19496
|
+
'403':
|
|
19497
|
+
description: The account holds no organization role that can resolve person mentions
|
|
19498
|
+
content:
|
|
19499
|
+
application/json:
|
|
19500
|
+
schema:
|
|
19501
|
+
type: object
|
|
19502
|
+
properties:
|
|
19503
|
+
error: { type: string }
|
|
19504
|
+
examples:
|
|
19505
|
+
noPostingRole:
|
|
19506
|
+
value: { error: "LinkedIn blocked this lookup. Your account has no company page where it can create posts, which LinkedIn requires to resolve a person's profile URL. Ask for an Admin or Content Admin role on one of your pages, or mention a company instead." }
|
|
19496
19507
|
'404':
|
|
19497
19508
|
description: Person or organization not found
|
|
19498
19509
|
content:
|
|
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.630
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -4916,7 +4916,7 @@ files:
|
|
|
4916
4916
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4917
4917
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4918
4918
|
- spec/spec_helper.rb
|
|
4919
|
-
- zernio-sdk-0.0.
|
|
4919
|
+
- zernio-sdk-0.0.630.gem
|
|
4920
4920
|
- zernio-sdk.gemspec
|
|
4921
4921
|
homepage: https://openapi-generator.tech
|
|
4922
4922
|
licenses:
|
data/zernio-sdk-0.0.629.gem
DELETED
|
Binary file
|