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 +4 -4
- data/docs/WhatsAppTemplateButton.md +1 -1
- data/lib/zernio-sdk/models/whats_app_template_button.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/zernio-sdk-0.0.606.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.605.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: fa03b16859af3372320ee75019c7284ce866d3ff2ced87b5b940a467d11cd64b
|
|
4
|
+
data.tar.gz: a0e8c03def0242e3a7ca2a8ebc2d558459648fb91bf94ef83327242537153fae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/zernio-sdk/version.rb
CHANGED
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.
|
|
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.
|
|
4865
|
+
- zernio-sdk-0.0.606.gem
|
|
4866
4866
|
- zernio-sdk.gemspec
|
|
4867
4867
|
homepage: https://openapi-generator.tech
|
|
4868
4868
|
licenses:
|
data/zernio-sdk-0.0.605.gem
DELETED
|
Binary file
|