Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
<!--- Why is this change required? What problem does it solve? -->


## Related Issue
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
<!--- Please link to the issue here: -->


## How Has This Been Tested
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->


## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->

Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/_publish-guide.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: Publish Guide to readme.com
name: Publish Guide

on:
workflow_call:
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v4

# Run GitHub Action to sync docs in `documentation` directory
- name: GitHub Action
uses: readmeio/rdme@v8
with:
rdme: docs ./docs/extras/guide --key=${{ secrets.README_API_KEY }} --version=1.0
uses: mindee/client-lib-actions/.github/workflows/publish-guide.yml@main
secrets: inherit
21 changes: 0 additions & 21 deletions docs/extras/code_samples/us_mail_v2_async.txt

This file was deleted.

23 changes: 0 additions & 23 deletions docs/product/us/us_mail_v2.rst

This file was deleted.

10 changes: 0 additions & 10 deletions mindee/product/us/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
from mindee.product.us.healthcare_card.healthcare_card_v1_document import (
HealthcareCardV1Document,
)
from mindee.product.us.us_mail.us_mail_v2 import UsMailV2
from mindee.product.us.us_mail.us_mail_v2_document import (
UsMailV2Document,
)
from mindee.product.us.us_mail.us_mail_v2_recipient_address import (
UsMailV2RecipientAddress,
)
from mindee.product.us.us_mail.us_mail_v2_sender_address import (
UsMailV2SenderAddress,
)
from mindee.product.us.us_mail.us_mail_v3 import UsMailV3
from mindee.product.us.us_mail.us_mail_v3_document import (
UsMailV3Document,
Expand Down
10 changes: 0 additions & 10 deletions mindee/product/us/us_mail/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
from mindee.product.us.us_mail.us_mail_v2 import UsMailV2
from mindee.product.us.us_mail.us_mail_v2_document import (
UsMailV2Document,
)
from mindee.product.us.us_mail.us_mail_v2_recipient_address import (
UsMailV2RecipientAddress,
)
from mindee.product.us.us_mail.us_mail_v2_sender_address import (
UsMailV2SenderAddress,
)
from mindee.product.us.us_mail.us_mail_v3 import UsMailV3
from mindee.product.us.us_mail.us_mail_v3_document import (
UsMailV3Document,
Expand Down
39 changes: 0 additions & 39 deletions mindee/product/us/us_mail/us_mail_v2.py

This file was deleted.

95 changes: 0 additions & 95 deletions mindee/product/us/us_mail/us_mail_v2_document.py

This file was deleted.

107 changes: 0 additions & 107 deletions mindee/product/us/us_mail/us_mail_v2_recipient_address.py

This file was deleted.

Loading