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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7572f1e8a80f7ff78fc57db4478fa1f9c16c94286a18fd110aac5244ac22d0d2
4
- data.tar.gz: b71a098ea093794e28eafc3005bd9819ee396fcb77299970afef8d87c9b95af7
3
+ metadata.gz: ba18187caa8b6099fdf28c0abe6acfa0d95375d823c900b8abc1ade97734d099
4
+ data.tar.gz: e7a776db55e898700be2659797e3f592afd00b01cc81b7c26101dc6b68f5e8ce
5
5
  SHA512:
6
- metadata.gz: ba0e223001a2f5623c13411a3f1af6723eafe525419ad9a38997909457006d519998cb01b04e1f99a5ed2c0d5f9345bb5d128b3da7ebeb5ade32a3179e3b60b7
7
- data.tar.gz: a6d3dfcb556b6341aaf8a42b8707bb0fdea6a158ce0d26f504a2108b7a2701bb506b23a14be30330287516a7216cf9de30548291d5d835896d42c1fdb67d2d6b
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]
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.941'
14
+ VERSION = '0.0.942'
15
15
  end
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.941
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.941.gem
6403
+ - zernio-sdk-0.0.942.gem
6404
6404
  - zernio-sdk.gemspec
6405
6405
  homepage: https://openapi-generator.tech
6406
6406
  licenses:
Binary file