Skip to content

Commit 3d81536

Browse files
authored
Merge pull request #22 from messente/travis
Upgrade to 7.11.0
2 parents fdc86c4 + 1bd3c17 commit 3d81536

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+653
-289
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=messente_api
1616

17-
pytest-3.7:
18-
extends: .pytest
19-
image: python:3.7-alpine
2017
pytest-3.8:
2118
extends: .pytest
2219
image: python:3.8-alpine
@@ -29,3 +26,6 @@ pytest-3.10:
2926
pytest-3.11:
3027
extends: .pytest
3128
image: python:3.11-alpine
29+
pytest-3.12:
30+
extends: .pytest
31+
image: python:3.12-alpine

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.11.0

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
language: python
2-
dist: jammy
32
python:
4-
- 3.10
3+
- "3.9"
54

65
script:
76
- echo "skipping tests"
7+
8+
deploy:
9+
provider: pypi
10+
user: messente
11+
password:
12+
secure: T6b+hfVKTyJUUprT/7c6+nuEpqjENHWbZ5OrFLq/fo0N++aUgB7/VgsY7L2U9vmuog2xf34Di0C66fe/Tmy5czc+iXbwSnS6uP0aJk6dnERrdhiarUHgsDq4/txx59qYXZfelCO38M54GBPAlDzVp5/ONocbOrrJUPnt++0t/ocwbq2x5m6RSycJCEBWjxkBuLclrIkUvI+0IgJl/CXUro2OeVUg4J7rrwI68XAKAZF2SOQm/V3Ak30ax7CE2XFScVSvfz2g5kJbvtamFwdPRAwA5ThU4q6TDlL49DEblZCSKzAwOTkKkIkjFY5m6PPkNnxFAEsBjRyU5tl+T1pPvM0Gd/AY3lBXruRbU8SmGJgZbz59q1SQ1NRm5gHKpFEQ0kwWJvEJMOwRDLH16nFY4XX15ffVWFqw8Pkaso6NV6RTRVFTV3rVY2YPa1ili2QvkHYjejMZRDG+13MR+gJGWbjU2Uql3kj/QbIBFMyzXcfbLSpdn65KkzI5Svvzl/CsBZ0NsXIhH8rRsK464bZUuDY7qLbNca4IxARZRb2jH9C3Zas4kjJzl9J5TjkZTc8HTl+5PB8k+XsBaPSa1BvGvS3YEpQF6mVOr/SkQGX/yMV/WcmZJekSaWVrgdt5twPlfah0bwfKx60FKJqQYP2+2HeoA56UPrwSGT5ocz0wQC8=
13+
on:
14+
tags: true

docs/Channel.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
Defines the delivery channel
44

5-
## Properties
5+
## Enum
66

7-
Name | Type | Description | Notes
8-
------------ | ------------- | ------------- | -------------
7+
* `SMS` (value: `'sms'`)
8+
9+
* `VIBER` (value: `'viber'`)
10+
11+
* `WHATSAPP` (value: `'whatsapp'`)
12+
13+
* `TELEGRAM` (value: `'telegram'`)
914

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

docs/ErrorCodeOmnichannel.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
Matches the following error title. This field is a constant * 101 - Not found * 102 - Forbidden * 103 - Unauthorized * 104 - Internal Server Error * 105 - Invalid data * 106 - Missing data * 107 - Method not allowed
44

5-
## Properties
5+
## Enum
66

7-
Name | Type | Description | Notes
8-
------------ | ------------- | ------------- | -------------
7+
* `ENUM_101` (value: `'101'`)
8+
9+
* `ENUM_102` (value: `'102'`)
10+
11+
* `ENUM_103` (value: `'103'`)
12+
13+
* `ENUM_104` (value: `'104'`)
14+
15+
* `ENUM_105` (value: `'105'`)
16+
17+
* `ENUM_106` (value: `'106'`)
18+
19+
* `ENUM_107` (value: `'107'`)
920

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

docs/ErrorCodeOmnichannelMachine.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,31 @@
22

33
Machine-readable error code, 'null' when the message has not been processed yet Matches the following meanings * 0 - No error * 1 - Delivery failure * 2 - Sending message expired * 3 - Invalid number * 4 - Error crediting account * 5 - Invalid number format * 6 - Too many identical messages * 7 - Sender name not allowed * 8 - Operator blacklisted * 9 - Unroutable * 10 - Seen * 999 - General temporary error
44

5-
## Properties
5+
## Enum
66

7-
Name | Type | Description | Notes
8-
------------ | ------------- | ------------- | -------------
7+
* `NUMBER_0` (value: `0`)
8+
9+
* `NUMBER_1` (value: `1`)
10+
11+
* `NUMBER_2` (value: `2`)
12+
13+
* `NUMBER_3` (value: `3`)
14+
15+
* `NUMBER_4` (value: `4`)
16+
17+
* `NUMBER_5` (value: `5`)
18+
19+
* `NUMBER_6` (value: `6`)
20+
21+
* `NUMBER_7` (value: `7`)
22+
23+
* `NUMBER_8` (value: `8`)
24+
25+
* `NUMBER_9` (value: `9`)
26+
27+
* `NUMBER_10` (value: `10`)
28+
29+
* `NUMBER_999` (value: `999`)
930

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

docs/ErrorCodePhonebook.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
Matches the following error title. This field is a constant * 201 - Invalid data * 202 - Unauthorized * 203 - Missing resource * 204 - Conflict * 244 - Client error * 205 - General error
44

5-
## Properties
5+
## Enum
66

7-
Name | Type | Description | Notes
8-
------------ | ------------- | ------------- | -------------
7+
* `ENUM_201` (value: `'201'`)
8+
9+
* `ENUM_202` (value: `'202'`)
10+
11+
* `ENUM_203` (value: `'203'`)
12+
13+
* `ENUM_204` (value: `'204'`)
14+
15+
* `ENUM_244` (value: `'244'`)
16+
17+
* `ENUM_205` (value: `'205'`)
918

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

docs/ErrorCodeStatistics.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
Matches the following error title. This field is a constant * 100 - Client Error * 103 - Unauthorized * 104 - Invalid data * 105 - Internal Server Error
44

5-
## Properties
5+
## Enum
66

7-
Name | Type | Description | Notes
8-
------------ | ------------- | ------------- | -------------
7+
* `ENUM_100` (value: `'100'`)
8+
9+
* `ENUM_103` (value: `'103'`)
10+
11+
* `ENUM_104` (value: `'104'`)
12+
13+
* `ENUM_105` (value: `'105'`)
914

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

docs/ErrorTitleOmnichannel.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
Textual value which corresponds to an error code
44

5-
## Properties
5+
## Enum
66

7-
Name | Type | Description | Notes
8-
------------ | ------------- | ------------- | -------------
7+
* `NOT_FOUND` (value: `'Not found'`)
8+
9+
* `FORBIDDEN` (value: `'Forbidden'`)
10+
11+
* `UNAUTHORIZED` (value: `'Unauthorized'`)
12+
13+
* `INVALID_DATA` (value: `'Invalid data'`)
14+
15+
* `INTERNAL_SERVER_ERROR` (value: `'Internal Server Error'`)
16+
17+
* `MISSING_DATA` (value: `'Missing data'`)
18+
19+
* `METHOD_NOT_ALLOWED` (value: `'Method not allowed'`)
920

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

docs/ErrorTitlePhonebook.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
Textual value which corresponds to an error code
44

5-
## Properties
5+
## Enum
66

7-
Name | Type | Description | Notes
8-
------------ | ------------- | ------------- | -------------
7+
* `INVALID_DATA` (value: `'Invalid data'`)
8+
9+
* `UNAUTHORIZED` (value: `'Unauthorized'`)
10+
11+
* `MISSING_RESOURCE` (value: `'Missing resource'`)
12+
13+
* `CONFLICT` (value: `'Conflict'`)
14+
15+
* `CLIENT_ERROR` (value: `'Client error'`)
16+
17+
* `GENERAL_ERROR` (value: `'General error'`)
918

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

0 commit comments

Comments
 (0)