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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a01dc09977d76df6597b1fc7c83cfbdd9d46b8d20b9a241d0cb84f4667f4fb71
4
- data.tar.gz: 426ce7363f1902f63328fda511b71a99748f161c57a3c47a4b6352d14cc216a7
3
+ metadata.gz: 3ee8170329c2bab7ac4cd1ffbcb49c451b12b664f75cf0c19c49b42a252d4d28
4
+ data.tar.gz: 330c5e8841706919d35a79c056800fbaaeda22e9babd1c631973d53e06c78beb
5
5
  SHA512:
6
- metadata.gz: 966de63cc2a758c933da16438299628e55e864cf17ee32d25e2459dcac78c0480b34a00894e5f14aca4be83bb1dcc4d119784b8c242ac2cd3585af223717e9cd
7
- data.tar.gz: 02aeb105ec9a1be178984be059cfb6dd2cb24adf7346f77ae111bbd6120cda1250e010f8835c07797449d5f9b854bdbac2081ab1c2da0b49ceef63ce2bee4074
6
+ metadata.gz: 1a0eb796306396b600f0d10e5e9f30cbb419c51be1ea43e15d529d1f2ed699d1b985c2249470f1d037f08e2d74c62da6bd1041970c9f747e6e7279f9e44ac632
7
+ data.tar.gz: 44683ab22f569dca906e054528d86c0fc608accaa3fb117174cbe8505f4bf2130cf51eb8be6c4230b5687738709f57697019d4a72521adf89ad2eadd1d4a79e0
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.629'
14
+ VERSION = '0.0.630'
15
15
  end
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.629
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.629.gem
4919
+ - zernio-sdk-0.0.630.gem
4920
4920
  - zernio-sdk.gemspec
4921
4921
  homepage: https://openapi-generator.tech
4922
4922
  licenses:
Binary file