Skip to content

Commit cd9f700

Browse files
committed
fix: linting errors and added x-enum-varnames
1 parent 21d4ea7 commit cd9f700

2 files changed

Lines changed: 169 additions & 327 deletions

File tree

xero-payroll-uk.yaml

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6415,12 +6415,22 @@ components:
64156415
StatutoryDeductionCategoryClosed:
64166416
description: Statutory Deduction Category
64176417
type: string
6418+
x-enum-varnames:
6419+
- AdditionalStudentLoan
6420+
- ChildSupport
6421+
- CourtFines
6422+
- Creditor
6423+
- FederalLevy
6424+
- InlandRevenueArrears
6425+
- KiwiSaver
6426+
- MsdRepayments
6427+
- NonPriorityOrder
6428+
- PriorityOrder
6429+
- TableBased
6430+
- StudentLoan
6431+
- VoluntaryStudentLoan
6432+
- USChildSupport
64186433
enum:
6419-
StatutoryDeductionCategory:
6420-
description: Statutory Deduction Category
6421-
anyOf:
6422-
- $ref: '#/components/schemas/StatutoryDeductionCategoryClosed'
6423-
- type: string
64246434
- AdditionalStudentLoan
64256435
- ChildSupport
64266436
- CourtFines
@@ -6435,6 +6445,11 @@ components:
64356445
- StudentLoan
64366446
- VoluntaryStudentLoan
64376447
- USChildSupport
6448+
StatutoryDeductionCategory:
6449+
description: Statutory Deduction Category
6450+
anyOf:
6451+
- $ref: '#/components/schemas/StatutoryDeductionCategoryClosed'
6452+
- type: string
64386453
EarningsOrders:
64396454
type: object
64406455
properties:
@@ -7523,6 +7538,24 @@ components:
75237538
description: The employee's NI Category letter.
75247539
type: string
75257540
example: I
7541+
x-enum-varnames:
7542+
- A
7543+
- B
7544+
- C
7545+
- F
7546+
- H
7547+
- I
7548+
- J
7549+
- L
7550+
- M
7551+
- S
7552+
- V
7553+
- X
7554+
- Z
7555+
- D
7556+
- E
7557+
- K
7558+
- N
75267559
enum:
75277560
- A
75287561
- B

0 commit comments

Comments
 (0)