addedOutput schema / properties / documents / items / properties / bank
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / documents / items / properties / country
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / documents / items / properties / currency
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / documents / items / properties / elapsedMs
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "pass": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "pass",
+ "total"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / documents / items / properties / error
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / documents / items / properties / estimateSeconds
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / documents / items / 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 / documents / items / properties / processingStage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / documents / items / properties / summary
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / documents / items / properties / transactionCount
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / documents / items / required
Previous value: -[
- "id",
- "status",
- "filename",
- "pageCount",
- "createdAt",
- "completedAt"
-]New value: +[
+ "id",
+ "status"
+]
changedOutput schema / properties / pagination / additionalProperties
Previous value: -{}New value: +false