late-sdk 0.0.576 → 0.0.578

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: c68c26a4e0a7404395bc6806e52ce8077c1172159dfbc518718d9eab93447f9c
4
- data.tar.gz: 78a9491b4d52487161fa27413d0a81cdac810c849056981e444dea00b2a92594
3
+ metadata.gz: fda129f45738a944337a9cbc16d7e364d5760b308dd6525c62abf30b381b5104
4
+ data.tar.gz: 8c154214d7e9da4f63f5eef6e8aa3ad6be9e81d08b67d250ac8916ab8bc8bed9
5
5
  SHA512:
6
- metadata.gz: ec07ee3c185451cab015cbde4b8dcd678be4daf62957ed86389d20b6cde6af43b134a40f5647a8b6c883836669bd2b5331cd826e54d7d892ba1365bbe4ceae7e
7
- data.tar.gz: 8ba25c2a7dee694bb3831c7a9bfae1e1f44e36680a728beba81e221c9979fa1cc37b4d6569bab075a5fb72a0c919c110db8ced9aee76ebe5c38e7f4f267c044c
6
+ metadata.gz: c5d5f1ac072bf1fd9d7b204928fbfb98f5b7851bac95003edf33ff0c00e48eb1fe40e6883762efce0982d405ea73be70657d7e53d09af26be3c07c9a4e7ec095
7
+ data.tar.gz: 9f39aa61ae01fbab3e80e7a354ae257599d3377b64427be6a103be9bf0d3323a55dd4febb053e7219d5fa3c20b479b6de2e2d3dc14d6d37b840444fdb965aa71
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.576'
14
+ VERSION = '0.0.578'
15
15
  end
data/openapi.yaml CHANGED
@@ -19512,7 +19512,7 @@ paths:
19512
19512
  total: 28
19513
19513
  breakdown: { like: 10, love: 5, haha: 4, wow: 3, sad: 2, angry: 1, care: 3 }
19514
19514
  lastUpdated: "2026-07-09T09:43:50.000Z"
19515
- '400': { description: Not a Facebook account or missing postId parameter }
19515
+ '400': { description: 'Invalid accountId format, not a Facebook account, or missing postId parameter' }
19516
19516
  '401': { $ref: '#/components/responses/Unauthorized' }
19517
19517
  '404': { description: Account not found }
19518
19518
  '502': { description: Facebook rejected the request }
@@ -26557,6 +26557,7 @@ paths:
26557
26557
  registrationId: { type: string }
26558
26558
  status: { type: string, enum: [pending] }
26559
26559
  awaitingOtp: { type: boolean, description: "True for sole-prop 10DLC: an OTP was texted to the brand's mobile; submit it via /verify-otp." }
26560
+ '400': { $ref: '#/components/responses/BadRequest' }
26560
26561
  '401': { $ref: '#/components/responses/Unauthorized' }
26561
26562
  '422': { description: Carrier registry rejected a field; `param` names it when known. }
26562
26563
  get:
@@ -26604,6 +26605,7 @@ paths:
26604
26605
  label: { type: string }
26605
26606
  smsPerMinute: { type: number }
26606
26607
  smsPerDay: { type: number }
26608
+ '400': { $ref: '#/components/responses/BadRequest' }
26607
26609
  '401': { $ref: '#/components/responses/Unauthorized' }
26608
26610
 
26609
26611
  /v1/sms/registrations/{id}:
@@ -26632,6 +26634,7 @@ paths:
26632
26634
  type: object
26633
26635
  properties:
26634
26636
  status: { type: string, enum: [deactivated] }
26637
+ '400': { $ref: '#/components/responses/BadRequest' }
26635
26638
  '401': { $ref: '#/components/responses/Unauthorized' }
26636
26639
  '404': { description: Registration not found }
26637
26640
  get:
@@ -26669,6 +26672,7 @@ paths:
26669
26672
  messageFlow: { type: string }
26670
26673
  sample1: { type: string }
26671
26674
  sample2: { type: string }
26675
+ '400': { $ref: '#/components/responses/BadRequest' }
26672
26676
  '401': { $ref: '#/components/responses/Unauthorized' }
26673
26677
  '404': { description: Registration not found }
26674
26678
 
@@ -26703,6 +26707,7 @@ paths:
26703
26707
  type: object
26704
26708
  properties:
26705
26709
  verified: { type: boolean }
26710
+ '400': { $ref: '#/components/responses/BadRequest' }
26706
26711
  '401': { $ref: '#/components/responses/Unauthorized' }
26707
26712
  '404': { description: Registration not found }
26708
26713
 
@@ -26729,7 +26734,7 @@ paths:
26729
26734
  type: object
26730
26735
  properties:
26731
26736
  sent: { type: boolean }
26732
- '400': { description: The registration is not awaiting a verification code }
26737
+ '400': { description: 'Malformed `id`, or the registration is not awaiting a verification code.' }
26733
26738
  '401': { $ref: '#/components/responses/Unauthorized' }
26734
26739
  '404': { description: Registration not found }
26735
26740
  '429': { description: A code was just sent — wait a minute before requesting another }
@@ -26776,7 +26781,7 @@ paths:
26776
26781
  type: object
26777
26782
  properties:
26778
26783
  status: { type: string, enum: [pending] }
26779
- '400': { description: Registration has no campaign to appeal; fix the brand and re-verify instead }
26784
+ '400': { description: 'Malformed `id`, or the registration has no campaign to appeal (fix the brand and re-verify instead).' }
26780
26785
  '401': { $ref: '#/components/responses/Unauthorized' }
26781
26786
  '404': { description: Registration not found }
26782
26787
 
@@ -26884,6 +26889,7 @@ paths:
26884
26889
  properties:
26885
26890
  url: { type: string }
26886
26891
  expiresAt: { type: string, format: date-time }
26892
+ '400': { $ref: '#/components/responses/BadRequest' }
26887
26893
  '401': { $ref: '#/components/responses/Unauthorized' }
26888
26894
  '404': { description: Number not found }
26889
26895
 
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.576
4
+ version: 0.0.578
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.576.gem
4796
+ - zernio-sdk-0.0.578.gem
4797
4797
  - zernio-sdk.gemspec
4798
4798
  homepage: https://openapi-generator.tech
4799
4799
  licenses:
Binary file