late-sdk 0.0.585 → 0.0.586
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 +4 -3
- data/zernio-sdk-0.0.586.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.585.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: bd48eaaf11c329cb858004f6fbfa99b059e7d45647e3fda91679f82065051d1e
|
|
4
|
+
data.tar.gz: eb5d4e343cdb85fa82a3116dcdfa53148a1bda552edb4959fbd28d0898cadc40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93a73b6263bc9b030252bff2578267e833f261410aaa9fb466437e02f05467a16716715d2540cf0c3ca9719d17593d5b8e197b52f1a59b32af93d66778c24ae8
|
|
7
|
+
data.tar.gz: ba21a4eb8275665c862e3dd2859dfd6269c68b9fb6ef663159f1fa18f72ed554918e7a51865d919ba1e22004b72f05ca07229da8ca90871490253fbab984bc20
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -39028,7 +39028,7 @@ paths:
|
|
|
39028
39028
|
description: Required as query OR in JSON body.
|
|
39029
39029
|
responses:
|
|
39030
39030
|
'204': { description: Soft-deleted. }
|
|
39031
|
-
'400': { description: adAccountId missing. }
|
|
39031
|
+
'400': { description: 'adAccountId missing, or accountId is not a valid id.' }
|
|
39032
39032
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
39033
39033
|
'403': { description: Ads add-on or LinkedIn reconnect required. }
|
|
39034
39034
|
'404': { description: Account or destination not found. }
|
|
@@ -39184,8 +39184,9 @@ paths:
|
|
|
39184
39184
|
reason: { type: string }
|
|
39185
39185
|
'400':
|
|
39186
39186
|
description: |
|
|
39187
|
-
Validation error: missing `adAccountId` or `campaignIds`,
|
|
39188
|
-
campaignIds exceeds 100 entries per request
|
|
39187
|
+
Validation error: missing `adAccountId` or `campaignIds`,
|
|
39188
|
+
campaignIds exceeds 100 entries per request, or `accountId` is not
|
|
39189
|
+
a valid id.
|
|
39189
39190
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
39190
39191
|
'403': { description: Ads add-on or LinkedIn reconnect required. }
|
|
39191
39192
|
'404': { description: Account or destination not found. }
|
|
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.586
|
|
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.586.gem
|
|
4797
4797
|
- zernio-sdk.gemspec
|
|
4798
4798
|
homepage: https://openapi-generator.tech
|
|
4799
4799
|
licenses:
|
data/zernio-sdk-0.0.585.gem
DELETED
|
Binary file
|