UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

187 lines (186 loc) 5.61 kB
{ "type": "object", "properties": { "AmountPaid": { "type": "integer" }, "BrandingThemeID": { "type": "string" }, "Contact": { "type": "object", "properties": { "Addresses": { "type": "array", "items": { "type": "object", "properties": { "AddressType": { "type": "string" }, "City": { "type": "string" }, "Country": { "type": "string" }, "PostalCode": { "type": "string" }, "Region": { "type": "string" } } } }, "BankAccountDetails": { "type": "string" }, "ContactGroups": { "type": "array", "items": { "type": "object", "properties": { "ContactGroupID": { "type": "string" }, "HasValidationErrors": { "type": "boolean" }, "Name": { "type": "string" }, "Status": { "type": "string" } } } }, "ContactID": { "type": "string" }, "ContactPersons": { "type": "array", "items": { "type": "object", "properties": { "EmailAddress": { "type": "string" }, "FirstName": { "type": "string" }, "IncludeInEmails": { "type": "boolean" }, "LastName": { "type": "string" } } } }, "ContactStatus": { "type": "string" }, "EmailAddress": { "type": "string" }, "HasValidationErrors": { "type": "boolean" }, "IsCustomer": { "type": "boolean" }, "IsSupplier": { "type": "boolean" }, "Name": { "type": "string" }, "Phones": { "type": "array", "items": { "type": "object", "properties": { "PhoneAreaCode": { "type": "string" }, "PhoneCountryCode": { "type": "string" }, "PhoneNumber": { "type": "string" }, "PhoneType": { "type": "string" } } } }, "UpdatedDateUTC": { "type": "string" } } }, "CurrencyCode": { "type": "string" }, "CurrencyRate": { "type": "integer" }, "Date": { "type": "string" }, "DateString": { "type": "string" }, "HasErrors": { "type": "boolean" }, "InvoiceID": { "type": "string" }, "InvoiceNumber": { "type": "string" }, "IsDiscounted": { "type": "boolean" }, "LineAmountTypes": { "type": "string" }, "LineItems": { "type": "array", "items": { "type": "object", "properties": { "Description": { "type": "string" }, "LineItemID": { "type": "string" }, "TaxType": { "type": "string" } } } }, "Reference": { "type": "string" }, "SentToContact": { "type": "boolean" }, "Status": { "type": "string" }, "Type": { "type": "string" }, "UpdatedDateUTC": { "type": "string" } }, "version": 1 }