zernio-sdk 0.0.663 → 0.0.664

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: 64cebc55dbc1dd4028cbde31eb437d7d7739c2b4a73e806ede03126876d9461c
4
- data.tar.gz: c2629ed77a787f0b6b413a6ca18518f5797662740e3086ba75f1d03576cd4e0f
3
+ metadata.gz: 52779046817a6e03a58f2feef7b642c57c8e18cf85caccf526d61ca4c89e5f02
4
+ data.tar.gz: 49f052c889abd82539ed60fa468698a57df23c486b40b3b2ff3eccef3e97b0a4
5
5
  SHA512:
6
- metadata.gz: f3af225b219443bae73f615488997f34fbbd20c0ee72c40a726f86e2395a582003702216078958ae6848bc3391d25cd8e53374340719d2ba9345af60d2a86233
7
- data.tar.gz: 43276c9c4809ebb815201a6c0629be8e6d12613b648ff93833471c530b25e3a4026ab82b216e281371b6173b4027b6f875a29978a457fd5723a2982e8241e368
6
+ metadata.gz: 1e4d7957811134471e2c3a320dff7fe06942e60473c990c66108093371248e0e8312fbb9f8fcd8a37caf7517cf16b026940ca5a63fec8d0b11c5c51f3f889c87
7
+ data.tar.gz: 9eec360ad936aabac356b3ffdb275773eac1a0a207b8fe2b5edec9762076d38578335387aeb46add4a054ba8e82f720a428334a0d99876ec22a830685831c73c
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.663'
14
+ VERSION = '0.0.664'
15
15
  end
data/openapi.yaml CHANGED
@@ -15268,7 +15268,8 @@ paths:
15268
15268
  '400': { description: Invalid params }
15269
15269
  '401': { $ref: '#/components/responses/Unauthorized' }
15270
15270
  '403': { description: BYOK required for AppSumo Twitter }
15271
- '500': { description: Failed to connect account }
15271
+ '500': { description: 'Internal error while connecting the account' }
15272
+ '502': { description: 'The platform rejected the token exchange (type: platform_error; an upstream 4xx status is forwarded instead of 502)' }
15272
15273
 
15273
15274
  /v1/connect/{platform}/ads:
15274
15275
  get:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.663
4
+ version: 0.0.664
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator