Skip to content

Commit c96d38b

Browse files
⚰️ remove support for unused V1 products (#192)
1 parent f465966 commit c96d38b

81 files changed

Lines changed: 0 additions & 6520 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bin/MindeeCliDocuments.php

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,22 @@
55
namespace Mindee\Cli;
66

77
use Mindee\V1\Product\BarcodeReader\BarcodeReaderV1;
8-
use Mindee\V1\Product\BillOfLading\BillOfLadingV1;
98
use Mindee\V1\Product\BusinessCard\BusinessCardV1;
109
use Mindee\V1\Product\Cropper\CropperV1;
11-
use Mindee\V1\Product\DeliveryNote\DeliveryNoteV1;
1210
use Mindee\V1\Product\DriverLicense\DriverLicenseV1;
1311
use Mindee\V1\Product\FinancialDocument\FinancialDocumentV1;
1412
use Mindee\V1\Product\Fr\BankAccountDetails\BankAccountDetailsV2;
1513
use Mindee\V1\Product\Fr\CarteGrise\CarteGriseV1;
16-
use Mindee\V1\Product\Fr\EnergyBill\EnergyBillV1;
17-
use Mindee\V1\Product\Fr\HealthCard\HealthCardV1;
1814
use Mindee\V1\Product\Fr\IdCard\IdCardV2;
19-
use Mindee\V1\Product\Fr\Payslip\PayslipV3;
2015
use Mindee\V1\Product\Generated\GeneratedV1;
21-
use Mindee\V1\Product\Ind\IndianPassport\IndianPassportV1;
2216
use Mindee\V1\Product\InternationalId\InternationalIdV2;
2317
use Mindee\V1\Product\Invoice\InvoiceV4;
2418
use Mindee\V1\Product\InvoiceSplitter\InvoiceSplitterV1;
2519
use Mindee\V1\Product\MultiReceiptsDetector\MultiReceiptsDetectorV1;
26-
use Mindee\V1\Product\NutritionFactsLabel\NutritionFactsLabelV1;
2720
use Mindee\V1\Product\Passport\PassportV1;
2821
use Mindee\V1\Product\Receipt\ReceiptV5;
2922
use Mindee\V1\Product\Resume\ResumeV1;
3023
use Mindee\V1\Product\Us\BankCheck\BankCheckV1;
31-
use Mindee\V1\Product\Us\HealthcareCard\HealthcareCardV1;
32-
use Mindee\V1\Product\Us\UsMail\UsMailV3;
3324

3425
/**
3526
* Document specifications for CLI usage.
@@ -55,12 +46,6 @@ public static function getSpecs(): array
5546
true,
5647
false
5748
),
58-
"bill-of-lading" => new DocumentCommandConfig(
59-
"Bill of Lading",
60-
BillOfLadingV1::class,
61-
false,
62-
true
63-
),
6449
"business-card" => new DocumentCommandConfig(
6550
"Business Card",
6651
BusinessCardV1::class,
@@ -73,12 +58,6 @@ public static function getSpecs(): array
7358
true,
7459
false
7560
),
76-
"delivery-note" => new DocumentCommandConfig(
77-
"Delivery note",
78-
DeliveryNoteV1::class,
79-
false,
80-
true
81-
),
8261
"driver-license" => new DocumentCommandConfig(
8362
"Driver License",
8463
DriverLicenseV1::class,
@@ -103,36 +82,12 @@ public static function getSpecs(): array
10382
true,
10483
false
10584
),
106-
"fr-energy-bill" => new DocumentCommandConfig(
107-
"FR Energy Bill",
108-
EnergyBillV1::class,
109-
false,
110-
true
111-
),
112-
"fr-health-card" => new DocumentCommandConfig(
113-
"FR Health Card",
114-
HealthCardV1::class,
115-
false,
116-
true
117-
),
11885
"fr-carte-nationale-d-identite" => new DocumentCommandConfig(
11986
"FR Carte Nationale d'Identité",
12087
IdCardV2::class,
12188
true,
12289
false
12390
),
124-
"fr-payslip" => new DocumentCommandConfig(
125-
"FR Payslip",
126-
PayslipV3::class,
127-
false,
128-
true
129-
),
130-
"ind-passport-india" => new DocumentCommandConfig(
131-
"IND Passport - India",
132-
IndianPassportV1::class,
133-
false,
134-
true
135-
),
13691
"international-id" => new DocumentCommandConfig(
13792
"International ID",
13893
InternationalIdV2::class,
@@ -157,12 +112,6 @@ public static function getSpecs(): array
157112
true,
158113
false
159114
),
160-
"nutrition-facts-label" => new DocumentCommandConfig(
161-
"Nutrition Facts Label",
162-
NutritionFactsLabelV1::class,
163-
false,
164-
true
165-
),
166115
"passport" => new DocumentCommandConfig(
167116
"Passport",
168117
PassportV1::class,
@@ -187,18 +136,6 @@ public static function getSpecs(): array
187136
true,
188137
false
189138
),
190-
"us-healthcare-card" => new DocumentCommandConfig(
191-
"US Healthcare Card",
192-
HealthcareCardV1::class,
193-
false,
194-
true
195-
),
196-
"us-us-mail" => new DocumentCommandConfig(
197-
"US US Mail",
198-
UsMailV3::class,
199-
false,
200-
true
201-
),
202139
];
203140
}
204141
}

docs/code_samples/bill_of_lading_v1_async.txt

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

docs/code_samples/delivery_notes_v1_async.txt

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

docs/code_samples/energy_bill_fra_v1_async.txt

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

docs/code_samples/french_healthcard_v1_async.txt

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

docs/code_samples/ind_passport_v1_async.txt

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

docs/code_samples/nutrition_facts_v1_async.txt

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

docs/code_samples/payslip_fra_v3_async.txt

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

docs/code_samples/us_healthcare_cards_v1_async.txt

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

docs/code_samples/us_mail_v3_async.txt

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

0 commit comments

Comments
 (0)