late-sdk 0.0.44 → 0.0.45
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/README.md +0 -11
- data/docs/WhatsAppPhoneNumbersApi.md +0 -294
- data/lib/late-sdk/api/whats_app_phone_numbers_api.rb +0 -281
- data/lib/late-sdk/version.rb +1 -1
- data/lib/late-sdk.rb +0 -7
- data/openapi.yaml +0 -192
- data/spec/api/whats_app_phone_numbers_api_spec.rb +0 -53
- metadata +1 -29
- data/docs/GetPreverifiedWhatsAppNumbers200Response.md +0 -20
- data/docs/GetPreverifiedWhatsAppNumbers200ResponseNumbersInner.md +0 -26
- data/docs/RequestWhatsAppVerificationCode200Response.md +0 -20
- data/docs/RequestWhatsAppVerificationCodeRequest.md +0 -18
- data/docs/SearchAvailableWhatsAppNumbers200Response.md +0 -18
- data/docs/VerifyWhatsAppPhoneNumber200Response.md +0 -22
- data/docs/VerifyWhatsAppPhoneNumberRequest.md +0 -18
- data/lib/late-sdk/models/get_preverified_whats_app_numbers200_response.rb +0 -161
- data/lib/late-sdk/models/get_preverified_whats_app_numbers200_response_numbers_inner.rb +0 -183
- data/lib/late-sdk/models/request_whats_app_verification_code200_response.rb +0 -190
- data/lib/late-sdk/models/request_whats_app_verification_code_request.rb +0 -184
- data/lib/late-sdk/models/search_available_whats_app_numbers200_response.rb +0 -149
- data/lib/late-sdk/models/verify_whats_app_phone_number200_response.rb +0 -165
- data/lib/late-sdk/models/verify_whats_app_phone_number_request.rb +0 -165
- data/spec/models/get_preverified_whats_app_numbers200_response_numbers_inner_spec.rb +0 -60
- data/spec/models/get_preverified_whats_app_numbers200_response_spec.rb +0 -42
- data/spec/models/request_whats_app_verification_code200_response_spec.rb +0 -46
- data/spec/models/request_whats_app_verification_code_request_spec.rb +0 -40
- data/spec/models/search_available_whats_app_numbers200_response_spec.rb +0 -36
- data/spec/models/verify_whats_app_phone_number200_response_spec.rb +0 -48
- data/spec/models/verify_whats_app_phone_number_request_spec.rb +0 -36
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Late API
|
|
3
|
-
|
|
4
|
-
#API reference for Late. Authenticate with a Bearer API key. Base URL: https://getlate.dev/api
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.1
|
|
7
|
-
Contact: support@getlate.dev
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for Late::GetPreverifiedWhatsAppNumbers200ResponseNumbersInner
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe Late::GetPreverifiedWhatsAppNumbers200ResponseNumbersInner do
|
|
21
|
-
#let(:instance) { Late::GetPreverifiedWhatsAppNumbers200ResponseNumbersInner.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of GetPreverifiedWhatsAppNumbers200ResponseNumbersInner' do
|
|
24
|
-
it 'should create an instance of GetPreverifiedWhatsAppNumbers200ResponseNumbersInner' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Late::GetPreverifiedWhatsAppNumbers200ResponseNumbersInner)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "id"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
describe 'test attribute "phone_number"' do
|
|
37
|
-
it 'should work' do
|
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
describe 'test attribute "meta_preverified_id"' do
|
|
43
|
-
it 'should work' do
|
|
44
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
describe 'test attribute "meta_verified_at"' do
|
|
49
|
-
it 'should work' do
|
|
50
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
describe 'test attribute "meta_verification_expires_at"' do
|
|
55
|
-
it 'should work' do
|
|
56
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
|
|
60
|
-
end
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Late API
|
|
3
|
-
|
|
4
|
-
#API reference for Late. Authenticate with a Bearer API key. Base URL: https://getlate.dev/api
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.1
|
|
7
|
-
Contact: support@getlate.dev
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for Late::GetPreverifiedWhatsAppNumbers200Response
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe Late::GetPreverifiedWhatsAppNumbers200Response do
|
|
21
|
-
#let(:instance) { Late::GetPreverifiedWhatsAppNumbers200Response.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of GetPreverifiedWhatsAppNumbers200Response' do
|
|
24
|
-
it 'should create an instance of GetPreverifiedWhatsAppNumbers200Response' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Late::GetPreverifiedWhatsAppNumbers200Response)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "pre_verified_ids"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
describe 'test attribute "numbers"' do
|
|
37
|
-
it 'should work' do
|
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
end
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Late API
|
|
3
|
-
|
|
4
|
-
#API reference for Late. Authenticate with a Bearer API key. Base URL: https://getlate.dev/api
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.1
|
|
7
|
-
Contact: support@getlate.dev
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for Late::RequestWhatsAppVerificationCode200Response
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe Late::RequestWhatsAppVerificationCode200Response do
|
|
21
|
-
#let(:instance) { Late::RequestWhatsAppVerificationCode200Response.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of RequestWhatsAppVerificationCode200Response' do
|
|
24
|
-
it 'should create an instance of RequestWhatsAppVerificationCode200Response' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Late::RequestWhatsAppVerificationCode200Response)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "message"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
describe 'test attribute "method"' do
|
|
37
|
-
it 'should work' do
|
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["SMS", "VOICE"])
|
|
40
|
-
# validator.allowable_values.each do |value|
|
|
41
|
-
# expect { instance.method = value }.not_to raise_error
|
|
42
|
-
# end
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
|
|
46
|
-
end
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Late API
|
|
3
|
-
|
|
4
|
-
#API reference for Late. Authenticate with a Bearer API key. Base URL: https://getlate.dev/api
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.1
|
|
7
|
-
Contact: support@getlate.dev
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for Late::RequestWhatsAppVerificationCodeRequest
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe Late::RequestWhatsAppVerificationCodeRequest do
|
|
21
|
-
#let(:instance) { Late::RequestWhatsAppVerificationCodeRequest.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of RequestWhatsAppVerificationCodeRequest' do
|
|
24
|
-
it 'should create an instance of RequestWhatsAppVerificationCodeRequest' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Late::RequestWhatsAppVerificationCodeRequest)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "method"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["SMS", "VOICE"])
|
|
34
|
-
# validator.allowable_values.each do |value|
|
|
35
|
-
# expect { instance.method = value }.not_to raise_error
|
|
36
|
-
# end
|
|
37
|
-
end
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
end
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Late API
|
|
3
|
-
|
|
4
|
-
#API reference for Late. Authenticate with a Bearer API key. Base URL: https://getlate.dev/api
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.1
|
|
7
|
-
Contact: support@getlate.dev
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for Late::SearchAvailableWhatsAppNumbers200Response
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe Late::SearchAvailableWhatsAppNumbers200Response do
|
|
21
|
-
#let(:instance) { Late::SearchAvailableWhatsAppNumbers200Response.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of SearchAvailableWhatsAppNumbers200Response' do
|
|
24
|
-
it 'should create an instance of SearchAvailableWhatsAppNumbers200Response' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Late::SearchAvailableWhatsAppNumbers200Response)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "numbers"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
end
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Late API
|
|
3
|
-
|
|
4
|
-
#API reference for Late. Authenticate with a Bearer API key. Base URL: https://getlate.dev/api
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.1
|
|
7
|
-
Contact: support@getlate.dev
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for Late::VerifyWhatsAppPhoneNumber200Response
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe Late::VerifyWhatsAppPhoneNumber200Response do
|
|
21
|
-
#let(:instance) { Late::VerifyWhatsAppPhoneNumber200Response.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of VerifyWhatsAppPhoneNumber200Response' do
|
|
24
|
-
it 'should create an instance of VerifyWhatsAppPhoneNumber200Response' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Late::VerifyWhatsAppPhoneNumber200Response)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "message"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
describe 'test attribute "meta_verified_at"' do
|
|
37
|
-
it 'should work' do
|
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
describe 'test attribute "meta_verification_expires_at"' do
|
|
43
|
-
it 'should work' do
|
|
44
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
end
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Late API
|
|
3
|
-
|
|
4
|
-
#API reference for Late. Authenticate with a Bearer API key. Base URL: https://getlate.dev/api
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.1
|
|
7
|
-
Contact: support@getlate.dev
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for Late::VerifyWhatsAppPhoneNumberRequest
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe Late::VerifyWhatsAppPhoneNumberRequest do
|
|
21
|
-
#let(:instance) { Late::VerifyWhatsAppPhoneNumberRequest.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of VerifyWhatsAppPhoneNumberRequest' do
|
|
24
|
-
it 'should create an instance of VerifyWhatsAppPhoneNumberRequest' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Late::VerifyWhatsAppPhoneNumberRequest)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "code"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
end
|