Skip to content

Commit c0f45a7

Browse files
authored
⚰️ remove obsolete US Mail V2 (#361)
1 parent 90c76c4 commit c0f45a7

File tree

11 files changed

+3
-455
lines changed

11 files changed

+3
-455
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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
name: Publish Guide to readme.com
1+
name: Publish Guide
22

33
on:
44
workflow_call:
55
workflow_dispatch:
66

77
jobs:
88
sync:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout this repo
12-
uses: actions/checkout@v4
13-
14-
# Run GitHub Action to sync docs in `documentation` directory
15-
- name: GitHub Action
16-
uses: readmeio/rdme@v8
17-
with:
18-
rdme: docs ./docs/extras/guide --key=${{ secrets.README_API_KEY }} --version=1.0
9+
uses: mindee/client-lib-actions/.github/workflows/publish-guide.yml@main
10+
secrets: inherit

docs/extras/code_samples/us_mail_v2_async.txt

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

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)