Skip to content

Commit 4b0a32d

Browse files
💥 ⚰️ remove support for unused V1 products
1 parent b39ec7e commit 4b0a32d

269 files changed

Lines changed: 12 additions & 11627 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/v1/products.rb

Lines changed: 0 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,6 @@
77
sync: true,
88
async: true,
99
},
10-
'barcode-reader' => {
11-
description: 'Barcode Reader',
12-
doc_class: Mindee::V1::Product::BarcodeReader::BarcodeReaderV1,
13-
sync: true,
14-
async: false,
15-
},
16-
'bill-of-lading' => {
17-
description: 'Bill of Lading',
18-
doc_class: Mindee::V1::Product::BillOfLading::BillOfLadingV1,
19-
sync: false,
20-
async: true,
21-
},
22-
'business-card' => {
23-
description: 'Business Card',
24-
doc_class: Mindee::V1::Product::BusinessCard::BusinessCardV1,
25-
sync: false,
26-
async: true,
27-
},
28-
'cropper' => {
29-
description: 'Cropper',
30-
doc_class: Mindee::V1::Product::Cropper::CropperV1,
31-
sync: true,
32-
async: false,
33-
},
34-
'delivery-note' => {
35-
description: 'Delivery note',
36-
doc_class: Mindee::V1::Product::DeliveryNote::DeliveryNoteV1,
37-
sync: false,
38-
async: true,
39-
},
40-
'driver-license' => {
41-
description: 'Driver License',
42-
doc_class: Mindee::V1::Product::DriverLicense::DriverLicenseV1,
43-
sync: false,
44-
async: true,
45-
},
4610
'financial-document' => {
4711
description: 'Financial Document',
4812
doc_class: Mindee::V1::Product::FinancialDocument::FinancialDocumentV1,
@@ -61,42 +25,6 @@
6125
sync: false,
6226
async: true,
6327
},
64-
'fr-carte-grise' => {
65-
description: 'Carte Grise',
66-
doc_class: Mindee::V1::Product::FR::CarteGrise::CarteGriseV1,
67-
sync: true,
68-
async: false,
69-
},
70-
'fr-energy-bill' => {
71-
description: 'Energy Bill',
72-
doc_class: Mindee::V1::Product::FR::EnergyBill::EnergyBillV1,
73-
sync: false,
74-
async: true,
75-
},
76-
'fr-health-card' => {
77-
description: 'Health Card',
78-
doc_class: Mindee::V1::Product::FR::HealthCard::HealthCardV1,
79-
sync: false,
80-
async: true,
81-
},
82-
'fr-carte-nationale-d-identite' => {
83-
description: "Carte Nationale d'Identité",
84-
doc_class: Mindee::V1::Product::FR::IdCard::IdCardV2,
85-
sync: true,
86-
async: false,
87-
},
88-
'fr-payslip' => {
89-
description: 'Payslip',
90-
doc_class: Mindee::V1::Product::FR::Payslip::PayslipV3,
91-
sync: false,
92-
async: true,
93-
},
94-
'ind-passport-india' => {
95-
description: 'Passport - India',
96-
doc_class: Mindee::V1::Product::IND::IndianPassport::IndianPassportV1,
97-
sync: false,
98-
async: true,
99-
},
10028
'international-id' => {
10129
description: 'International ID',
10230
doc_class: Mindee::V1::Product::InternationalId::InternationalIdV2,
@@ -109,24 +37,6 @@
10937
sync: true,
11038
async: true,
11139
},
112-
'invoice-splitter' => {
113-
description: 'Invoice Splitter',
114-
doc_class: Mindee::V1::Product::InvoiceSplitter::InvoiceSplitterV1,
115-
sync: false,
116-
async: true,
117-
},
118-
'multi-receipts-detector' => {
119-
description: 'Multi Receipts Detector',
120-
doc_class: Mindee::V1::Product::MultiReceiptsDetector::MultiReceiptsDetectorV1,
121-
sync: true,
122-
async: false,
123-
},
124-
'nutrition-facts-label' => {
125-
description: 'Nutrition Facts Label',
126-
doc_class: Mindee::V1::Product::NutritionFactsLabel::NutritionFactsLabelV1,
127-
sync: false,
128-
async: true,
129-
},
13040
'passport' => {
13141
description: 'Passport',
13242
doc_class: Mindee::V1::Product::Passport::PassportV1,
@@ -145,22 +55,4 @@
14555
sync: false,
14656
async: true,
14757
},
148-
'us-bank-check' => {
149-
description: 'Bank Check',
150-
doc_class: Mindee::V1::Product::US::BankCheck::BankCheckV1,
151-
sync: true,
152-
async: false,
153-
},
154-
'us-healthcare-card' => {
155-
description: 'Healthcare Card',
156-
doc_class: Mindee::V1::Product::US::HealthcareCard::HealthcareCardV1,
157-
sync: false,
158-
async: true,
159-
},
160-
'us-us-mail' => {
161-
description: 'US Mail',
162-
doc_class: Mindee::V1::Product::US::UsMail::UsMailV3,
163-
sync: false,
164-
async: true,
165-
},
16658
}.freeze

docs/code_samples/bank_account_details_v1.txt

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

docs/code_samples/bank_check_v1.txt

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

docs/code_samples/barcode_reader_v1.txt

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

docs/code_samples/bill_of_lading_v1_async.txt

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

docs/code_samples/business_card_v1_async.txt

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

docs/code_samples/carte_grise_v1.txt

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

docs/code_samples/cropper_v1.txt

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

docs/code_samples/delivery_notes_v1_async.txt

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

docs/code_samples/driver_license_v1_async.txt

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

0 commit comments

Comments
 (0)