late-sdk 0.0.577 → 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 +4 -4
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +8 -2
- data/zernio-sdk-0.0.578.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.577.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: fda129f45738a944337a9cbc16d7e364d5760b308dd6525c62abf30b381b5104
|
|
4
|
+
data.tar.gz: 8c154214d7e9da4f63f5eef6e8aa3ad6be9e81d08b67d250ac8916ab8bc8bed9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5d5f1ac072bf1fd9d7b204928fbfb98f5b7851bac95003edf33ff0c00e48eb1fe40e6883762efce0982d405ea73be70657d7e53d09af26be3c07c9a4e7ec095
|
|
7
|
+
data.tar.gz: 9f39aa61ae01fbab3e80e7a354ae257599d3377b64427be6a103be9bf0d3323a55dd4febb053e7219d5fa3c20b479b6de2e2d3dc14d6d37b840444fdb965aa71
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -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:
|
|
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:
|
|
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.
|
|
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.
|
|
4796
|
+
- zernio-sdk-0.0.578.gem
|
|
4797
4797
|
- zernio-sdk.gemspec
|
|
4798
4798
|
homepage: https://openapi-generator.tech
|
|
4799
4799
|
licenses:
|
data/zernio-sdk-0.0.577.gem
DELETED
|
Binary file
|