late-sdk 0.0.941 → 0.0.942
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/docs/WhatsAppApi.md +1 -1
- data/lib/zernio-sdk/api/whats_app_api.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/spec/api/whats_app_api_spec.rb +1 -1
- data/zernio-sdk-0.0.942.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.941.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: ba18187caa8b6099fdf28c0abe6acfa0d95375d823c900b8abc1ade97734d099
|
|
4
|
+
data.tar.gz: e7a776db55e898700be2659797e3f592afd00b01cc81b7c26101dc6b68f5e8ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25d1bfee0f1ec7ca57750f4cb1d2c1821746b89f5e4f8ef16323dfc0fa7e9284a82628958e673b8125bfbc2e0ea99992a3d2ddad9f368ce7ebd2f757bf2a5ffd
|
|
7
|
+
data.tar.gz: 757c1d2e618073bb7a4f928c4eaab259c82166c41ed2cbfcc8a8bce647bb429442ba303fe5fca3cedfd3e689ada83657b1cbb38ce62b48ba332c1162016617d1
|
data/docs/WhatsAppApi.md
CHANGED
|
@@ -53,7 +53,7 @@ All URIs are relative to *https://zernio.com/api*
|
|
|
53
53
|
|
|
54
54
|
Add participants
|
|
55
55
|
|
|
56
|
-
Add participants to a WhatsApp group. Maximum 8 participants per request. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
56
|
+
Add participants to a WhatsApp group. Maximum 8 participants per request. A group holds at most 8 participants in total (a Meta limit), so later requests cannot grow a group past 8. Meta documents groups as invite-only, so people normally join through the group's invite link. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
57
57
|
|
|
58
58
|
### Examples
|
|
59
59
|
|
|
@@ -20,7 +20,7 @@ module Zernio
|
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
22
|
# Add participants
|
|
23
|
-
# Add participants to a WhatsApp group. Maximum 8 participants per request. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
23
|
+
# Add participants to a WhatsApp group. Maximum 8 participants per request. A group holds at most 8 participants in total (a Meta limit), so later requests cannot grow a group past 8. Meta documents groups as invite-only, so people normally join through the group's invite link. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
24
24
|
# @param group_id [String] Group ID
|
|
25
25
|
# @param account_id [String] WhatsApp account ID
|
|
26
26
|
# @param add_whats_app_group_participants_request [AddWhatsAppGroupParticipantsRequest]
|
|
@@ -32,7 +32,7 @@ module Zernio
|
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
# Add participants
|
|
35
|
-
# Add participants to a WhatsApp group. Maximum 8 participants per request. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
35
|
+
# Add participants to a WhatsApp group. Maximum 8 participants per request. A group holds at most 8 participants in total (a Meta limit), so later requests cannot grow a group past 8. Meta documents groups as invite-only, so people normally join through the group's invite link. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
36
36
|
# @param group_id [String] Group ID
|
|
37
37
|
# @param account_id [String] WhatsApp account ID
|
|
38
38
|
# @param add_whats_app_group_participants_request [AddWhatsAppGroupParticipantsRequest]
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -40199,7 +40199,7 @@ paths:
|
|
|
40199
40199
|
tags: [WhatsApp]
|
|
40200
40200
|
summary: Add participants
|
|
40201
40201
|
description: |
|
|
40202
|
-
Add participants to a WhatsApp group. Maximum 8 participants per request.
|
|
40202
|
+
Add participants to a WhatsApp group. Maximum 8 participants per request. A group holds at most 8 participants in total (a Meta limit), so later requests cannot grow a group past 8. Meta documents groups as invite-only, so people normally join through the group's invite link.
|
|
40203
40203
|
|
|
40204
40204
|
Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
40205
40205
|
security:
|
|
@@ -34,7 +34,7 @@ describe 'WhatsAppApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for add_whats_app_group_participants
|
|
36
36
|
# Add participants
|
|
37
|
-
# Add participants to a WhatsApp group. Maximum 8 participants per request. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
37
|
+
# Add participants to a WhatsApp group. Maximum 8 participants per request. A group holds at most 8 participants in total (a Meta limit), so later requests cannot grow a group past 8. Meta documents groups as invite-only, so people normally join through the group's invite link. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
|
|
38
38
|
# @param group_id Group ID
|
|
39
39
|
# @param account_id WhatsApp account ID
|
|
40
40
|
# @param add_whats_app_group_participants_request
|
|
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.942
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -6400,7 +6400,7 @@ files:
|
|
|
6400
6400
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
6401
6401
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
6402
6402
|
- spec/spec_helper.rb
|
|
6403
|
-
- zernio-sdk-0.0.
|
|
6403
|
+
- zernio-sdk-0.0.942.gem
|
|
6404
6404
|
- zernio-sdk.gemspec
|
|
6405
6405
|
homepage: https://openapi-generator.tech
|
|
6406
6406
|
licenses:
|
data/zernio-sdk-0.0.941.gem
DELETED
|
Binary file
|