addedOutput schema / properties / settings / anyOf
Added value: +[
+ {
+ "properties": {
+ "companyAddress": {
+ "type": "string"
+ },
+ "companyEmail": {
+ "type": "string"
+ },
+ "companyId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "companyName": {
+ "type": "string"
+ },
+ "companyPhone": {
+ "type": "string"
+ },
+ "companyTaxId": {
+ "type": "string"
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "defaultNotes": {
+ "type": "string"
+ },
+ "defaultPaymentTerms": {
+ "enum": [
+ "PAYMENT_TERMS_UNSPECIFIED",
+ "PAYMENT_TERMS_DUE_ON_RECEIPT",
+ "PAYMENT_TERMS_NET_7",
+ "PAYMENT_TERMS_NET_15",
+ "PAYMENT_TERMS_NET_30",
+ "PAYMENT_TERMS_NET_60",
+ "PAYMENT_TERMS_CUSTOM"
+ ],
+ "type": "string"
+ },
+ "defaultTaxRateBps": {
+ "type": "integer"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "invoicePrefix": {
+ "type": "string"
+ },
+ "logoUrl": {
+ "type": "string"
+ },
+ "nextInvoiceNumber": {
+ "type": "integer"
+ },
+ "primaryColor": {
+ "type": "string"
+ },
+ "updatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "companyId"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / settings / properties
Removed value: -{
- "companyAddress": {
- "type": "string"
- },
- "companyEmail": {
- "type": "string"
- },
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "companyName": {
- "type": "string"
- },
- "companyPhone": {
- "type": "string"
- },
- "companyTaxId": {
- "type": "string"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "defaultNotes": {
- "type": "string"
- },
- "defaultPaymentTerms": {
- "enum": [
- "PAYMENT_TERMS_UNSPECIFIED",
- "PAYMENT_TERMS_DUE_ON_RECEIPT",
- "PAYMENT_TERMS_NET_7",
- "PAYMENT_TERMS_NET_15",
- "PAYMENT_TERMS_NET_30",
- "PAYMENT_TERMS_NET_60",
- "PAYMENT_TERMS_CUSTOM"
- ],
- "type": "string"
- },
- "defaultTaxRateBps": {
- "type": "integer"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "invoicePrefix": {
- "type": "string"
- },
- "logoUrl": {
- "type": "string"
- },
- "nextInvoiceNumber": {
- "type": "integer"
- },
- "primaryColor": {
- "type": "string"
- },
- "updatedAt": {
- "format": "date-time",
- "type": "string"
- }
-}
removedOutput schema / properties / settings / required
Removed value: -[
- "companyId"
-]
removedOutput schema / properties / settings / type
Removed value: -"object"