Skip to content

Commit

Permalink
Remove empty enum values from specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghunath-S-S-J committed Jan 15, 2024
1 parent b6f6e93 commit 38d8c4d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions xero-payroll-au.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5370,7 +5370,6 @@ components:
- FIXEDAMOUNTEACHPERIOD
- ENTERRATEINPAYTEMPLATE
- BASEDONORDINARYEARNINGS
- ""
SuperannuationContributionType:
type: string
enum:
Expand Down Expand Up @@ -5431,7 +5430,7 @@ components:
- EMPLOYEE
- CONTRACTOR
CountryOfResidence:
description: 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.
description: Country of residence as a valid ISO 3166-1 alpha-2 country code e.g. "AU", "NZ", "CA". Only applicable, and mandatory if income type is WORKINGHOLIDAYMAKER.
type: string
example: "AU"
enum:
Expand Down Expand Up @@ -5685,7 +5684,6 @@ components:
- CW
- SX
- SS
- ""
IncomeType:
type: string
enum:
Expand Down
1 change: 0 additions & 1 deletion xero-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,6 @@ components:
- ZMW
- ZMK
- ZWD
- ""
Error:
externalDocs:
url: 'https://developer.xero.com/documentation/projects/projects-response-codes'
Expand Down
1 change: 0 additions & 1 deletion xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25567,7 +25567,6 @@ components:
- ZMW
- ZMK
- ZWD
- ""
Employees:
type: object
x-isObjectArray: true
Expand Down
1 change: 0 additions & 1 deletion xero_bankfeeds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,6 @@ components:
- ZMW
- ZMK
- ZWD
- ""
CountryCode:
type: string
example: "GB"
Expand Down

0 comments on commit 38d8c4d

Please sign in to comment.