@@ -7,11 +7,11 @@ README.md
77docs/BlockingApi.md
88docs/DenyRuleNew.md
99docs/DenyRuleRecord.md
10- docs/EmailAddress.md
1110docs/EmailAddressName.md
11+ docs/EmailAddressTypes.md
12+ docs/EmailAddressesTypes.md
13+ docs/ErrorMessage.md
1214docs/GenericResponse.md
13- docs/GetMailOrders401Response.md
14- docs/GetStats200ResponseInner.md
1515docs/HistoryApi.md
1616docs/MailAttachment.md
1717docs/MailBlockClickHouse.md
@@ -20,8 +20,14 @@ docs/MailBlocks.md
2020docs/MailLog.md
2121docs/MailLogEntry.md
2222docs/MailOrder.md
23+ docs/MailStatsType.md
24+ docs/MailStatsTypeVolume.md
25+ docs/MailStatsTypeVolumeFrom.md
26+ docs/MailStatsTypeVolumeIp.md
27+ docs/MailStatsTypeVolumeTo.md
2328docs/SendMail.md
2429docs/SendMailAdv.md
30+ docs/SendMailRaw.md
2531docs/SendingApi.md
2632docs/ServicesApi.md
2733docs/StatusApi.md
@@ -40,20 +46,26 @@ openapi_client/exceptions.py
4046openapi_client/models/__init__.py
4147openapi_client/models/deny_rule_new.py
4248openapi_client/models/deny_rule_record.py
43- openapi_client/models/email_address.py
4449openapi_client/models/email_address_name.py
50+ openapi_client/models/email_address_types.py
51+ openapi_client/models/email_addresses_types.py
52+ openapi_client/models/error_message.py
4553openapi_client/models/generic_response.py
46- openapi_client/models/get_mail_orders401_response.py
47- openapi_client/models/get_stats200_response_inner.py
4854openapi_client/models/mail_attachment.py
4955openapi_client/models/mail_block_click_house.py
5056openapi_client/models/mail_block_rspamd.py
5157openapi_client/models/mail_blocks.py
5258openapi_client/models/mail_log.py
5359openapi_client/models/mail_log_entry.py
5460openapi_client/models/mail_order.py
61+ openapi_client/models/mail_stats_type.py
62+ openapi_client/models/mail_stats_type_volume.py
63+ openapi_client/models/mail_stats_type_volume_from.py
64+ openapi_client/models/mail_stats_type_volume_ip.py
65+ openapi_client/models/mail_stats_type_volume_to.py
5566openapi_client/models/send_mail.py
5667openapi_client/models/send_mail_adv.py
68+ openapi_client/models/send_mail_raw.py
5769openapi_client/py.typed
5870openapi_client/rest.py
5971pyproject.toml
@@ -65,11 +77,11 @@ test/__init__.py
6577test/test_blocking_api.py
6678test/test_deny_rule_new.py
6779test/test_deny_rule_record.py
68- test/test_email_address.py
6980test/test_email_address_name.py
81+ test/test_email_address_types.py
82+ test/test_email_addresses_types.py
83+ test/test_error_message.py
7084test/test_generic_response.py
71- test/test_get_mail_orders401_response.py
72- test/test_get_stats200_response_inner.py
7385test/test_history_api.py
7486test/test_mail_attachment.py
7587test/test_mail_block_click_house.py
@@ -78,8 +90,14 @@ test/test_mail_blocks.py
7890test/test_mail_log.py
7991test/test_mail_log_entry.py
8092test/test_mail_order.py
93+ test/test_mail_stats_type.py
94+ test/test_mail_stats_type_volume.py
95+ test/test_mail_stats_type_volume_from.py
96+ test/test_mail_stats_type_volume_ip.py
97+ test/test_mail_stats_type_volume_to.py
8198test/test_send_mail.py
8299test/test_send_mail_adv.py
100+ test/test_send_mail_raw.py
83101test/test_sending_api.py
84102test/test_services_api.py
85103test/test_status_api.py
0 commit comments