Comparing version 3.7.1 to 3.7.2
# CHANGELOG | ||
## v3.7.2 - 2023-04-04 | ||
### Fixes | ||
* :bug: export DocumentClient class for easier 3rd party integration | ||
* :bug: only display the job info when CLI parse-queued is processing | ||
## v3.7.1 - 2023-03-31 | ||
@@ -4,0 +10,0 @@ ### Fixes |
{ | ||
"name": "mindee", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "Mindee Client Library for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -238,3 +238,3 @@ "use strict"; | ||
else { | ||
console.log(response); | ||
console.log(response.job); | ||
} | ||
@@ -241,0 +241,0 @@ } |
@@ -43,3 +43,3 @@ /// <reference types="node" /> | ||
} | ||
declare class DocumentClient { | ||
export declare class DocumentClient { | ||
docConfigs: DocConfigs; | ||
@@ -46,0 +46,0 @@ inputSource?: InputSource; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Client = void 0; | ||
exports.Client = exports.DocumentClient = void 0; | ||
const inputs_1 = require("./inputs"); | ||
@@ -99,2 +99,3 @@ const api_1 = require("./api"); | ||
} | ||
exports.DocumentClient = DocumentClient; | ||
/** | ||
@@ -101,0 +102,0 @@ * Mindee Client |
export { CustomV1, Document, FinancialDocumentV0, FinancialDocumentV1, InvoiceV3, InvoiceV4, InvoiceSplitterV1, PassportV1, ReceiptV3, ReceiptV4, CropperV1, ShippingContainerV1, MindeeVisionV1, fr, us, eu, } from "./documents"; | ||
export { Client, ClientOptions, CustomConfigParams, PredictOptions, } from "./client"; | ||
export { Client, ClientOptions, CustomConfigParams, DocumentClient, PredictOptions, } from "./client"; | ||
export { ResponseSig, Response, AsyncPredictResponse } from "./api"; | ||
export { InputSource, PageOptionsOperation } from "./inputs"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PageOptionsOperation = exports.InputSource = exports.AsyncPredictResponse = exports.Response = exports.Client = exports.eu = exports.us = exports.fr = exports.MindeeVisionV1 = exports.ShippingContainerV1 = exports.CropperV1 = exports.ReceiptV4 = exports.ReceiptV3 = exports.PassportV1 = exports.InvoiceSplitterV1 = exports.InvoiceV4 = exports.InvoiceV3 = exports.FinancialDocumentV1 = exports.FinancialDocumentV0 = exports.Document = exports.CustomV1 = void 0; | ||
exports.PageOptionsOperation = exports.InputSource = exports.AsyncPredictResponse = exports.Response = exports.DocumentClient = exports.Client = exports.eu = exports.us = exports.fr = exports.MindeeVisionV1 = exports.ShippingContainerV1 = exports.CropperV1 = exports.ReceiptV4 = exports.ReceiptV3 = exports.PassportV1 = exports.InvoiceSplitterV1 = exports.InvoiceV4 = exports.InvoiceV3 = exports.FinancialDocumentV1 = exports.FinancialDocumentV0 = exports.Document = exports.CustomV1 = void 0; | ||
var documents_1 = require("./documents"); | ||
@@ -23,2 +23,3 @@ Object.defineProperty(exports, "CustomV1", { enumerable: true, get: function () { return documents_1.CustomV1; } }); | ||
Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } }); | ||
Object.defineProperty(exports, "DocumentClient", { enumerable: true, get: function () { return client_1.DocumentClient; } }); | ||
var api_1 = require("./api"); | ||
@@ -25,0 +26,0 @@ Object.defineProperty(exports, "Response", { enumerable: true, get: function () { return api_1.Response; } }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247611
5948