diff --git a/api_authentication.go b/api_authentication.go index 3a42eea..a12c0fe 100644 --- a/api_authentication.go +++ b/api_authentication.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/api_authentication_test.go b/api_authentication_test.go index da2893b..31267d3 100644 --- a/api_authentication_test.go +++ b/api_authentication_test.go @@ -1,5 +1,5 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Testing AuthenticationAPIService diff --git a/api_free_trial_numbers.go b/api_free_trial_numbers.go index d675d35..585a4cc 100644 --- a/api_free_trial_numbers.go +++ b/api_free_trial_numbers.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/api_free_trial_numbers_test.go b/api_free_trial_numbers_test.go index c7e48ef..007c951 100644 --- a/api_free_trial_numbers_test.go +++ b/api_free_trial_numbers_test.go @@ -1,5 +1,5 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Testing FreeTrialNumbersAPIService diff --git a/api_health_check.go b/api_health_check.go index 688ca05..0baf20c 100644 --- a/api_health_check.go +++ b/api_health_check.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/api_health_check_test.go b/api_health_check_test.go index 9b6ce7d..2a91d06 100644 --- a/api_health_check_test.go +++ b/api_health_check_test.go @@ -1,5 +1,5 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Testing HealthCheckAPIService diff --git a/api_logs.go b/api_logs.go index ffa783c..a1a67d5 100644 --- a/api_logs.go +++ b/api_logs.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/api_messages.go b/api_messages.go index 258f394..c8a7925 100644 --- a/api_messages.go +++ b/api_messages.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging @@ -583,14 +583,14 @@ type ApiGetMessagesRequest struct { acceptCharset *string contentType *string telstraApiVersion *string - limit *int32 - offset *int32 - direction *string - status *string - filter *string - reverse *bool - startTime *time.Time - endTime *time.Time + limit *int32 + offset *int32 + direction *string + status *string + filter *string + reverse *bool + startTime *time.Time + endTime *time.Time } func (r ApiGetMessagesRequest) ContentLanguage(contentLanguage string) ApiGetMessagesRequest { @@ -653,19 +653,19 @@ func (r ApiGetMessagesRequest) Filter(filter string) ApiGetMessagesRequest { return r } -// If set to **true** the results will be returned in reverse order. Recent messages will be returned first. By default, the results will be returned in the order they were sent/received. +// If set to **true** the results will be returned in reverse order. Recent messages will be returned first. By default, the results will be returned in the order they were sent/received. func (r ApiGetMessagesRequest) Reverse(reverse bool) ApiGetMessagesRequest { r.reverse = &reverse return r } -// By Default messages from last 30 days will be fetched.Use this parameter to fetch the messages from the time you want. Set the time in London Greenwich Mean Time (adjusting for any time difference) and use ISO format, e.g. \"2024-01-24T15:39:00Z\". You can set a time from last 30 days. If you specify a timestamp outside of this limit, the API will return a FIELD_INVALID error. If startTime alone set, messages from this time till current time will be fetched. +// By Default messages from last 30 days will be fetched.Use this parameter to fetch the messages from the time you want. Set the time in London Greenwich Mean Time (adjusting for any time difference) and use ISO format, e.g. \"2024-01-24T15:39:00Z\". You can set a time from last 30 days. If you specify a timestamp outside of this limit, the API will return a FIELD_INVALID error. If startTime alone set, messages from this time till current time will be fetched. func (r ApiGetMessagesRequest) StartTime(startTime time.Time) ApiGetMessagesRequest { r.startTime = &startTime return r } -// By Default messages from last 30 days will be fetched. Use this parameter to fetch the messages till the time you want. Set the time in London Greenwich Mean Time (adjusting for any time difference) and use ISO format, e.g. \"2024-01-24T16:39:00Z\". You can set a time from last 30 days and endTime should be after startTime (if set). If you specify a timestamp outside of this limit, the API will return a FIELD_INVALID error. +// By Default messages from last 30 days will be fetched. Use this parameter to fetch the messages till the time you want. Set the time in London Greenwich Mean Time (adjusting for any time difference) and use ISO format, e.g. \"2024-01-24T16:39:00Z\". You can set a time from last 30 days and endTime should be after startTime (if set). If you specify a timestamp outside of this limit, the API will return a FIELD_INVALID error. func (r ApiGetMessagesRequest) EndTime(endTime time.Time) ApiGetMessagesRequest { r.endTime = &endTime return r diff --git a/api_messages_test.go b/api_messages_test.go index 9388359..00a6c16 100644 --- a/api_messages_test.go +++ b/api_messages_test.go @@ -1,5 +1,5 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Testing MessagesAPIService diff --git a/api_reports.go b/api_reports.go index af3ac06..7ebf739 100644 --- a/api_reports.go +++ b/api_reports.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/api_reports_test.go b/api_reports_test.go index c6ba465..384f566 100644 --- a/api_reports_test.go +++ b/api_reports_test.go @@ -1,4 +1,4 @@ -/*Messaging API v3.1.0 +/*Messaging API v3.4.3 Testing ReportsAPIService diff --git a/api_virtual_numbers.go b/api_virtual_numbers.go index f68293e..b1df335 100644 --- a/api_virtual_numbers.go +++ b/api_virtual_numbers.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/api_virtual_numbers_test.go b/api_virtual_numbers_test.go index 4348d61..73d48c9 100644 --- a/api_virtual_numbers_test.go +++ b/api_virtual_numbers_test.go @@ -1,5 +1,5 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Testing VirtualNumbersAPIService diff --git a/client.go b/client.go index 9938a6e..a8a229e 100644 --- a/client.go +++ b/client.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging @@ -40,7 +40,7 @@ var ( queryDescape = strings.NewReplacer("%5B", "[", "%5D", "]") ) -// APIClient manages communication with the Messaging API v3.1.0 API v3.1.0 +// APIClient manages communication with the Messaging API v3.4.3 API v3.1.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/configuration.go b/configuration.go index d0cfcb2..35d5bda 100644 --- a/configuration.go +++ b/configuration.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_assign_number_request.go b/model_assign_number_request.go index 6fa8ca9..a85137f 100644 --- a/model_assign_number_request.go +++ b/model_assign_number_request.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_auth_token_400_response.go b/model_auth_token_400_response.go index f0a1a1e..d3a8e38 100644 --- a/model_auth_token_400_response.go +++ b/model_auth_token_400_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_create_trial_numbers_request.go b/model_create_trial_numbers_request.go index d65bd91..60d5303 100644 --- a/model_create_trial_numbers_request.go +++ b/model_create_trial_numbers_request.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_create_trial_numbers_request_free_trial_numbers.go b/model_create_trial_numbers_request_free_trial_numbers.go index fbdd2d6..faaa3d8 100644 --- a/model_create_trial_numbers_request_free_trial_numbers.go +++ b/model_create_trial_numbers_request_free_trial_numbers.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_error.go b/model_error.go index 6b7f19f..0e1f86b 100644 --- a/model_error.go +++ b/model_error.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_errors.go b/model_errors.go index 5ab1638..d8831fd 100644 --- a/model_errors.go +++ b/model_errors.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_free_trial_numbers.go b/model_free_trial_numbers.go index f11ee14..95afe00 100644 --- a/model_free_trial_numbers.go +++ b/model_free_trial_numbers.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_get_logs_200_response.go b/model_get_logs_200_response.go index 23405f8..ad60f46 100644 --- a/model_get_logs_200_response.go +++ b/model_get_logs_200_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_get_messages_200_response.go b/model_get_messages_200_response.go index 5416854..ebc88d6 100644 --- a/model_get_messages_200_response.go +++ b/model_get_messages_200_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_get_messages_200_response_paging.go b/model_get_messages_200_response_paging.go index de40933..5a9ff28 100644 --- a/model_get_messages_200_response_paging.go +++ b/model_get_messages_200_response_paging.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_get_numbers_200_response.go b/model_get_numbers_200_response.go index ca30f6f..2fbeb93 100644 --- a/model_get_numbers_200_response.go +++ b/model_get_numbers_200_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_get_recipient_optouts_200_response.go b/model_get_recipient_optouts_200_response.go index 6555f3d..9d0df5f 100644 --- a/model_get_recipient_optouts_200_response.go +++ b/model_get_recipient_optouts_200_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_get_report_200_response.go b/model_get_report_200_response.go index 259bb78..96bf00c 100644 --- a/model_get_report_200_response.go +++ b/model_get_report_200_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_get_reports_200_response.go b/model_get_reports_200_response.go index dc02cec..7113813 100644 --- a/model_get_reports_200_response.go +++ b/model_get_reports_200_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_get_reports_200_response_reports_inner.go b/model_get_reports_200_response_reports_inner.go index f23b977..0e3ea00 100644 --- a/model_get_reports_200_response_reports_inner.go +++ b/model_get_reports_200_response_reports_inner.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_health_check_200_response.go b/model_health_check_200_response.go index 61b1f50..3aad14a 100644 --- a/model_health_check_200_response.go +++ b/model_health_check_200_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_log.go b/model_log.go index 04dbcd2..19be39a 100644 --- a/model_log.go +++ b/model_log.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_message_get.go b/model_message_get.go index db19465..b489ba0 100644 --- a/model_message_get.go +++ b/model_message_get.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_message_sent.go b/model_message_sent.go index 0f32858..d1b6f96 100644 --- a/model_message_sent.go +++ b/model_message_sent.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_message_sent_message_id.go b/model_message_sent_message_id.go index e187d7a..4398d7a 100644 --- a/model_message_sent_message_id.go +++ b/model_message_sent_message_id.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_message_sent_to.go b/model_message_sent_to.go index efc2a05..57b5dd8 100644 --- a/model_message_sent_to.go +++ b/model_message_sent_to.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_message_update.go b/model_message_update.go index 413d1dc..c1db6be 100644 --- a/model_message_update.go +++ b/model_message_update.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_messages_report_201_response.go b/model_messages_report_201_response.go index bf8a68e..474c579 100644 --- a/model_messages_report_201_response.go +++ b/model_messages_report_201_response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_messages_report_request.go b/model_messages_report_request.go index 48a1cdb..c136548 100644 --- a/model_messages_report_request.go +++ b/model_messages_report_request.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_multimedia.go b/model_multimedia.go index 6abda55..e162f9e 100644 --- a/model_multimedia.go +++ b/model_multimedia.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_multimedia_get.go b/model_multimedia_get.go index 4fa2efa..930f962 100644 --- a/model_multimedia_get.go +++ b/model_multimedia_get.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_o_auth.go b/model_o_auth.go index d251116..897c163 100644 --- a/model_o_auth.go +++ b/model_o_auth.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_recipient_optout.go b/model_recipient_optout.go index 8796cc1..56a61bc 100644 --- a/model_recipient_optout.go +++ b/model_recipient_optout.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_send_messages_request.go b/model_send_messages_request.go index b80cbbe..a2eef6b 100644 --- a/model_send_messages_request.go +++ b/model_send_messages_request.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_send_messages_request_to.go b/model_send_messages_request_to.go index c99a1ee..ddff35a 100644 --- a/model_send_messages_request_to.go +++ b/model_send_messages_request_to.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_update_message_by_id_request.go b/model_update_message_by_id_request.go index 6dcdbf9..7db698c 100644 --- a/model_update_message_by_id_request.go +++ b/model_update_message_by_id_request.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_update_message_tags_request.go b/model_update_message_tags_request.go index e23755e..605fc33 100644 --- a/model_update_message_tags_request.go +++ b/model_update_message_tags_request.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_update_number_request.go b/model_update_number_request.go index 9be859a..41f990f 100644 --- a/model_update_number_request.go +++ b/model_update_number_request.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/model_virtual_number.go b/model_virtual_number.go index 1fe9554..a374606 100644 --- a/model_virtual_number.go +++ b/model_virtual_number.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/response.go b/response.go index abdba07..c3fd3f3 100644 --- a/response.go +++ b/response.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging diff --git a/utils.go b/utils.go index 30f4043..f6ac2e2 100644 --- a/utils.go +++ b/utils.go @@ -1,9 +1,9 @@ /* -Messaging API v3.1.0 +Messaging API v3.4.3 Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network. With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code. Our REST API is enterprise grade, allowing you to communicate with engaging SMS & MMS messaging in your web and mobile apps in near real-time on a global scale. -API version: 3.1.0 + */ package TelstraMessaging