Skip to content

Commit 432860b

Browse files
⚰️ remove support for Shipping Container (#145)
1 parent 37e9b95 commit 432860b

File tree

9 files changed

+0
-153
lines changed

9 files changed

+0
-153
lines changed

docs/extras/code_samples/shipping_containers_v1.txt

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

docs/predictions/standard/documents/shipping_container_v1.rst

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

docs/predictions/standard/international.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ International
88
.. include:: ./documents/receipt_v5.rst
99
.. include:: ./documents/financial_document_v1.rst
1010
.. include:: ./documents/passport_v1.rst
11-
.. include:: ./documents/shipping_container_v1.rst
1211
.. include:: ./documents/invoice_splitter_v1.rst
1312
.. include:: ./documents/proof_of_address_v1.rst
1413
.. include:: ./documents/cropper_v1.rst

mindee/cli.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ class CommandConfig(Generic[TypeDoc]):
4747
help="Proof of Address",
4848
doc_class=documents.TypeProofOfAddressV1,
4949
),
50-
"shipping-container": CommandConfig(
51-
help="Shipping Container",
52-
doc_class=documents.fr.TypeIdCardV1,
53-
),
5450
"us-bank-check": CommandConfig(
5551
help="US Bank Check",
5652
doc_class=documents.us.TypeBankCheckV1,

mindee/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,6 @@ def _init_default_endpoints(self) -> None:
444444
url_name="bank_account_details",
445445
version="1",
446446
),
447-
ConfigSpec(
448-
doc_class=documents.ShippingContainerV1,
449-
url_name="shipping_containers",
450-
version="1",
451-
),
452447
ConfigSpec(
453448
doc_class=documents.eu.LicensePlateV1,
454449
url_name="license_plates",

mindee/documents/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@
2525
TypeReceiptV4,
2626
TypeReceiptV5,
2727
)
28-
from mindee.documents.shipping_container import (
29-
ShippingContainerV1,
30-
TypeShippingContainerV1,
31-
)

mindee/documents/shipping_container/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mindee/documents/shipping_container/shipping_container_v1.py

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

tests/documents/test_shipping_container_v1.py

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

0 commit comments

Comments
 (0)