messente_api 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +22 -22
  4. data/docs/BlacklistApi.md +12 -12
  5. data/docs/ContactFields.md +9 -9
  6. data/docs/ContactListEnvelope.md +1 -1
  7. data/docs/ContactUpdateFields.md +9 -9
  8. data/docs/ContactsApi.md +30 -30
  9. data/docs/DeliveryReportApi.md +6 -6
  10. data/docs/DeliveryReportResponse.md +2 -2
  11. data/docs/DeliveryResult.md +1 -1
  12. data/docs/ErrorItemOmnichannel.md +1 -1
  13. data/docs/ErrorItemPhonebook.md +1 -1
  14. data/docs/ErrorOmnichannel.md +1 -1
  15. data/docs/ErrorPhonebook.md +1 -1
  16. data/docs/FetchBlacklistSuccess.md +1 -1
  17. data/docs/GroupListEnvelope.md +1 -1
  18. data/docs/GroupName.md +1 -1
  19. data/docs/GroupResponseFields.md +4 -4
  20. data/docs/GroupsApi.md +21 -21
  21. data/docs/OmniMessageCreateSuccessResponse.md +2 -2
  22. data/docs/Omnimessage.md +2 -2
  23. data/docs/OmnimessageApi.md +8 -8
  24. data/docs/SMS.md +2 -2
  25. data/docs/Viber.md +2 -2
  26. data/docs/WhatsApp.md +1 -1
  27. data/docs/WhatsAppText.md +1 -1
  28. data/lib/messente_api.rb +1 -1
  29. data/lib/messente_api/api/blacklist_api.rb +11 -11
  30. data/lib/messente_api/api/contacts_api.rb +31 -31
  31. data/lib/messente_api/api/delivery_report_api.rb +6 -6
  32. data/lib/messente_api/api/groups_api.rb +22 -22
  33. data/lib/messente_api/api/omnimessage_api.rb +7 -7
  34. data/lib/messente_api/api_client.rb +1 -1
  35. data/lib/messente_api/api_error.rb +1 -1
  36. data/lib/messente_api/configuration.rb +1 -1
  37. data/lib/messente_api/models/channel.rb +1 -1
  38. data/lib/messente_api/models/contact_envelope.rb +2 -1
  39. data/lib/messente_api/models/contact_fields.rb +11 -1
  40. data/lib/messente_api/models/contact_list_envelope.rb +3 -1
  41. data/lib/messente_api/models/contact_update_fields.rb +11 -1
  42. data/lib/messente_api/models/delivery_report_response.rb +4 -3
  43. data/lib/messente_api/models/delivery_result.rb +3 -2
  44. data/lib/messente_api/models/error_code_omnichannel.rb +1 -1
  45. data/lib/messente_api/models/error_code_omnichannel_machine.rb +1 -1
  46. data/lib/messente_api/models/error_code_phonebook.rb +1 -1
  47. data/lib/messente_api/models/error_item_omnichannel.rb +3 -2
  48. data/lib/messente_api/models/error_item_phonebook.rb +3 -2
  49. data/lib/messente_api/models/error_omnichannel.rb +3 -1
  50. data/lib/messente_api/models/error_phonebook.rb +3 -1
  51. data/lib/messente_api/models/error_title_omnichannel.rb +1 -1
  52. data/lib/messente_api/models/error_title_phonebook.rb +1 -1
  53. data/lib/messente_api/models/fetch_blacklist_success.rb +3 -1
  54. data/lib/messente_api/models/group_envelope.rb +2 -1
  55. data/lib/messente_api/models/group_list_envelope.rb +3 -1
  56. data/lib/messente_api/models/group_name.rb +3 -1
  57. data/lib/messente_api/models/group_response_fields.rb +6 -3
  58. data/lib/messente_api/models/message_result.rb +2 -1
  59. data/lib/messente_api/models/number_to_blacklist.rb +2 -1
  60. data/lib/messente_api/models/omni_message_create_success_response.rb +4 -3
  61. data/lib/messente_api/models/omnimessage.rb +4 -2
  62. data/lib/messente_api/models/sms.rb +3 -2
  63. data/lib/messente_api/models/status.rb +1 -1
  64. data/lib/messente_api/models/text_store.rb +1 -1
  65. data/lib/messente_api/models/viber.rb +3 -2
  66. data/lib/messente_api/models/whats_app.rb +3 -2
  67. data/lib/messente_api/models/whats_app_audio.rb +2 -1
  68. data/lib/messente_api/models/whats_app_document.rb +2 -1
  69. data/lib/messente_api/models/whats_app_image.rb +2 -1
  70. data/lib/messente_api/models/whats_app_text.rb +3 -2
  71. data/lib/messente_api/version.rb +2 -2
  72. data/messente_api.gemspec +1 -1
  73. data/spec/api/blacklist_api_spec.rb +5 -5
  74. data/spec/api/contacts_api_spec.rb +12 -12
  75. data/spec/api/delivery_report_api_spec.rb +3 -3
  76. data/spec/api/groups_api_spec.rb +9 -9
  77. data/spec/api/omnimessage_api_spec.rb +4 -4
  78. data/spec/api_client_spec.rb +1 -1
  79. data/spec/configuration_spec.rb +1 -1
  80. data/spec/models/channel_spec.rb +1 -1
  81. data/spec/models/contact_envelope_spec.rb +1 -1
  82. data/spec/models/contact_fields_spec.rb +1 -1
  83. data/spec/models/contact_list_envelope_spec.rb +1 -1
  84. data/spec/models/contact_update_fields_spec.rb +1 -1
  85. data/spec/models/delivery_report_response_spec.rb +1 -1
  86. data/spec/models/delivery_result_spec.rb +1 -1
  87. data/spec/models/error_code_omnichannel_machine_spec.rb +1 -1
  88. data/spec/models/error_code_omnichannel_spec.rb +1 -1
  89. data/spec/models/error_code_phonebook_spec.rb +1 -1
  90. data/spec/models/error_item_omnichannel_spec.rb +1 -1
  91. data/spec/models/error_item_phonebook_spec.rb +1 -1
  92. data/spec/models/error_omnichannel_spec.rb +1 -1
  93. data/spec/models/error_phonebook_spec.rb +1 -1
  94. data/spec/models/error_title_omnichannel_spec.rb +1 -1
  95. data/spec/models/error_title_phonebook_spec.rb +1 -1
  96. data/spec/models/fetch_blacklist_success_spec.rb +1 -1
  97. data/spec/models/group_envelope_spec.rb +1 -1
  98. data/spec/models/group_list_envelope_spec.rb +1 -1
  99. data/spec/models/group_name_spec.rb +1 -1
  100. data/spec/models/group_response_fields_spec.rb +1 -1
  101. data/spec/models/message_result_spec.rb +1 -1
  102. data/spec/models/number_to_blacklist_spec.rb +1 -1
  103. data/spec/models/omni_message_create_success_response_spec.rb +1 -1
  104. data/spec/models/omnimessage_spec.rb +1 -1
  105. data/spec/models/sms_spec.rb +1 -1
  106. data/spec/models/status_spec.rb +1 -1
  107. data/spec/models/text_store_spec.rb +1 -1
  108. data/spec/models/viber_spec.rb +1 -1
  109. data/spec/models/whats_app_audio_spec.rb +1 -1
  110. data/spec/models/whats_app_document_spec.rb +1 -1
  111. data/spec/models/whats_app_image_spec.rb +1 -1
  112. data/spec/models/whats_app_spec.rb +1 -1
  113. data/spec/models/whats_app_text_spec.rb +1 -1
  114. data/spec/spec_helper.rb +1 -1
  115. metadata +2 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for a contact
16
17
  class ContactEnvelope
17
18
  attr_accessor :contact
18
19
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,26 +13,36 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for fields of a contact
16
17
  class ContactFields
17
18
  # Phone number in e.164 format
18
19
  attr_accessor :phone_number
19
20
 
21
+ # The email of the contact
20
22
  attr_accessor :email
21
23
 
24
+ # The first name of the contact
22
25
  attr_accessor :first_name
23
26
 
27
+ # The last name of the contact
24
28
  attr_accessor :last_name
25
29
 
30
+ # The company of the contact
26
31
  attr_accessor :company
27
32
 
33
+ # The title of the contact
28
34
  attr_accessor :title
29
35
 
36
+ # The first custom field
30
37
  attr_accessor :custom
31
38
 
39
+ # The second custom field
32
40
  attr_accessor :custom2
33
41
 
42
+ # The third custom field
34
43
  attr_accessor :custom3
35
44
 
45
+ # The fourth custom field
36
46
  attr_accessor :custom4
37
47
 
38
48
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,7 +13,9 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for contacts
16
17
  class ContactListEnvelope
18
+ # An array of contacts
17
19
  attr_accessor :contacts
18
20
 
19
21
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,23 +13,33 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for fields of a contact
16
17
  class ContactUpdateFields
18
+ # The email of the contact
17
19
  attr_accessor :email
18
20
 
21
+ # The first name of the contact
19
22
  attr_accessor :first_name
20
23
 
24
+ # The last name of the contact
21
25
  attr_accessor :last_name
22
26
 
27
+ # The company of the contact
23
28
  attr_accessor :company
24
29
 
30
+ # The title of the contact
25
31
  attr_accessor :title
26
32
 
33
+ # The first custom field
27
34
  attr_accessor :custom
28
35
 
36
+ # The second custom field
29
37
  attr_accessor :custom2
30
38
 
39
+ # The third custom field
31
40
  attr_accessor :custom3
32
41
 
42
+ # The fourth custom field
33
43
  attr_accessor :custom4
34
44
 
35
45
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,14 +13,15 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for successful delivery report response
16
17
  class DeliveryReportResponse
17
- # Contains the delivery reports for each channnel, ordered by send order
18
+ # Contains the delivery reports for each channel, ordered by send order
18
19
  attr_accessor :statuses
19
20
 
20
21
  # Phone number in e.164 format
21
22
  attr_accessor :to
22
23
 
23
- # Unique identifier for the Omnimessage
24
+ # Unique identifier for the omnimessage
24
25
  attr_accessor :omnimessage_id
25
26
 
26
27
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A delivery report
16
17
  class DeliveryResult
17
18
  attr_accessor :status
18
19
 
@@ -21,7 +22,7 @@ module MessenteApi
21
22
  # Unique identifier for the message
22
23
  attr_accessor :message_id
23
24
 
24
- # Human-readable description of what went wrong, *null* in case of success or if the messages has not been processed yet
25
+ # Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet
25
26
  attr_accessor :error
26
27
 
27
28
  attr_accessor :err
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,10 +13,11 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for Omnichannel API error
16
17
  class ErrorItemOmnichannel
17
18
  attr_accessor :title
18
19
 
19
- # Free form more detailed description of the error.
20
+ # Free form more detailed description of the error
20
21
  attr_accessor :detail
21
22
 
22
23
  attr_accessor :code
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,10 +13,11 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for Phonebook API error
16
17
  class ErrorItemPhonebook
17
18
  attr_accessor :title
18
19
 
19
- # Free form more detailed description of the error.
20
+ # Free form more detailed description of the error
20
21
  attr_accessor :detail
21
22
 
22
23
  attr_accessor :code
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,7 +13,9 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for errors
16
17
  class ErrorOmnichannel
18
+ # An array of errors
17
19
  attr_accessor :errors
18
20
 
19
21
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,7 +13,9 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for errors
16
17
  class ErrorPhonebook
18
+ # An array of errors
17
19
  attr_accessor :errors
18
20
 
19
21
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,7 +13,9 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for blacklisted numbers
16
17
  class FetchBlacklistSuccess
18
+ # Array of unique phone numbers
17
19
  attr_accessor :phone_numbers
18
20
 
19
21
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for a group
16
17
  class GroupEnvelope
17
18
  attr_accessor :group
18
19
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,7 +13,9 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for groups
16
17
  class GroupListEnvelope
18
+ # An array of groups
17
19
  attr_accessor :groups
18
20
 
19
21
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,7 +13,9 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A group name container
16
17
  class GroupName
18
+ # The name of the group
17
19
  attr_accessor :name
18
20
 
19
21
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. 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.0.1
6
+ The version of the OpenAPI document: 1.0.2
7
7
  Contact: messente@messente.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.0.0
@@ -13,15 +13,18 @@ OpenAPI Generator version: 4.0.0
13
13
  require 'date'
14
14
 
15
15
  module MessenteApi
16
+ # A container for fields of a group
16
17
  class GroupResponseFields
17
- # Id string in uuid format
18
+ # Id string in UUID format
18
19
  attr_accessor :id
19
20
 
21
+ # The name of the group
20
22
  attr_accessor :name
21
23
 
22
- # format %Y-%m-%dT%H:%M:%S.%fZ
24
+ # When the group was created
23
25
  attr_accessor :created_on
24
26
 
27
+ # The count of contacts in the group
25
28
  attr_accessor :contacts_count
26
29
 
27
30
  # Attribute mapping from ruby-style variable name to JSON key.