Skip to content

Commit

Permalink
adds ultimate sub plans
Browse files Browse the repository at this point in the history
  • Loading branch information
manishT72x committed Jul 15, 2024
1 parent 1fb9de1 commit 9ecc8c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/accounting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4077,7 +4077,7 @@
"Class" : {
"type" : "string",
"description" : "Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)",
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "IGNITE", "GROW", "COMPREHENSIVE" ]
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "ULTIMATE_10", "ULTIMATE_20", "ULTIMATE_50", "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE" ]
},
"Edition" : {
"type" : "string",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/gen/model/accounting/organisation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ export namespace Organisation {
NONGSTCASHBOOK = <any> 'NON_GST_CASHBOOK',
ULTIMATE = <any> 'ULTIMATE',
LITE = <any> 'LITE',
ULTIMATE10 = <any> 'ULTIMATE_10',
ULTIMATE20 = <any> 'ULTIMATE_20',
ULTIMATE50 = <any> 'ULTIMATE_50',
ULTIMATE100 = <any> 'ULTIMATE_100',
IGNITE = <any> 'IGNITE',
GROW = <any> 'GROW',
COMPREHENSIVE = <any> 'COMPREHENSIVE'
Expand Down

0 comments on commit 9ecc8c5

Please sign in to comment.