messente_api 1.4.0 → 2.2.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.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +33 -30
  3. data/docs/BlacklistApi.md +105 -37
  4. data/docs/BulkMessagingApi.md +76 -0
  5. data/docs/BulkOmniMessageCreateSuccessResponse.md +18 -0
  6. data/docs/BulkOmniMessageCreateSuccessResponseMessagesInner.md +49 -0
  7. data/docs/BulkOmnimessage.md +18 -0
  8. data/docs/Channel.md +4 -5
  9. data/docs/ContactEnvelope.md +8 -7
  10. data/docs/ContactFields.md +26 -25
  11. data/docs/ContactListEnvelope.md +8 -7
  12. data/docs/ContactResponseFields.md +28 -27
  13. data/docs/ContactUpdateFields.md +24 -23
  14. data/docs/ContactsApi.md +221 -86
  15. data/docs/DeliveryReportApi.md +29 -13
  16. data/docs/DeliveryReportResponse.md +12 -11
  17. data/docs/DeliveryResult.md +22 -17
  18. data/docs/ErrorCodeOmnichannel.md +4 -5
  19. data/docs/ErrorCodeOmnichannelMachine.md +4 -5
  20. data/docs/ErrorCodePhonebook.md +4 -5
  21. data/docs/ErrorCodeStatistics.md +4 -5
  22. data/docs/ErrorItemNumberLookup.md +8 -7
  23. data/docs/ErrorItemNumberLookupError.md +10 -9
  24. data/docs/ErrorItemOmnichannel.md +14 -13
  25. data/docs/ErrorItemPhonebook.md +12 -11
  26. data/docs/ErrorItemStatistics.md +12 -11
  27. data/docs/ErrorNumberLookup.md +8 -7
  28. data/docs/ErrorOmnichannel.md +8 -7
  29. data/docs/ErrorPhonebook.md +8 -7
  30. data/docs/ErrorStatistics.md +8 -7
  31. data/docs/ErrorTitleOmnichannel.md +4 -5
  32. data/docs/ErrorTitlePhonebook.md +4 -5
  33. data/docs/FetchBlacklistSuccess.md +8 -7
  34. data/docs/GroupEnvelope.md +8 -7
  35. data/docs/GroupListEnvelope.md +8 -7
  36. data/docs/GroupName.md +8 -7
  37. data/docs/GroupResponseFields.md +14 -13
  38. data/docs/GroupsApi.md +136 -51
  39. data/docs/MessageResult.md +12 -11
  40. data/docs/MobileNetwork.md +16 -15
  41. data/docs/NumberLookupApi.md +30 -14
  42. data/docs/NumberToBlacklist.md +8 -7
  43. data/docs/NumbersToInvestigate.md +8 -7
  44. data/docs/OmniMessageCreateSuccessResponse.md +12 -11
  45. data/docs/Omnimessage.md +18 -17
  46. data/docs/OmnimessageApi.md +56 -23
  47. data/docs/OmnimessageMessagesInner.md +53 -0
  48. data/docs/PriceInfo.md +22 -0
  49. data/docs/Priority.md +4 -5
  50. data/docs/SMS.md +20 -17
  51. data/docs/StatisticsApi.md +30 -14
  52. data/docs/StatisticsReport.md +12 -11
  53. data/docs/StatisticsReportSettings.md +12 -11
  54. data/docs/StatisticsReportSuccess.md +8 -7
  55. data/docs/Status.md +4 -5
  56. data/docs/SyncNumberLookupResult.md +24 -23
  57. data/docs/SyncNumberLookupSuccess.md +10 -9
  58. data/docs/Telegram.md +20 -19
  59. data/docs/TextStore.md +4 -5
  60. data/docs/Viber.md +24 -19
  61. data/docs/ViberVideo.md +24 -0
  62. data/docs/WhatsApp.md +16 -19
  63. data/docs/WhatsAppComponent.md +24 -0
  64. data/docs/WhatsAppCurrency.md +22 -0
  65. data/docs/WhatsAppDatetime.md +18 -0
  66. data/docs/WhatsAppLanguage.md +20 -0
  67. data/docs/WhatsAppMedia.md +24 -0
  68. data/docs/WhatsAppParameter.md +30 -0
  69. data/docs/WhatsAppTemplate.md +22 -0
  70. data/git_push.sh +3 -4
  71. data/lib/messente_api/api/blacklist_api.rb +22 -15
  72. data/lib/messente_api/api/bulk_messaging_api.rb +88 -0
  73. data/lib/messente_api/api/contacts_api.rb +42 -28
  74. data/lib/messente_api/api/delivery_report_api.rb +6 -5
  75. data/lib/messente_api/api/groups_api.rb +30 -19
  76. data/lib/messente_api/api/number_lookup_api.rb +10 -6
  77. data/lib/messente_api/api/omnimessage_api.rb +14 -9
  78. data/lib/messente_api/api/statistics_api.rb +10 -6
  79. data/lib/messente_api/api_client.rb +72 -66
  80. data/lib/messente_api/api_error.rb +3 -2
  81. data/lib/messente_api/configuration.rb +64 -14
  82. data/lib/messente_api/models/{whats_app_audio.rb → bulk_omni_message_create_success_response.rb} +50 -38
  83. data/lib/messente_api/models/bulk_omni_message_create_success_response_messages_inner.rb +105 -0
  84. data/lib/messente_api/models/{whats_app_text.rb → bulk_omnimessage.rb} +49 -49
  85. data/lib/messente_api/models/channel.rb +9 -5
  86. data/lib/messente_api/models/contact_envelope.rb +31 -23
  87. data/lib/messente_api/models/contact_fields.rb +33 -23
  88. data/lib/messente_api/models/contact_list_envelope.rb +41 -23
  89. data/lib/messente_api/models/contact_response_fields.rb +31 -23
  90. data/lib/messente_api/models/contact_update_fields.rb +31 -23
  91. data/lib/messente_api/models/delivery_report_response.rb +37 -23
  92. data/lib/messente_api/models/delivery_result.rb +77 -27
  93. data/lib/messente_api/models/error_code_omnichannel.rb +9 -5
  94. data/lib/messente_api/models/error_code_omnichannel_machine.rb +9 -5
  95. data/lib/messente_api/models/error_code_phonebook.rb +9 -5
  96. data/lib/messente_api/models/error_code_statistics.rb +9 -5
  97. data/lib/messente_api/models/error_item_number_lookup.rb +33 -23
  98. data/lib/messente_api/models/error_item_number_lookup_error.rb +35 -23
  99. data/lib/messente_api/models/error_item_omnichannel.rb +61 -23
  100. data/lib/messente_api/models/error_item_phonebook.rb +59 -23
  101. data/lib/messente_api/models/error_item_statistics.rb +59 -23
  102. data/lib/messente_api/models/error_number_lookup.rb +33 -23
  103. data/lib/messente_api/models/error_omnichannel.rb +33 -23
  104. data/lib/messente_api/models/error_phonebook.rb +33 -23
  105. data/lib/messente_api/models/error_statistics.rb +33 -23
  106. data/lib/messente_api/models/error_title_omnichannel.rb +9 -5
  107. data/lib/messente_api/models/error_title_phonebook.rb +9 -5
  108. data/lib/messente_api/models/fetch_blacklist_success.rb +41 -23
  109. data/lib/messente_api/models/group_envelope.rb +31 -23
  110. data/lib/messente_api/models/group_list_envelope.rb +41 -23
  111. data/lib/messente_api/models/group_name.rb +33 -23
  112. data/lib/messente_api/models/group_response_fields.rb +37 -23
  113. data/lib/messente_api/models/message_result.rb +59 -23
  114. data/lib/messente_api/models/mobile_network.rb +31 -23
  115. data/lib/messente_api/models/number_to_blacklist.rb +33 -23
  116. data/lib/messente_api/models/numbers_to_investigate.rb +62 -24
  117. data/lib/messente_api/models/omni_message_create_success_response.rb +37 -23
  118. data/lib/messente_api/models/omnimessage.rb +59 -25
  119. data/lib/messente_api/models/omnimessage_messages_inner.rb +107 -0
  120. data/lib/messente_api/models/price_info.rb +257 -0
  121. data/lib/messente_api/models/priority.rb +9 -5
  122. data/lib/messente_api/models/sms.rb +45 -25
  123. data/lib/messente_api/models/statistics_report.rb +37 -23
  124. data/lib/messente_api/models/statistics_report_settings.rb +35 -23
  125. data/lib/messente_api/models/statistics_report_success.rb +33 -23
  126. data/lib/messente_api/models/status.rb +9 -5
  127. data/lib/messente_api/models/sync_number_lookup_result.rb +35 -24
  128. data/lib/messente_api/models/sync_number_lookup_success.rb +35 -23
  129. data/lib/messente_api/models/telegram.rb +31 -23
  130. data/lib/messente_api/models/text_store.rb +9 -5
  131. data/lib/messente_api/models/viber.rb +55 -28
  132. data/lib/messente_api/models/viber_video.rb +274 -0
  133. data/lib/messente_api/models/whats_app.rb +45 -54
  134. data/lib/messente_api/models/whats_app_component.rb +255 -0
  135. data/lib/messente_api/models/whats_app_currency.rb +257 -0
  136. data/lib/messente_api/models/{whats_app_document.rb → whats_app_datetime.rb} +48 -48
  137. data/lib/messente_api/models/{whats_app_image.rb → whats_app_language.rb} +55 -45
  138. data/lib/messente_api/models/whats_app_media.rb +246 -0
  139. data/lib/messente_api/models/whats_app_parameter.rb +278 -0
  140. data/lib/messente_api/models/whats_app_template.rb +251 -0
  141. data/lib/messente_api/version.rb +3 -3
  142. data/lib/messente_api.rb +16 -6
  143. data/messente_api.gemspec +5 -5
  144. data/spec/spec_helper.rb +2 -2
  145. metadata +35 -39
  146. data/docs/WhatsAppAudio.md +0 -17
  147. data/docs/WhatsAppDocument.md +0 -19
  148. data/docs/WhatsAppImage.md +0 -19
  149. data/docs/WhatsAppText.md +0 -19
  150. data/spec/api_client_spec.rb +0 -226
  151. data/spec/configuration_spec.rb +0 -42
@@ -2,22 +2,21 @@
2
2
 
3
3
  All URIs are relative to *https://api.messente.com/v1*
4
4
 
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**retrieve_delivery_report**](DeliveryReportApi.md#retrieve_delivery_report) | **GET** /omnimessage/{omnimessageId}/status | Retrieves the delivery report for the Omnimessage
8
-
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**retrieve_delivery_report**](DeliveryReportApi.md#retrieve_delivery_report) | **GET** /omnimessage/{omnimessageId}/status | Retrieves the delivery report for the Omnimessage |
9
8
 
10
9
 
11
10
  ## retrieve_delivery_report
12
11
 
13
- > DeliveryReportResponse retrieve_delivery_report(omnimessage_id)
12
+ > <DeliveryReportResponse> retrieve_delivery_report(omnimessage_id)
14
13
 
15
14
  Retrieves the delivery report for the Omnimessage
16
15
 
17
- ### Example
16
+ ### Examples
18
17
 
19
18
  ```ruby
20
- # load the gem
19
+ require 'time'
21
20
  require 'messente_api'
22
21
  # setup authorization
23
22
  MessenteApi.configure do |config|
@@ -30,20 +29,37 @@ api_instance = MessenteApi::DeliveryReportApi.new
30
29
  omnimessage_id = 'omnimessage_id_example' # String | UUID of the omnimessage to for which the delivery report is to be retrieved
31
30
 
32
31
  begin
33
- #Retrieves the delivery report for the Omnimessage
32
+ # Retrieves the delivery report for the Omnimessage
34
33
  result = api_instance.retrieve_delivery_report(omnimessage_id)
35
34
  p result
36
35
  rescue MessenteApi::ApiError => e
37
- puts "Exception when calling DeliveryReportApi->retrieve_delivery_report: #{e}"
36
+ puts "Error when calling DeliveryReportApi->retrieve_delivery_report: #{e}"
38
37
  end
39
38
  ```
40
39
 
41
- ### Parameters
40
+ #### Using the retrieve_delivery_report_with_http_info variant
41
+
42
+ This returns an Array which contains the response data, status code and headers.
42
43
 
44
+ > <Array(<DeliveryReportResponse>, Integer, Hash)> retrieve_delivery_report_with_http_info(omnimessage_id)
45
+
46
+ ```ruby
47
+ begin
48
+ # Retrieves the delivery report for the Omnimessage
49
+ data, status_code, headers = api_instance.retrieve_delivery_report_with_http_info(omnimessage_id)
50
+ p status_code # => 2xx
51
+ p headers # => { ... }
52
+ p data # => <DeliveryReportResponse>
53
+ rescue MessenteApi::ApiError => e
54
+ puts "Error when calling DeliveryReportApi->retrieve_delivery_report_with_http_info: #{e}"
55
+ end
56
+ ```
57
+
58
+ ### Parameters
43
59
 
44
- Name | Type | Description | Notes
45
- ------------- | ------------- | ------------- | -------------
46
- **omnimessage_id** | **String**| UUID of the omnimessage to for which the delivery report is to be retrieved |
60
+ | Name | Type | Description | Notes |
61
+ | ---- | ---- | ----------- | ----- |
62
+ | **omnimessage_id** | **String** | UUID of the omnimessage to for which the delivery report is to be retrieved | |
47
63
 
48
64
  ### Return type
49
65
 
@@ -2,20 +2,21 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **statuses** | [**Array&lt;DeliveryResult&gt;**](DeliveryResult.md) | Contains the delivery reports for each channel, ordered by send order |
8
- **to** | **String** | Phone number in e.164 format |
9
- **omnimessage_id** | **String** | Unique identifier for the omnimessage |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **statuses** | [**Array&lt;DeliveryResult&gt;**](DeliveryResult.md) | Contains the delivery reports for each channel, ordered by send order | |
8
+ | **to** | **String** | Phone number in e.164 format | |
9
+ | **omnimessage_id** | **String** | Unique identifier for the omnimessage | |
10
10
 
11
- ## Code Sample
11
+ ## Example
12
12
 
13
13
  ```ruby
14
- require 'MessenteApi'
14
+ require 'messente_api'
15
15
 
16
- instance = MessenteApi::DeliveryReportResponse.new(statuses: null,
17
- to: null,
18
- omnimessage_id: null)
16
+ instance = MessenteApi::DeliveryReportResponse.new(
17
+ statuses: null,
18
+ to: null,
19
+ omnimessage_id: null
20
+ )
19
21
  ```
20
22
 
21
-
@@ -2,26 +2,31 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **status** | [**Status**](Status.md) | | [optional]
8
- **channel** | [**Channel**](Channel.md) | | [optional]
9
- **message_id** | **String** | Unique identifier for the message | [optional]
10
- **error** | **String** | Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet | [optional]
11
- **err** | [**ErrorCodeOmnichannelMachine**](ErrorCodeOmnichannelMachine.md) | | [optional]
12
- **timestamp** | **DateTime** | When this status was received by Omnichannel API | [optional]
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | [**Status**](Status.md) | | [optional] |
8
+ | **channel** | [**Channel**](Channel.md) | | [optional] |
9
+ | **message_id** | **String** | Unique identifier for the message | [optional] |
10
+ | **error** | **String** | Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet | [optional] |
11
+ | **err** | [**ErrorCodeOmnichannelMachine**](ErrorCodeOmnichannelMachine.md) | | [optional] |
12
+ | **timestamp** | **Time** | When this status was received by Omnichannel API | [optional] |
13
+ | **price_info** | [**PriceInfo**](PriceInfo.md) | | [optional] |
14
+ | **sender** | **String** | the sender of the message | [optional] |
13
15
 
14
- ## Code Sample
16
+ ## Example
15
17
 
16
18
  ```ruby
17
- require 'MessenteApi'
19
+ require 'messente_api'
18
20
 
19
- instance = MessenteApi::DeliveryResult.new(status: null,
20
- channel: null,
21
- message_id: null,
22
- error: null,
23
- err: null,
24
- timestamp: null)
21
+ instance = MessenteApi::DeliveryResult.new(
22
+ status: null,
23
+ channel: null,
24
+ message_id: null,
25
+ error: null,
26
+ err: null,
27
+ timestamp: null,
28
+ price_info: null,
29
+ sender: null
30
+ )
25
31
  ```
26
32
 
27
-
@@ -2,15 +2,14 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
7
 
8
- ## Code Sample
8
+ ## Example
9
9
 
10
10
  ```ruby
11
- require 'MessenteApi'
11
+ require 'messente_api'
12
12
 
13
13
  instance = MessenteApi::ErrorCodeOmnichannel.new()
14
14
  ```
15
15
 
16
-
@@ -2,15 +2,14 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
7
 
8
- ## Code Sample
8
+ ## Example
9
9
 
10
10
  ```ruby
11
- require 'MessenteApi'
11
+ require 'messente_api'
12
12
 
13
13
  instance = MessenteApi::ErrorCodeOmnichannelMachine.new()
14
14
  ```
15
15
 
16
-
@@ -2,15 +2,14 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
7
 
8
- ## Code Sample
8
+ ## Example
9
9
 
10
10
  ```ruby
11
- require 'MessenteApi'
11
+ require 'messente_api'
12
12
 
13
13
  instance = MessenteApi::ErrorCodePhonebook.new()
14
14
  ```
15
15
 
16
-
@@ -2,15 +2,14 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
7
 
8
- ## Code Sample
8
+ ## Example
9
9
 
10
10
  ```ruby
11
- require 'MessenteApi'
11
+ require 'messente_api'
12
12
 
13
13
  instance = MessenteApi::ErrorCodeStatistics.new()
14
14
  ```
15
15
 
16
-
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **error** | [**ErrorItemNumberLookupError**](ErrorItemNumberLookupError.md) | |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **error** | [**ErrorItemNumberLookupError**](ErrorItemNumberLookupError.md) | | |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::ErrorItemNumberLookup.new(error: null)
14
+ instance = MessenteApi::ErrorItemNumberLookup.new(
15
+ error: null
16
+ )
15
17
  ```
16
18
 
17
-
@@ -2,18 +2,19 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **description** | **String** | Error description |
8
- **code** | **Integer** | Matches the following error title. This field is a constant * 101 - Unauthorized * 102 - Invalid arguments or parameters * 103 - Server error * 104 - Crediting error #1 * 105 - Crediting error #2 * 106 - Client error |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **description** | **String** | Error description | |
8
+ | **code** | **Integer** | Matches the following error title. This field is a constant * 101 - Unauthorized * 102 - Invalid arguments or parameters * 103 - Server error * 104 - Crediting error #1 * 105 - Crediting error #2 * 106 - Client error | |
9
9
 
10
- ## Code Sample
10
+ ## Example
11
11
 
12
12
  ```ruby
13
- require 'MessenteApi'
13
+ require 'messente_api'
14
14
 
15
- instance = MessenteApi::ErrorItemNumberLookupError.new(description: null,
16
- code: null)
15
+ instance = MessenteApi::ErrorItemNumberLookupError.new(
16
+ description: null,
17
+ code: null
18
+ )
17
19
  ```
18
20
 
19
-
@@ -2,22 +2,23 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **title** | [**ErrorTitleOmnichannel**](ErrorTitleOmnichannel.md) | |
8
- **detail** | **String** | Free form more detailed description of the error |
9
- **code** | [**ErrorCodeOmnichannel**](ErrorCodeOmnichannel.md) | |
10
- **source** | **String** | Describes which field is causing the issue in the payload, null for non 400 status code responses |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **title** | [**ErrorTitleOmnichannel**](ErrorTitleOmnichannel.md) | | |
8
+ | **detail** | **String** | Free form more detailed description of the error | |
9
+ | **code** | [**ErrorCodeOmnichannel**](ErrorCodeOmnichannel.md) | | |
10
+ | **source** | **String** | Describes which field is causing the issue in the payload, null for non 400 status code responses | |
11
11
 
12
- ## Code Sample
12
+ ## Example
13
13
 
14
14
  ```ruby
15
- require 'MessenteApi'
15
+ require 'messente_api'
16
16
 
17
- instance = MessenteApi::ErrorItemOmnichannel.new(title: null,
18
- detail: null,
19
- code: null,
20
- source: null)
17
+ instance = MessenteApi::ErrorItemOmnichannel.new(
18
+ title: null,
19
+ detail: null,
20
+ code: null,
21
+ source: null
22
+ )
21
23
  ```
22
24
 
23
-
@@ -2,20 +2,21 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **title** | [**ErrorTitlePhonebook**](ErrorTitlePhonebook.md) | |
8
- **detail** | **String** | Free form more detailed description of the error |
9
- **code** | [**ErrorCodePhonebook**](ErrorCodePhonebook.md) | |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **title** | [**ErrorTitlePhonebook**](ErrorTitlePhonebook.md) | | |
8
+ | **detail** | **String** | Free form more detailed description of the error | |
9
+ | **code** | [**ErrorCodePhonebook**](ErrorCodePhonebook.md) | | |
10
10
 
11
- ## Code Sample
11
+ ## Example
12
12
 
13
13
  ```ruby
14
- require 'MessenteApi'
14
+ require 'messente_api'
15
15
 
16
- instance = MessenteApi::ErrorItemPhonebook.new(title: null,
17
- detail: null,
18
- code: null)
16
+ instance = MessenteApi::ErrorItemPhonebook.new(
17
+ title: null,
18
+ detail: null,
19
+ code: null
20
+ )
19
21
  ```
20
22
 
21
-
@@ -2,20 +2,21 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **title** | **String** | Error title |
8
- **details** | **String** | Error details |
9
- **code** | [**ErrorCodeStatistics**](ErrorCodeStatistics.md) | |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **title** | **String** | Error title | |
8
+ | **details** | **String** | Error details | |
9
+ | **code** | [**ErrorCodeStatistics**](ErrorCodeStatistics.md) | | |
10
10
 
11
- ## Code Sample
11
+ ## Example
12
12
 
13
13
  ```ruby
14
- require 'MessenteApi'
14
+ require 'messente_api'
15
15
 
16
- instance = MessenteApi::ErrorItemStatistics.new(title: null,
17
- details: null,
18
- code: null)
16
+ instance = MessenteApi::ErrorItemStatistics.new(
17
+ title: null,
18
+ details: null,
19
+ code: null
20
+ )
19
21
  ```
20
22
 
21
-
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **errors** | [**Array&lt;ErrorItemNumberLookup&gt;**](ErrorItemNumberLookup.md) | An array of errors |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **errors** | [**Array&lt;ErrorItemNumberLookup&gt;**](ErrorItemNumberLookup.md) | An array of errors | |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::ErrorNumberLookup.new(errors: null)
14
+ instance = MessenteApi::ErrorNumberLookup.new(
15
+ errors: null
16
+ )
15
17
  ```
16
18
 
17
-
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **errors** | [**Array&lt;ErrorItemOmnichannel&gt;**](ErrorItemOmnichannel.md) | An array of errors |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **errors** | [**Array&lt;ErrorItemOmnichannel&gt;**](ErrorItemOmnichannel.md) | An array of errors | |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::ErrorOmnichannel.new(errors: null)
14
+ instance = MessenteApi::ErrorOmnichannel.new(
15
+ errors: null
16
+ )
15
17
  ```
16
18
 
17
-
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **errors** | [**Array&lt;ErrorItemPhonebook&gt;**](ErrorItemPhonebook.md) | An array of errors |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **errors** | [**Array&lt;ErrorItemPhonebook&gt;**](ErrorItemPhonebook.md) | An array of errors | |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::ErrorPhonebook.new(errors: null)
14
+ instance = MessenteApi::ErrorPhonebook.new(
15
+ errors: null
16
+ )
15
17
  ```
16
18
 
17
-
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **errors** | [**Array&lt;ErrorItemStatistics&gt;**](ErrorItemStatistics.md) | An array of errors |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **errors** | [**Array&lt;ErrorItemStatistics&gt;**](ErrorItemStatistics.md) | An array of errors | |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::ErrorStatistics.new(errors: null)
14
+ instance = MessenteApi::ErrorStatistics.new(
15
+ errors: null
16
+ )
15
17
  ```
16
18
 
17
-
@@ -2,15 +2,14 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
7
 
8
- ## Code Sample
8
+ ## Example
9
9
 
10
10
  ```ruby
11
- require 'MessenteApi'
11
+ require 'messente_api'
12
12
 
13
13
  instance = MessenteApi::ErrorTitleOmnichannel.new()
14
14
  ```
15
15
 
16
-
@@ -2,15 +2,14 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
7
 
8
- ## Code Sample
8
+ ## Example
9
9
 
10
10
  ```ruby
11
- require 'MessenteApi'
11
+ require 'messente_api'
12
12
 
13
13
  instance = MessenteApi::ErrorTitlePhonebook.new()
14
14
  ```
15
15
 
16
-
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **phone_numbers** | **Array&lt;String&gt;** | Array of unique phone numbers | [optional]
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **phone_numbers** | **Array&lt;String&gt;** | Array of unique phone numbers | [optional] |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::FetchBlacklistSuccess.new(phone_numbers: null)
14
+ instance = MessenteApi::FetchBlacklistSuccess.new(
15
+ phone_numbers: null
16
+ )
15
17
  ```
16
18
 
17
-
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **group** | [**GroupResponseFields**](GroupResponseFields.md) | | [optional]
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **group** | [**GroupResponseFields**](GroupResponseFields.md) | | [optional] |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::GroupEnvelope.new(group: null)
14
+ instance = MessenteApi::GroupEnvelope.new(
15
+ group: null
16
+ )
15
17
  ```
16
18
 
17
-
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **groups** | [**Array&lt;GroupResponseFields&gt;**](GroupResponseFields.md) | An array of groups | [optional]
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **groups** | [**Array&lt;GroupResponseFields&gt;**](GroupResponseFields.md) | An array of groups | [optional] |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::GroupListEnvelope.new(groups: null)
14
+ instance = MessenteApi::GroupListEnvelope.new(
15
+ groups: null
16
+ )
15
17
  ```
16
18
 
17
-
data/docs/GroupName.md CHANGED
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | The name of the group |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | The name of the group | |
8
8
 
9
- ## Code Sample
9
+ ## Example
10
10
 
11
11
  ```ruby
12
- require 'MessenteApi'
12
+ require 'messente_api'
13
13
 
14
- instance = MessenteApi::GroupName.new(name: null)
14
+ instance = MessenteApi::GroupName.new(
15
+ name: null
16
+ )
15
17
  ```
16
18
 
17
-