@vm0/cli 9.202.0 → 9.202.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -80403,7 +80403,7 @@ if (DSN) {
|
|
|
80403
80403
|
init2({
|
|
80404
80404
|
dsn: DSN,
|
|
80405
80405
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
80406
|
-
release: "9.202.
|
|
80406
|
+
release: "9.202.1",
|
|
80407
80407
|
sendDefaultPii: false,
|
|
80408
80408
|
tracesSampleRate: 0,
|
|
80409
80409
|
shutdownTimeout: 500,
|
|
@@ -80422,7 +80422,7 @@ if (DSN) {
|
|
|
80422
80422
|
}
|
|
80423
80423
|
});
|
|
80424
80424
|
setContext("cli", {
|
|
80425
|
-
version: "9.202.
|
|
80425
|
+
version: "9.202.1",
|
|
80426
80426
|
command: process.argv.slice(2).join(" ")
|
|
80427
80427
|
});
|
|
80428
80428
|
setContext("runtime", {
|
|
@@ -159966,59 +159966,26 @@ var xeroFirewall = {
|
|
|
159966
159966
|
{
|
|
159967
159967
|
name: "accounting.attachments",
|
|
159968
159968
|
rules: [
|
|
159969
|
-
"GET /Accounts/{AccountID}/Attachments",
|
|
159970
|
-
"GET /Accounts/{AccountID}/Attachments/{AttachmentID}",
|
|
159971
|
-
"GET /Accounts/{AccountID}/Attachments/{FileName}",
|
|
159972
159969
|
"POST /Accounts/{AccountID}/Attachments/{FileName}",
|
|
159973
159970
|
"PUT /Accounts/{AccountID}/Attachments/{FileName}",
|
|
159974
|
-
"GET /BankTransactions/{BankTransactionID}/Attachments",
|
|
159975
|
-
"GET /BankTransactions/{BankTransactionID}/Attachments/{AttachmentID}",
|
|
159976
|
-
"GET /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
|
|
159977
159971
|
"POST /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
|
|
159978
159972
|
"PUT /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
|
|
159979
|
-
"GET /BankTransfers/{BankTransferID}/Attachments",
|
|
159980
|
-
"GET /BankTransfers/{BankTransferID}/Attachments/{AttachmentID}",
|
|
159981
|
-
"GET /BankTransfers/{BankTransferID}/Attachments/{FileName}",
|
|
159982
159973
|
"POST /BankTransfers/{BankTransferID}/Attachments/{FileName}",
|
|
159983
159974
|
"PUT /BankTransfers/{BankTransferID}/Attachments/{FileName}",
|
|
159984
|
-
"GET /Contacts/{ContactID}/Attachments",
|
|
159985
|
-
"GET /Contacts/{ContactID}/Attachments/{AttachmentID}",
|
|
159986
|
-
"GET /Contacts/{ContactID}/Attachments/{FileName}",
|
|
159987
159975
|
"POST /Contacts/{ContactID}/Attachments/{FileName}",
|
|
159988
159976
|
"PUT /Contacts/{ContactID}/Attachments/{FileName}",
|
|
159989
|
-
"GET /CreditNotes/{CreditNoteID}/Attachments",
|
|
159990
|
-
"GET /CreditNotes/{CreditNoteID}/Attachments/{AttachmentID}",
|
|
159991
|
-
"GET /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
|
|
159992
159977
|
"POST /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
|
|
159993
159978
|
"PUT /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
|
|
159994
|
-
"GET /Invoices/{InvoiceID}/Attachments",
|
|
159995
|
-
"GET /Invoices/{InvoiceID}/Attachments/{AttachmentID}",
|
|
159996
|
-
"GET /Invoices/{InvoiceID}/Attachments/{FileName}",
|
|
159997
159979
|
"POST /Invoices/{InvoiceID}/Attachments/{FileName}",
|
|
159998
159980
|
"PUT /Invoices/{InvoiceID}/Attachments/{FileName}",
|
|
159999
|
-
"GET /ManualJournals/{ManualJournalID}/Attachments",
|
|
160000
|
-
"GET /ManualJournals/{ManualJournalID}/Attachments/{AttachmentID}",
|
|
160001
|
-
"GET /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
|
|
160002
159981
|
"POST /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
|
|
160003
159982
|
"PUT /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
|
|
160004
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/Attachments",
|
|
160005
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/Attachments/{AttachmentID}",
|
|
160006
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
|
|
160007
159983
|
"POST /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
|
|
160008
159984
|
"PUT /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
|
|
160009
|
-
"GET /Quotes/{QuoteID}/Attachments",
|
|
160010
|
-
"GET /Quotes/{QuoteID}/Attachments/{AttachmentID}",
|
|
160011
|
-
"GET /Quotes/{QuoteID}/Attachments/{FileName}",
|
|
160012
159985
|
"POST /Quotes/{QuoteID}/Attachments/{FileName}",
|
|
160013
159986
|
"PUT /Quotes/{QuoteID}/Attachments/{FileName}",
|
|
160014
|
-
"GET /Receipts/{ReceiptID}/Attachments",
|
|
160015
|
-
"GET /Receipts/{ReceiptID}/Attachments/{AttachmentID}",
|
|
160016
|
-
"GET /Receipts/{ReceiptID}/Attachments/{FileName}",
|
|
160017
159987
|
"POST /Receipts/{ReceiptID}/Attachments/{FileName}",
|
|
160018
159988
|
"PUT /Receipts/{ReceiptID}/Attachments/{FileName}",
|
|
160019
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments",
|
|
160020
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{AttachmentID}",
|
|
160021
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}",
|
|
160022
159989
|
"POST /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}",
|
|
160023
159990
|
"PUT /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}"
|
|
160024
159991
|
]
|
|
@@ -160071,21 +160038,15 @@ var xeroFirewall = {
|
|
|
160071
160038
|
{
|
|
160072
160039
|
name: "accounting.contacts",
|
|
160073
160040
|
rules: [
|
|
160074
|
-
"GET /ContactGroups",
|
|
160075
160041
|
"PUT /ContactGroups",
|
|
160076
|
-
"GET /ContactGroups/{ContactGroupID}",
|
|
160077
160042
|
"POST /ContactGroups/{ContactGroupID}",
|
|
160078
160043
|
"PUT /ContactGroups/{ContactGroupID}/Contacts",
|
|
160079
160044
|
"DELETE /ContactGroups/{ContactGroupID}/Contacts",
|
|
160080
160045
|
"DELETE /ContactGroups/{ContactGroupID}/Contacts/{ContactID}",
|
|
160081
|
-
"GET /Contacts",
|
|
160082
160046
|
"POST /Contacts",
|
|
160083
160047
|
"PUT /Contacts",
|
|
160084
|
-
"GET /Contacts/{ContactID}",
|
|
160085
160048
|
"POST /Contacts/{ContactID}",
|
|
160086
|
-
"
|
|
160087
|
-
"PUT /Contacts/{ContactID}/History",
|
|
160088
|
-
"GET /Contacts/{ContactNumber}"
|
|
160049
|
+
"PUT /Contacts/{ContactID}/History"
|
|
160089
160050
|
]
|
|
160090
160051
|
},
|
|
160091
160052
|
{
|
|
@@ -160118,7 +160079,6 @@ var xeroFirewall = {
|
|
|
160118
160079
|
"GET /Reports/BudgetSummary",
|
|
160119
160080
|
"GET /Reports/ExecutiveSummary",
|
|
160120
160081
|
"GET /Reports/ProfitAndLoss",
|
|
160121
|
-
"GET /Reports/TenNinetyNine",
|
|
160122
160082
|
"GET /Reports/TrialBalance",
|
|
160123
160083
|
"GET /Reports/{ReportID}"
|
|
160124
160084
|
]
|
|
@@ -160132,47 +160092,26 @@ var xeroFirewall = {
|
|
|
160132
160092
|
{
|
|
160133
160093
|
name: "accounting.settings",
|
|
160134
160094
|
rules: [
|
|
160135
|
-
"GET /Accounts",
|
|
160136
160095
|
"PUT /Accounts",
|
|
160137
|
-
"GET /Accounts/{AccountID}",
|
|
160138
160096
|
"POST /Accounts/{AccountID}",
|
|
160139
160097
|
"DELETE /Accounts/{AccountID}",
|
|
160140
|
-
"GET /BrandingThemes",
|
|
160141
|
-
"GET /BrandingThemes/{BrandingThemeID}",
|
|
160142
|
-
"GET /Contacts/{ContactID}/CISSettings",
|
|
160143
|
-
"GET /Currencies",
|
|
160144
160098
|
"PUT /Currencies",
|
|
160145
|
-
"GET /Employees",
|
|
160146
160099
|
"POST /Employees",
|
|
160147
160100
|
"PUT /Employees",
|
|
160148
|
-
"GET /Employees/{EmployeeID}",
|
|
160149
|
-
"GET /InvoiceReminders/Settings",
|
|
160150
|
-
"GET /Items",
|
|
160151
160101
|
"POST /Items",
|
|
160152
160102
|
"PUT /Items",
|
|
160153
|
-
"GET /Items/{ItemID}",
|
|
160154
160103
|
"POST /Items/{ItemID}",
|
|
160155
160104
|
"DELETE /Items/{ItemID}",
|
|
160156
|
-
"GET /Items/{ItemID}/History",
|
|
160157
160105
|
"PUT /Items/{ItemID}/History",
|
|
160158
|
-
"GET /Organisation",
|
|
160159
|
-
"GET /Organisation/Actions",
|
|
160160
|
-
"GET /Organisation/{OrganisationID}/CISSettings",
|
|
160161
160106
|
"POST /Setup",
|
|
160162
|
-
"GET /TaxRates",
|
|
160163
160107
|
"POST /TaxRates",
|
|
160164
160108
|
"PUT /TaxRates",
|
|
160165
|
-
"GET /TaxRates/{TaxType}",
|
|
160166
|
-
"GET /TrackingCategories",
|
|
160167
160109
|
"PUT /TrackingCategories",
|
|
160168
|
-
"GET /TrackingCategories/{TrackingCategoryID}",
|
|
160169
160110
|
"POST /TrackingCategories/{TrackingCategoryID}",
|
|
160170
160111
|
"DELETE /TrackingCategories/{TrackingCategoryID}",
|
|
160171
160112
|
"PUT /TrackingCategories/{TrackingCategoryID}/Options",
|
|
160172
160113
|
"POST /TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}",
|
|
160173
|
-
"DELETE /TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}"
|
|
160174
|
-
"GET /Users",
|
|
160175
|
-
"GET /Users/{UserID}"
|
|
160114
|
+
"DELETE /TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}"
|
|
160176
160115
|
]
|
|
160177
160116
|
},
|
|
160178
160117
|
{
|
|
@@ -160204,111 +160143,61 @@ var xeroFirewall = {
|
|
|
160204
160143
|
{
|
|
160205
160144
|
name: "accounting.transactions",
|
|
160206
160145
|
rules: [
|
|
160207
|
-
"GET /BankTransactions",
|
|
160208
160146
|
"POST /BankTransactions",
|
|
160209
160147
|
"PUT /BankTransactions",
|
|
160210
|
-
"GET /BankTransactions/{BankTransactionID}",
|
|
160211
160148
|
"POST /BankTransactions/{BankTransactionID}",
|
|
160212
|
-
"GET /BankTransactions/{BankTransactionID}/History",
|
|
160213
160149
|
"PUT /BankTransactions/{BankTransactionID}/History",
|
|
160214
|
-
"GET /BankTransfers",
|
|
160215
160150
|
"PUT /BankTransfers",
|
|
160216
|
-
"GET /BankTransfers/{BankTransferID}",
|
|
160217
|
-
"GET /BankTransfers/{BankTransferID}/History",
|
|
160218
160151
|
"PUT /BankTransfers/{BankTransferID}/History",
|
|
160219
|
-
"GET /BatchPayments",
|
|
160220
160152
|
"POST /BatchPayments",
|
|
160221
160153
|
"PUT /BatchPayments",
|
|
160222
|
-
"GET /BatchPayments/{BatchPaymentID}",
|
|
160223
160154
|
"POST /BatchPayments/{BatchPaymentID}",
|
|
160224
|
-
"GET /BatchPayments/{BatchPaymentID}/History",
|
|
160225
160155
|
"PUT /BatchPayments/{BatchPaymentID}/History",
|
|
160226
|
-
"GET /CreditNotes",
|
|
160227
160156
|
"POST /CreditNotes",
|
|
160228
160157
|
"PUT /CreditNotes",
|
|
160229
|
-
"GET /CreditNotes/{CreditNoteID}",
|
|
160230
160158
|
"POST /CreditNotes/{CreditNoteID}",
|
|
160231
160159
|
"PUT /CreditNotes/{CreditNoteID}/Allocations",
|
|
160232
160160
|
"DELETE /CreditNotes/{CreditNoteID}/Allocations/{AllocationID}",
|
|
160233
|
-
"GET /CreditNotes/{CreditNoteID}/History",
|
|
160234
160161
|
"PUT /CreditNotes/{CreditNoteID}/History",
|
|
160235
|
-
"GET /CreditNotes/{CreditNoteID}/pdf",
|
|
160236
|
-
"GET /ExpenseClaims",
|
|
160237
160162
|
"PUT /ExpenseClaims",
|
|
160238
|
-
"GET /ExpenseClaims/{ExpenseClaimID}",
|
|
160239
160163
|
"POST /ExpenseClaims/{ExpenseClaimID}",
|
|
160240
|
-
"GET /ExpenseClaims/{ExpenseClaimID}/History",
|
|
160241
160164
|
"PUT /ExpenseClaims/{ExpenseClaimID}/History",
|
|
160242
|
-
"GET /Invoices",
|
|
160243
160165
|
"POST /Invoices",
|
|
160244
160166
|
"PUT /Invoices",
|
|
160245
|
-
"GET /Invoices/{InvoiceID}",
|
|
160246
160167
|
"POST /Invoices/{InvoiceID}",
|
|
160247
160168
|
"POST /Invoices/{InvoiceID}/Email",
|
|
160248
|
-
"GET /Invoices/{InvoiceID}/History",
|
|
160249
160169
|
"PUT /Invoices/{InvoiceID}/History",
|
|
160250
|
-
"GET /Invoices/{InvoiceID}/OnlineInvoice",
|
|
160251
|
-
"GET /Invoices/{InvoiceID}/pdf",
|
|
160252
|
-
"GET /LinkedTransactions",
|
|
160253
160170
|
"PUT /LinkedTransactions",
|
|
160254
|
-
"GET /LinkedTransactions/{LinkedTransactionID}",
|
|
160255
160171
|
"POST /LinkedTransactions/{LinkedTransactionID}",
|
|
160256
160172
|
"DELETE /LinkedTransactions/{LinkedTransactionID}",
|
|
160257
|
-
"GET /ManualJournals",
|
|
160258
160173
|
"POST /ManualJournals",
|
|
160259
160174
|
"PUT /ManualJournals",
|
|
160260
|
-
"GET /ManualJournals/{ManualJournalID}",
|
|
160261
160175
|
"POST /ManualJournals/{ManualJournalID}",
|
|
160262
|
-
"GET /ManualJournals/{ManualJournalID}/History",
|
|
160263
160176
|
"PUT /ManualJournals/{ManualJournalID}/History",
|
|
160264
|
-
"GET /Overpayments",
|
|
160265
|
-
"GET /Overpayments/{OverpaymentID}",
|
|
160266
160177
|
"PUT /Overpayments/{OverpaymentID}/Allocations",
|
|
160267
160178
|
"DELETE /Overpayments/{OverpaymentID}/Allocations/{AllocationID}",
|
|
160268
|
-
"GET /Overpayments/{OverpaymentID}/History",
|
|
160269
160179
|
"PUT /Overpayments/{OverpaymentID}/History",
|
|
160270
|
-
"GET /Payments",
|
|
160271
160180
|
"POST /Payments",
|
|
160272
160181
|
"PUT /Payments",
|
|
160273
|
-
"GET /Payments/{PaymentID}",
|
|
160274
160182
|
"POST /Payments/{PaymentID}",
|
|
160275
|
-
"GET /Payments/{PaymentID}/History",
|
|
160276
160183
|
"PUT /Payments/{PaymentID}/History",
|
|
160277
|
-
"GET /Prepayments",
|
|
160278
|
-
"GET /Prepayments/{PrepaymentID}",
|
|
160279
160184
|
"PUT /Prepayments/{PrepaymentID}/Allocations",
|
|
160280
160185
|
"DELETE /Prepayments/{PrepaymentID}/Allocations/{AllocationID}",
|
|
160281
|
-
"GET /Prepayments/{PrepaymentID}/History",
|
|
160282
160186
|
"PUT /Prepayments/{PrepaymentID}/History",
|
|
160283
|
-
"GET /PurchaseOrders",
|
|
160284
160187
|
"POST /PurchaseOrders",
|
|
160285
160188
|
"PUT /PurchaseOrders",
|
|
160286
|
-
"GET /PurchaseOrders/{PurchaseOrderID}",
|
|
160287
160189
|
"POST /PurchaseOrders/{PurchaseOrderID}",
|
|
160288
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/History",
|
|
160289
160190
|
"PUT /PurchaseOrders/{PurchaseOrderID}/History",
|
|
160290
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/pdf",
|
|
160291
|
-
"GET /PurchaseOrders/{PurchaseOrderNumber}",
|
|
160292
|
-
"GET /Quotes",
|
|
160293
160191
|
"POST /Quotes",
|
|
160294
160192
|
"PUT /Quotes",
|
|
160295
|
-
"GET /Quotes/{QuoteID}",
|
|
160296
160193
|
"POST /Quotes/{QuoteID}",
|
|
160297
|
-
"GET /Quotes/{QuoteID}/History",
|
|
160298
160194
|
"PUT /Quotes/{QuoteID}/History",
|
|
160299
|
-
"GET /Quotes/{QuoteID}/pdf",
|
|
160300
|
-
"GET /Receipts",
|
|
160301
160195
|
"PUT /Receipts",
|
|
160302
|
-
"GET /Receipts/{ReceiptID}",
|
|
160303
160196
|
"POST /Receipts/{ReceiptID}",
|
|
160304
|
-
"GET /Receipts/{ReceiptID}/History",
|
|
160305
160197
|
"PUT /Receipts/{ReceiptID}/History",
|
|
160306
|
-
"GET /RepeatingInvoices",
|
|
160307
160198
|
"POST /RepeatingInvoices",
|
|
160308
160199
|
"PUT /RepeatingInvoices",
|
|
160309
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}",
|
|
160310
160200
|
"POST /RepeatingInvoices/{RepeatingInvoiceID}",
|
|
160311
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}/History",
|
|
160312
160201
|
"PUT /RepeatingInvoices/{RepeatingInvoiceID}/History"
|
|
160313
160202
|
]
|
|
160314
160203
|
},
|
|
@@ -160408,12 +160297,8 @@ var xeroFirewall = {
|
|
|
160408
160297
|
{
|
|
160409
160298
|
name: "assets",
|
|
160410
160299
|
rules: [
|
|
160411
|
-
"GET /AssetTypes",
|
|
160412
160300
|
"POST /AssetTypes",
|
|
160413
|
-
"
|
|
160414
|
-
"POST /Assets",
|
|
160415
|
-
"GET /Assets/{id}",
|
|
160416
|
-
"GET /Settings"
|
|
160301
|
+
"POST /Assets"
|
|
160417
160302
|
]
|
|
160418
160303
|
},
|
|
160419
160304
|
{
|
|
@@ -160460,24 +160345,15 @@ var xeroFirewall = {
|
|
|
160460
160345
|
{
|
|
160461
160346
|
name: "files",
|
|
160462
160347
|
rules: [
|
|
160463
|
-
"GET /Associations/Count",
|
|
160464
|
-
"GET /Associations/{ObjectId}",
|
|
160465
|
-
"GET /Files",
|
|
160466
160348
|
"POST /Files",
|
|
160467
|
-
"GET /Files/{FileId}",
|
|
160468
160349
|
"PUT /Files/{FileId}",
|
|
160469
160350
|
"DELETE /Files/{FileId}",
|
|
160470
|
-
"GET /Files/{FileId}/Associations",
|
|
160471
160351
|
"POST /Files/{FileId}/Associations",
|
|
160472
160352
|
"DELETE /Files/{FileId}/Associations/{ObjectId}",
|
|
160473
|
-
"GET /Files/{FileId}/Content",
|
|
160474
160353
|
"POST /Files/{FolderId}",
|
|
160475
|
-
"GET /Folders",
|
|
160476
160354
|
"POST /Folders",
|
|
160477
|
-
"GET /Folders/{FolderId}",
|
|
160478
160355
|
"PUT /Folders/{FolderId}",
|
|
160479
|
-
"DELETE /Folders/{FolderId}"
|
|
160480
|
-
"GET /Inbox"
|
|
160356
|
+
"DELETE /Folders/{FolderId}"
|
|
160481
160357
|
]
|
|
160482
160358
|
},
|
|
160483
160359
|
{
|
|
@@ -160540,14 +160416,9 @@ var xeroFirewall = {
|
|
|
160540
160416
|
{
|
|
160541
160417
|
name: "payroll.employees",
|
|
160542
160418
|
rules: [
|
|
160543
|
-
"GET /Employees",
|
|
160544
160419
|
"POST /Employees",
|
|
160545
|
-
"GET /Employees/{EmployeeID}",
|
|
160546
160420
|
"POST /Employees/{EmployeeID}",
|
|
160547
|
-
"GET /LeaveApplications",
|
|
160548
160421
|
"POST /LeaveApplications",
|
|
160549
|
-
"GET /LeaveApplications/v2",
|
|
160550
|
-
"GET /LeaveApplications/{LeaveApplicationID}",
|
|
160551
160422
|
"POST /LeaveApplications/{LeaveApplicationID}",
|
|
160552
160423
|
"POST /LeaveApplications/{LeaveApplicationID}/approve",
|
|
160553
160424
|
"POST /LeaveApplications/{LeaveApplicationID}/reject"
|
|
@@ -160566,9 +160437,7 @@ var xeroFirewall = {
|
|
|
160566
160437
|
{
|
|
160567
160438
|
name: "payroll.payruns",
|
|
160568
160439
|
rules: [
|
|
160569
|
-
"GET /PayRuns",
|
|
160570
160440
|
"POST /PayRuns",
|
|
160571
|
-
"GET /PayRuns/{PayRunID}",
|
|
160572
160441
|
"POST /PayRuns/{PayRunID}"
|
|
160573
160442
|
]
|
|
160574
160443
|
},
|
|
@@ -160582,7 +160451,6 @@ var xeroFirewall = {
|
|
|
160582
160451
|
{
|
|
160583
160452
|
name: "payroll.payslip",
|
|
160584
160453
|
rules: [
|
|
160585
|
-
"GET /Payslip/{PayslipID}",
|
|
160586
160454
|
"POST /Payslip/{PayslipID}"
|
|
160587
160455
|
]
|
|
160588
160456
|
},
|
|
@@ -160595,16 +160463,9 @@ var xeroFirewall = {
|
|
|
160595
160463
|
{
|
|
160596
160464
|
name: "payroll.settings",
|
|
160597
160465
|
rules: [
|
|
160598
|
-
"GET /PayItems",
|
|
160599
160466
|
"POST /PayItems",
|
|
160600
|
-
"GET /PayrollCalendars",
|
|
160601
160467
|
"POST /PayrollCalendars",
|
|
160602
|
-
"GET /PayrollCalendars/{PayrollCalendarID}",
|
|
160603
|
-
"GET /Settings",
|
|
160604
|
-
"GET /SuperfundProducts",
|
|
160605
|
-
"GET /Superfunds",
|
|
160606
160468
|
"POST /Superfunds",
|
|
160607
|
-
"GET /Superfunds/{SuperFundID}",
|
|
160608
160469
|
"POST /Superfunds/{SuperFundID}"
|
|
160609
160470
|
]
|
|
160610
160471
|
},
|
|
@@ -160623,9 +160484,7 @@ var xeroFirewall = {
|
|
|
160623
160484
|
{
|
|
160624
160485
|
name: "payroll.timesheets",
|
|
160625
160486
|
rules: [
|
|
160626
|
-
"GET /Timesheets",
|
|
160627
160487
|
"POST /Timesheets",
|
|
160628
|
-
"GET /Timesheets/{TimesheetID}",
|
|
160629
160488
|
"POST /Timesheets/{TimesheetID}"
|
|
160630
160489
|
]
|
|
160631
160490
|
},
|
|
@@ -160649,47 +160508,30 @@ var xeroFirewall = {
|
|
|
160649
160508
|
{
|
|
160650
160509
|
name: "payroll.employees",
|
|
160651
160510
|
rules: [
|
|
160652
|
-
"GET /Employees",
|
|
160653
160511
|
"POST /Employees",
|
|
160654
|
-
"GET /Employees/{EmployeeID}",
|
|
160655
160512
|
"PUT /Employees/{EmployeeID}",
|
|
160656
160513
|
"POST /Employees/{EmployeeID}/Employment",
|
|
160657
|
-
"GET /Employees/{EmployeeID}/Leave",
|
|
160658
160514
|
"POST /Employees/{EmployeeID}/Leave",
|
|
160659
|
-
"GET /Employees/{EmployeeID}/Leave/{LeaveID}",
|
|
160660
160515
|
"PUT /Employees/{EmployeeID}/Leave/{LeaveID}",
|
|
160661
160516
|
"DELETE /Employees/{EmployeeID}/Leave/{LeaveID}",
|
|
160662
|
-
"GET /Employees/{EmployeeID}/LeaveBalances",
|
|
160663
|
-
"GET /Employees/{EmployeeID}/LeavePeriods",
|
|
160664
160517
|
"POST /Employees/{EmployeeID}/LeaveSetup",
|
|
160665
|
-
"GET /Employees/{EmployeeID}/LeaveTypes",
|
|
160666
160518
|
"POST /Employees/{EmployeeID}/LeaveTypes",
|
|
160667
|
-
"GET /Employees/{EmployeeID}/OpeningBalances",
|
|
160668
160519
|
"POST /Employees/{EmployeeID}/OpeningBalances",
|
|
160669
160520
|
"POST /Employees/{EmployeeID}/PayTemplateEarnings",
|
|
160670
|
-
"GET /Employees/{EmployeeID}/PayTemplates",
|
|
160671
160521
|
"POST /Employees/{EmployeeID}/PayTemplates/Earnings",
|
|
160672
160522
|
"PUT /Employees/{EmployeeID}/PayTemplates/Earnings/{PayTemplateEarningID}",
|
|
160673
160523
|
"DELETE /Employees/{EmployeeID}/PayTemplates/Earnings/{PayTemplateEarningID}",
|
|
160674
160524
|
"POST /Employees/{EmployeeID}/PayTemplates/earnings",
|
|
160675
160525
|
"PUT /Employees/{EmployeeID}/PayTemplates/earnings/{PayTemplateEarningID}",
|
|
160676
160526
|
"DELETE /Employees/{EmployeeID}/PayTemplates/earnings/{PayTemplateEarningID}",
|
|
160677
|
-
"GET /Employees/{EmployeeID}/PaymentMethods",
|
|
160678
160527
|
"POST /Employees/{EmployeeID}/PaymentMethods",
|
|
160679
|
-
"GET /Employees/{EmployeeID}/SalaryAndWages",
|
|
160680
160528
|
"POST /Employees/{EmployeeID}/SalaryAndWages",
|
|
160681
|
-
"GET /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
|
|
160682
160529
|
"PUT /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
|
|
160683
160530
|
"DELETE /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
|
|
160684
|
-
"GET /Employees/{EmployeeID}/StatutoryLeaveBalance",
|
|
160685
|
-
"GET /Employees/{EmployeeID}/Tax",
|
|
160686
160531
|
"POST /Employees/{EmployeeID}/Tax",
|
|
160687
|
-
"GET /Employees/{EmployeeID}/Working-Patterns",
|
|
160688
160532
|
"POST /Employees/{EmployeeID}/Working-Patterns",
|
|
160689
|
-
"GET /Employees/{EmployeeID}/Working-Patterns/{EmployeeWorkingPatternID}",
|
|
160690
160533
|
"DELETE /Employees/{EmployeeID}/Working-Patterns/{EmployeeWorkingPatternID}",
|
|
160691
160534
|
"POST /Employees/{EmployeeID}/paytemplateearnings",
|
|
160692
|
-
"GET /Employees/{EmployeeID}/ukopeningbalances",
|
|
160693
160535
|
"POST /Employees/{EmployeeID}/ukopeningbalances",
|
|
160694
160536
|
"PUT /Employees/{EmployeeID}/ukopeningbalances"
|
|
160695
160537
|
]
|
|
@@ -160719,9 +160561,7 @@ var xeroFirewall = {
|
|
|
160719
160561
|
{
|
|
160720
160562
|
name: "payroll.payruns",
|
|
160721
160563
|
rules: [
|
|
160722
|
-
"
|
|
160723
|
-
"POST /PayRuns",
|
|
160724
|
-
"GET /PayRuns/{PayRunID}"
|
|
160564
|
+
"POST /PayRuns"
|
|
160725
160565
|
]
|
|
160726
160566
|
},
|
|
160727
160567
|
{
|
|
@@ -160734,11 +160574,7 @@ var xeroFirewall = {
|
|
|
160734
160574
|
{
|
|
160735
160575
|
name: "payroll.payslip",
|
|
160736
160576
|
rules: [
|
|
160737
|
-
"
|
|
160738
|
-
"GET /PaySlips/{PaySlipID}",
|
|
160739
|
-
"PUT /PaySlips/{PaySlipID}",
|
|
160740
|
-
"GET /Payslips",
|
|
160741
|
-
"GET /Payslips/{PayslipID}"
|
|
160577
|
+
"PUT /PaySlips/{PaySlipID}"
|
|
160742
160578
|
]
|
|
160743
160579
|
},
|
|
160744
160580
|
{
|
|
@@ -160753,38 +160589,14 @@ var xeroFirewall = {
|
|
|
160753
160589
|
{
|
|
160754
160590
|
name: "payroll.settings",
|
|
160755
160591
|
rules: [
|
|
160756
|
-
"GET /Benefits",
|
|
160757
160592
|
"POST /Benefits",
|
|
160758
|
-
"GET /Benefits/{id}",
|
|
160759
|
-
"GET /Deductions",
|
|
160760
160593
|
"POST /Deductions",
|
|
160761
|
-
"GET /Deductions/{deductionId}",
|
|
160762
|
-
"GET /EarningsOrders",
|
|
160763
|
-
"GET /EarningsOrders/{id}",
|
|
160764
|
-
"GET /EarningsRates",
|
|
160765
160594
|
"POST /EarningsRates",
|
|
160766
|
-
"GET /EarningsRates/{EarningsRateID}",
|
|
160767
|
-
"GET /LeaveTypes",
|
|
160768
160595
|
"POST /LeaveTypes",
|
|
160769
|
-
"GET /LeaveTypes/{LeaveTypeID}",
|
|
160770
|
-
"GET /PayRunCalendars",
|
|
160771
160596
|
"POST /PayRunCalendars",
|
|
160772
|
-
"GET /PayRunCalendars/{PayRunCalendarID}",
|
|
160773
|
-
"GET /PayRunCalendars/{PayrollCalendarID}",
|
|
160774
|
-
"GET /Reimbursements",
|
|
160775
160597
|
"POST /Reimbursements",
|
|
160776
|
-
"GET /Reimbursements/{ReimbursementID}",
|
|
160777
|
-
"GET /Settings",
|
|
160778
|
-
"GET /Settings/TrackingCategories",
|
|
160779
|
-
"GET /Settings/trackingCategories",
|
|
160780
|
-
"GET /StatutoryDeductions",
|
|
160781
|
-
"GET /StatutoryDeductions/{id}",
|
|
160782
160598
|
"POST /StatutoryLeaves/Sick",
|
|
160783
|
-
"
|
|
160784
|
-
"GET /StatutoryLeaves/Summary/{EmployeeID}",
|
|
160785
|
-
"GET /Superannuations",
|
|
160786
|
-
"POST /Superannuations",
|
|
160787
|
-
"GET /Superannuations/{SuperannuationID}"
|
|
160599
|
+
"POST /Superannuations"
|
|
160788
160600
|
]
|
|
160789
160601
|
},
|
|
160790
160602
|
{
|
|
@@ -160819,9 +160631,7 @@ var xeroFirewall = {
|
|
|
160819
160631
|
{
|
|
160820
160632
|
name: "payroll.timesheets",
|
|
160821
160633
|
rules: [
|
|
160822
|
-
"GET /Timesheets",
|
|
160823
160634
|
"POST /Timesheets",
|
|
160824
|
-
"GET /Timesheets/{TimesheetID}",
|
|
160825
160635
|
"DELETE /Timesheets/{TimesheetID}",
|
|
160826
160636
|
"POST /Timesheets/{TimesheetID}/Approve",
|
|
160827
160637
|
"POST /Timesheets/{TimesheetID}/Lines",
|
|
@@ -160850,22 +160660,15 @@ var xeroFirewall = {
|
|
|
160850
160660
|
{
|
|
160851
160661
|
name: "projects",
|
|
160852
160662
|
rules: [
|
|
160853
|
-
"GET /Projects",
|
|
160854
160663
|
"POST /Projects",
|
|
160855
|
-
"GET /Projects/{projectId}",
|
|
160856
160664
|
"PUT /Projects/{projectId}",
|
|
160857
160665
|
"PATCH /Projects/{projectId}",
|
|
160858
|
-
"GET /Projects/{projectId}/Tasks",
|
|
160859
160666
|
"POST /Projects/{projectId}/Tasks",
|
|
160860
|
-
"GET /Projects/{projectId}/Tasks/{taskId}",
|
|
160861
160667
|
"PUT /Projects/{projectId}/Tasks/{taskId}",
|
|
160862
160668
|
"DELETE /Projects/{projectId}/Tasks/{taskId}",
|
|
160863
|
-
"GET /Projects/{projectId}/Time",
|
|
160864
160669
|
"POST /Projects/{projectId}/Time",
|
|
160865
|
-
"GET /Projects/{projectId}/Time/{timeEntryId}",
|
|
160866
160670
|
"PUT /Projects/{projectId}/Time/{timeEntryId}",
|
|
160867
|
-
"DELETE /Projects/{projectId}/Time/{timeEntryId}"
|
|
160868
|
-
"GET /ProjectsUsers"
|
|
160671
|
+
"DELETE /Projects/{projectId}/Time/{timeEntryId}"
|
|
160869
160672
|
]
|
|
160870
160673
|
},
|
|
160871
160674
|
{
|
|
@@ -170427,4 +170230,4 @@ undici/lib/web/fetch/body.js:
|
|
|
170427
170230
|
undici/lib/web/websocket/frame.js:
|
|
170428
170231
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
170429
170232
|
*/
|
|
170430
|
-
//# sourceMappingURL=chunk-
|
|
170233
|
+
//# sourceMappingURL=chunk-ZIO54LY7.js.map
|