mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Xero Node): Fix some operations and add support for setting address and phone number (#3048)
* 🐛 Fix issue when sending Organization ID - Xero node * 👕 Fix linting issue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
export interface IAddress {
|
||||
Type?: string;
|
||||
AddressType?: string;
|
||||
AddressLine1?: string;
|
||||
AddressLine2?: string;
|
||||
City?: string;
|
||||
@@ -11,7 +11,7 @@ export interface IAddress {
|
||||
}
|
||||
|
||||
export interface IPhone {
|
||||
Type?: string;
|
||||
PhoneType?: string;
|
||||
PhoneNumber?: string;
|
||||
PhoneAreaCode?: string;
|
||||
PhoneCountryCode?: string;
|
||||
|
||||
Reference in New Issue
Block a user