Skip to content

CDX-28 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clicksend_client/models/fax_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def _from(self, _from):
def schedule(self):
"""Gets the schedule of this FaxMessage. # noqa: E501

Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp # noqa: E501
Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp # noqa: E501

:return: The schedule of this FaxMessage. # noqa: E501
:rtype: int
Expand All @@ -199,7 +199,7 @@ def schedule(self):
def schedule(self, schedule):
"""Sets the schedule of this FaxMessage.

Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp # noqa: E501
Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp # noqa: E501

:param schedule: The schedule of this FaxMessage. # noqa: E501
:type: int
Expand Down
4 changes: 2 additions & 2 deletions clicksend_client/models/mms_campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def body(self, body):
def _from(self):
"""Gets the _from of this MmsCampaign. # noqa: E501

Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. # noqa: E501
Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. # noqa: E501

:return: The _from of this MmsCampaign. # noqa: E501
:rtype: str
Expand All @@ -171,7 +171,7 @@ def _from(self):
def _from(self, _from):
"""Sets the _from of this MmsCampaign.

Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. # noqa: E501
Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. # noqa: E501

:param _from: The _from of this MmsCampaign. # noqa: E501
:type: str
Expand Down
4 changes: 2 additions & 2 deletions clicksend_client/models/sms_campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def body(self, body):
def _from(self):
"""Gets the _from of this SmsCampaign. # noqa: E501

Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. # noqa: E501
Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. # noqa: E501

:return: The _from of this SmsCampaign. # noqa: E501
:rtype: str
Expand All @@ -168,7 +168,7 @@ def _from(self):
def _from(self, _from):
"""Sets the _from of this SmsCampaign.

Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. # noqa: E501
Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. # noqa: E501

:param _from: The _from of this SmsCampaign. # noqa: E501
:type: str
Expand Down
8 changes: 4 additions & 4 deletions clicksend_client/models/sms_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, _from=None, body=None, to=None, source='sdk', schedule=0, cus
def _from(self):
"""Gets the _from of this SmsMessage. # noqa: E501

Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. # noqa: E501
Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. # noqa: E501

:return: The _from of this SmsMessage. # noqa: E501
:rtype: str
Expand All @@ -110,7 +110,7 @@ def _from(self):
def _from(self, _from):
"""Sets the _from of this SmsMessage.

Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. # noqa: E501
Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. # noqa: E501

:param _from: The _from of this SmsMessage. # noqa: E501
:type: str
Expand Down Expand Up @@ -193,7 +193,7 @@ def source(self, source):
def schedule(self):
"""Gets the schedule of this SmsMessage. # noqa: E501

Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp # noqa: E501
Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp # noqa: E501

:return: The schedule of this SmsMessage. # noqa: E501
:rtype: int
Expand All @@ -204,7 +204,7 @@ def schedule(self):
def schedule(self, schedule):
"""Sets the schedule of this SmsMessage.

Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp # noqa: E501
Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp # noqa: E501

:param schedule: The schedule of this SmsMessage. # noqa: E501
:type: int
Expand Down
4 changes: 2 additions & 2 deletions clicksend_client/models/voice_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def lang(self, lang):
def schedule(self):
"""Gets the schedule of this VoiceMessage. # noqa: E501

Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp # noqa: E501
Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp # noqa: E501

:return: The schedule of this VoiceMessage. # noqa: E501
:rtype: int
Expand All @@ -309,7 +309,7 @@ def schedule(self):
def schedule(self, schedule):
"""Sets the schedule of this VoiceMessage.

Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp # noqa: E501
Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp # noqa: E501

:param schedule: The schedule of this VoiceMessage. # noqa: E501
:type: int
Expand Down
2 changes: 1 addition & 1 deletion docs/FaxMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**to** | **str** | Recipient fax number in E.164 format. |
**list_id** | **int** | Your list ID if sending to a whole list. Can be used instead of 'to'. | [optional]
**_from** | **str** | Your sender id. Must be a valid fax number. | [optional]
**schedule** | **int** | Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp | [optional]
**schedule** | **int** | Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp | [optional]
**custom_string** | **str** | Your reference. Will be passed back with all replies and delivery reports. | [optional]
**country** | **str** | Recipient country. | [optional]
**from_email** | **str** | An email address where the reply should be emailed to. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/MmsCampaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
**list_id** | **int** | Your list id. |
**name** | **str** | Your campaign name. |
**body** | **str** | Your campaign message. |
**_from** | **str** | Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. | [optional]
**_from** | **str** | Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. | [optional]
**schedule** | **int** | Your schedule timestamp. | [optional] [default to 0]
**subject** | **str** | Subject of MMS campaign. |
**media_file** | **str** | URL pointing to media file. |
Expand Down
2 changes: 1 addition & 1 deletion docs/SmsCampaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
**list_id** | **int** | Your list id. |
**name** | **str** | Your campaign name. |
**body** | **str** | Your campaign message. |
**_from** | **str** | Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. | [optional]
**_from** | **str** | Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids . | [optional]
**schedule** | **int** | Your schedule timestamp. | [optional] [default to 0]
**url_to_shorten** | **str** | url to be shortened add http://smsg.io/xxxxx` to the body as a placeholder. | [optional]

Expand Down
4 changes: 2 additions & 2 deletions docs/SmsMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_from** | **str** | Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. | [optional]
**_from** | **str** | Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids. | [optional]
**body** | **str** | Your message. |
**to** | **str** | Recipient phone number in E.164 format. | [optional]
**source** | **str** | Your method of sending e.g. 'wordpress', 'php', 'c#'. | [optional] [default to 'sdk']
**schedule** | **int** | Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp | [optional] [default to 0]
**schedule** | **int** | Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp | [optional] [default to 0]
**custom_string** | **str** | Your reference. Will be passed back with all replies and delivery reports. | [optional]
**list_id** | **int** | Your list ID if sending to a whole list. Can be used instead of 'to'. | [optional]
**country** | **str** | Recipient country. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/VoiceMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**source** | **str** | Your method of sending e.g. 'wordpress', 'php', 'c#'. | [optional] [default to 'sdk']
**list_id** | **int** | Your list ID if sending to a whole list. Can be used instead of 'to'. | [optional]
**lang** | **str** | au (string, required) - See section on available languages. | [optional]
**schedule** | **int** | Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp | [optional]
**schedule** | **int** | Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp | [optional]
**require_input** | **int** | Whether you want to receive a keypress from the call recipient | [optional] [default to 0]
**machine_detection** | **int** | Whether to attempt to detect an answering machine or voicemail service and leave a message | [optional] [default to 0]

Expand Down