messente_api 1.2.0 → 1.4.0
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/Gemfile +1 -1
- data/README.md +2 -2
- data/docs/ContactEnvelope.md +1 -1
- data/docs/ContactListEnvelope.md +1 -1
- data/docs/ContactResponseFields.md +37 -0
- data/docs/Omnimessage.md +3 -1
- data/docs/OmnimessageApi.md +4 -3
- data/docs/Priority.md +16 -0
- data/docs/StatisticsReportSettings.md +1 -1
- data/docs/SyncNumberLookupResult.md +1 -1
- data/git_push.sh +10 -7
- data/lib/messente_api.rb +4 -2
- data/lib/messente_api/api/blacklist_api.rb +2 -2
- data/lib/messente_api/api/contacts_api.rb +2 -2
- data/lib/messente_api/api/delivery_report_api.rb +2 -2
- data/lib/messente_api/api/groups_api.rb +2 -2
- data/lib/messente_api/api/number_lookup_api.rb +2 -2
- data/lib/messente_api/api/omnimessage_api.rb +7 -7
- data/lib/messente_api/api/statistics_api.rb +2 -2
- data/lib/messente_api/api_client.rb +37 -35
- data/lib/messente_api/api_error.rb +2 -2
- data/lib/messente_api/configuration.rb +3 -3
- data/lib/messente_api/models/channel.rb +2 -2
- data/lib/messente_api/models/contact_envelope.rb +14 -4
- data/lib/messente_api/models/contact_fields.rb +23 -4
- data/lib/messente_api/models/contact_list_envelope.rb +14 -4
- data/lib/messente_api/models/contact_response_fields.rb +318 -0
- data/lib/messente_api/models/contact_update_fields.rb +22 -3
- data/lib/messente_api/models/delivery_report_response.rb +13 -3
- data/lib/messente_api/models/delivery_result.rb +13 -3
- data/lib/messente_api/models/error_code_omnichannel.rb +2 -2
- data/lib/messente_api/models/error_code_omnichannel_machine.rb +2 -2
- data/lib/messente_api/models/error_code_phonebook.rb +2 -2
- data/lib/messente_api/models/error_code_statistics.rb +2 -2
- data/lib/messente_api/models/error_item_number_lookup.rb +13 -3
- data/lib/messente_api/models/error_item_number_lookup_error.rb +13 -3
- data/lib/messente_api/models/error_item_omnichannel.rb +14 -8
- data/lib/messente_api/models/error_item_phonebook.rb +13 -3
- data/lib/messente_api/models/error_item_statistics.rb +13 -3
- data/lib/messente_api/models/error_number_lookup.rb +13 -3
- data/lib/messente_api/models/error_omnichannel.rb +13 -3
- data/lib/messente_api/models/error_phonebook.rb +13 -3
- data/lib/messente_api/models/error_statistics.rb +13 -3
- data/lib/messente_api/models/error_title_omnichannel.rb +2 -2
- data/lib/messente_api/models/error_title_phonebook.rb +2 -2
- data/lib/messente_api/models/fetch_blacklist_success.rb +13 -3
- data/lib/messente_api/models/group_envelope.rb +13 -3
- data/lib/messente_api/models/group_list_envelope.rb +13 -3
- data/lib/messente_api/models/group_name.rb +13 -3
- data/lib/messente_api/models/group_response_fields.rb +14 -3
- data/lib/messente_api/models/message_result.rb +13 -3
- data/lib/messente_api/models/mobile_network.rb +13 -3
- data/lib/messente_api/models/number_to_blacklist.rb +13 -3
- data/lib/messente_api/models/numbers_to_investigate.rb +13 -3
- data/lib/messente_api/models/omni_message_create_success_response.rb +13 -3
- data/lib/messente_api/models/omnimessage.rb +26 -7
- data/lib/messente_api/models/priority.rb +37 -0
- data/lib/messente_api/models/sms.rb +13 -3
- data/lib/messente_api/models/statistics_report.rb +13 -3
- data/lib/messente_api/models/statistics_report_settings.rb +14 -4
- data/lib/messente_api/models/statistics_report_success.rb +13 -3
- data/lib/messente_api/models/status.rb +2 -2
- data/lib/messente_api/models/sync_number_lookup_result.rb +20 -4
- data/lib/messente_api/models/sync_number_lookup_success.rb +13 -3
- data/lib/messente_api/models/telegram.rb +13 -3
- data/lib/messente_api/models/text_store.rb +2 -2
- data/lib/messente_api/models/viber.rb +13 -3
- data/lib/messente_api/models/whats_app.rb +13 -3
- data/lib/messente_api/models/whats_app_audio.rb +13 -3
- data/lib/messente_api/models/whats_app_document.rb +13 -3
- data/lib/messente_api/models/whats_app_image.rb +13 -3
- data/lib/messente_api/models/whats_app_text.rb +13 -3
- data/lib/messente_api/version.rb +3 -3
- data/messente_api.gemspec +2 -8
- data/spec/api_client_spec.rb +3 -3
- data/spec/configuration_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +15 -132
- data/Gemfile.lock +0 -79
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -84,6 +84,12 @@ module MessenteApi
|
|
|
84
84
|
}
|
|
85
85
|
end
|
|
86
86
|
|
|
87
|
+
# List of attributes with nullable: true
|
|
88
|
+
def self.openapi_nullable
|
|
89
|
+
Set.new([
|
|
90
|
+
])
|
|
91
|
+
end
|
|
92
|
+
|
|
87
93
|
# Initializes the object
|
|
88
94
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
89
95
|
def initialize(attributes = {})
|
|
@@ -267,7 +273,11 @@ module MessenteApi
|
|
|
267
273
|
hash = {}
|
|
268
274
|
self.class.attribute_map.each_pair do |attr, param|
|
|
269
275
|
value = self.send(attr)
|
|
270
|
-
|
|
276
|
+
if value.nil?
|
|
277
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
278
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
279
|
+
end
|
|
280
|
+
|
|
271
281
|
hash[param] = _to_hash(value)
|
|
272
282
|
end
|
|
273
283
|
hash
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -80,6 +80,12 @@ module MessenteApi
|
|
|
80
80
|
}
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
+
# List of attributes with nullable: true
|
|
84
|
+
def self.openapi_nullable
|
|
85
|
+
Set.new([
|
|
86
|
+
])
|
|
87
|
+
end
|
|
88
|
+
|
|
83
89
|
# Initializes the object
|
|
84
90
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
85
91
|
def initialize(attributes = {})
|
|
@@ -263,7 +269,11 @@ module MessenteApi
|
|
|
263
269
|
hash = {}
|
|
264
270
|
self.class.attribute_map.each_pair do |attr, param|
|
|
265
271
|
value = self.send(attr)
|
|
266
|
-
|
|
272
|
+
if value.nil?
|
|
273
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
274
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
275
|
+
end
|
|
276
|
+
|
|
267
277
|
hash[param] = _to_hash(value)
|
|
268
278
|
end
|
|
269
279
|
hash
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,6 +32,12 @@ module MessenteApi
|
|
|
32
32
|
}
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
+
# List of attributes with nullable: true
|
|
36
|
+
def self.openapi_nullable
|
|
37
|
+
Set.new([
|
|
38
|
+
])
|
|
39
|
+
end
|
|
40
|
+
|
|
35
41
|
# Initializes the object
|
|
36
42
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
37
43
|
def initialize(attributes = {})
|
|
@@ -176,7 +182,11 @@ module MessenteApi
|
|
|
176
182
|
hash = {}
|
|
177
183
|
self.class.attribute_map.each_pair do |attr, param|
|
|
178
184
|
value = self.send(attr)
|
|
179
|
-
|
|
185
|
+
if value.nil?
|
|
186
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
187
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
188
|
+
end
|
|
189
|
+
|
|
180
190
|
hash[param] = _to_hash(value)
|
|
181
191
|
end
|
|
182
192
|
hash
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -37,6 +37,12 @@ module MessenteApi
|
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
40
|
+
# List of attributes with nullable: true
|
|
41
|
+
def self.openapi_nullable
|
|
42
|
+
Set.new([
|
|
43
|
+
])
|
|
44
|
+
end
|
|
45
|
+
|
|
40
46
|
# Initializes the object
|
|
41
47
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
42
48
|
def initialize(attributes = {})
|
|
@@ -186,7 +192,11 @@ module MessenteApi
|
|
|
186
192
|
hash = {}
|
|
187
193
|
self.class.attribute_map.each_pair do |attr, param|
|
|
188
194
|
value = self.send(attr)
|
|
189
|
-
|
|
195
|
+
if value.nil?
|
|
196
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
197
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
198
|
+
end
|
|
199
|
+
|
|
190
200
|
hash[param] = _to_hash(value)
|
|
191
201
|
end
|
|
192
202
|
hash
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -37,6 +37,12 @@ module MessenteApi
|
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
40
|
+
# List of attributes with nullable: true
|
|
41
|
+
def self.openapi_nullable
|
|
42
|
+
Set.new([
|
|
43
|
+
])
|
|
44
|
+
end
|
|
45
|
+
|
|
40
46
|
# Initializes the object
|
|
41
47
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
42
48
|
def initialize(attributes = {})
|
|
@@ -186,7 +192,11 @@ module MessenteApi
|
|
|
186
192
|
hash = {}
|
|
187
193
|
self.class.attribute_map.each_pair do |attr, param|
|
|
188
194
|
value = self.send(attr)
|
|
189
|
-
|
|
195
|
+
if value.nil?
|
|
196
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
197
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
198
|
+
end
|
|
199
|
+
|
|
190
200
|
hash[param] = _to_hash(value)
|
|
191
201
|
end
|
|
192
202
|
hash
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -37,6 +37,12 @@ module MessenteApi
|
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
40
|
+
# List of attributes with nullable: true
|
|
41
|
+
def self.openapi_nullable
|
|
42
|
+
Set.new([
|
|
43
|
+
])
|
|
44
|
+
end
|
|
45
|
+
|
|
40
46
|
# Initializes the object
|
|
41
47
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
42
48
|
def initialize(attributes = {})
|
|
@@ -188,7 +194,11 @@ module MessenteApi
|
|
|
188
194
|
hash = {}
|
|
189
195
|
self.class.attribute_map.each_pair do |attr, param|
|
|
190
196
|
value = self.send(attr)
|
|
191
|
-
|
|
197
|
+
if value.nil?
|
|
198
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
199
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
200
|
+
end
|
|
201
|
+
|
|
192
202
|
hash[param] = _to_hash(value)
|
|
193
203
|
end
|
|
194
204
|
hash
|
data/lib/messente_api/version.rb
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module MessenteApi
|
|
14
|
-
VERSION = '1.
|
|
14
|
+
VERSION = '1.4.0'
|
|
15
15
|
end
|
data/messente_api.gemspec
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.4.0
|
|
9
9
|
Contact: messente@messente.com
|
|
10
10
|
Generated by: https://openapi-generator.tech
|
|
11
|
-
OpenAPI Generator version: 4.
|
|
11
|
+
OpenAPI Generator version: 4.3.1
|
|
12
12
|
|
|
13
13
|
=end
|
|
14
14
|
|
|
@@ -31,12 +31,6 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
|
|
32
32
|
|
|
33
33
|
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
|
34
|
-
s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
|
|
35
|
-
s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
|
|
36
|
-
s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
|
|
37
|
-
s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
|
|
38
|
-
s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
|
|
39
|
-
s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
|
|
40
34
|
|
|
41
35
|
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
|
|
42
36
|
s.test_files = `find spec/*`.split("\n")
|
data/spec/api_client_spec.rb
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -156,7 +156,7 @@ describe MessenteApi::ApiClient do
|
|
|
156
156
|
end
|
|
157
157
|
|
|
158
158
|
it 'fails for invalid collection format' do
|
|
159
|
-
expect
|
|
159
|
+
expect { api_client.build_collection_param(param, :INVALID) }.to raise_error(RuntimeError, 'unknown collection format: :INVALID')
|
|
160
160
|
end
|
|
161
161
|
end
|
|
162
162
|
|
data/spec/configuration_spec.rb
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
data/spec/spec_helper.rb
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.4.0
|
|
7
7
|
Contact: messente@messente.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: messente_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Messente
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -34,162 +34,42 @@ dependencies:
|
|
|
34
34
|
name: json
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- - ">="
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: 2.1.0
|
|
40
37
|
- - "~>"
|
|
41
38
|
- !ruby/object:Gem::Version
|
|
42
39
|
version: '2.1'
|
|
43
|
-
type: :runtime
|
|
44
|
-
prerelease: false
|
|
45
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
46
|
-
requirements:
|
|
47
40
|
- - ">="
|
|
48
41
|
- !ruby/object:Gem::Version
|
|
49
42
|
version: 2.1.0
|
|
50
|
-
|
|
51
|
-
- !ruby/object:Gem::Version
|
|
52
|
-
version: '2.1'
|
|
53
|
-
- !ruby/object:Gem::Dependency
|
|
54
|
-
name: rspec
|
|
55
|
-
requirement: !ruby/object:Gem::Requirement
|
|
56
|
-
requirements:
|
|
57
|
-
- - ">="
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
version: 3.6.0
|
|
60
|
-
- - "~>"
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
version: '3.6'
|
|
63
|
-
type: :development
|
|
64
|
-
prerelease: false
|
|
65
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
66
|
-
requirements:
|
|
67
|
-
- - ">="
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version: 3.6.0
|
|
70
|
-
- - "~>"
|
|
71
|
-
- !ruby/object:Gem::Version
|
|
72
|
-
version: '3.6'
|
|
73
|
-
- !ruby/object:Gem::Dependency
|
|
74
|
-
name: vcr
|
|
75
|
-
requirement: !ruby/object:Gem::Requirement
|
|
76
|
-
requirements:
|
|
77
|
-
- - "~>"
|
|
78
|
-
- !ruby/object:Gem::Version
|
|
79
|
-
version: '3.0'
|
|
80
|
-
- - ">="
|
|
81
|
-
- !ruby/object:Gem::Version
|
|
82
|
-
version: 3.0.1
|
|
83
|
-
type: :development
|
|
84
|
-
prerelease: false
|
|
85
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
86
|
-
requirements:
|
|
87
|
-
- - "~>"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: '3.0'
|
|
90
|
-
- - ">="
|
|
91
|
-
- !ruby/object:Gem::Version
|
|
92
|
-
version: 3.0.1
|
|
93
|
-
- !ruby/object:Gem::Dependency
|
|
94
|
-
name: webmock
|
|
95
|
-
requirement: !ruby/object:Gem::Requirement
|
|
96
|
-
requirements:
|
|
97
|
-
- - "~>"
|
|
98
|
-
- !ruby/object:Gem::Version
|
|
99
|
-
version: '1.24'
|
|
100
|
-
- - ">="
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: 1.24.3
|
|
103
|
-
type: :development
|
|
104
|
-
prerelease: false
|
|
105
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
-
requirements:
|
|
107
|
-
- - "~>"
|
|
108
|
-
- !ruby/object:Gem::Version
|
|
109
|
-
version: '1.24'
|
|
110
|
-
- - ">="
|
|
111
|
-
- !ruby/object:Gem::Version
|
|
112
|
-
version: 1.24.3
|
|
113
|
-
- !ruby/object:Gem::Dependency
|
|
114
|
-
name: autotest
|
|
115
|
-
requirement: !ruby/object:Gem::Requirement
|
|
116
|
-
requirements:
|
|
117
|
-
- - "~>"
|
|
118
|
-
- !ruby/object:Gem::Version
|
|
119
|
-
version: '4.4'
|
|
120
|
-
- - ">="
|
|
121
|
-
- !ruby/object:Gem::Version
|
|
122
|
-
version: 4.4.6
|
|
123
|
-
type: :development
|
|
124
|
-
prerelease: false
|
|
125
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
126
|
-
requirements:
|
|
127
|
-
- - "~>"
|
|
128
|
-
- !ruby/object:Gem::Version
|
|
129
|
-
version: '4.4'
|
|
130
|
-
- - ">="
|
|
131
|
-
- !ruby/object:Gem::Version
|
|
132
|
-
version: 4.4.6
|
|
133
|
-
- !ruby/object:Gem::Dependency
|
|
134
|
-
name: autotest-rails-pure
|
|
135
|
-
requirement: !ruby/object:Gem::Requirement
|
|
136
|
-
requirements:
|
|
137
|
-
- - "~>"
|
|
138
|
-
- !ruby/object:Gem::Version
|
|
139
|
-
version: '4.1'
|
|
140
|
-
- - ">="
|
|
141
|
-
- !ruby/object:Gem::Version
|
|
142
|
-
version: 4.1.2
|
|
143
|
-
type: :development
|
|
144
|
-
prerelease: false
|
|
145
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
146
|
-
requirements:
|
|
147
|
-
- - "~>"
|
|
148
|
-
- !ruby/object:Gem::Version
|
|
149
|
-
version: '4.1'
|
|
150
|
-
- - ">="
|
|
151
|
-
- !ruby/object:Gem::Version
|
|
152
|
-
version: 4.1.2
|
|
153
|
-
- !ruby/object:Gem::Dependency
|
|
154
|
-
name: autotest-growl
|
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
|
156
|
-
requirements:
|
|
157
|
-
- - "~>"
|
|
158
|
-
- !ruby/object:Gem::Version
|
|
159
|
-
version: '0.2'
|
|
160
|
-
- - ">="
|
|
161
|
-
- !ruby/object:Gem::Version
|
|
162
|
-
version: 0.2.16
|
|
163
|
-
type: :development
|
|
43
|
+
type: :runtime
|
|
164
44
|
prerelease: false
|
|
165
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
166
46
|
requirements:
|
|
167
47
|
- - "~>"
|
|
168
48
|
- !ruby/object:Gem::Version
|
|
169
|
-
version: '
|
|
49
|
+
version: '2.1'
|
|
170
50
|
- - ">="
|
|
171
51
|
- !ruby/object:Gem::Version
|
|
172
|
-
version:
|
|
52
|
+
version: 2.1.0
|
|
173
53
|
- !ruby/object:Gem::Dependency
|
|
174
|
-
name:
|
|
54
|
+
name: rspec
|
|
175
55
|
requirement: !ruby/object:Gem::Requirement
|
|
176
56
|
requirements:
|
|
177
57
|
- - "~>"
|
|
178
58
|
- !ruby/object:Gem::Version
|
|
179
|
-
version: '
|
|
59
|
+
version: '3.6'
|
|
180
60
|
- - ">="
|
|
181
61
|
- !ruby/object:Gem::Version
|
|
182
|
-
version:
|
|
62
|
+
version: 3.6.0
|
|
183
63
|
type: :development
|
|
184
64
|
prerelease: false
|
|
185
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
186
66
|
requirements:
|
|
187
67
|
- - "~>"
|
|
188
68
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: '
|
|
69
|
+
version: '3.6'
|
|
190
70
|
- - ">="
|
|
191
71
|
- !ruby/object:Gem::Version
|
|
192
|
-
version:
|
|
72
|
+
version: 3.6.0
|
|
193
73
|
description: "[Messente](https://messente.com) is a global provider of messaging and
|
|
194
74
|
user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram
|
|
195
75
|
messages. * Manage contacts and groups. * Fetch detailed info about phone numbers.
|
|
@@ -203,7 +83,6 @@ extensions: []
|
|
|
203
83
|
extra_rdoc_files: []
|
|
204
84
|
files:
|
|
205
85
|
- Gemfile
|
|
206
|
-
- Gemfile.lock
|
|
207
86
|
- README.md
|
|
208
87
|
- Rakefile
|
|
209
88
|
- docs/BlacklistApi.md
|
|
@@ -211,6 +90,7 @@ files:
|
|
|
211
90
|
- docs/ContactEnvelope.md
|
|
212
91
|
- docs/ContactFields.md
|
|
213
92
|
- docs/ContactListEnvelope.md
|
|
93
|
+
- docs/ContactResponseFields.md
|
|
214
94
|
- docs/ContactUpdateFields.md
|
|
215
95
|
- docs/ContactsApi.md
|
|
216
96
|
- docs/DeliveryReportApi.md
|
|
@@ -245,6 +125,7 @@ files:
|
|
|
245
125
|
- docs/OmniMessageCreateSuccessResponse.md
|
|
246
126
|
- docs/Omnimessage.md
|
|
247
127
|
- docs/OmnimessageApi.md
|
|
128
|
+
- docs/Priority.md
|
|
248
129
|
- docs/SMS.md
|
|
249
130
|
- docs/StatisticsApi.md
|
|
250
131
|
- docs/StatisticsReport.md
|
|
@@ -277,6 +158,7 @@ files:
|
|
|
277
158
|
- lib/messente_api/models/contact_envelope.rb
|
|
278
159
|
- lib/messente_api/models/contact_fields.rb
|
|
279
160
|
- lib/messente_api/models/contact_list_envelope.rb
|
|
161
|
+
- lib/messente_api/models/contact_response_fields.rb
|
|
280
162
|
- lib/messente_api/models/contact_update_fields.rb
|
|
281
163
|
- lib/messente_api/models/delivery_report_response.rb
|
|
282
164
|
- lib/messente_api/models/delivery_result.rb
|
|
@@ -306,6 +188,7 @@ files:
|
|
|
306
188
|
- lib/messente_api/models/numbers_to_investigate.rb
|
|
307
189
|
- lib/messente_api/models/omni_message_create_success_response.rb
|
|
308
190
|
- lib/messente_api/models/omnimessage.rb
|
|
191
|
+
- lib/messente_api/models/priority.rb
|
|
309
192
|
- lib/messente_api/models/sms.rb
|
|
310
193
|
- lib/messente_api/models/statistics_report.rb
|
|
311
194
|
- lib/messente_api/models/statistics_report_settings.rb
|
|
@@ -345,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
345
228
|
- !ruby/object:Gem::Version
|
|
346
229
|
version: '0'
|
|
347
230
|
requirements: []
|
|
348
|
-
rubygems_version: 3.
|
|
231
|
+
rubygems_version: 3.1.2
|
|
349
232
|
signing_key:
|
|
350
233
|
specification_version: 4
|
|
351
234
|
summary: Ruby library for Messente API
|