addedOutput schema / $defs
Added value: +{
+ "__schema0": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ },
+ {
+ "items": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "type": "array"
+ },
+ {
+ "additionalProperties": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+ ]
+ }
+}
changedOutput schema / properties / columns / items / additionalProperties
Previous value: -{}New value: +false
addedOutput schema / properties / completedAt
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / createdAt
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / bank
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / bankId
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / country
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / currency
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / documentType
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / languages
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / pageCount
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / statementDate
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / document / properties / statementPeriod
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "from": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "to": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "from",
+ "to"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / document / properties / statements
Added value: +{
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "period": {
+ "additionalProperties": false,
+ "properties": {
+ "from": {
+ "type": "string"
+ },
+ "to": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "from",
+ "to"
+ ],
+ "type": "object"
+ },
+ "products": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "accounts": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "accountHolderName": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "accountId": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "accountNumber": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "cardNumber": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "categories": {
+ "items": {
+ "additionalProperties": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "declared": {
+ "items": {
+ "additionalProperties": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totals": {
+ "additionalProperties": false,
+ "properties": {
+ "closingBalance": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "openingBalance": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "totalCredits": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "totalDebits": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "transactions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "accountId": {
+ "type": "number"
+ },
+ "amount": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ "balance": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ "category": {
+ "type": "string"
+ },
+ "checkNumber": {
+ "type": "string"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "date": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "direction": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "originalData": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "reference": {
+ "type": "string"
+ },
+ "sequence": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "sequence",
+ "date",
+ "description",
+ "amount",
+ "direction",
+ "currency"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "accountId"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "categories": {
+ "items": {
+ "additionalProperties": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "currency": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "declared": {
+ "items": {
+ "additionalProperties": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "productId": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "productName": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "productId",
+ "productName",
+ "currency",
+ "accounts"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "products"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / elapsedMs
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "pass": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "pass",
+ "total"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / estimateSeconds
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / extraction / additionalProperties
Previous value: -{}New value: +false
changedOutput schema / properties / gating / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "accessMode": {
- "enum": [
- "paid",
- "free_processed"
- ],
- "type": "string"
- },
- "gatedRecipe": {
- "anyOf": [
- {
- "enum": [
- "template-first",
- "vlm-learning"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "hiddenTransactionPages": {
- "type": "number"
- },
- "previewMode": {
- "type": "boolean"
- },
- "previewPageLimit": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "previewPages": {
- "items": {
- "type": "number"
- },
- "type": "array"
- },
- "previewTransactionCount": {
- "type": "number"
- },
- "processedPages": {
- "type": "number"
- },
- "requiresPlanUpgrade": {
- "type": "boolean"
- },
- "resultQuality": {
- "enum": [
- "verified",
- "partial",
- "unverified"
- ],
- "type": "string"
- },
- "totalPages": {
- "type": "number"
- },
- "totalTransactionCount": {
- "type": "number"
- },
- "unlocked": {
- "type": "boolean"
- }
- },
- "required": [
- "previewMode",
- "accessMode",
- "previewPageLimit",
- "previewPages",
- "hiddenTransactionPages",
- "processedPages",
- "totalPages",
- "totalTransactionCount",
- "previewTransactionCount",
- "unlocked",
- "requiresPlanUpgrade",
- "resultQuality",
- "gatedRecipe"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "accessMode": {
+ "enum": [
+ "paid",
+ "free_processed"
+ ],
+ "type": "string"
+ },
+ "gatedRecipe": {
+ "anyOf": [
+ {
+ "enum": [
+ "template-first",
+ "vlm-learning"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "hiddenTransactionPages": {
+ "type": "number"
+ },
+ "previewMode": {
+ "type": "boolean"
+ },
+ "previewPageLimit": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "previewPages": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "previewTransactionCount": {
+ "type": "number"
+ },
+ "processedPages": {
+ "type": "number"
+ },
+ "requiresPlanUpgrade": {
+ "type": "boolean"
+ },
+ "resultQuality": {
+ "enum": [
+ "verified",
+ "partial",
+ "unverified"
+ ],
+ "type": "string"
+ },
+ "totalPages": {
+ "type": "number"
+ },
+ "totalTransactionCount": {
+ "type": "number"
+ },
+ "unlocked": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "previewMode",
+ "accessMode",
+ "previewPageLimit",
+ "previewPages",
+ "hiddenTransactionPages",
+ "processedPages",
+ "totalPages",
+ "totalTransactionCount",
+ "previewTransactionCount",
+ "unlocked",
+ "requiresPlanUpgrade",
+ "resultQuality",
+ "gatedRecipe"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / pagination / additionalProperties
Previous value: -{}New value: +false
addedOutput schema / properties / processingProgress
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "pagesProcessed": {
+ "type": "number"
+ },
+ "pass": {
+ "additionalProperties": false,
+ "properties": {
+ "number": {
+ "type": "number"
+ },
+ "startedAt": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "number",
+ "startedAt"
+ ],
+ "type": "object"
+ },
+ "totalPages": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "pagesProcessed",
+ "totalPages"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / processingStage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / results / items / additionalProperties
Previous value: -{}New value: +false
changedOutput schema / properties / warnings / items / additionalProperties
Previous value: -{}New value: +false