File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 4141 description : 'Invoice' ,
4242 doc_class : Mindee ::Product ::Invoice ::InvoiceV4 ,
4343 sync : true ,
44- async : false ,
44+ async : true ,
4545 } ,
4646 "international-id" => {
4747 description : 'International Id' ,
5353 description : "Expense Receipt" ,
5454 doc_class : Mindee ::Product ::Receipt ::ReceiptV5 ,
5555 sync : true ,
56- async : false ,
56+ async : true ,
57+ } ,
58+ "driver-license" => {
59+ description : "Driver License" ,
60+ doc_class : Mindee ::Product ::DriverLicense ::DriverLicenseV1 ,
61+ sync : false ,
62+ async : true ,
5763 } ,
5864 "resume" => {
5965 description : "Resume" ,
103109 sync : true ,
104110 async : false ,
105111 } ,
112+ "fr-health-card" => {
113+ description : "FR Health Card" ,
114+ doc_class : Mindee ::Product ::FR ::HealthCard ::HealthCardV1 ,
115+ sync : false ,
116+ async : true ,
117+ } ,
118+ "fr-payslip" => {
119+ description : "FR Payslip" ,
120+ doc_class : Mindee ::Product ::FR ::Payslip ::PayslipV3 ,
121+ sync : false ,
122+ async : true ,
123+ } ,
106124 "us-bank-check" => {
107125 description : "US Bank Check" ,
108126 doc_class : Mindee ::Product ::US ::BankCheck ::BankCheckV1 ,
You can’t perform that action at this time.
0 commit comments