Skip to content

Commit 987763d

Browse files
committed
AP-1238: Updating wrapper to version v7.2.0 for batch sending
1 parent c4c2e9e commit 987763d

35 files changed

+1200
-101
lines changed

docs/ContactsApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ api_instance = sib_api_v3_sdk.ContactsApi(sib_api_v3_sdk.ApiClient(configuration
805805
limit = 50 # int | Number of documents per page (optional) (default to 50)
806806
offset = 0 # int | Index of the first document of the page (optional) (default to 0)
807807
modified_since = '2013-10-20T19:20:30+01:00' # datetime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
808-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
808+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
809809

810810
try:
811811
# Get all the contacts
@@ -822,7 +822,7 @@ Name | Type | Description | Notes
822822
**limit** | **int**| Number of documents per page | [optional] [default to 50]
823823
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
824824
**modified_since** | **datetime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
825-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
825+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
826826

827827
### Return type
828828

@@ -869,7 +869,7 @@ list_id = 789 # int | Id of the list
869869
modified_since = '2013-10-20T19:20:30+01:00' # datetime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
870870
limit = 50 # int | Number of documents per page (optional) (default to 50)
871871
offset = 0 # int | Index of the first document of the page (optional) (default to 0)
872-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
872+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
873873

874874
try:
875875
# Get contacts in a list
@@ -887,7 +887,7 @@ Name | Type | Description | Notes
887887
**modified_since** | **datetime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
888888
**limit** | **int**| Number of documents per page | [optional] [default to 50]
889889
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
890-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
890+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
891891

892892
### Return type
893893

@@ -990,7 +990,7 @@ api_instance = sib_api_v3_sdk.ContactsApi(sib_api_v3_sdk.ApiClient(configuration
990990
folder_id = 789 # int | Id of the folder
991991
limit = 10 # int | Number of documents per page (optional) (default to 10)
992992
offset = 0 # int | Index of the first document of the page (optional) (default to 0)
993-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
993+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
994994

995995
try:
996996
# Get lists in a folder
@@ -1007,7 +1007,7 @@ Name | Type | Description | Notes
10071007
**folder_id** | **int**| Id of the folder |
10081008
**limit** | **int**| Number of documents per page | [optional] [default to 10]
10091009
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
1010-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
1010+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
10111011

10121012
### Return type
10131013

@@ -1052,7 +1052,7 @@ configuration.api_key['partner-key'] = 'YOUR_API_KEY'
10521052
api_instance = sib_api_v3_sdk.ContactsApi(sib_api_v3_sdk.ApiClient(configuration))
10531053
limit = 10 # int | Number of documents per page (default to 10)
10541054
offset = 0 # int | Index of the first document of the page (default to 0)
1055-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
1055+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
10561056

10571057
try:
10581058
# Get all folders
@@ -1068,7 +1068,7 @@ Name | Type | Description | Notes
10681068
------------- | ------------- | ------------- | -------------
10691069
**limit** | **int**| Number of documents per page | [default to 10]
10701070
**offset** | **int**| Index of the first document of the page | [default to 0]
1071-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
1071+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
10721072

10731073
### Return type
10741074

@@ -1170,7 +1170,7 @@ configuration.api_key['partner-key'] = 'YOUR_API_KEY'
11701170
api_instance = sib_api_v3_sdk.ContactsApi(sib_api_v3_sdk.ApiClient(configuration))
11711171
limit = 10 # int | Number of documents per page (optional) (default to 10)
11721172
offset = 0 # int | Index of the first document of the page (optional) (default to 0)
1173-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
1173+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
11741174

11751175
try:
11761176
# Get all the lists
@@ -1186,7 +1186,7 @@ Name | Type | Description | Notes
11861186
------------- | ------------- | ------------- | -------------
11871187
**limit** | **int**| Number of documents per page | [optional] [default to 10]
11881188
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
1189-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
1189+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
11901190

11911191
### Return type
11921192

docs/CreateSmtpEmail.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**message_id** | **str** | Message ID of the transactional email sent |
6+
**message_id** | **str** | Message ID of the transactional email sent | [optional]
7+
**message_ids** | **list[str]** | | [optional]
78

89
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
910

docs/EmailCampaignsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ start_date = '2013-10-20T19:20:30+01:00' # datetime | Mandatory if endDate is us
339339
end_date = '2013-10-20T19:20:30+01:00' # datetime | Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent email campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) (optional)
340340
limit = 500 # int | Number of documents per page (optional) (default to 500)
341341
offset = 0 # int | Index of the first document in the page (optional) (default to 0)
342-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
342+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
343343

344344
try:
345345
# Return all your created email campaigns
@@ -359,7 +359,7 @@ Name | Type | Description | Notes
359359
**end_date** | **datetime**| Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent email campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) | [optional]
360360
**limit** | **int**| Number of documents per page | [optional] [default to 500]
361361
**offset** | **int**| Index of the first document in the page | [optional] [default to 0]
362-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
362+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
363363

364364
### Return type
365365

docs/FoldersApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ api_instance = sib_api_v3_sdk.FoldersApi(sib_api_v3_sdk.ApiClient(configuration)
211211
folder_id = 789 # int | Id of the folder
212212
limit = 10 # int | Number of documents per page (optional) (default to 10)
213213
offset = 0 # int | Index of the first document of the page (optional) (default to 0)
214-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
214+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
215215

216216
try:
217217
# Get lists in a folder
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
228228
**folder_id** | **int**| Id of the folder |
229229
**limit** | **int**| Number of documents per page | [optional] [default to 10]
230230
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
231-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
231+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
232232

233233
### Return type
234234

@@ -273,7 +273,7 @@ configuration.api_key['partner-key'] = 'YOUR_API_KEY'
273273
api_instance = sib_api_v3_sdk.FoldersApi(sib_api_v3_sdk.ApiClient(configuration))
274274
limit = 10 # int | Number of documents per page (default to 10)
275275
offset = 0 # int | Index of the first document of the page (default to 0)
276-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
276+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
277277

278278
try:
279279
# Get all folders
@@ -289,7 +289,7 @@ Name | Type | Description | Notes
289289
------------- | ------------- | ------------- | -------------
290290
**limit** | **int**| Number of documents per page | [default to 10]
291291
**offset** | **int**| Index of the first document of the page | [default to 0]
292-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
292+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
293293

294294
### Return type
295295

docs/ListsApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ list_id = 789 # int | Id of the list
217217
modified_since = '2013-10-20T19:20:30+01:00' # datetime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
218218
limit = 50 # int | Number of documents per page (optional) (default to 50)
219219
offset = 0 # int | Index of the first document of the page (optional) (default to 0)
220-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
220+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
221221

222222
try:
223223
# Get contacts in a list
@@ -235,7 +235,7 @@ Name | Type | Description | Notes
235235
**modified_since** | **datetime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
236236
**limit** | **int**| Number of documents per page | [optional] [default to 50]
237237
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
238-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
238+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
239239

240240
### Return type
241241

@@ -281,7 +281,7 @@ api_instance = sib_api_v3_sdk.ListsApi(sib_api_v3_sdk.ApiClient(configuration))
281281
folder_id = 789 # int | Id of the folder
282282
limit = 10 # int | Number of documents per page (optional) (default to 10)
283283
offset = 0 # int | Index of the first document of the page (optional) (default to 0)
284-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
284+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
285285

286286
try:
287287
# Get lists in a folder
@@ -298,7 +298,7 @@ Name | Type | Description | Notes
298298
**folder_id** | **int**| Id of the folder |
299299
**limit** | **int**| Number of documents per page | [optional] [default to 10]
300300
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
301-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
301+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
302302

303303
### Return type
304304

@@ -400,7 +400,7 @@ configuration.api_key['partner-key'] = 'YOUR_API_KEY'
400400
api_instance = sib_api_v3_sdk.ListsApi(sib_api_v3_sdk.ApiClient(configuration))
401401
limit = 10 # int | Number of documents per page (optional) (default to 10)
402402
offset = 0 # int | Index of the first document of the page (optional) (default to 0)
403-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
403+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
404404

405405
try:
406406
# Get all the lists
@@ -416,7 +416,7 @@ Name | Type | Description | Notes
416416
------------- | ------------- | ------------- | -------------
417417
**limit** | **int**| Number of documents per page | [optional] [default to 10]
418418
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
419-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
419+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
420420

421421
### Return type
422422

docs/ProcessApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ configuration.api_key['partner-key'] = 'YOUR_API_KEY'
9393
api_instance = sib_api_v3_sdk.ProcessApi(sib_api_v3_sdk.ApiClient(configuration))
9494
limit = 10 # int | Number limitation for the result returned (optional) (default to 10)
9595
offset = 0 # int | Beginning point in the list to retrieve from. (optional) (default to 0)
96-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
96+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
9797

9898
try:
9999
# Return all the processes for your account
@@ -109,7 +109,7 @@ Name | Type | Description | Notes
109109
------------- | ------------- | ------------- | -------------
110110
**limit** | **int**| Number limitation for the result returned | [optional] [default to 10]
111111
**offset** | **int**| Beginning point in the list to retrieve from. | [optional] [default to 0]
112-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
112+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
113113

114114
### Return type
115115

docs/SMSCampaignsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ start_date = '2013-10-20T19:20:30+01:00' # datetime | Mandatory if endDate is us
217217
end_date = '2013-10-20T19:20:30+01:00' # datetime | Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent sms campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) (optional)
218218
limit = 500 # int | Number limitation for the result returned (optional) (default to 500)
219219
offset = 0 # int | Beginning point in the list to retrieve from. (optional) (default to 0)
220-
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
220+
sort = 'desc' # str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
221221

222222
try:
223223
# Returns the information for all your created SMS campaigns
@@ -236,7 +236,7 @@ Name | Type | Description | Notes
236236
**end_date** | **datetime**| Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent sms campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) | [optional]
237237
**limit** | **int**| Number limitation for the result returned | [optional] [default to 500]
238238
**offset** | **int**| Beginning point in the list to retrieve from. | [optional] [default to 0]
239-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc]
239+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc]
240240

241241
### Return type
242242

0 commit comments

Comments
 (0)