late-sdk 0.0.605 → 0.0.606

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: 16f9195c372fe5237ef52cf0226f10f823a7dc0b9ef2dcbeb45ff7acd8f82297
4
- data.tar.gz: 5ca62ebb38a157ccac564f9eed092c4264cf5a3006be26e8ff08c8251349751e
3
+ metadata.gz: fa03b16859af3372320ee75019c7284ce866d3ff2ced87b5b940a467d11cd64b
4
+ data.tar.gz: a0e8c03def0242e3a7ca2a8ebc2d558459648fb91bf94ef83327242537153fae
5
5
  SHA512:
6
- metadata.gz: 54e40535e76e05c061392b5584d44b8ffad3fffde7866324b0004f8031a1c75784613d478fbebf5cf366ac1c9ef00aee6c450b8e710f7393341faac11087785a
7
- data.tar.gz: 58c82df5fa4794973fba3a5924c80600d62834b79beffad827afbf773cf1a757ad2ba3354ed8732ec45367e1e3c0f037687107c6cf9831035ed07a5382fbe8ea
6
+ metadata.gz: 68707e8e39b930593505821cacfdd12f306d06a3654e67e1455424d4ba96e1eeb61d82db7d36d623a96b941d9878affd3b7ba6e8b7262ffce10b33c62a2d1a7e
7
+ data.tar.gz: a0ce29715c96e37172c5f362658dc33971e64436bd7b8a651439d491a056de7839ba1ccef41ed74fe4ebe601d47205322a67bde3017f3a1f8af916b77445bd24
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **type** | **String** | | |
8
- | **text** | **String** | Visible button label. Required for all types except copy_code (whose label is fixed by WhatsApp). | [optional] |
8
+ | **text** | **String** | Visible button label. Required for all types except copy_code (whose label is fixed by WhatsApp) and otp (omit it and WhatsApp supplies its own label, localized to the template language; an English label on a non-English template is rejected). | [optional] |
9
9
  | **url** | **String** | Required when type is URL | [optional] |
10
10
  | **example** | **Object** | | [optional] |
11
11
  | **phone_number** | **String** | Required when type is phone_number | [optional] |
@@ -17,7 +17,7 @@ module Zernio
17
17
  class WhatsAppTemplateButton < ApiModelBase
18
18
  attr_accessor :type
19
19
 
20
- # Visible button label. Required for all types except copy_code (whose label is fixed by WhatsApp).
20
+ # Visible button label. Required for all types except copy_code (whose label is fixed by WhatsApp) and otp (omit it and WhatsApp supplies its own label, localized to the template language; an English label on a non-English template is rejected).
21
21
  attr_accessor :text
22
22
 
23
23
  # Required when type is URL
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.605'
14
+ VERSION = '0.0.606'
15
15
  end
data/openapi.yaml CHANGED
@@ -1378,7 +1378,7 @@ components:
1378
1378
  enum: [quick_reply, url, phone_number, otp, copy_code, flow, mpm, catalog]
1379
1379
  text:
1380
1380
  type: string
1381
- description: Visible button label. Required for all types except copy_code (whose label is fixed by WhatsApp).
1381
+ description: 'Visible button label. Required for all types except copy_code (whose label is fixed by WhatsApp) and otp (omit it and WhatsApp supplies its own label, localized to the template language; an English label on a non-English template is rejected).'
1382
1382
  url:
1383
1383
  type: string
1384
1384
  format: uri
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.605
4
+ version: 0.0.606
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4862,7 +4862,7 @@ files:
4862
4862
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4863
4863
  - spec/models/you_tube_video_retention_response_spec.rb
4864
4864
  - spec/spec_helper.rb
4865
- - zernio-sdk-0.0.605.gem
4865
+ - zernio-sdk-0.0.606.gem
4866
4866
  - zernio-sdk.gemspec
4867
4867
  homepage: https://openapi-generator.tech
4868
4868
  licenses:
Binary file