late-sdk 0.0.562 → 0.0.563
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 +11 -0
- data/zernio-sdk-0.0.563.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.562.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: b83fee5aa591aa86ccfb5f735e3a75a3821854149f3c0972bd9b291ed17445b0
|
|
4
|
+
data.tar.gz: facfb82233f3d521d2c1238823a9df3773e29d04f7692b98d45582725f9155cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6952073f1044cb1d01913ef64e9daab808c725924865573aa9f201ce963839a3d911532bb2ab313dd39c9533525376428bc9d0b9064ac1176292529ed030386d
|
|
7
|
+
data.tar.gz: a9f45774eabe6370d33744b3041a11f471d6b18ec4c948e11fd1cd296b6a78a82e5ad3b857490d224fbe9abd314484651476ac322a9986d7e6a7f10544896a51
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -30505,6 +30505,7 @@ paths:
|
|
|
30505
30505
|
properties:
|
|
30506
30506
|
after: { type: string }
|
|
30507
30507
|
before: { type: string }
|
|
30508
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30508
30509
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30509
30510
|
post:
|
|
30510
30511
|
operationId: createWhatsAppGroupChat
|
|
@@ -30545,6 +30546,7 @@ paths:
|
|
|
30545
30546
|
properties:
|
|
30546
30547
|
groupId: { type: string }
|
|
30547
30548
|
inviteLink: { type: string }
|
|
30549
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30548
30550
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30549
30551
|
|
|
30550
30552
|
/v1/whatsapp/wa-groups/{groupId}:
|
|
@@ -30588,6 +30590,7 @@ paths:
|
|
|
30588
30590
|
participantCount: { type: integer }
|
|
30589
30591
|
createdAt: { type: integer, description: UNIX timestamp }
|
|
30590
30592
|
isSuspended: { type: boolean }
|
|
30593
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30591
30594
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30592
30595
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
30593
30596
|
post:
|
|
@@ -30623,6 +30626,7 @@ paths:
|
|
|
30623
30626
|
properties:
|
|
30624
30627
|
success: { type: boolean }
|
|
30625
30628
|
message: { type: string }
|
|
30629
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30626
30630
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30627
30631
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
30628
30632
|
delete:
|
|
@@ -30648,6 +30652,7 @@ paths:
|
|
|
30648
30652
|
properties:
|
|
30649
30653
|
success: { type: boolean }
|
|
30650
30654
|
message: { type: string }
|
|
30655
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30651
30656
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30652
30657
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
30653
30658
|
|
|
@@ -30688,6 +30693,7 @@ paths:
|
|
|
30688
30693
|
properties:
|
|
30689
30694
|
success: { type: boolean }
|
|
30690
30695
|
message: { type: string }
|
|
30696
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30691
30697
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30692
30698
|
delete:
|
|
30693
30699
|
operationId: removeWhatsAppGroupParticipants
|
|
@@ -30724,6 +30730,7 @@ paths:
|
|
|
30724
30730
|
properties:
|
|
30725
30731
|
success: { type: boolean }
|
|
30726
30732
|
message: { type: string }
|
|
30733
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30727
30734
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30728
30735
|
|
|
30729
30736
|
/v1/whatsapp/wa-groups/{groupId}/invite-link:
|
|
@@ -30750,6 +30757,7 @@ paths:
|
|
|
30750
30757
|
properties:
|
|
30751
30758
|
success: { type: boolean }
|
|
30752
30759
|
inviteLink: { type: string }
|
|
30760
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30753
30761
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30754
30762
|
|
|
30755
30763
|
/v1/whatsapp/wa-groups/{groupId}/join-requests:
|
|
@@ -30782,6 +30790,7 @@ paths:
|
|
|
30782
30790
|
properties:
|
|
30783
30791
|
user: { type: string, description: Phone number }
|
|
30784
30792
|
timestamp: { type: integer, description: UNIX timestamp of request }
|
|
30793
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30785
30794
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30786
30795
|
post:
|
|
30787
30796
|
operationId: approveWhatsAppGroupJoinRequests
|
|
@@ -30818,6 +30827,7 @@ paths:
|
|
|
30818
30827
|
properties:
|
|
30819
30828
|
success: { type: boolean }
|
|
30820
30829
|
message: { type: string }
|
|
30830
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30821
30831
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30822
30832
|
delete:
|
|
30823
30833
|
operationId: rejectWhatsAppGroupJoinRequests
|
|
@@ -30854,6 +30864,7 @@ paths:
|
|
|
30854
30864
|
properties:
|
|
30855
30865
|
success: { type: boolean }
|
|
30856
30866
|
message: { type: string }
|
|
30867
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
30857
30868
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
30858
30869
|
|
|
30859
30870
|
# ─── WhatsApp Flows ───────────────────────────────────────────────
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.563
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -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.
|
|
4754
|
+
- zernio-sdk-0.0.563.gem
|
|
4755
4755
|
- zernio-sdk.gemspec
|
|
4756
4756
|
homepage: https://openapi-generator.tech
|
|
4757
4757
|
licenses:
|
data/zernio-sdk-0.0.562.gem
DELETED
|
Binary file
|