Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
44b1953
adds publish to npm step
Sep 27, 2024
a2fa708
adds working directory to publish step
Sep 27, 2024
02c4fa3
corrected publish step
Sep 27, 2024
48bc9cc
corrected environment variable
Sep 27, 2024
0fb3736
adds access
Sep 27, 2024
d7d9d11
removes registry
Sep 27, 2024
c4ccc6e
removed public access
Sep 27, 2024
93185b3
corrected auth token
Sep 27, 2024
b73ac9b
adds debug step
Sep 27, 2024
26348b4
remove debug step
Sep 27, 2024
2834ee9
removed public access
Sep 27, 2024
83a29e5
corrected auth token
Sep 27, 2024
98520af
corrected env variable
Sep 27, 2024
53810ed
adds permissions
Sep 27, 2024
f79b605
removed provenence
Sep 27, 2024
70bfdc8
add a login step
Sep 27, 2024
b944c2f
removed public access
Sep 27, 2024
5e63c61
adds public access step
Sep 30, 2024
0ad6e4f
try removing registry
Sep 30, 2024
8df08b0
use NPM token instead
Sep 30, 2024
fc9d752
use node-auth-token
Sep 30, 2024
516f855
remove public access
Sep 30, 2024
1428845
remove build step
Sep 30, 2024
7ba95de
final commit
Sep 30, 2024
00d7fa4
try removing permissions
Sep 30, 2024
e7a0999
adds registry url
Sep 30, 2024
624e63c
runs build before publishing
Sep 30, 2024
00fd217
increase version
Sep 30, 2024
947cbaa
increase version
Sep 30, 2024
fa23e28
Final Commit
Sep 30, 2024
828f99f
adds a step to check for vulnerabilities
Sep 30, 2024
ef1f366
fixed vulnerablities
Sep 30, 2024
e01d970
adds working directory
Sep 30, 2024
76b3b94
Revert "fixed vulnerablities"
Sep 30, 2024
9439545
fixed vulnerablities
Sep 30, 2024
17f94f0
updated package version
Sep 30, 2024
399c7a0
updated outdated packages
Oct 1, 2024
0833e9a
corrected audit command
Oct 1, 2024
60c2c8a
ci: Added the slack alert pipeline code
sangeet-joy-tw Oct 21, 2024
f83df63
feat: Added the code for binary data type
Oct 28, 2024
87e135e
new model changes
Nov 5, 2024
7879612
Create Cortex ID
vigneshk-tw Nov 28, 2024
ebc9e1e
Revert "Create Cortex ID"
vigneshk-tw Nov 28, 2024
0c8a398
Merge branch 'master' of https://github.com/XeroAPI/xero-node into fe…
Mar 10, 2025
00ec1b8
resolved conflicts
Apr 29, 2025
b3a2f82
updated package lock
Apr 29, 2025
1c8bad0
removed publish pipeline
Apr 29, 2025
f85819e
generated from codegen
Apr 29, 2025
e3948f2
removed the vulnerable package check
May 5, 2025
a10a11e
indentation fix
May 5, 2025
d5ad7dc
testing only node merge workflow
actions-user May 6, 2025
bf2871b
unnecessary export type removed
May 6, 2025
74d63a3
Reverted back the removal of RequestFile type
May 6, 2025
e70fcfa
codegen updates
Jun 25, 2025
e0aa4eb
updated package lock
Jun 25, 2025
613ada1
latest from codegen
Jun 26, 2025
f293fdf
Merge branch 'master' into feature/prism-changes-node
sangeet-joy-tw Jun 27, 2025
a2f86aa
pulled latest changes from codegen
Jun 28, 2025
228246e
request file type removed
Jun 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,046 changes: 969 additions & 77 deletions docs/accounting/index.html

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions docs/appstore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,10 @@ <h2>Parameters</h2>
"schema" : {
"$ref" : "#/components/schemas/CreateUsageRecord"
},
"example" : "{ \"timestamp\": \"2022-01-21T13:01:00\", \"quantity\": 10 }"
"example" : {
"timestamp" : "2022-01-21T13:01:00",
"quantity" : 10
}
}
},
"required" : true
Expand Down Expand Up @@ -1803,7 +1806,9 @@ <h2>Parameters</h2>
"schema" : {
"$ref" : "#/components/schemas/UpdateUsageRecord"
},
"example" : "{ \"quantity\": 10 }"
"example" : {
"quantity" : 10
}
}
},
"required" : true
Expand Down
38 changes: 34 additions & 4 deletions docs/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,6 @@
};
defs["BookDepreciationDetail"] = {
"title" : "",
"required" : [ "name" ],
"properties" : {
"currentCapitalGain" : {
"type" : "number",
Expand Down Expand Up @@ -1084,7 +1083,6 @@
};
defs["BookDepreciationSetting"] = {
"title" : "",
"required" : [ "name" ],
"properties" : {
"depreciationMethod" : {
"type" : "string",
Expand Down Expand Up @@ -1564,7 +1562,28 @@ <h2>Parameters</h2>
"schema" : {
"$ref" : "#/components/schemas/Asset"
},
"example" : "{ \"assetName\":\"Computer74863\", \"assetNumber\":\"123477544\", \"purchaseDate\":\"2020-01-01\", \"purchasePrice\":100.0, \"disposalPrice\":23.23, \"assetStatus\":\"Draft\", \"bookDepreciationSetting\":{ \"depreciationMethod\":\"StraightLine\", \"averagingMethod\":\"ActualDays\", \"depreciationRate\":0.5, \"depreciationCalculationMethod\":\"None\" }, \"bookDepreciationDetail\":{ \"currentCapitalGain\":5.32, \"currentGainLoss\":3.88, \"depreciationStartDate\":\"2020-01-02\", \"costLimit\":100.0, \"currentAccumDepreciationAmount\":2.25 }, \"AccountingBookValue\":99.5 }"
"example" : {
"assetName" : "Computer74863",
"assetNumber" : "123477544",
"purchaseDate" : "2020-01-01",
"purchasePrice" : 100.0,
"disposalPrice" : 23.23,
"assetStatus" : "Draft",
"bookDepreciationSetting" : {
"depreciationMethod" : "StraightLine",
"averagingMethod" : "ActualDays",
"depreciationRate" : 0.5,
"depreciationCalculationMethod" : "None"
},
"bookDepreciationDetail" : {
"currentCapitalGain" : 5.32,
"currentGainLoss" : 3.88,
"depreciationStartDate" : "2020-01-02",
"costLimit" : 100.0,
"currentAccumDepreciationAmount" : 2.25
},
"AccountingBookValue" : 99.5
}
}
},
"required" : true
Expand Down Expand Up @@ -1716,7 +1735,18 @@ <h2>Parameters</h2>
"schema" : {
"$ref" : "#/components/schemas/AssetType"
},
"example" : "{ \"assetTypeName\":\"Machinery11004\", \"fixedAssetAccountId\":\"3d8d063a-c148-4bb8-8b3c-a5e2ad3b1e82\", \"depreciationExpenseAccountId\":\"d1602f69-f900-4616-8d34-90af393fa368\", \"accumulatedDepreciationAccountId\":\"9195cadd-8645-41e6-9f67-7bcd421defe8\", \"bookDepreciationSetting\":{ \"depreciationMethod\":\"DiminishingValue100\", \"averagingMethod\":\"ActualDays\", \"depreciationRate\":0.05, \"depreciationCalculationMethod\":\"None\" } }"
"example" : {
"assetTypeName" : "Machinery11004",
"fixedAssetAccountId" : "3d8d063a-c148-4bb8-8b3c-a5e2ad3b1e82",
"depreciationExpenseAccountId" : "d1602f69-f900-4616-8d34-90af393fa368",
"accumulatedDepreciationAccountId" : "9195cadd-8645-41e6-9f67-7bcd421defe8",
"bookDepreciationSetting" : {
"depreciationMethod" : "DiminishingValue100",
"averagingMethod" : "ActualDays",
"depreciationRate" : 0.05,
"depreciationCalculationMethod" : "None"
}
}
}
},
"required" : true
Expand Down
31 changes: 29 additions & 2 deletions docs/payroll-au/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4134,7 +4134,25 @@ <h2>Parameters</h2>
"schema" : {
"$ref" : "#/components/schemas/PayItem"
},
"example" : "{ \"EarningsRates\": [ { \"Name\": \"MyRate\", \"AccountCode\": \"400\", \"TypeOfUnits\": \"4.00\", \"IsExemptFromTax\": true, \"IsExemptFromSuper\": true, \"IsReportableAsW1\": false, \"AllowanceContributesToAnnualLeaveRate\": false, \"AllowanceContributesToOvertimeRate\": false, \"EarningsType\": \"ORDINARYTIMEEARNINGS\", \"EarningsRateID\": \"1fa4e226-b711-46ba-a8a7-4344c9c5fb87\", \"RateType\": \"MULTIPLE\", \"RatePerUnit\": \"10.0\", \"Multiplier\": 1.5, \"Amount\": 5, \"EmploymentTerminationPaymentType\": \"O\" } ] }"
"example" : {
"EarningsRates" : [ {
"Name" : "MyRate",
"AccountCode" : "400",
"TypeOfUnits" : "4.00",
"IsExemptFromTax" : true,
"IsExemptFromSuper" : true,
"IsReportableAsW1" : false,
"AllowanceContributesToAnnualLeaveRate" : false,
"AllowanceContributesToOvertimeRate" : false,
"EarningsType" : "ORDINARYTIMEEARNINGS",
"EarningsRateID" : "1fa4e226-b711-46ba-a8a7-4344c9c5fb87",
"RateType" : "MULTIPLE",
"RatePerUnit" : "10.0",
"Multiplier" : 1.5,
"Amount" : 5,
"EmploymentTerminationPaymentType" : "O"
} ]
}
}
},
"required" : true
Expand Down Expand Up @@ -8055,7 +8073,16 @@ <h2>Parameters</h2>
"$ref" : "#/components/schemas/PayslipLines"
}
},
"example" : "{ \"Payslip\": { \"EmployeeID\": \"cdfb8371-0b21-4b8a-8903-1024df6c391e\", \"DeductionLines\": [ { \"DeductionTypeID\": \"727af5e8-b347-4ae7-85fc-9b82266d0aec\", \"CalculationType\": \"FIXEDAMOUNT\", \"NumberOfUnits\": 10 } ] } }"
"example" : {
"Payslip" : {
"EmployeeID" : "cdfb8371-0b21-4b8a-8903-1024df6c391e",
"DeductionLines" : [ {
"DeductionTypeID" : "727af5e8-b347-4ae7-85fc-9b82266d0aec",
"CalculationType" : "FIXEDAMOUNT",
"NumberOfUnits" : 10
} ]
}
}
}
},
"required" : true
Expand Down
Loading