zernio-sdk 0.0.662 → 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: d942bccdebc50e34b4b38e9704b87fac453d2719de1031e9a1ae9cf8418ec11a
4
- data.tar.gz: 34e5706ab34f9e6799a3c9f932a51ae294a72a147901e3fef974ab24290c9e80
3
+ metadata.gz: 52779046817a6e03a58f2feef7b642c57c8e18cf85caccf526d61ca4c89e5f02
4
+ data.tar.gz: 49f052c889abd82539ed60fa468698a57df23c486b40b3b2ff3eccef3e97b0a4
5
5
  SHA512:
6
- metadata.gz: 6383191a1992fc46eb2dba696fc21ead4bbb27ca227bebdf1bd2bbf54df2df4c4929ea4ca3d0c3c5bcde1e8c56fb9782e36f383887742389ad56ada9eccc0de9
7
- data.tar.gz: b05d2e9ad108b605e2aa5c01179cf6bdbdc58eb9a9a891127718da2b6e8c2a605b6348b9df1e5c7b47f8333b371d97ece2791c869540e11934e7f8fd6cc7f0fa
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.662'
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:
@@ -22481,6 +22482,7 @@ paths:
22481
22482
  message: "Test webhook sent successfully"
22482
22483
  '400': { description: Webhook ID required }
22483
22484
  '401': { $ref: '#/components/responses/Unauthorized' }
22485
+ '404': { description: Webhook not found }
22484
22486
  '500':
22485
22487
  description: Test webhook failed to deliver
22486
22488
  content:
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.662
4
+ version: 0.0.664
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator