xero-node 4.27.1 → 4.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gen/api/accountingApi.d.ts +1 -1
- package/dist/gen/api/accountingApi.js +2 -2
- package/dist/gen/api/appStoreApi.d.ts +1 -1
- package/dist/gen/api/appStoreApi.js +2 -2
- package/dist/gen/api/assetApi.d.ts +1 -1
- package/dist/gen/api/assetApi.js +2 -2
- package/dist/gen/api/bankfeedsApi.d.ts +1 -1
- package/dist/gen/api/bankfeedsApi.js +2 -2
- package/dist/gen/api/filesApi.d.ts +1 -1
- package/dist/gen/api/filesApi.js +2 -2
- package/dist/gen/api/financeApi.d.ts +1 -1
- package/dist/gen/api/financeApi.js +2 -2
- package/dist/gen/api/payrollAUApi.d.ts +1 -1
- package/dist/gen/api/payrollAUApi.js +2 -2
- package/dist/gen/api/payrollNZApi.d.ts +1 -1
- package/dist/gen/api/payrollNZApi.js +2 -2
- package/dist/gen/api/payrollUKApi.d.ts +1 -1
- package/dist/gen/api/payrollUKApi.js +2 -2
- package/dist/gen/api/projectApi.d.ts +1 -1
- package/dist/gen/api/projectApi.js +2 -2
- package/dist/gen/model/payroll-au/countryOfResidence.d.ts +256 -0
- package/dist/gen/model/payroll-au/countryOfResidence.js +261 -0
- package/dist/gen/model/payroll-au/countryOfResidence.js.map +1 -0
- package/dist/gen/model/payroll-au/employee.d.ts +10 -0
- package/dist/gen/model/payroll-au/employee.js +20 -0
- package/dist/gen/model/payroll-au/employee.js.map +1 -1
- package/dist/gen/model/payroll-au/employmentBasis.d.ts +2 -1
- package/dist/gen/model/payroll-au/employmentBasis.js +1 -0
- package/dist/gen/model/payroll-au/employmentBasis.js.map +1 -1
- package/dist/gen/model/payroll-au/employmentType.d.ts +4 -0
- package/dist/gen/model/payroll-au/employmentType.js +9 -0
- package/dist/gen/model/payroll-au/employmentType.js.map +1 -0
- package/dist/gen/model/payroll-au/incomeType.d.ts +7 -0
- package/dist/gen/model/payroll-au/incomeType.js +12 -0
- package/dist/gen/model/payroll-au/incomeType.js.map +1 -0
- package/dist/gen/model/payroll-au/models.d.ts +6 -0
- package/dist/gen/model/payroll-au/models.js +18 -0
- package/dist/gen/model/payroll-au/models.js.map +1 -1
- package/dist/gen/model/payroll-au/seniorMaritalStatus.d.ts +5 -0
- package/dist/gen/model/payroll-au/seniorMaritalStatus.js +10 -0
- package/dist/gen/model/payroll-au/seniorMaritalStatus.js.map +1 -0
- package/dist/gen/model/payroll-au/settings.d.ts +4 -0
- package/dist/gen/model/payroll-au/settings.js +5 -0
- package/dist/gen/model/payroll-au/settings.js.map +1 -1
- package/dist/gen/model/payroll-au/taxDeclaration.d.ts +10 -0
- package/dist/gen/model/payroll-au/taxDeclaration.js +20 -0
- package/dist/gen/model/payroll-au/taxDeclaration.js.map +1 -1
- package/dist/gen/model/payroll-au/taxScaleType.d.ts +8 -0
- package/dist/gen/model/payroll-au/taxScaleType.js +13 -0
- package/dist/gen/model/payroll-au/taxScaleType.js.map +1 -0
- package/dist/gen/model/payroll-au/workCondition.d.ts +5 -0
- package/dist/gen/model/payroll-au/workCondition.js +10 -0
- package/dist/gen/model/payroll-au/workCondition.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CountryOfResidence = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Country of residence as a valid ISO 3166-1 alpha-2 country code e.g. \"AU\", \"NZ\", \"CA\" or an empty string (\"\") to unset a previously set value. Only applicable, and mandatory if income type is WORKINGHOLIDAYMAKER.
|
|
6
|
+
*/
|
|
7
|
+
var CountryOfResidence;
|
|
8
|
+
(function (CountryOfResidence) {
|
|
9
|
+
CountryOfResidence[CountryOfResidence["AF"] = 'AF'] = "AF";
|
|
10
|
+
CountryOfResidence[CountryOfResidence["AX"] = 'AX'] = "AX";
|
|
11
|
+
CountryOfResidence[CountryOfResidence["AL"] = 'AL'] = "AL";
|
|
12
|
+
CountryOfResidence[CountryOfResidence["DZ"] = 'DZ'] = "DZ";
|
|
13
|
+
CountryOfResidence[CountryOfResidence["AS"] = 'AS'] = "AS";
|
|
14
|
+
CountryOfResidence[CountryOfResidence["AD"] = 'AD'] = "AD";
|
|
15
|
+
CountryOfResidence[CountryOfResidence["AO"] = 'AO'] = "AO";
|
|
16
|
+
CountryOfResidence[CountryOfResidence["AI"] = 'AI'] = "AI";
|
|
17
|
+
CountryOfResidence[CountryOfResidence["AQ"] = 'AQ'] = "AQ";
|
|
18
|
+
CountryOfResidence[CountryOfResidence["AG"] = 'AG'] = "AG";
|
|
19
|
+
CountryOfResidence[CountryOfResidence["AR"] = 'AR'] = "AR";
|
|
20
|
+
CountryOfResidence[CountryOfResidence["AM"] = 'AM'] = "AM";
|
|
21
|
+
CountryOfResidence[CountryOfResidence["AW"] = 'AW'] = "AW";
|
|
22
|
+
CountryOfResidence[CountryOfResidence["AU"] = 'AU'] = "AU";
|
|
23
|
+
CountryOfResidence[CountryOfResidence["AT"] = 'AT'] = "AT";
|
|
24
|
+
CountryOfResidence[CountryOfResidence["AZ"] = 'AZ'] = "AZ";
|
|
25
|
+
CountryOfResidence[CountryOfResidence["BS"] = 'BS'] = "BS";
|
|
26
|
+
CountryOfResidence[CountryOfResidence["BH"] = 'BH'] = "BH";
|
|
27
|
+
CountryOfResidence[CountryOfResidence["BD"] = 'BD'] = "BD";
|
|
28
|
+
CountryOfResidence[CountryOfResidence["BB"] = 'BB'] = "BB";
|
|
29
|
+
CountryOfResidence[CountryOfResidence["BY"] = 'BY'] = "BY";
|
|
30
|
+
CountryOfResidence[CountryOfResidence["BE"] = 'BE'] = "BE";
|
|
31
|
+
CountryOfResidence[CountryOfResidence["BZ"] = 'BZ'] = "BZ";
|
|
32
|
+
CountryOfResidence[CountryOfResidence["BJ"] = 'BJ'] = "BJ";
|
|
33
|
+
CountryOfResidence[CountryOfResidence["BM"] = 'BM'] = "BM";
|
|
34
|
+
CountryOfResidence[CountryOfResidence["BT"] = 'BT'] = "BT";
|
|
35
|
+
CountryOfResidence[CountryOfResidence["BO"] = 'BO'] = "BO";
|
|
36
|
+
CountryOfResidence[CountryOfResidence["BA"] = 'BA'] = "BA";
|
|
37
|
+
CountryOfResidence[CountryOfResidence["BW"] = 'BW'] = "BW";
|
|
38
|
+
CountryOfResidence[CountryOfResidence["BV"] = 'BV'] = "BV";
|
|
39
|
+
CountryOfResidence[CountryOfResidence["BR"] = 'BR'] = "BR";
|
|
40
|
+
CountryOfResidence[CountryOfResidence["IO"] = 'IO'] = "IO";
|
|
41
|
+
CountryOfResidence[CountryOfResidence["BN"] = 'BN'] = "BN";
|
|
42
|
+
CountryOfResidence[CountryOfResidence["BG"] = 'BG'] = "BG";
|
|
43
|
+
CountryOfResidence[CountryOfResidence["BF"] = 'BF'] = "BF";
|
|
44
|
+
CountryOfResidence[CountryOfResidence["BI"] = 'BI'] = "BI";
|
|
45
|
+
CountryOfResidence[CountryOfResidence["KH"] = 'KH'] = "KH";
|
|
46
|
+
CountryOfResidence[CountryOfResidence["CM"] = 'CM'] = "CM";
|
|
47
|
+
CountryOfResidence[CountryOfResidence["CA"] = 'CA'] = "CA";
|
|
48
|
+
CountryOfResidence[CountryOfResidence["CV"] = 'CV'] = "CV";
|
|
49
|
+
CountryOfResidence[CountryOfResidence["KY"] = 'KY'] = "KY";
|
|
50
|
+
CountryOfResidence[CountryOfResidence["CF"] = 'CF'] = "CF";
|
|
51
|
+
CountryOfResidence[CountryOfResidence["TD"] = 'TD'] = "TD";
|
|
52
|
+
CountryOfResidence[CountryOfResidence["CL"] = 'CL'] = "CL";
|
|
53
|
+
CountryOfResidence[CountryOfResidence["CN"] = 'CN'] = "CN";
|
|
54
|
+
CountryOfResidence[CountryOfResidence["CX"] = 'CX'] = "CX";
|
|
55
|
+
CountryOfResidence[CountryOfResidence["CC"] = 'CC'] = "CC";
|
|
56
|
+
CountryOfResidence[CountryOfResidence["CO"] = 'CO'] = "CO";
|
|
57
|
+
CountryOfResidence[CountryOfResidence["KM"] = 'KM'] = "KM";
|
|
58
|
+
CountryOfResidence[CountryOfResidence["CG"] = 'CG'] = "CG";
|
|
59
|
+
CountryOfResidence[CountryOfResidence["CD"] = 'CD'] = "CD";
|
|
60
|
+
CountryOfResidence[CountryOfResidence["CK"] = 'CK'] = "CK";
|
|
61
|
+
CountryOfResidence[CountryOfResidence["CR"] = 'CR'] = "CR";
|
|
62
|
+
CountryOfResidence[CountryOfResidence["CI"] = 'CI'] = "CI";
|
|
63
|
+
CountryOfResidence[CountryOfResidence["HR"] = 'HR'] = "HR";
|
|
64
|
+
CountryOfResidence[CountryOfResidence["CU"] = 'CU'] = "CU";
|
|
65
|
+
CountryOfResidence[CountryOfResidence["CY"] = 'CY'] = "CY";
|
|
66
|
+
CountryOfResidence[CountryOfResidence["CZ"] = 'CZ'] = "CZ";
|
|
67
|
+
CountryOfResidence[CountryOfResidence["DK"] = 'DK'] = "DK";
|
|
68
|
+
CountryOfResidence[CountryOfResidence["DJ"] = 'DJ'] = "DJ";
|
|
69
|
+
CountryOfResidence[CountryOfResidence["DM"] = 'DM'] = "DM";
|
|
70
|
+
CountryOfResidence[CountryOfResidence["DO"] = 'DO'] = "DO";
|
|
71
|
+
CountryOfResidence[CountryOfResidence["EC"] = 'EC'] = "EC";
|
|
72
|
+
CountryOfResidence[CountryOfResidence["EG"] = 'EG'] = "EG";
|
|
73
|
+
CountryOfResidence[CountryOfResidence["SV"] = 'SV'] = "SV";
|
|
74
|
+
CountryOfResidence[CountryOfResidence["GQ"] = 'GQ'] = "GQ";
|
|
75
|
+
CountryOfResidence[CountryOfResidence["ER"] = 'ER'] = "ER";
|
|
76
|
+
CountryOfResidence[CountryOfResidence["EE"] = 'EE'] = "EE";
|
|
77
|
+
CountryOfResidence[CountryOfResidence["ET"] = 'ET'] = "ET";
|
|
78
|
+
CountryOfResidence[CountryOfResidence["FK"] = 'FK'] = "FK";
|
|
79
|
+
CountryOfResidence[CountryOfResidence["FO"] = 'FO'] = "FO";
|
|
80
|
+
CountryOfResidence[CountryOfResidence["FJ"] = 'FJ'] = "FJ";
|
|
81
|
+
CountryOfResidence[CountryOfResidence["FI"] = 'FI'] = "FI";
|
|
82
|
+
CountryOfResidence[CountryOfResidence["FR"] = 'FR'] = "FR";
|
|
83
|
+
CountryOfResidence[CountryOfResidence["GF"] = 'GF'] = "GF";
|
|
84
|
+
CountryOfResidence[CountryOfResidence["PF"] = 'PF'] = "PF";
|
|
85
|
+
CountryOfResidence[CountryOfResidence["TF"] = 'TF'] = "TF";
|
|
86
|
+
CountryOfResidence[CountryOfResidence["GA"] = 'GA'] = "GA";
|
|
87
|
+
CountryOfResidence[CountryOfResidence["GM"] = 'GM'] = "GM";
|
|
88
|
+
CountryOfResidence[CountryOfResidence["GE"] = 'GE'] = "GE";
|
|
89
|
+
CountryOfResidence[CountryOfResidence["DE"] = 'DE'] = "DE";
|
|
90
|
+
CountryOfResidence[CountryOfResidence["GH"] = 'GH'] = "GH";
|
|
91
|
+
CountryOfResidence[CountryOfResidence["GI"] = 'GI'] = "GI";
|
|
92
|
+
CountryOfResidence[CountryOfResidence["GR"] = 'GR'] = "GR";
|
|
93
|
+
CountryOfResidence[CountryOfResidence["GL"] = 'GL'] = "GL";
|
|
94
|
+
CountryOfResidence[CountryOfResidence["GD"] = 'GD'] = "GD";
|
|
95
|
+
CountryOfResidence[CountryOfResidence["GP"] = 'GP'] = "GP";
|
|
96
|
+
CountryOfResidence[CountryOfResidence["GU"] = 'GU'] = "GU";
|
|
97
|
+
CountryOfResidence[CountryOfResidence["GT"] = 'GT'] = "GT";
|
|
98
|
+
CountryOfResidence[CountryOfResidence["GG"] = 'GG'] = "GG";
|
|
99
|
+
CountryOfResidence[CountryOfResidence["GN"] = 'GN'] = "GN";
|
|
100
|
+
CountryOfResidence[CountryOfResidence["GW"] = 'GW'] = "GW";
|
|
101
|
+
CountryOfResidence[CountryOfResidence["GY"] = 'GY'] = "GY";
|
|
102
|
+
CountryOfResidence[CountryOfResidence["HT"] = 'HT'] = "HT";
|
|
103
|
+
CountryOfResidence[CountryOfResidence["HM"] = 'HM'] = "HM";
|
|
104
|
+
CountryOfResidence[CountryOfResidence["VA"] = 'VA'] = "VA";
|
|
105
|
+
CountryOfResidence[CountryOfResidence["HN"] = 'HN'] = "HN";
|
|
106
|
+
CountryOfResidence[CountryOfResidence["HK"] = 'HK'] = "HK";
|
|
107
|
+
CountryOfResidence[CountryOfResidence["HU"] = 'HU'] = "HU";
|
|
108
|
+
CountryOfResidence[CountryOfResidence["IS"] = 'IS'] = "IS";
|
|
109
|
+
CountryOfResidence[CountryOfResidence["IN"] = 'IN'] = "IN";
|
|
110
|
+
CountryOfResidence[CountryOfResidence["ID"] = 'ID'] = "ID";
|
|
111
|
+
CountryOfResidence[CountryOfResidence["IR"] = 'IR'] = "IR";
|
|
112
|
+
CountryOfResidence[CountryOfResidence["IQ"] = 'IQ'] = "IQ";
|
|
113
|
+
CountryOfResidence[CountryOfResidence["IE"] = 'IE'] = "IE";
|
|
114
|
+
CountryOfResidence[CountryOfResidence["IM"] = 'IM'] = "IM";
|
|
115
|
+
CountryOfResidence[CountryOfResidence["IL"] = 'IL'] = "IL";
|
|
116
|
+
CountryOfResidence[CountryOfResidence["IT"] = 'IT'] = "IT";
|
|
117
|
+
CountryOfResidence[CountryOfResidence["JM"] = 'JM'] = "JM";
|
|
118
|
+
CountryOfResidence[CountryOfResidence["JP"] = 'JP'] = "JP";
|
|
119
|
+
CountryOfResidence[CountryOfResidence["JE"] = 'JE'] = "JE";
|
|
120
|
+
CountryOfResidence[CountryOfResidence["JO"] = 'JO'] = "JO";
|
|
121
|
+
CountryOfResidence[CountryOfResidence["KZ"] = 'KZ'] = "KZ";
|
|
122
|
+
CountryOfResidence[CountryOfResidence["KE"] = 'KE'] = "KE";
|
|
123
|
+
CountryOfResidence[CountryOfResidence["KI"] = 'KI'] = "KI";
|
|
124
|
+
CountryOfResidence[CountryOfResidence["KP"] = 'KP'] = "KP";
|
|
125
|
+
CountryOfResidence[CountryOfResidence["KR"] = 'KR'] = "KR";
|
|
126
|
+
CountryOfResidence[CountryOfResidence["KW"] = 'KW'] = "KW";
|
|
127
|
+
CountryOfResidence[CountryOfResidence["KG"] = 'KG'] = "KG";
|
|
128
|
+
CountryOfResidence[CountryOfResidence["LA"] = 'LA'] = "LA";
|
|
129
|
+
CountryOfResidence[CountryOfResidence["LV"] = 'LV'] = "LV";
|
|
130
|
+
CountryOfResidence[CountryOfResidence["LB"] = 'LB'] = "LB";
|
|
131
|
+
CountryOfResidence[CountryOfResidence["LS"] = 'LS'] = "LS";
|
|
132
|
+
CountryOfResidence[CountryOfResidence["LR"] = 'LR'] = "LR";
|
|
133
|
+
CountryOfResidence[CountryOfResidence["LY"] = 'LY'] = "LY";
|
|
134
|
+
CountryOfResidence[CountryOfResidence["LI"] = 'LI'] = "LI";
|
|
135
|
+
CountryOfResidence[CountryOfResidence["LT"] = 'LT'] = "LT";
|
|
136
|
+
CountryOfResidence[CountryOfResidence["LU"] = 'LU'] = "LU";
|
|
137
|
+
CountryOfResidence[CountryOfResidence["MO"] = 'MO'] = "MO";
|
|
138
|
+
CountryOfResidence[CountryOfResidence["MK"] = 'MK'] = "MK";
|
|
139
|
+
CountryOfResidence[CountryOfResidence["MG"] = 'MG'] = "MG";
|
|
140
|
+
CountryOfResidence[CountryOfResidence["MW"] = 'MW'] = "MW";
|
|
141
|
+
CountryOfResidence[CountryOfResidence["MY"] = 'MY'] = "MY";
|
|
142
|
+
CountryOfResidence[CountryOfResidence["MV"] = 'MV'] = "MV";
|
|
143
|
+
CountryOfResidence[CountryOfResidence["ML"] = 'ML'] = "ML";
|
|
144
|
+
CountryOfResidence[CountryOfResidence["MT"] = 'MT'] = "MT";
|
|
145
|
+
CountryOfResidence[CountryOfResidence["MH"] = 'MH'] = "MH";
|
|
146
|
+
CountryOfResidence[CountryOfResidence["MQ"] = 'MQ'] = "MQ";
|
|
147
|
+
CountryOfResidence[CountryOfResidence["MR"] = 'MR'] = "MR";
|
|
148
|
+
CountryOfResidence[CountryOfResidence["MU"] = 'MU'] = "MU";
|
|
149
|
+
CountryOfResidence[CountryOfResidence["YT"] = 'YT'] = "YT";
|
|
150
|
+
CountryOfResidence[CountryOfResidence["MX"] = 'MX'] = "MX";
|
|
151
|
+
CountryOfResidence[CountryOfResidence["FM"] = 'FM'] = "FM";
|
|
152
|
+
CountryOfResidence[CountryOfResidence["MD"] = 'MD'] = "MD";
|
|
153
|
+
CountryOfResidence[CountryOfResidence["MC"] = 'MC'] = "MC";
|
|
154
|
+
CountryOfResidence[CountryOfResidence["MN"] = 'MN'] = "MN";
|
|
155
|
+
CountryOfResidence[CountryOfResidence["ME"] = 'ME'] = "ME";
|
|
156
|
+
CountryOfResidence[CountryOfResidence["MS"] = 'MS'] = "MS";
|
|
157
|
+
CountryOfResidence[CountryOfResidence["MA"] = 'MA'] = "MA";
|
|
158
|
+
CountryOfResidence[CountryOfResidence["MZ"] = 'MZ'] = "MZ";
|
|
159
|
+
CountryOfResidence[CountryOfResidence["MM"] = 'MM'] = "MM";
|
|
160
|
+
CountryOfResidence[CountryOfResidence["NA"] = 'NA'] = "NA";
|
|
161
|
+
CountryOfResidence[CountryOfResidence["NR"] = 'NR'] = "NR";
|
|
162
|
+
CountryOfResidence[CountryOfResidence["NP"] = 'NP'] = "NP";
|
|
163
|
+
CountryOfResidence[CountryOfResidence["NL"] = 'NL'] = "NL";
|
|
164
|
+
CountryOfResidence[CountryOfResidence["AN"] = 'AN'] = "AN";
|
|
165
|
+
CountryOfResidence[CountryOfResidence["NC"] = 'NC'] = "NC";
|
|
166
|
+
CountryOfResidence[CountryOfResidence["NZ"] = 'NZ'] = "NZ";
|
|
167
|
+
CountryOfResidence[CountryOfResidence["NI"] = 'NI'] = "NI";
|
|
168
|
+
CountryOfResidence[CountryOfResidence["NE"] = 'NE'] = "NE";
|
|
169
|
+
CountryOfResidence[CountryOfResidence["NG"] = 'NG'] = "NG";
|
|
170
|
+
CountryOfResidence[CountryOfResidence["NU"] = 'NU'] = "NU";
|
|
171
|
+
CountryOfResidence[CountryOfResidence["NF"] = 'NF'] = "NF";
|
|
172
|
+
CountryOfResidence[CountryOfResidence["MP"] = 'MP'] = "MP";
|
|
173
|
+
CountryOfResidence[CountryOfResidence["NO"] = 'NO'] = "NO";
|
|
174
|
+
CountryOfResidence[CountryOfResidence["OM"] = 'OM'] = "OM";
|
|
175
|
+
CountryOfResidence[CountryOfResidence["PK"] = 'PK'] = "PK";
|
|
176
|
+
CountryOfResidence[CountryOfResidence["PW"] = 'PW'] = "PW";
|
|
177
|
+
CountryOfResidence[CountryOfResidence["PS"] = 'PS'] = "PS";
|
|
178
|
+
CountryOfResidence[CountryOfResidence["PA"] = 'PA'] = "PA";
|
|
179
|
+
CountryOfResidence[CountryOfResidence["PG"] = 'PG'] = "PG";
|
|
180
|
+
CountryOfResidence[CountryOfResidence["PY"] = 'PY'] = "PY";
|
|
181
|
+
CountryOfResidence[CountryOfResidence["PE"] = 'PE'] = "PE";
|
|
182
|
+
CountryOfResidence[CountryOfResidence["PH"] = 'PH'] = "PH";
|
|
183
|
+
CountryOfResidence[CountryOfResidence["PN"] = 'PN'] = "PN";
|
|
184
|
+
CountryOfResidence[CountryOfResidence["PL"] = 'PL'] = "PL";
|
|
185
|
+
CountryOfResidence[CountryOfResidence["PT"] = 'PT'] = "PT";
|
|
186
|
+
CountryOfResidence[CountryOfResidence["PR"] = 'PR'] = "PR";
|
|
187
|
+
CountryOfResidence[CountryOfResidence["QA"] = 'QA'] = "QA";
|
|
188
|
+
CountryOfResidence[CountryOfResidence["RE"] = 'RE'] = "RE";
|
|
189
|
+
CountryOfResidence[CountryOfResidence["RO"] = 'RO'] = "RO";
|
|
190
|
+
CountryOfResidence[CountryOfResidence["RU"] = 'RU'] = "RU";
|
|
191
|
+
CountryOfResidence[CountryOfResidence["RW"] = 'RW'] = "RW";
|
|
192
|
+
CountryOfResidence[CountryOfResidence["BL"] = 'BL'] = "BL";
|
|
193
|
+
CountryOfResidence[CountryOfResidence["SH"] = 'SH'] = "SH";
|
|
194
|
+
CountryOfResidence[CountryOfResidence["KN"] = 'KN'] = "KN";
|
|
195
|
+
CountryOfResidence[CountryOfResidence["LC"] = 'LC'] = "LC";
|
|
196
|
+
CountryOfResidence[CountryOfResidence["MF"] = 'MF'] = "MF";
|
|
197
|
+
CountryOfResidence[CountryOfResidence["PM"] = 'PM'] = "PM";
|
|
198
|
+
CountryOfResidence[CountryOfResidence["VC"] = 'VC'] = "VC";
|
|
199
|
+
CountryOfResidence[CountryOfResidence["WS"] = 'WS'] = "WS";
|
|
200
|
+
CountryOfResidence[CountryOfResidence["SM"] = 'SM'] = "SM";
|
|
201
|
+
CountryOfResidence[CountryOfResidence["ST"] = 'ST'] = "ST";
|
|
202
|
+
CountryOfResidence[CountryOfResidence["SA"] = 'SA'] = "SA";
|
|
203
|
+
CountryOfResidence[CountryOfResidence["SN"] = 'SN'] = "SN";
|
|
204
|
+
CountryOfResidence[CountryOfResidence["RS"] = 'RS'] = "RS";
|
|
205
|
+
CountryOfResidence[CountryOfResidence["SC"] = 'SC'] = "SC";
|
|
206
|
+
CountryOfResidence[CountryOfResidence["SL"] = 'SL'] = "SL";
|
|
207
|
+
CountryOfResidence[CountryOfResidence["SG"] = 'SG'] = "SG";
|
|
208
|
+
CountryOfResidence[CountryOfResidence["SK"] = 'SK'] = "SK";
|
|
209
|
+
CountryOfResidence[CountryOfResidence["SI"] = 'SI'] = "SI";
|
|
210
|
+
CountryOfResidence[CountryOfResidence["SB"] = 'SB'] = "SB";
|
|
211
|
+
CountryOfResidence[CountryOfResidence["SO"] = 'SO'] = "SO";
|
|
212
|
+
CountryOfResidence[CountryOfResidence["ZA"] = 'ZA'] = "ZA";
|
|
213
|
+
CountryOfResidence[CountryOfResidence["GS"] = 'GS'] = "GS";
|
|
214
|
+
CountryOfResidence[CountryOfResidence["ES"] = 'ES'] = "ES";
|
|
215
|
+
CountryOfResidence[CountryOfResidence["LK"] = 'LK'] = "LK";
|
|
216
|
+
CountryOfResidence[CountryOfResidence["SD"] = 'SD'] = "SD";
|
|
217
|
+
CountryOfResidence[CountryOfResidence["SR"] = 'SR'] = "SR";
|
|
218
|
+
CountryOfResidence[CountryOfResidence["SJ"] = 'SJ'] = "SJ";
|
|
219
|
+
CountryOfResidence[CountryOfResidence["SZ"] = 'SZ'] = "SZ";
|
|
220
|
+
CountryOfResidence[CountryOfResidence["SE"] = 'SE'] = "SE";
|
|
221
|
+
CountryOfResidence[CountryOfResidence["CH"] = 'CH'] = "CH";
|
|
222
|
+
CountryOfResidence[CountryOfResidence["SY"] = 'SY'] = "SY";
|
|
223
|
+
CountryOfResidence[CountryOfResidence["TW"] = 'TW'] = "TW";
|
|
224
|
+
CountryOfResidence[CountryOfResidence["TJ"] = 'TJ'] = "TJ";
|
|
225
|
+
CountryOfResidence[CountryOfResidence["TZ"] = 'TZ'] = "TZ";
|
|
226
|
+
CountryOfResidence[CountryOfResidence["TH"] = 'TH'] = "TH";
|
|
227
|
+
CountryOfResidence[CountryOfResidence["TL"] = 'TL'] = "TL";
|
|
228
|
+
CountryOfResidence[CountryOfResidence["TG"] = 'TG'] = "TG";
|
|
229
|
+
CountryOfResidence[CountryOfResidence["TK"] = 'TK'] = "TK";
|
|
230
|
+
CountryOfResidence[CountryOfResidence["TO"] = 'TO'] = "TO";
|
|
231
|
+
CountryOfResidence[CountryOfResidence["TT"] = 'TT'] = "TT";
|
|
232
|
+
CountryOfResidence[CountryOfResidence["TN"] = 'TN'] = "TN";
|
|
233
|
+
CountryOfResidence[CountryOfResidence["TR"] = 'TR'] = "TR";
|
|
234
|
+
CountryOfResidence[CountryOfResidence["TM"] = 'TM'] = "TM";
|
|
235
|
+
CountryOfResidence[CountryOfResidence["TC"] = 'TC'] = "TC";
|
|
236
|
+
CountryOfResidence[CountryOfResidence["TV"] = 'TV'] = "TV";
|
|
237
|
+
CountryOfResidence[CountryOfResidence["UG"] = 'UG'] = "UG";
|
|
238
|
+
CountryOfResidence[CountryOfResidence["UA"] = 'UA'] = "UA";
|
|
239
|
+
CountryOfResidence[CountryOfResidence["AE"] = 'AE'] = "AE";
|
|
240
|
+
CountryOfResidence[CountryOfResidence["GB"] = 'GB'] = "GB";
|
|
241
|
+
CountryOfResidence[CountryOfResidence["US"] = 'US'] = "US";
|
|
242
|
+
CountryOfResidence[CountryOfResidence["UM"] = 'UM'] = "UM";
|
|
243
|
+
CountryOfResidence[CountryOfResidence["UY"] = 'UY'] = "UY";
|
|
244
|
+
CountryOfResidence[CountryOfResidence["UZ"] = 'UZ'] = "UZ";
|
|
245
|
+
CountryOfResidence[CountryOfResidence["VU"] = 'VU'] = "VU";
|
|
246
|
+
CountryOfResidence[CountryOfResidence["VE"] = 'VE'] = "VE";
|
|
247
|
+
CountryOfResidence[CountryOfResidence["VN"] = 'VN'] = "VN";
|
|
248
|
+
CountryOfResidence[CountryOfResidence["VG"] = 'VG'] = "VG";
|
|
249
|
+
CountryOfResidence[CountryOfResidence["VI"] = 'VI'] = "VI";
|
|
250
|
+
CountryOfResidence[CountryOfResidence["WF"] = 'WF'] = "WF";
|
|
251
|
+
CountryOfResidence[CountryOfResidence["EH"] = 'EH'] = "EH";
|
|
252
|
+
CountryOfResidence[CountryOfResidence["YE"] = 'YE'] = "YE";
|
|
253
|
+
CountryOfResidence[CountryOfResidence["ZM"] = 'ZM'] = "ZM";
|
|
254
|
+
CountryOfResidence[CountryOfResidence["ZW"] = 'ZW'] = "ZW";
|
|
255
|
+
CountryOfResidence[CountryOfResidence["BQ"] = 'BQ'] = "BQ";
|
|
256
|
+
CountryOfResidence[CountryOfResidence["CW"] = 'CW'] = "CW";
|
|
257
|
+
CountryOfResidence[CountryOfResidence["SX"] = 'SX'] = "SX";
|
|
258
|
+
CountryOfResidence[CountryOfResidence["SS"] = 'SS'] = "SS";
|
|
259
|
+
CountryOfResidence[CountryOfResidence["Empty"] = ''] = "Empty";
|
|
260
|
+
})(CountryOfResidence = exports.CountryOfResidence || (exports.CountryOfResidence = {}));
|
|
261
|
+
//# sourceMappingURL=countryOfResidence.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"countryOfResidence.js","sourceRoot":"","sources":["../../../../src/gen/model/payroll-au/countryOfResidence.ts"],"names":[],"mappings":";;;AACA;;EAEE;AACF,IAAY,kBA4PX;AA5PD,WAAY,kBAAkB;IAC1B,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,8CAAW,IAAI,QAAA,CAAA;IACf,iDAAc,EAAE,WAAA,CAAA;AACpB,CAAC,EA5PW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA4P7B"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { BankAccount } from '././bankAccount';
|
|
2
|
+
import { CountryOfResidence } from '././countryOfResidence';
|
|
2
3
|
import { EmployeeStatus } from '././employeeStatus';
|
|
4
|
+
import { EmploymentType } from '././employmentType';
|
|
3
5
|
import { HomeAddress } from '././homeAddress';
|
|
6
|
+
import { IncomeType } from '././incomeType';
|
|
4
7
|
import { LeaveBalance } from '././leaveBalance';
|
|
5
8
|
import { LeaveLine } from '././leaveLine';
|
|
6
9
|
import { OpeningBalances } from '././openingBalances';
|
|
@@ -98,6 +101,13 @@ export declare class Employee {
|
|
|
98
101
|
'payTemplate'?: PayTemplate;
|
|
99
102
|
'openingBalances'?: OpeningBalances;
|
|
100
103
|
'taxDeclaration'?: TaxDeclaration;
|
|
104
|
+
'incomeType'?: IncomeType;
|
|
105
|
+
'employmentType'?: EmploymentType;
|
|
106
|
+
'countryOfResidence'?: CountryOfResidence;
|
|
107
|
+
/**
|
|
108
|
+
* Indicates if the employee has been updated for STP Phase 2 compliance. Doesn\'t indicate that the employee is payable.
|
|
109
|
+
*/
|
|
110
|
+
'isSTP2Qualified'?: boolean;
|
|
101
111
|
'leaveBalances'?: Array<LeaveBalance>;
|
|
102
112
|
'leaveLines'?: Array<LeaveLine>;
|
|
103
113
|
'superMemberships'?: Array<SuperMembership>;
|
|
@@ -139,6 +139,26 @@ Employee.attributeTypeMap = [
|
|
|
139
139
|
"baseName": "TaxDeclaration",
|
|
140
140
|
"type": "TaxDeclaration"
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"name": "incomeType",
|
|
144
|
+
"baseName": "IncomeType",
|
|
145
|
+
"type": "IncomeType"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "employmentType",
|
|
149
|
+
"baseName": "EmploymentType",
|
|
150
|
+
"type": "EmploymentType"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "countryOfResidence",
|
|
154
|
+
"baseName": "CountryOfResidence",
|
|
155
|
+
"type": "CountryOfResidence"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "isSTP2Qualified",
|
|
159
|
+
"baseName": "IsSTP2Qualified",
|
|
160
|
+
"type": "boolean"
|
|
161
|
+
},
|
|
142
162
|
{
|
|
143
163
|
"name": "leaveBalances",
|
|
144
164
|
"baseName": "LeaveBalances",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"employee.js","sourceRoot":"","sources":["../../../../src/gen/model/payroll-au/employee.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"employee.js","sourceRoot":"","sources":["../../../../src/gen/model/payroll-au/employee.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,5 +8,6 @@ var EmploymentBasis;
|
|
|
8
8
|
EmploymentBasis[EmploymentBasis["CASUAL"] = 'CASUAL'] = "CASUAL";
|
|
9
9
|
EmploymentBasis[EmploymentBasis["LABOURHIRE"] = 'LABOURHIRE'] = "LABOURHIRE";
|
|
10
10
|
EmploymentBasis[EmploymentBasis["SUPERINCOMESTREAM"] = 'SUPERINCOMESTREAM'] = "SUPERINCOMESTREAM";
|
|
11
|
+
EmploymentBasis[EmploymentBasis["NONEMPLOYEE"] = 'NONEMPLOYEE'] = "NONEMPLOYEE";
|
|
11
12
|
})(EmploymentBasis = exports.EmploymentBasis || (exports.EmploymentBasis = {}));
|
|
12
13
|
//# sourceMappingURL=employmentBasis.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"employmentBasis.js","sourceRoot":"","sources":["../../../../src/gen/model/payroll-au/employmentBasis.ts"],"names":[],"mappings":";;;AACA,IAAY,
|
|
1
|
+
{"version":3,"file":"employmentBasis.js","sourceRoot":"","sources":["../../../../src/gen/model/payroll-au/employmentBasis.ts"],"names":[],"mappings":";;;AACA,IAAY,eAOX;AAPD,WAAY,eAAe;IACvB,8CAAiB,UAAU,cAAA,CAAA;IAC3B,8CAAiB,UAAU,cAAA,CAAA;IAC3B,4CAAe,QAAQ,YAAA,CAAA;IACvB,gDAAmB,YAAY,gBAAA,CAAA;IAC/B,uDAA0B,mBAAmB,uBAAA,CAAA;IAC7C,iDAAoB,aAAa,iBAAA,CAAA;AACrC,CAAC,EAPW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO1B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EmploymentType = void 0;
|
|
4
|
+
var EmploymentType;
|
|
5
|
+
(function (EmploymentType) {
|
|
6
|
+
EmploymentType[EmploymentType["EMPLOYEE"] = 'EMPLOYEE'] = "EMPLOYEE";
|
|
7
|
+
EmploymentType[EmploymentType["CONTRACTOR"] = 'CONTRACTOR'] = "CONTRACTOR";
|
|
8
|
+
})(EmploymentType = exports.EmploymentType || (exports.EmploymentType = {}));
|
|
9
|
+
//# sourceMappingURL=employmentType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employmentType.js","sourceRoot":"","sources":["../../../../src/gen/model/payroll-au/employmentType.ts"],"names":[],"mappings":";;;AACA,IAAY,cAGX;AAHD,WAAY,cAAc;IACtB,4CAAiB,UAAU,cAAA,CAAA;IAC3B,8CAAmB,YAAY,gBAAA,CAAA;AACnC,CAAC,EAHW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAGzB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncomeType = void 0;
|
|
4
|
+
var IncomeType;
|
|
5
|
+
(function (IncomeType) {
|
|
6
|
+
IncomeType[IncomeType["SALARYANDWAGES"] = 'SALARYANDWAGES'] = "SALARYANDWAGES";
|
|
7
|
+
IncomeType[IncomeType["WORKINGHOLIDAYMAKER"] = 'WORKINGHOLIDAYMAKER'] = "WORKINGHOLIDAYMAKER";
|
|
8
|
+
IncomeType[IncomeType["NONEMPLOYEE"] = 'NONEMPLOYEE'] = "NONEMPLOYEE";
|
|
9
|
+
IncomeType[IncomeType["CLOSELYHELDPAYEES"] = 'CLOSELYHELDPAYEES'] = "CLOSELYHELDPAYEES";
|
|
10
|
+
IncomeType[IncomeType["LABOURHIRE"] = 'LABOURHIRE'] = "LABOURHIRE";
|
|
11
|
+
})(IncomeType = exports.IncomeType || (exports.IncomeType = {}));
|
|
12
|
+
//# sourceMappingURL=incomeType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incomeType.js","sourceRoot":"","sources":["../../../../src/gen/model/payroll-au/incomeType.ts"],"names":[],"mappings":";;;AACA,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,0CAAuB,gBAAgB,oBAAA,CAAA;IACvC,+CAA4B,qBAAqB,yBAAA,CAAA;IACjD,uCAAoB,aAAa,iBAAA,CAAA;IACjC,6CAA0B,mBAAmB,uBAAA,CAAA;IAC7C,sCAAmB,YAAY,gBAAA,CAAA;AACnC,CAAC,EANW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAMrB"}
|
|
@@ -5,6 +5,7 @@ export * from '././allowanceCategory';
|
|
|
5
5
|
export * from '././allowanceType';
|
|
6
6
|
export * from '././bankAccount';
|
|
7
7
|
export * from '././calendarType';
|
|
8
|
+
export * from '././countryOfResidence';
|
|
8
9
|
export * from '././deductionLine';
|
|
9
10
|
export * from '././deductionType';
|
|
10
11
|
export * from '././deductionTypeCalculationType';
|
|
@@ -17,8 +18,10 @@ export * from '././employeeStatus';
|
|
|
17
18
|
export * from '././employees';
|
|
18
19
|
export * from '././employmentBasis';
|
|
19
20
|
export * from '././employmentTerminationPaymentType';
|
|
21
|
+
export * from '././employmentType';
|
|
20
22
|
export * from '././entitlementFinalPayPayoutType';
|
|
21
23
|
export * from '././homeAddress';
|
|
24
|
+
export * from '././incomeType';
|
|
22
25
|
export * from '././leaveAccrualLine';
|
|
23
26
|
export * from '././leaveApplication';
|
|
24
27
|
export * from '././leaveApplications';
|
|
@@ -53,6 +56,7 @@ export * from '././reimbursementLine';
|
|
|
53
56
|
export * from '././reimbursementLines';
|
|
54
57
|
export * from '././reimbursementType';
|
|
55
58
|
export * from '././residencyStatus';
|
|
59
|
+
export * from '././seniorMaritalStatus';
|
|
56
60
|
export * from '././settings';
|
|
57
61
|
export * from '././settingsObject';
|
|
58
62
|
export * from '././settingsTrackingCategories';
|
|
@@ -72,12 +76,14 @@ export * from '././superannuationLine';
|
|
|
72
76
|
export * from '././tFNExemptionType';
|
|
73
77
|
export * from '././taxDeclaration';
|
|
74
78
|
export * from '././taxLine';
|
|
79
|
+
export * from '././taxScaleType';
|
|
75
80
|
export * from '././timesheet';
|
|
76
81
|
export * from '././timesheetLine';
|
|
77
82
|
export * from '././timesheetObject';
|
|
78
83
|
export * from '././timesheetStatus';
|
|
79
84
|
export * from '././timesheets';
|
|
80
85
|
export * from '././validationError';
|
|
86
|
+
export * from '././workCondition';
|
|
81
87
|
import localVarRequest = require('request');
|
|
82
88
|
export declare class ObjectSerializer {
|
|
83
89
|
static findCorrectType(data: any, expectedType: string): any;
|
|
@@ -18,6 +18,7 @@ __exportStar(require("././allowanceCategory"), exports);
|
|
|
18
18
|
__exportStar(require("././allowanceType"), exports);
|
|
19
19
|
__exportStar(require("././bankAccount"), exports);
|
|
20
20
|
__exportStar(require("././calendarType"), exports);
|
|
21
|
+
__exportStar(require("././countryOfResidence"), exports);
|
|
21
22
|
__exportStar(require("././deductionLine"), exports);
|
|
22
23
|
__exportStar(require("././deductionType"), exports);
|
|
23
24
|
__exportStar(require("././deductionTypeCalculationType"), exports);
|
|
@@ -30,8 +31,10 @@ __exportStar(require("././employeeStatus"), exports);
|
|
|
30
31
|
__exportStar(require("././employees"), exports);
|
|
31
32
|
__exportStar(require("././employmentBasis"), exports);
|
|
32
33
|
__exportStar(require("././employmentTerminationPaymentType"), exports);
|
|
34
|
+
__exportStar(require("././employmentType"), exports);
|
|
33
35
|
__exportStar(require("././entitlementFinalPayPayoutType"), exports);
|
|
34
36
|
__exportStar(require("././homeAddress"), exports);
|
|
37
|
+
__exportStar(require("././incomeType"), exports);
|
|
35
38
|
__exportStar(require("././leaveAccrualLine"), exports);
|
|
36
39
|
__exportStar(require("././leaveApplication"), exports);
|
|
37
40
|
__exportStar(require("././leaveApplications"), exports);
|
|
@@ -66,6 +69,7 @@ __exportStar(require("././reimbursementLine"), exports);
|
|
|
66
69
|
__exportStar(require("././reimbursementLines"), exports);
|
|
67
70
|
__exportStar(require("././reimbursementType"), exports);
|
|
68
71
|
__exportStar(require("././residencyStatus"), exports);
|
|
72
|
+
__exportStar(require("././seniorMaritalStatus"), exports);
|
|
69
73
|
__exportStar(require("././settings"), exports);
|
|
70
74
|
__exportStar(require("././settingsObject"), exports);
|
|
71
75
|
__exportStar(require("././settingsTrackingCategories"), exports);
|
|
@@ -85,12 +89,14 @@ __exportStar(require("././superannuationLine"), exports);
|
|
|
85
89
|
__exportStar(require("././tFNExemptionType"), exports);
|
|
86
90
|
__exportStar(require("././taxDeclaration"), exports);
|
|
87
91
|
__exportStar(require("././taxLine"), exports);
|
|
92
|
+
__exportStar(require("././taxScaleType"), exports);
|
|
88
93
|
__exportStar(require("././timesheet"), exports);
|
|
89
94
|
__exportStar(require("././timesheetLine"), exports);
|
|
90
95
|
__exportStar(require("././timesheetObject"), exports);
|
|
91
96
|
__exportStar(require("././timesheetStatus"), exports);
|
|
92
97
|
__exportStar(require("././timesheets"), exports);
|
|
93
98
|
__exportStar(require("././validationError"), exports);
|
|
99
|
+
__exportStar(require("././workCondition"), exports);
|
|
94
100
|
const aPIException_1 = require("././aPIException");
|
|
95
101
|
const account_1 = require("././account");
|
|
96
102
|
const accountType_1 = require("././accountType");
|
|
@@ -98,6 +104,7 @@ const allowanceCategory_1 = require("././allowanceCategory");
|
|
|
98
104
|
const allowanceType_1 = require("././allowanceType");
|
|
99
105
|
const bankAccount_1 = require("././bankAccount");
|
|
100
106
|
const calendarType_1 = require("././calendarType");
|
|
107
|
+
const countryOfResidence_1 = require("././countryOfResidence");
|
|
101
108
|
const deductionLine_1 = require("././deductionLine");
|
|
102
109
|
const deductionType_1 = require("././deductionType");
|
|
103
110
|
const deductionTypeCalculationType_1 = require("././deductionTypeCalculationType");
|
|
@@ -110,8 +117,10 @@ const employeeStatus_1 = require("././employeeStatus");
|
|
|
110
117
|
const employees_1 = require("././employees");
|
|
111
118
|
const employmentBasis_1 = require("././employmentBasis");
|
|
112
119
|
const employmentTerminationPaymentType_1 = require("././employmentTerminationPaymentType");
|
|
120
|
+
const employmentType_1 = require("././employmentType");
|
|
113
121
|
const entitlementFinalPayPayoutType_1 = require("././entitlementFinalPayPayoutType");
|
|
114
122
|
const homeAddress_1 = require("././homeAddress");
|
|
123
|
+
const incomeType_1 = require("././incomeType");
|
|
115
124
|
const leaveAccrualLine_1 = require("././leaveAccrualLine");
|
|
116
125
|
const leaveApplication_1 = require("././leaveApplication");
|
|
117
126
|
const leaveApplications_1 = require("././leaveApplications");
|
|
@@ -146,6 +155,7 @@ const reimbursementLine_1 = require("././reimbursementLine");
|
|
|
146
155
|
const reimbursementLines_1 = require("././reimbursementLines");
|
|
147
156
|
const reimbursementType_1 = require("././reimbursementType");
|
|
148
157
|
const residencyStatus_1 = require("././residencyStatus");
|
|
158
|
+
const seniorMaritalStatus_1 = require("././seniorMaritalStatus");
|
|
149
159
|
const settings_1 = require("././settings");
|
|
150
160
|
const settingsObject_1 = require("././settingsObject");
|
|
151
161
|
const settingsTrackingCategories_1 = require("././settingsTrackingCategories");
|
|
@@ -165,12 +175,14 @@ const superannuationLine_1 = require("././superannuationLine");
|
|
|
165
175
|
const tFNExemptionType_1 = require("././tFNExemptionType");
|
|
166
176
|
const taxDeclaration_1 = require("././taxDeclaration");
|
|
167
177
|
const taxLine_1 = require("././taxLine");
|
|
178
|
+
const taxScaleType_1 = require("././taxScaleType");
|
|
168
179
|
const timesheet_1 = require("././timesheet");
|
|
169
180
|
const timesheetLine_1 = require("././timesheetLine");
|
|
170
181
|
const timesheetObject_1 = require("././timesheetObject");
|
|
171
182
|
const timesheetStatus_1 = require("././timesheetStatus");
|
|
172
183
|
const timesheets_1 = require("././timesheets");
|
|
173
184
|
const validationError_1 = require("././validationError");
|
|
185
|
+
const workCondition_1 = require("././workCondition");
|
|
174
186
|
/* tslint:disable:no-unused-variable */
|
|
175
187
|
let primitives = [
|
|
176
188
|
"string",
|
|
@@ -187,6 +199,7 @@ let enumsMap = {
|
|
|
187
199
|
"AllowanceCategory": allowanceCategory_1.AllowanceCategory,
|
|
188
200
|
"AllowanceType": allowanceType_1.AllowanceType,
|
|
189
201
|
"CalendarType": calendarType_1.CalendarType,
|
|
202
|
+
"CountryOfResidence": countryOfResidence_1.CountryOfResidence,
|
|
190
203
|
"DeductionType.DeductionCategoryEnum": deductionType_1.DeductionType.DeductionCategoryEnum,
|
|
191
204
|
"DeductionTypeCalculationType": deductionTypeCalculationType_1.DeductionTypeCalculationType,
|
|
192
205
|
"EarningsRateCalculationType": earningsRateCalculationType_1.EarningsRateCalculationType,
|
|
@@ -196,7 +209,9 @@ let enumsMap = {
|
|
|
196
209
|
"EmployeeStatus": employeeStatus_1.EmployeeStatus,
|
|
197
210
|
"EmploymentBasis": employmentBasis_1.EmploymentBasis,
|
|
198
211
|
"EmploymentTerminationPaymentType": employmentTerminationPaymentType_1.EmploymentTerminationPaymentType,
|
|
212
|
+
"EmploymentType": employmentType_1.EmploymentType,
|
|
199
213
|
"EntitlementFinalPayPayoutType": entitlementFinalPayPayoutType_1.EntitlementFinalPayPayoutType,
|
|
214
|
+
"IncomeType": incomeType_1.IncomeType,
|
|
200
215
|
"LeaveCategoryCode": leaveCategoryCode_1.LeaveCategoryCode,
|
|
201
216
|
"LeaveLineCalculationType": leaveLineCalculationType_1.LeaveLineCalculationType,
|
|
202
217
|
"LeavePeriodStatus": leavePeriodStatus_1.LeavePeriodStatus,
|
|
@@ -206,12 +221,15 @@ let enumsMap = {
|
|
|
206
221
|
"PaymentFrequencyType": paymentFrequencyType_1.PaymentFrequencyType,
|
|
207
222
|
"RateType": rateType_1.RateType,
|
|
208
223
|
"ResidencyStatus": residencyStatus_1.ResidencyStatus,
|
|
224
|
+
"SeniorMaritalStatus": seniorMaritalStatus_1.SeniorMaritalStatus,
|
|
209
225
|
"State": state_1.State,
|
|
210
226
|
"SuperFundType": superFundType_1.SuperFundType,
|
|
211
227
|
"SuperannuationCalculationType": superannuationCalculationType_1.SuperannuationCalculationType,
|
|
212
228
|
"SuperannuationContributionType": superannuationContributionType_1.SuperannuationContributionType,
|
|
213
229
|
"TFNExemptionType": tFNExemptionType_1.TFNExemptionType,
|
|
230
|
+
"TaxScaleType": taxScaleType_1.TaxScaleType,
|
|
214
231
|
"TimesheetStatus": timesheetStatus_1.TimesheetStatus,
|
|
232
|
+
"WorkCondition": workCondition_1.WorkCondition,
|
|
215
233
|
};
|
|
216
234
|
let typeMap = {
|
|
217
235
|
"APIException": aPIException_1.APIException,
|