Skip to content

Commit 0cd1bf8

Browse files
author
sangeet-joy_xero
committed
Update from new OAS version
1 parent 9cac10b commit 0cd1bf8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/payroll-uk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2562,7 +2562,7 @@
25622562
"type" : "string",
25632563
"description" : "The employee's NI Category letter.",
25642564
"example" : "I",
2565-
"enum" : [ "A", "B", "C", "D", "E", "F", "H", "I", "J", "K", "L", "M", "N", "S", "V", "X", "Z" ]
2565+
"enum" : [ "A", "B", "C", "F", "H", "I", "J", "L", "M", "S", "V", "X", "Z", "D", "E", "K", "N" ]
25662566
};
25672567
defs["NICategory_oneOf"] = {
25682568
"title" : "",

src/gen/model/accounting/organisation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ export namespace Organisation {
392392
ULTIMATE100 = <any> 'ULTIMATE_100',
393393
IGNITE = <any> 'IGNITE',
394394
GROW = <any> 'GROW',
395-
COMPREHENSIVE = <any> 'COMPREHENSIVE'
395+
COMPREHENSIVE = <any> 'COMPREHENSIVE',
396+
SIMPLE = <any> 'SIMPLE'
396397
}
397398
export enum EditionEnum {
398399
BUSINESS = <any> 'BUSINESS',

0 commit comments

Comments
 (0)