late-sdk 0.0.584 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b139b790ddf89bd867c8daa873a9e67f19ed25af6fde2150b02efaad0c448333
4
- data.tar.gz: 2a3d576bab842ae8cea90285cddb3dab9efb1ade6598fc8d917b0d1eb02a5dfb
3
+ metadata.gz: bd48eaaf11c329cb858004f6fbfa99b059e7d45647e3fda91679f82065051d1e
4
+ data.tar.gz: eb5d4e343cdb85fa82a3116dcdfa53148a1bda552edb4959fbd28d0898cadc40
5
5
  SHA512:
6
- metadata.gz: f1588fb5ee7820058b84026b72d96a8fc1bfe9d58426ae46a1f9ef6ca156cc0625c5ec17e2a71ea155fb0c9ed5aaa916d950f30e5a97d812513a50af3cfd8bd1
7
- data.tar.gz: 5b239a0e2569fb3c8d4486c8ccf3bd33e82e97d401f67d27c61ecf14aaf779a466c2a3768410a16073fcff20b438e319fced3b95d4b9936c6d58bbce95e23a37
6
+ metadata.gz: 93a73b6263bc9b030252bff2578267e833f261410aaa9fb466437e02f05467a16716715d2540cf0c3ca9719d17593d5b8e197b52f1a59b32af93d66778c24ae8
7
+ data.tar.gz: ba21a4eb8275665c862e3dd2859dfd6269c68b9fb6ef663159f1fa18f72ed554918e7a51865d919ba1e22004b72f05ca07229da8ca90871490253fbab984bc20
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.584'
14
+ VERSION = '0.0.586'
15
15
  end
data/openapi.yaml CHANGED
@@ -35416,6 +35416,7 @@ paths:
35416
35416
  businessCenters:
35417
35417
  type: array
35418
35418
  items: { $ref: '#/components/schemas/BusinessCenter' }
35419
+ '400': { $ref: '#/components/responses/BadRequest' }
35419
35420
  '401': { $ref: '#/components/responses/Unauthorized' }
35420
35421
  '404': { description: TikTok account not found }
35421
35422
  '422': { description: TikTok Ads not connected }
@@ -37230,6 +37231,7 @@ paths:
37230
37231
  properties:
37231
37232
  hasMore: { type: boolean }
37232
37233
  cursor: { type: [string, "null"] }
37234
+ '400': { $ref: '#/components/responses/BadRequest' }
37233
37235
  '401': { $ref: '#/components/responses/Unauthorized' }
37234
37236
  '403': { description: Ads add-on required. }
37235
37237
 
@@ -37260,6 +37262,7 @@ paths:
37260
37262
  status: { type: string, example: success }
37261
37263
  forms: { type: array, items: { type: object } }
37262
37264
  pagination: { type: object, properties: { hasMore: { type: boolean }, cursor: { type: [string, "null"] } } }
37265
+ '400': { $ref: '#/components/responses/BadRequest' }
37263
37266
  '401': { $ref: '#/components/responses/Unauthorized' }
37264
37267
  '403': { description: Ads add-on required. }
37265
37268
  post:
@@ -37412,6 +37415,7 @@ paths:
37412
37415
  properties:
37413
37416
  status: { type: string, example: success }
37414
37417
  form: { type: object, properties: { id: { type: string }, name: { type: string } } }
37418
+ '400': { $ref: '#/components/responses/BadRequest' }
37415
37419
  '401': { $ref: '#/components/responses/Unauthorized' }
37416
37420
  '403': { description: Ads add-on required. }
37417
37421
 
@@ -37430,6 +37434,7 @@ paths:
37430
37434
  content:
37431
37435
  application/json:
37432
37436
  schema: { type: object, properties: { status: { type: string }, form: { type: object } } }
37437
+ '400': { $ref: '#/components/responses/BadRequest' }
37433
37438
  '401': { $ref: '#/components/responses/Unauthorized' }
37434
37439
  delete:
37435
37440
  operationId: archiveLeadForm
@@ -37446,6 +37451,7 @@ paths:
37446
37451
  content:
37447
37452
  application/json:
37448
37453
  schema: { type: object, properties: { status: { type: string }, formId: { type: string }, archived: { type: boolean } } }
37454
+ '400': { $ref: '#/components/responses/BadRequest' }
37449
37455
  '401': { $ref: '#/components/responses/Unauthorized' }
37450
37456
 
37451
37457
  /v1/ads/lead-forms/{formId}/leads:
@@ -37484,6 +37490,7 @@ paths:
37484
37490
  fields: { type: object, additionalProperties: { type: string } }
37485
37491
  fieldData: { type: array, items: { type: object } }
37486
37492
  pagination: { type: object, properties: { hasMore: { type: boolean }, cursor: { type: [string, "null"] } } }
37493
+ '400': { $ref: '#/components/responses/BadRequest' }
37487
37494
  '401': { $ref: '#/components/responses/Unauthorized' }
37488
37495
 
37489
37496
  /v1/ads/lead-forms/{formId}/test-leads:
@@ -37522,6 +37529,7 @@ paths:
37522
37529
  content:
37523
37530
  application/json:
37524
37531
  schema: { type: object, properties: { status: { type: string }, testLead: { type: object, properties: { id: { type: string } } } } }
37532
+ '400': { $ref: '#/components/responses/BadRequest' }
37525
37533
  '401': { $ref: '#/components/responses/Unauthorized' }
37526
37534
 
37527
37535
  /v1/ads/images:
@@ -39020,7 +39028,7 @@ paths:
39020
39028
  description: Required as query OR in JSON body.
39021
39029
  responses:
39022
39030
  '204': { description: Soft-deleted. }
39023
- '400': { description: adAccountId missing. }
39031
+ '400': { description: 'adAccountId missing, or accountId is not a valid id.' }
39024
39032
  '401': { $ref: '#/components/responses/Unauthorized' }
39025
39033
  '403': { description: Ads add-on or LinkedIn reconnect required. }
39026
39034
  '404': { description: Account or destination not found. }
@@ -39176,8 +39184,9 @@ paths:
39176
39184
  reason: { type: string }
39177
39185
  '400':
39178
39186
  description: |
39179
- Validation error: missing `adAccountId` or `campaignIds`, or
39180
- 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.
39181
39190
  '401': { $ref: '#/components/responses/Unauthorized' }
39182
39191
  '403': { description: Ads add-on or LinkedIn reconnect required. }
39183
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.584
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.584.gem
4796
+ - zernio-sdk-0.0.586.gem
4797
4797
  - zernio-sdk.gemspec
4798
4798
  homepage: https://openapi-generator.tech
4799
4799
  licenses:
Binary file