Skip to content

Commit b917aa8

Browse files
committed
⚰️ remove obsolete US Mail V2
1 parent 90c76c4 commit b917aa8

File tree

10 files changed

+5
-427
lines changed

10 files changed

+5
-427
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
<!--- Why is this change required? What problem does it solve? -->
44

55

6-
## Related Issue
7-
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
8-
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
9-
<!--- Please link to the issue here: -->
10-
11-
12-
## How Has This Been Tested
13-
<!--- Please describe in detail how you tested your changes. -->
14-
<!--- Include details of your testing environment, and the tests you ran to -->
15-
<!--- see how your change affects other areas of the code, etc. -->
16-
17-
186
## Types of changes
197
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
208

.github/workflows/publish-release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88
publish-docs:
99
uses: mindee/mindee-api-python/.github/workflows/_publish-docs.yml@main
1010
secrets: inherit
11-
publish-guide:
12-
uses: mindee/mindee-api-python/.github/workflows/_publish-guide.yml@main
13-
needs: publish-docs
14-
secrets: inherit
11+
# Disable until we decide what to do with the guide
12+
# publish-guide:
13+
# uses: mindee/mindee-api-python/.github/workflows/_publish-guide.yml@main
14+
# needs: publish-docs
15+
# secrets: inherit
1516
publish-code:
1617
uses: mindee/mindee-api-python/.github/workflows/_publish-code.yml@main
1718
secrets: inherit

docs/product/us/us_mail_v2.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

mindee/product/us/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@
1212
from mindee.product.us.healthcare_card.healthcare_card_v1_document import (
1313
HealthcareCardV1Document,
1414
)
15-
from mindee.product.us.us_mail.us_mail_v2 import UsMailV2
16-
from mindee.product.us.us_mail.us_mail_v2_document import (
17-
UsMailV2Document,
18-
)
19-
from mindee.product.us.us_mail.us_mail_v2_recipient_address import (
20-
UsMailV2RecipientAddress,
21-
)
22-
from mindee.product.us.us_mail.us_mail_v2_sender_address import (
23-
UsMailV2SenderAddress,
24-
)
2515
from mindee.product.us.us_mail.us_mail_v3 import UsMailV3
2616
from mindee.product.us.us_mail.us_mail_v3_document import (
2717
UsMailV3Document,

mindee/product/us/us_mail/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
from mindee.product.us.us_mail.us_mail_v2 import UsMailV2
2-
from mindee.product.us.us_mail.us_mail_v2_document import (
3-
UsMailV2Document,
4-
)
5-
from mindee.product.us.us_mail.us_mail_v2_recipient_address import (
6-
UsMailV2RecipientAddress,
7-
)
8-
from mindee.product.us.us_mail.us_mail_v2_sender_address import (
9-
UsMailV2SenderAddress,
10-
)
111
from mindee.product.us.us_mail.us_mail_v3 import UsMailV3
122
from mindee.product.us.us_mail.us_mail_v3_document import (
133
UsMailV3Document,

mindee/product/us/us_mail/us_mail_v2.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

mindee/product/us/us_mail/us_mail_v2_document.py

Lines changed: 0 additions & 95 deletions
This file was deleted.

mindee/product/us/us_mail/us_mail_v2_recipient_address.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)