xero-ruby 3.5.0 → 3.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/xero-ruby/api/finance_api.rb +95 -0
- data/lib/xero-ruby/api/payroll_uk_api.rb +2 -2
- data/lib/xero-ruby/api_client.rb +1 -1
- data/lib/xero-ruby/models/accounting/account.rb +34 -34
- data/lib/xero-ruby/models/accounting/account_type.rb +22 -22
- data/lib/xero-ruby/models/accounting/action.rb +2 -2
- data/lib/xero-ruby/models/accounting/address.rb +2 -2
- data/lib/xero-ruby/models/accounting/address_for_organisation.rb +3 -3
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +11 -11
- data/lib/xero-ruby/models/accounting/batch_payment.rb +4 -4
- data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
- data/lib/xero-ruby/models/accounting/budget.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact.rb +9 -9
- data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
- data/lib/xero-ruby/models/accounting/country_code.rb +240 -240
- data/lib/xero-ruby/models/accounting/credit_note.rb +8 -8
- data/lib/xero-ruby/models/accounting/currency_code.rb +166 -166
- data/lib/xero-ruby/models/accounting/employee.rb +4 -4
- data/lib/xero-ruby/models/accounting/expense_claim.rb +5 -5
- data/lib/xero-ruby/models/accounting/external_link.rb +5 -5
- data/lib/xero-ruby/models/accounting/invoice.rb +14 -14
- data/lib/xero-ruby/models/accounting/journal.rb +25 -25
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +3 -3
- data/lib/xero-ruby/models/accounting/line_item.rb +11 -1
- data/lib/xero-ruby/models/accounting/line_item_item.rb +272 -0
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +8 -8
- data/lib/xero-ruby/models/accounting/manual_journal.rb +5 -5
- data/lib/xero-ruby/models/accounting/organisation.rb +76 -74
- data/lib/xero-ruby/models/accounting/overpayment.rb +6 -6
- data/lib/xero-ruby/models/accounting/payment.rb +10 -10
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +4 -4
- data/lib/xero-ruby/models/accounting/phone.rb +5 -5
- data/lib/xero-ruby/models/accounting/prepayment.rb +7 -7
- data/lib/xero-ruby/models/accounting/purchase_order.rb +5 -5
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +3 -3
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +6 -6
- data/lib/xero-ruby/models/accounting/receipt.rb +5 -5
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +5 -5
- data/lib/xero-ruby/models/accounting/report.rb +1 -1
- data/lib/xero-ruby/models/accounting/row_type.rb +4 -4
- data/lib/xero-ruby/models/accounting/schedule.rb +8 -8
- data/lib/xero-ruby/models/accounting/tax_rate.rb +78 -78
- data/lib/xero-ruby/models/accounting/tax_type.rb +59 -59
- data/lib/xero-ruby/models/accounting/time_zone.rb +109 -109
- data/lib/xero-ruby/models/accounting/tracking_category.rb +3 -3
- data/lib/xero-ruby/models/accounting/tracking_option.rb +3 -3
- data/lib/xero-ruby/models/accounting/user.rb +7 -7
- data/lib/xero-ruby/models/app_store/plan.rb +6 -5
- data/lib/xero-ruby/models/app_store/product.rb +2 -2
- data/lib/xero-ruby/models/app_store/subscription.rb +37 -0
- data/lib/xero-ruby/models/app_store/subscription_item.rb +53 -1
- data/lib/xero-ruby/models/assets/asset_status.rb +3 -3
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +3 -3
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +11 -11
- data/lib/xero-ruby/models/files/object_group.rb +12 -11
- data/lib/xero-ruby/models/files/object_type.rb +56 -55
- data/lib/xero-ruby/models/finance/bank_statement_accounting_response.rb +254 -0
- data/lib/xero-ruby/models/finance/bank_transaction_response.rb +274 -0
- data/lib/xero-ruby/models/finance/contact_response.rb +232 -0
- data/lib/xero-ruby/models/finance/credit_note_response.rb +254 -0
- data/lib/xero-ruby/models/finance/invoice_response.rb +254 -0
- data/lib/xero-ruby/models/finance/line_item_response.rb +252 -0
- data/lib/xero-ruby/models/finance/overpayment_response.rb +254 -0
- data/lib/xero-ruby/models/finance/payment_response.rb +312 -0
- data/lib/xero-ruby/models/finance/prepayment_response.rb +254 -0
- data/lib/xero-ruby/models/finance/problem_type.rb +10 -5
- data/lib/xero-ruby/models/finance/statement_line_response.rb +346 -0
- data/lib/xero-ruby/models/finance/statement_response.rb +274 -0
- data/lib/xero-ruby/models/payroll_au/account_type.rb +23 -23
- data/lib/xero-ruby/models/payroll_au/allowance_category.rb +41 -0
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +10 -7
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +6 -6
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +14 -4
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +12 -12
- data/lib/xero-ruby/models/payroll_au/employee.rb +11 -11
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +5 -5
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +5 -5
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +6 -6
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +7 -7
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/state.rb +8 -8
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/account.rb +4 -4
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +7 -7
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +4 -4
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +18 -18
- data/lib/xero-ruby/models/payroll_nz/employee.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +6 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +8 -8
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +3 -3
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +3 -3
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +8 -8
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +11 -11
- data/lib/xero-ruby/models/payroll_nz/tax_code.rb +19 -19
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +4 -4
- data/lib/xero-ruby/models/payroll_uk/account.rb +7 -7
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +4 -4
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +12 -12
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +26 -26
- data/lib/xero-ruby/models/payroll_uk/employee.rb +16 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +6 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +8 -8
- data/lib/xero-ruby/models/payroll_uk/employment.rb +8 -8
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +2 -2
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +11 -11
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +6 -6
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +3 -3
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +3 -3
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +5 -5
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +14 -14
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +3 -3
- data/lib/xero-ruby/models/projects/charge_type.rb +3 -3
- data/lib/xero-ruby/models/projects/currency_code.rb +164 -164
- data/lib/xero-ruby/models/projects/project_status.rb +2 -2
- data/lib/xero-ruby/models/projects/task.rb +3 -3
- data/lib/xero-ruby/models/projects/time_entry.rb +3 -3
- data/lib/xero-ruby/version.rb +6 -6
- data/lib/xero-ruby.rb +13 -0
- metadata +15 -2
@@ -14,170 +14,170 @@ require 'date'
|
|
14
14
|
|
15
15
|
module XeroRuby::Projects
|
16
16
|
class CurrencyCode
|
17
|
-
AED
|
18
|
-
AFN
|
19
|
-
ALL
|
20
|
-
AMD
|
21
|
-
ANG
|
22
|
-
AOA
|
23
|
-
ARS
|
24
|
-
AUD
|
25
|
-
AWG
|
26
|
-
AZN
|
27
|
-
BAM
|
28
|
-
BBD
|
29
|
-
BDT
|
30
|
-
BGN
|
31
|
-
BHD
|
32
|
-
BIF
|
33
|
-
BMD
|
34
|
-
BND
|
35
|
-
BOB
|
36
|
-
BRL
|
37
|
-
BSD
|
38
|
-
BTN
|
39
|
-
BWP
|
40
|
-
BYN
|
41
|
-
BZD
|
42
|
-
CAD
|
43
|
-
CDF
|
44
|
-
CHF
|
45
|
-
CLP
|
46
|
-
CNY
|
47
|
-
COP
|
48
|
-
CRC
|
49
|
-
CUC
|
50
|
-
CUP
|
51
|
-
CVE
|
52
|
-
CZK
|
53
|
-
DJF
|
54
|
-
DKK
|
55
|
-
DOP
|
56
|
-
DZD
|
57
|
-
EGP
|
58
|
-
ERN
|
59
|
-
ETB
|
60
|
-
EUR
|
61
|
-
FJD
|
62
|
-
FKP
|
63
|
-
GBP
|
64
|
-
GEL
|
65
|
-
GGP
|
66
|
-
GHS
|
67
|
-
GIP
|
68
|
-
GMD
|
69
|
-
GNF
|
70
|
-
GTQ
|
71
|
-
GYD
|
72
|
-
HKD
|
73
|
-
HNL
|
74
|
-
HRK
|
75
|
-
HTG
|
76
|
-
HUF
|
77
|
-
IDR
|
78
|
-
ILS
|
79
|
-
IMP
|
80
|
-
INR
|
81
|
-
IQD
|
82
|
-
IRR
|
83
|
-
ISK
|
84
|
-
JEP
|
85
|
-
JMD
|
86
|
-
JOD
|
87
|
-
JPY
|
88
|
-
KES
|
89
|
-
KGS
|
90
|
-
KHR
|
91
|
-
KMF
|
92
|
-
KPW
|
93
|
-
KRW
|
94
|
-
KWD
|
95
|
-
KYD
|
96
|
-
KZT
|
97
|
-
LAK
|
98
|
-
LBP
|
99
|
-
LKR
|
100
|
-
LRD
|
101
|
-
LSL
|
102
|
-
LYD
|
103
|
-
MAD
|
104
|
-
MDL
|
105
|
-
MGA
|
106
|
-
MKD
|
107
|
-
MMK
|
108
|
-
MNT
|
109
|
-
MOP
|
110
|
-
MRU
|
111
|
-
MUR
|
112
|
-
MVR
|
113
|
-
MWK
|
114
|
-
MXN
|
115
|
-
MYR
|
116
|
-
MZN
|
117
|
-
NAD
|
118
|
-
NGN
|
119
|
-
NIO
|
120
|
-
NOK
|
121
|
-
NPR
|
122
|
-
NZD
|
123
|
-
OMR
|
124
|
-
PAB
|
125
|
-
PEN
|
126
|
-
PGK
|
127
|
-
PHP
|
128
|
-
PKR
|
129
|
-
PLN
|
130
|
-
PYG
|
131
|
-
QAR
|
132
|
-
RON
|
133
|
-
RSD
|
134
|
-
RUB
|
135
|
-
RWF
|
136
|
-
SAR
|
137
|
-
SBD
|
138
|
-
SCR
|
139
|
-
SDG
|
140
|
-
SEK
|
141
|
-
SGD
|
142
|
-
SHP
|
143
|
-
SLL
|
144
|
-
SOS
|
145
|
-
SPL
|
146
|
-
SRD
|
147
|
-
STN
|
148
|
-
SVC
|
149
|
-
SYP
|
150
|
-
SZL
|
151
|
-
THB
|
152
|
-
TJS
|
153
|
-
TMT
|
154
|
-
TND
|
155
|
-
TOP
|
156
|
-
TRY
|
157
|
-
TTD
|
158
|
-
TVD
|
159
|
-
TWD
|
160
|
-
TZS
|
161
|
-
UAH
|
162
|
-
UGX
|
163
|
-
USD
|
164
|
-
UYU
|
165
|
-
UZS
|
166
|
-
VEF
|
167
|
-
VND
|
168
|
-
VUV
|
169
|
-
WST
|
170
|
-
XAF
|
171
|
-
XCD
|
172
|
-
XDR
|
173
|
-
XOF
|
174
|
-
XPF
|
175
|
-
YER
|
176
|
-
ZAR
|
177
|
-
ZMW
|
178
|
-
ZMK
|
179
|
-
ZWD
|
180
|
-
EMPTY
|
17
|
+
AED ||= "AED".freeze
|
18
|
+
AFN ||= "AFN".freeze
|
19
|
+
ALL ||= "ALL".freeze
|
20
|
+
AMD ||= "AMD".freeze
|
21
|
+
ANG ||= "ANG".freeze
|
22
|
+
AOA ||= "AOA".freeze
|
23
|
+
ARS ||= "ARS".freeze
|
24
|
+
AUD ||= "AUD".freeze
|
25
|
+
AWG ||= "AWG".freeze
|
26
|
+
AZN ||= "AZN".freeze
|
27
|
+
BAM ||= "BAM".freeze
|
28
|
+
BBD ||= "BBD".freeze
|
29
|
+
BDT ||= "BDT".freeze
|
30
|
+
BGN ||= "BGN".freeze
|
31
|
+
BHD ||= "BHD".freeze
|
32
|
+
BIF ||= "BIF".freeze
|
33
|
+
BMD ||= "BMD".freeze
|
34
|
+
BND ||= "BND".freeze
|
35
|
+
BOB ||= "BOB".freeze
|
36
|
+
BRL ||= "BRL".freeze
|
37
|
+
BSD ||= "BSD".freeze
|
38
|
+
BTN ||= "BTN".freeze
|
39
|
+
BWP ||= "BWP".freeze
|
40
|
+
BYN ||= "BYN".freeze
|
41
|
+
BZD ||= "BZD".freeze
|
42
|
+
CAD ||= "CAD".freeze
|
43
|
+
CDF ||= "CDF".freeze
|
44
|
+
CHF ||= "CHF".freeze
|
45
|
+
CLP ||= "CLP".freeze
|
46
|
+
CNY ||= "CNY".freeze
|
47
|
+
COP ||= "COP".freeze
|
48
|
+
CRC ||= "CRC".freeze
|
49
|
+
CUC ||= "CUC".freeze
|
50
|
+
CUP ||= "CUP".freeze
|
51
|
+
CVE ||= "CVE".freeze
|
52
|
+
CZK ||= "CZK".freeze
|
53
|
+
DJF ||= "DJF".freeze
|
54
|
+
DKK ||= "DKK".freeze
|
55
|
+
DOP ||= "DOP".freeze
|
56
|
+
DZD ||= "DZD".freeze
|
57
|
+
EGP ||= "EGP".freeze
|
58
|
+
ERN ||= "ERN".freeze
|
59
|
+
ETB ||= "ETB".freeze
|
60
|
+
EUR ||= "EUR".freeze
|
61
|
+
FJD ||= "FJD".freeze
|
62
|
+
FKP ||= "FKP".freeze
|
63
|
+
GBP ||= "GBP".freeze
|
64
|
+
GEL ||= "GEL".freeze
|
65
|
+
GGP ||= "GGP".freeze
|
66
|
+
GHS ||= "GHS".freeze
|
67
|
+
GIP ||= "GIP".freeze
|
68
|
+
GMD ||= "GMD".freeze
|
69
|
+
GNF ||= "GNF".freeze
|
70
|
+
GTQ ||= "GTQ".freeze
|
71
|
+
GYD ||= "GYD".freeze
|
72
|
+
HKD ||= "HKD".freeze
|
73
|
+
HNL ||= "HNL".freeze
|
74
|
+
HRK ||= "HRK".freeze
|
75
|
+
HTG ||= "HTG".freeze
|
76
|
+
HUF ||= "HUF".freeze
|
77
|
+
IDR ||= "IDR".freeze
|
78
|
+
ILS ||= "ILS".freeze
|
79
|
+
IMP ||= "IMP".freeze
|
80
|
+
INR ||= "INR".freeze
|
81
|
+
IQD ||= "IQD".freeze
|
82
|
+
IRR ||= "IRR".freeze
|
83
|
+
ISK ||= "ISK".freeze
|
84
|
+
JEP ||= "JEP".freeze
|
85
|
+
JMD ||= "JMD".freeze
|
86
|
+
JOD ||= "JOD".freeze
|
87
|
+
JPY ||= "JPY".freeze
|
88
|
+
KES ||= "KES".freeze
|
89
|
+
KGS ||= "KGS".freeze
|
90
|
+
KHR ||= "KHR".freeze
|
91
|
+
KMF ||= "KMF".freeze
|
92
|
+
KPW ||= "KPW".freeze
|
93
|
+
KRW ||= "KRW".freeze
|
94
|
+
KWD ||= "KWD".freeze
|
95
|
+
KYD ||= "KYD".freeze
|
96
|
+
KZT ||= "KZT".freeze
|
97
|
+
LAK ||= "LAK".freeze
|
98
|
+
LBP ||= "LBP".freeze
|
99
|
+
LKR ||= "LKR".freeze
|
100
|
+
LRD ||= "LRD".freeze
|
101
|
+
LSL ||= "LSL".freeze
|
102
|
+
LYD ||= "LYD".freeze
|
103
|
+
MAD ||= "MAD".freeze
|
104
|
+
MDL ||= "MDL".freeze
|
105
|
+
MGA ||= "MGA".freeze
|
106
|
+
MKD ||= "MKD".freeze
|
107
|
+
MMK ||= "MMK".freeze
|
108
|
+
MNT ||= "MNT".freeze
|
109
|
+
MOP ||= "MOP".freeze
|
110
|
+
MRU ||= "MRU".freeze
|
111
|
+
MUR ||= "MUR".freeze
|
112
|
+
MVR ||= "MVR".freeze
|
113
|
+
MWK ||= "MWK".freeze
|
114
|
+
MXN ||= "MXN".freeze
|
115
|
+
MYR ||= "MYR".freeze
|
116
|
+
MZN ||= "MZN".freeze
|
117
|
+
NAD ||= "NAD".freeze
|
118
|
+
NGN ||= "NGN".freeze
|
119
|
+
NIO ||= "NIO".freeze
|
120
|
+
NOK ||= "NOK".freeze
|
121
|
+
NPR ||= "NPR".freeze
|
122
|
+
NZD ||= "NZD".freeze
|
123
|
+
OMR ||= "OMR".freeze
|
124
|
+
PAB ||= "PAB".freeze
|
125
|
+
PEN ||= "PEN".freeze
|
126
|
+
PGK ||= "PGK".freeze
|
127
|
+
PHP ||= "PHP".freeze
|
128
|
+
PKR ||= "PKR".freeze
|
129
|
+
PLN ||= "PLN".freeze
|
130
|
+
PYG ||= "PYG".freeze
|
131
|
+
QAR ||= "QAR".freeze
|
132
|
+
RON ||= "RON".freeze
|
133
|
+
RSD ||= "RSD".freeze
|
134
|
+
RUB ||= "RUB".freeze
|
135
|
+
RWF ||= "RWF".freeze
|
136
|
+
SAR ||= "SAR".freeze
|
137
|
+
SBD ||= "SBD".freeze
|
138
|
+
SCR ||= "SCR".freeze
|
139
|
+
SDG ||= "SDG".freeze
|
140
|
+
SEK ||= "SEK".freeze
|
141
|
+
SGD ||= "SGD".freeze
|
142
|
+
SHP ||= "SHP".freeze
|
143
|
+
SLL ||= "SLL".freeze
|
144
|
+
SOS ||= "SOS".freeze
|
145
|
+
SPL ||= "SPL".freeze
|
146
|
+
SRD ||= "SRD".freeze
|
147
|
+
STN ||= "STN".freeze
|
148
|
+
SVC ||= "SVC".freeze
|
149
|
+
SYP ||= "SYP".freeze
|
150
|
+
SZL ||= "SZL".freeze
|
151
|
+
THB ||= "THB".freeze
|
152
|
+
TJS ||= "TJS".freeze
|
153
|
+
TMT ||= "TMT".freeze
|
154
|
+
TND ||= "TND".freeze
|
155
|
+
TOP ||= "TOP".freeze
|
156
|
+
TRY ||= "TRY".freeze
|
157
|
+
TTD ||= "TTD".freeze
|
158
|
+
TVD ||= "TVD".freeze
|
159
|
+
TWD ||= "TWD".freeze
|
160
|
+
TZS ||= "TZS".freeze
|
161
|
+
UAH ||= "UAH".freeze
|
162
|
+
UGX ||= "UGX".freeze
|
163
|
+
USD ||= "USD".freeze
|
164
|
+
UYU ||= "UYU".freeze
|
165
|
+
UZS ||= "UZS".freeze
|
166
|
+
VEF ||= "VEF".freeze
|
167
|
+
VND ||= "VND".freeze
|
168
|
+
VUV ||= "VUV".freeze
|
169
|
+
WST ||= "WST".freeze
|
170
|
+
XAF ||= "XAF".freeze
|
171
|
+
XCD ||= "XCD".freeze
|
172
|
+
XDR ||= "XDR".freeze
|
173
|
+
XOF ||= "XOF".freeze
|
174
|
+
XPF ||= "XPF".freeze
|
175
|
+
YER ||= "YER".freeze
|
176
|
+
ZAR ||= "ZAR".freeze
|
177
|
+
ZMW ||= "ZMW".freeze
|
178
|
+
ZMK ||= "ZMK".freeze
|
179
|
+
ZWD ||= "ZWD".freeze
|
180
|
+
EMPTY ||= "".freeze
|
181
181
|
|
182
182
|
# Builds the enum from string
|
183
183
|
# @param [String] The enum value in the form of the string
|
@@ -14,8 +14,8 @@ require 'date'
|
|
14
14
|
|
15
15
|
module XeroRuby::Projects
|
16
16
|
class ProjectStatus
|
17
|
-
INPROGRESS
|
18
|
-
CLOSED
|
17
|
+
INPROGRESS ||= "INPROGRESS".freeze
|
18
|
+
CLOSED ||= "CLOSED".freeze
|
19
19
|
|
20
20
|
# Builds the enum from string
|
21
21
|
# @param [String] The enum value in the form of the string
|
@@ -60,9 +60,9 @@ module XeroRuby::Projects
|
|
60
60
|
|
61
61
|
# Status of the task. When a task of ChargeType is `FIXED` and the rate amount is invoiced the status will be set to `INVOICED` and can't be modified. A task with ChargeType of `TIME` or `NON_CHARGEABLE` cannot have a status of `INVOICED`. A `LOCKED` state indicates that the task is currently changing state (for example being invoiced) and can't be modified.
|
62
62
|
attr_accessor :status
|
63
|
-
ACTIVE
|
64
|
-
INVOICED
|
65
|
-
LOCKED
|
63
|
+
ACTIVE ||= "ACTIVE".freeze
|
64
|
+
INVOICED ||= "INVOICED".freeze
|
65
|
+
LOCKED ||= "LOCKED".freeze
|
66
66
|
|
67
67
|
class EnumAttributeValidator
|
68
68
|
attr_reader :datatype
|
@@ -42,9 +42,9 @@ module XeroRuby::Projects
|
|
42
42
|
|
43
43
|
# Status of the time entry. By default a time entry is created with status of `ACTIVE`. A `LOCKED` state indicates that the time entry is currently changing state (for example being invoiced). Updates are not allowed when in this state. It will have a status of INVOICED once it is invoiced.
|
44
44
|
attr_accessor :status
|
45
|
-
ACTIVE
|
46
|
-
LOCKED
|
47
|
-
INVOICED
|
45
|
+
ACTIVE ||= "ACTIVE".freeze
|
46
|
+
LOCKED ||= "LOCKED".freeze
|
47
|
+
INVOICED ||= "INVOICED".freeze
|
48
48
|
|
49
49
|
class EnumAttributeValidator
|
50
50
|
attr_reader :datatype
|
data/lib/xero-ruby/version.rb
CHANGED
@@ -3,13 +3,13 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
|
7
|
-
|
8
|
-
|
6
|
+
Contact: api@xero.com
|
7
|
+
Generated by: https://openapi-generator.tech
|
8
|
+
OpenAPI Generator version: 4.3.1
|
9
9
|
|
10
|
-
|
10
|
+
The version of the XeroOpenAPI document: 2.19.3
|
11
11
|
=end
|
12
12
|
|
13
13
|
module XeroRuby
|
14
|
-
VERSION = '3.
|
15
|
-
end
|
14
|
+
VERSION = '3.7.1'
|
15
|
+
end
|
data/lib/xero-ruby.rb
CHANGED
@@ -24,7 +24,9 @@ require 'xero-ruby/models/finance/balance_sheet_account_detail'
|
|
24
24
|
require 'xero-ruby/models/finance/balance_sheet_account_group'
|
25
25
|
require 'xero-ruby/models/finance/balance_sheet_account_type'
|
26
26
|
require 'xero-ruby/models/finance/balance_sheet_response'
|
27
|
+
require 'xero-ruby/models/finance/bank_statement_accounting_response'
|
27
28
|
require 'xero-ruby/models/finance/bank_statement_response'
|
29
|
+
require 'xero-ruby/models/finance/bank_transaction_response'
|
28
30
|
require 'xero-ruby/models/finance/cash_account_response'
|
29
31
|
require 'xero-ruby/models/finance/cash_balance'
|
30
32
|
require 'xero-ruby/models/finance/cash_validation_response'
|
@@ -33,26 +35,35 @@ require 'xero-ruby/models/finance/cashflow_activity'
|
|
33
35
|
require 'xero-ruby/models/finance/cashflow_response'
|
34
36
|
require 'xero-ruby/models/finance/cashflow_type'
|
35
37
|
require 'xero-ruby/models/finance/contact_detail'
|
38
|
+
require 'xero-ruby/models/finance/contact_response'
|
36
39
|
require 'xero-ruby/models/finance/contact_total_detail'
|
37
40
|
require 'xero-ruby/models/finance/contact_total_other'
|
41
|
+
require 'xero-ruby/models/finance/credit_note_response'
|
38
42
|
require 'xero-ruby/models/finance/current_statement_response'
|
39
43
|
require 'xero-ruby/models/finance/data_source_response'
|
40
44
|
require 'xero-ruby/models/finance/history_record_response'
|
41
45
|
require 'xero-ruby/models/finance/income_by_contact_response'
|
46
|
+
require 'xero-ruby/models/finance/invoice_response'
|
47
|
+
require 'xero-ruby/models/finance/line_item_response'
|
42
48
|
require 'xero-ruby/models/finance/lock_history_model'
|
43
49
|
require 'xero-ruby/models/finance/lock_history_response'
|
44
50
|
require 'xero-ruby/models/finance/manual_journal_total'
|
51
|
+
require 'xero-ruby/models/finance/overpayment_response'
|
52
|
+
require 'xero-ruby/models/finance/payment_response'
|
45
53
|
require 'xero-ruby/models/finance/pnl_account'
|
46
54
|
require 'xero-ruby/models/finance/pnl_account_class'
|
47
55
|
require 'xero-ruby/models/finance/pnl_account_type'
|
48
56
|
require 'xero-ruby/models/finance/practice_response'
|
57
|
+
require 'xero-ruby/models/finance/prepayment_response'
|
49
58
|
require 'xero-ruby/models/finance/problem'
|
50
59
|
require 'xero-ruby/models/finance/problem_type'
|
51
60
|
require 'xero-ruby/models/finance/profit_and_loss_response'
|
52
61
|
require 'xero-ruby/models/finance/report_history_model'
|
53
62
|
require 'xero-ruby/models/finance/report_history_response'
|
54
63
|
require 'xero-ruby/models/finance/statement_balance_response'
|
64
|
+
require 'xero-ruby/models/finance/statement_line_response'
|
55
65
|
require 'xero-ruby/models/finance/statement_lines_response'
|
66
|
+
require 'xero-ruby/models/finance/statement_response'
|
56
67
|
require 'xero-ruby/models/finance/total_detail'
|
57
68
|
require 'xero-ruby/models/finance/total_other'
|
58
69
|
require 'xero-ruby/models/finance/trial_balance_account'
|
@@ -259,6 +270,7 @@ require 'xero-ruby/models/payroll_nz/tracking_category'
|
|
259
270
|
require 'xero-ruby/models/payroll_au/api_exception'
|
260
271
|
require 'xero-ruby/models/payroll_au/account'
|
261
272
|
require 'xero-ruby/models/payroll_au/account_type'
|
273
|
+
require 'xero-ruby/models/payroll_au/allowance_category'
|
262
274
|
require 'xero-ruby/models/payroll_au/allowance_type'
|
263
275
|
require 'xero-ruby/models/payroll_au/bank_account'
|
264
276
|
require 'xero-ruby/models/payroll_au/calendar_type'
|
@@ -443,6 +455,7 @@ require 'xero-ruby/models/accounting/journal_line'
|
|
443
455
|
require 'xero-ruby/models/accounting/journals'
|
444
456
|
require 'xero-ruby/models/accounting/line_amount_types'
|
445
457
|
require 'xero-ruby/models/accounting/line_item'
|
458
|
+
require 'xero-ruby/models/accounting/line_item_item'
|
446
459
|
require 'xero-ruby/models/accounting/line_item_tracking'
|
447
460
|
require 'xero-ruby/models/accounting/linked_transaction'
|
448
461
|
require 'xero-ruby/models/accounting/linked_transactions'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xero-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Xero API Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -181,6 +181,7 @@ files:
|
|
181
181
|
- lib/xero-ruby/models/accounting/journals.rb
|
182
182
|
- lib/xero-ruby/models/accounting/line_amount_types.rb
|
183
183
|
- lib/xero-ruby/models/accounting/line_item.rb
|
184
|
+
- lib/xero-ruby/models/accounting/line_item_item.rb
|
184
185
|
- lib/xero-ruby/models/accounting/line_item_tracking.rb
|
185
186
|
- lib/xero-ruby/models/accounting/linked_transaction.rb
|
186
187
|
- lib/xero-ruby/models/accounting/linked_transactions.rb
|
@@ -274,7 +275,9 @@ files:
|
|
274
275
|
- lib/xero-ruby/models/finance/balance_sheet_account_group.rb
|
275
276
|
- lib/xero-ruby/models/finance/balance_sheet_account_type.rb
|
276
277
|
- lib/xero-ruby/models/finance/balance_sheet_response.rb
|
278
|
+
- lib/xero-ruby/models/finance/bank_statement_accounting_response.rb
|
277
279
|
- lib/xero-ruby/models/finance/bank_statement_response.rb
|
280
|
+
- lib/xero-ruby/models/finance/bank_transaction_response.rb
|
278
281
|
- lib/xero-ruby/models/finance/cash_account_response.rb
|
279
282
|
- lib/xero-ruby/models/finance/cash_balance.rb
|
280
283
|
- lib/xero-ruby/models/finance/cash_validation_response.rb
|
@@ -283,26 +286,35 @@ files:
|
|
283
286
|
- lib/xero-ruby/models/finance/cashflow_response.rb
|
284
287
|
- lib/xero-ruby/models/finance/cashflow_type.rb
|
285
288
|
- lib/xero-ruby/models/finance/contact_detail.rb
|
289
|
+
- lib/xero-ruby/models/finance/contact_response.rb
|
286
290
|
- lib/xero-ruby/models/finance/contact_total_detail.rb
|
287
291
|
- lib/xero-ruby/models/finance/contact_total_other.rb
|
292
|
+
- lib/xero-ruby/models/finance/credit_note_response.rb
|
288
293
|
- lib/xero-ruby/models/finance/current_statement_response.rb
|
289
294
|
- lib/xero-ruby/models/finance/data_source_response.rb
|
290
295
|
- lib/xero-ruby/models/finance/history_record_response.rb
|
291
296
|
- lib/xero-ruby/models/finance/income_by_contact_response.rb
|
297
|
+
- lib/xero-ruby/models/finance/invoice_response.rb
|
298
|
+
- lib/xero-ruby/models/finance/line_item_response.rb
|
292
299
|
- lib/xero-ruby/models/finance/lock_history_model.rb
|
293
300
|
- lib/xero-ruby/models/finance/lock_history_response.rb
|
294
301
|
- lib/xero-ruby/models/finance/manual_journal_total.rb
|
302
|
+
- lib/xero-ruby/models/finance/overpayment_response.rb
|
303
|
+
- lib/xero-ruby/models/finance/payment_response.rb
|
295
304
|
- lib/xero-ruby/models/finance/pnl_account.rb
|
296
305
|
- lib/xero-ruby/models/finance/pnl_account_class.rb
|
297
306
|
- lib/xero-ruby/models/finance/pnl_account_type.rb
|
298
307
|
- lib/xero-ruby/models/finance/practice_response.rb
|
308
|
+
- lib/xero-ruby/models/finance/prepayment_response.rb
|
299
309
|
- lib/xero-ruby/models/finance/problem.rb
|
300
310
|
- lib/xero-ruby/models/finance/problem_type.rb
|
301
311
|
- lib/xero-ruby/models/finance/profit_and_loss_response.rb
|
302
312
|
- lib/xero-ruby/models/finance/report_history_model.rb
|
303
313
|
- lib/xero-ruby/models/finance/report_history_response.rb
|
304
314
|
- lib/xero-ruby/models/finance/statement_balance_response.rb
|
315
|
+
- lib/xero-ruby/models/finance/statement_line_response.rb
|
305
316
|
- lib/xero-ruby/models/finance/statement_lines_response.rb
|
317
|
+
- lib/xero-ruby/models/finance/statement_response.rb
|
306
318
|
- lib/xero-ruby/models/finance/total_detail.rb
|
307
319
|
- lib/xero-ruby/models/finance/total_other.rb
|
308
320
|
- lib/xero-ruby/models/finance/trial_balance_account.rb
|
@@ -313,6 +325,7 @@ files:
|
|
313
325
|
- lib/xero-ruby/models/finance/user_response.rb
|
314
326
|
- lib/xero-ruby/models/payroll_au/account.rb
|
315
327
|
- lib/xero-ruby/models/payroll_au/account_type.rb
|
328
|
+
- lib/xero-ruby/models/payroll_au/allowance_category.rb
|
316
329
|
- lib/xero-ruby/models/payroll_au/allowance_type.rb
|
317
330
|
- lib/xero-ruby/models/payroll_au/api_exception.rb
|
318
331
|
- lib/xero-ruby/models/payroll_au/bank_account.rb
|