removedInput schema / additionalProperties
Removed value: -false
removedInput schema / properties / basedOn / items / additionalProperties
Removed value: -false
addedInput schema / properties / basedOn / items / properties / docnum / anyOf
Added value: +[
+ {
+ "minLength": 1,
+ "type": "string"
+ },
+ {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ }
+]
addedInput schema / properties / basedOn / items / properties / docnum / description
Added value: +"The document number as shown in iCount"
removedInput schema / properties / basedOn / items / properties / docnum / type
Removed value: -[
- "string",
- "number"
-]
addedInput schema / properties / basedOn / items / properties / doctype / enum
Added value: +[
+ "invoice",
+ "invrec",
+ "receipt",
+ "refund",
+ "order",
+ "offer",
+ "delivery",
+ "deal"
+]
addedInput schema / properties / docnum / anyOf
Added value: +[
+ {
+ "minLength": 1,
+ "type": "string"
+ },
+ {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ }
+]
addedInput schema / properties / docnum / description
Added value: +"The document number as shown in iCount"
removedInput schema / properties / docnum / type
Removed value: -[
- "string",
- "number"
-]