late-sdk 0.0.817 → 0.0.818
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 +32 -3
- data/zernio-sdk-0.0.818.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.817.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: 16c86d5f4f5d228c933270e559339e719bf32027fd16c2820486c2dd20127993
|
|
4
|
+
data.tar.gz: 96a22c532228510bf1c19f59b53d2fdfd77e2479e9852f544ca18ddabe5d5813
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '082b207dcc175b4a8623b269352222955c3f4335e68551fcfd9f11742de02a17b985490094d5d44eb1fb6dbce74bcc05fa9d3febdebfc7645cd132718f26c179'
|
|
7
|
+
data.tar.gz: a70278cf0479b1e38716b9844bd82c1eb0c359850f5ce95b8215ea000147e2db69eed34e532922ffe3fd24c3709991a93896416990525fbf69c22128199beced
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -40722,6 +40722,8 @@ paths:
|
|
|
40722
40722
|
'400':
|
|
40723
40723
|
description: Invalid input or campaign spans multiple social accounts
|
|
40724
40724
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
40725
|
+
'403':
|
|
40726
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
40725
40727
|
'404':
|
|
40726
40728
|
description: No ads found for this campaign
|
|
40727
40729
|
|
|
@@ -40805,6 +40807,8 @@ paths:
|
|
|
40805
40807
|
platformSpecificData: { type: object }
|
|
40806
40808
|
'400': { description: "Invalid input, or a field the resolved platform does not support at the campaign level (see the support table)" }
|
|
40807
40809
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
40810
|
+
'403':
|
|
40811
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
40808
40812
|
'404': { description: Campaign not found }
|
|
40809
40813
|
'409': { description: "Campaign is ABO — route to /v1/ads/ad-sets/{adSetId} instead" }
|
|
40810
40814
|
'501': { description: Operation not supported on this platform }
|
|
@@ -40914,6 +40918,8 @@ paths:
|
|
|
40914
40918
|
'400': { description: Invalid input }
|
|
40915
40919
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
40916
40920
|
|
|
40921
|
+
'403':
|
|
40922
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
40917
40923
|
/v1/ads/campaigns/{campaignId}/duplicate:
|
|
40918
40924
|
post:
|
|
40919
40925
|
x-resource-group: "ads"
|
|
@@ -41008,6 +41014,8 @@ paths:
|
|
|
41008
41014
|
description: Platform-native response from the copy endpoint (Meta includes ad_object_ids for child copies)
|
|
41009
41015
|
'400': { description: Invalid input }
|
|
41010
41016
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
41017
|
+
'403':
|
|
41018
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
41011
41019
|
'404': { description: Source campaign not found }
|
|
41012
41020
|
'501': { description: Operation not supported on this platform }
|
|
41013
41021
|
|
|
@@ -41069,6 +41077,8 @@ paths:
|
|
|
41069
41077
|
raw: { type: object, description: Meta's native copy response (includes ad_object_ids for child copies) }
|
|
41070
41078
|
'400': { description: Invalid input }
|
|
41071
41079
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
41080
|
+
'403':
|
|
41081
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
41072
41082
|
'404': { description: Source ad set not found }
|
|
41073
41083
|
'501': { description: Only supported on Meta (facebook/instagram) }
|
|
41074
41084
|
|
|
@@ -41124,6 +41134,8 @@ paths:
|
|
|
41124
41134
|
raw: { type: object }
|
|
41125
41135
|
'400': { description: Invalid input }
|
|
41126
41136
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
41137
|
+
'403':
|
|
41138
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
41127
41139
|
'404': { description: Ad not found }
|
|
41128
41140
|
'501': { description: Only supported on Meta (facebook/instagram) }
|
|
41129
41141
|
|
|
@@ -41311,6 +41323,8 @@ paths:
|
|
|
41311
41323
|
platformSpecificData: { type: object }
|
|
41312
41324
|
'400': { description: Invalid input }
|
|
41313
41325
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
41326
|
+
'403':
|
|
41327
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
41314
41328
|
'404': { description: Ad set not found }
|
|
41315
41329
|
'409': { description: "Campaign is CBO — route to /v1/ads/campaigns/{campaignId} instead" }
|
|
41316
41330
|
'422': { description: "bidStrategy is LOWEST_COST_WITH_MIN_ROAS on OpenAI (unsupported: no ROAS-based bidding)" }
|
|
@@ -41406,6 +41420,8 @@ paths:
|
|
|
41406
41420
|
message: { type: string, description: 'Present only where the platform has no ad-set switch and no child ad was actionable' }
|
|
41407
41421
|
'400': { description: Invalid input }
|
|
41408
41422
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
41423
|
+
'403':
|
|
41424
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
41409
41425
|
'404': { description: Ad set not found }
|
|
41410
41426
|
|
|
41411
41427
|
/v1/ads/tree:
|
|
@@ -41692,6 +41708,8 @@ paths:
|
|
|
41692
41708
|
'400':
|
|
41693
41709
|
description: 'Invalid status transition, budget below minimum, or a LinkedIn creative update without imageUrl or videoUrl'
|
|
41694
41710
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
41711
|
+
'403':
|
|
41712
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
41695
41713
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
41696
41714
|
'501': { description: "targeting or creative not supported on the platform (supported on Meta, TikTok, and LinkedIn)" }
|
|
41697
41715
|
'502': { description: "Meta accepted the request then failed to produce the media (upload session, chunk transfer, processing timeout, or a response with no image hash). Inspect `platformError.reason`." }
|
|
@@ -41762,6 +41780,8 @@ paths:
|
|
|
41762
41780
|
message: { type: string, description: "Human-readable summary (present only when skipped)" }
|
|
41763
41781
|
'400': { description: Invalid input }
|
|
41764
41782
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
41783
|
+
'403':
|
|
41784
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
41765
41785
|
'404': { description: Ad not found }
|
|
41766
41786
|
|
|
41767
41787
|
/v1/ads/campaigns/{campaignId}/assets:
|
|
@@ -41842,6 +41862,8 @@ paths:
|
|
|
41842
41862
|
structuredSnippetAssetResourceNames: { type: array, items: { type: string } }
|
|
41843
41863
|
'400': { description: "Invalid input, Google rejected the assets, an unknown customerId (not one of this connection's Google Ads accounts), or a required customerId missing when the connection has multiple Google Ads accounts" }
|
|
41844
41864
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
41865
|
+
'403':
|
|
41866
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
41845
41867
|
'422': { description: "No Google Ads customer accounts on this connection. Reconnect Google Ads." }
|
|
41846
41868
|
'501': { description: Only supported on Google Ads }
|
|
41847
41869
|
|
|
@@ -42488,6 +42510,8 @@ paths:
|
|
|
42488
42510
|
responses:
|
|
42489
42511
|
'200': { description: "Updated" }
|
|
42490
42512
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
42513
|
+
'403':
|
|
42514
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
42491
42515
|
'404': { description: "Ad not found" }
|
|
42492
42516
|
'405': { description: "Platform has no click-URL tracking surface" }
|
|
42493
42517
|
'422': { description: "Meta creative cannot be rebuilt (e.g. placement-customized/asset-feed/dark creative)" }
|
|
@@ -44012,7 +44036,7 @@ paths:
|
|
|
44012
44036
|
description: Missing required fields or invalid values
|
|
44013
44037
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
44014
44038
|
'403':
|
|
44015
|
-
description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
|
|
44039
|
+
description: 'Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans. Also returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
44016
44040
|
'409':
|
|
44017
44041
|
description: |
|
|
44018
44042
|
An identical boost request is already in progress (with or without
|
|
@@ -45069,7 +45093,7 @@ paths:
|
|
|
45069
45093
|
description: 'Missing required fields, invalid values, non-Meta platform used with creatives[] / adSetId, or a Meta validateOnly validation failure (verbatim)'
|
|
45070
45094
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
45071
45095
|
'403':
|
|
45072
|
-
description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
|
|
45096
|
+
description: 'Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans. Also returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
45073
45097
|
'422':
|
|
45074
45098
|
description: Platform ads connection required (TikTok Ads, X Ads) or missing linked account
|
|
45075
45099
|
'502':
|
|
@@ -47759,6 +47783,8 @@ paths:
|
|
|
47759
47783
|
description: Ad(s) created and submitted for review
|
|
47760
47784
|
'400': { description: Invalid input }
|
|
47761
47785
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
47786
|
+
'403':
|
|
47787
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
47762
47788
|
'404': { description: Account not found }
|
|
47763
47789
|
'422': { description: "No Facebook Page resolved for the account" }
|
|
47764
47790
|
'502': { description: "Meta accepted the request then failed to produce the media (upload session, chunk transfer, processing timeout, or a response with no image hash). Inspect `platformError.reason`." }
|
|
@@ -47799,6 +47825,8 @@ paths:
|
|
|
47799
47825
|
description: Ad(s) created and submitted for review
|
|
47800
47826
|
'400': { description: Invalid input }
|
|
47801
47827
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
47828
|
+
'403':
|
|
47829
|
+
description: 'Returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
47802
47830
|
'404': { description: Account not found }
|
|
47803
47831
|
'422': { description: "No Facebook Page resolved for the account" }
|
|
47804
47832
|
'502': { description: "Meta accepted the request then failed to produce the media (upload session, chunk transfer, processing timeout, or a response with no image hash). Inspect `platformError.reason`." }
|
|
@@ -47861,7 +47889,8 @@ paths:
|
|
|
47861
47889
|
multi: '#/components/schemas/CtwaMultiResponse'
|
|
47862
47890
|
'400': { description: Invalid body. }
|
|
47863
47891
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
47864
|
-
'403':
|
|
47892
|
+
'403':
|
|
47893
|
+
description: 'Forbidden. Also returned with code `ads_allowance_exceeded` when the team has no payment method on file and has reached the 500 free live ads: add a card to resume.'
|
|
47865
47894
|
'404': { description: SocialAccount not found. }
|
|
47866
47895
|
'422':
|
|
47867
47896
|
description: Page is not connected to a verified WhatsApp number.
|
|
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.818
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -5557,7 +5557,7 @@ files:
|
|
|
5557
5557
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
5558
5558
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
5559
5559
|
- spec/spec_helper.rb
|
|
5560
|
-
- zernio-sdk-0.0.
|
|
5560
|
+
- zernio-sdk-0.0.818.gem
|
|
5561
5561
|
- zernio-sdk.gemspec
|
|
5562
5562
|
homepage: https://openapi-generator.tech
|
|
5563
5563
|
licenses:
|
data/zernio-sdk-0.0.817.gem
DELETED
|
Binary file
|