Skip to content

Commit

Permalink
⚰️ remove support for International ID V1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 22, 2024
1 parent c4b3dce commit 704b9c7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 285 deletions.
17 changes: 0 additions & 17 deletions docs/extras/code_samples/international_id_v1_async.txt

This file was deleted.

6 changes: 0 additions & 6 deletions mindee/product/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
FinancialDocumentV1LineItem,
)
from mindee.product.generated import GeneratedV1, GeneratedV1Document, GeneratedV1Page
from mindee.product.international_id import (
InternationalIdV1,
InternationalIdV1Document,
InternationalIdV2,
InternationalIdV2Document,
)
from mindee.product.invoice import InvoiceV4, InvoiceV4Document, InvoiceV4LineItem
from mindee.product.invoice_splitter import InvoiceSplitterV1, InvoiceSplitterV1Document
from mindee.product.material_certificate import (
Expand Down
4 changes: 0 additions & 4 deletions mindee/product/international_id/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
from mindee.product.international_id.international_id_v1 import InternationalIdV1
from mindee.product.international_id.international_id_v1_document import (
InternationalIdV1Document,
)
from mindee.product.international_id.international_id_v2 import InternationalIdV2
from mindee.product.international_id.international_id_v2_document import (
InternationalIdV2Document,
Expand Down
39 changes: 0 additions & 39 deletions mindee/product/international_id/international_id_v1.py

This file was deleted.

140 changes: 0 additions & 140 deletions mindee/product/international_id/international_id_v1_document.py

This file was deleted.

79 changes: 0 additions & 79 deletions tests/product/international_id/test_international_id_v1.py

This file was deleted.

0 comments on commit 704b9c7

Please sign in to comment.