late-sdk 0.0.564 → 0.0.566

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: 9b37e8aeb1d057db9f20cbd0defee39662e142a65a7800b112d8acc0be54d348
4
- data.tar.gz: 734deb96c4e94469e0501d109295549cf185a446776117848a5fedac01e30a3f
3
+ metadata.gz: 9517ba865092ec5b29499379b3b98d2ecf68574bb711966d0993eb81cadb1d42
4
+ data.tar.gz: 5e0848acb0207647d4ef08750a90ef9970fa7bcb5b112d91836d3cb71dffe702
5
5
  SHA512:
6
- metadata.gz: 880e823decb1ae112984ecc0ca06b628bf0be59170dac1b2eb9ccfe5b400f17a10e305757fe6e2574caed1287cc4a6324f5ae3a169e9d8237b835bec2f247194
7
- data.tar.gz: ec2afafcdc322f3a85456958d3d14172b4d23a3c94bcaa8c4f15fa8e6f38553139d49442a17b703c1f45680b14e4f67b51c25888c4b5cf1203b7ecac72eb8c8e
6
+ metadata.gz: 38824a7da5e9f2547b2451a579bbe885cf1c976820ab96b781727f1d587a728f4a78db7f5314532cdd13e9eee6922d1ba1366398b10f829e305b70d330f43791
7
+ data.tar.gz: 674843899980ddd3c0641c6f8142d8cf73dabba4f1e97fade15989d05b088f9a90bc41909f1c7426f596a062fa55317691dc5f3feabd8fbc0986240a6e4508fe
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.564'
14
+ VERSION = '0.0.566'
15
15
  end
data/openapi.yaml CHANGED
@@ -28236,6 +28236,7 @@ paths:
28236
28236
  name: { type: string, example: "sandbox_start" }
28237
28237
  language: { type: string, example: "en" }
28238
28238
  isSandbox: { type: boolean }
28239
+ '400': { $ref: '#/components/responses/BadRequest' }
28239
28240
  '401': { $ref: '#/components/responses/Unauthorized' }
28240
28241
 
28241
28242
  /v1/whatsapp/phone-numbers/purchase:
@@ -34424,6 +34425,7 @@ paths:
34424
34425
  description: "Present and true only on `202` responses: part of the requested date range is still being backfilled from the platform in the background. Retry the same request shortly; it returns 200 once the range is fully ingested."
34425
34426
  '202':
34426
34427
  description: "Part of the requested date range predates the ingested history; a background backfill job has been queued. The body has the same shape as the 200 response, carries the currently-available data, and includes `backfillPending: true`. A `Retry-After` header carries the recommended poll interval in seconds. Allow the job a short time to run (typically 1-3 minutes) and submit the request again; once ingestion completes the same request returns 200 with the full range."
34428
+ '400': { $ref: '#/components/responses/BadRequest' }
34427
34429
  '401': { $ref: '#/components/responses/Unauthorized' }
34428
34430
  '403':
34429
34431
  description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
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.564
4
+ version: 0.0.566
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4751,7 +4751,7 @@ files:
4751
4751
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4752
4752
  - spec/models/you_tube_video_retention_response_spec.rb
4753
4753
  - spec/spec_helper.rb
4754
- - zernio-sdk-0.0.564.gem
4754
+ - zernio-sdk-0.0.566.gem
4755
4755
  - zernio-sdk.gemspec
4756
4756
  homepage: https://openapi-generator.tech
4757
4757
  licenses:
Binary file