@vm0/cli 9.94.2 → 9.94.3

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.
@@ -49,7 +49,7 @@ if (DSN) {
49
49
  Sentry.init({
50
50
  dsn: DSN,
51
51
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
52
- release: "9.94.2",
52
+ release: "9.94.3",
53
53
  sendDefaultPii: false,
54
54
  tracesSampleRate: 0,
55
55
  shutdownTimeout: 500,
@@ -68,7 +68,7 @@ if (DSN) {
68
68
  }
69
69
  });
70
70
  Sentry.setContext("cli", {
71
- version: "9.94.2",
71
+ version: "9.94.3",
72
72
  command: process.argv.slice(2).join(" ")
73
73
  });
74
74
  Sentry.setContext("runtime", {
@@ -658,7 +658,7 @@ var composeListItemSchema = z3.object({
658
658
  });
659
659
  var composesListContract = c.router({
660
660
  /**
661
- * GET /api/agent/composes/list?org={org}
661
+ * GET /api/agent/composes/list
662
662
  * List all agent composes for an org
663
663
  * Uses the authenticated user's active org.
664
664
  */
@@ -25337,13 +25337,901 @@ var xeroFirewall = {
25337
25337
  },
25338
25338
  apis: [
25339
25339
  {
25340
- base: "https://api.xero.com",
25340
+ base: "https://api.xero.com/api.xro/2.0",
25341
25341
  auth: {
25342
25342
  headers: {
25343
25343
  Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
25344
25344
  }
25345
25345
  },
25346
- permissions: []
25346
+ permissions: [
25347
+ {
25348
+ name: "accounting.attachments",
25349
+ rules: [
25350
+ "GET /Accounts/{AccountID}/Attachments",
25351
+ "GET /Accounts/{AccountID}/Attachments/{AttachmentID}",
25352
+ "GET /Accounts/{AccountID}/Attachments/{FileName}",
25353
+ "POST /Accounts/{AccountID}/Attachments/{FileName}",
25354
+ "PUT /Accounts/{AccountID}/Attachments/{FileName}",
25355
+ "GET /BankTransactions/{BankTransactionID}/Attachments",
25356
+ "GET /BankTransactions/{BankTransactionID}/Attachments/{AttachmentID}",
25357
+ "GET /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
25358
+ "POST /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
25359
+ "PUT /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
25360
+ "GET /BankTransfers/{BankTransferID}/Attachments",
25361
+ "GET /BankTransfers/{BankTransferID}/Attachments/{AttachmentID}",
25362
+ "GET /BankTransfers/{BankTransferID}/Attachments/{FileName}",
25363
+ "POST /BankTransfers/{BankTransferID}/Attachments/{FileName}",
25364
+ "PUT /BankTransfers/{BankTransferID}/Attachments/{FileName}",
25365
+ "GET /Contacts/{ContactID}/Attachments",
25366
+ "GET /Contacts/{ContactID}/Attachments/{AttachmentID}",
25367
+ "GET /Contacts/{ContactID}/Attachments/{FileName}",
25368
+ "POST /Contacts/{ContactID}/Attachments/{FileName}",
25369
+ "PUT /Contacts/{ContactID}/Attachments/{FileName}",
25370
+ "GET /CreditNotes/{CreditNoteID}/Attachments",
25371
+ "GET /CreditNotes/{CreditNoteID}/Attachments/{AttachmentID}",
25372
+ "GET /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
25373
+ "POST /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
25374
+ "PUT /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
25375
+ "GET /Invoices/{InvoiceID}/Attachments",
25376
+ "GET /Invoices/{InvoiceID}/Attachments/{AttachmentID}",
25377
+ "GET /Invoices/{InvoiceID}/Attachments/{FileName}",
25378
+ "POST /Invoices/{InvoiceID}/Attachments/{FileName}",
25379
+ "PUT /Invoices/{InvoiceID}/Attachments/{FileName}",
25380
+ "GET /ManualJournals/{ManualJournalID}/Attachments",
25381
+ "GET /ManualJournals/{ManualJournalID}/Attachments/{AttachmentID}",
25382
+ "GET /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
25383
+ "POST /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
25384
+ "PUT /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
25385
+ "GET /PurchaseOrders/{PurchaseOrderID}/Attachments",
25386
+ "GET /PurchaseOrders/{PurchaseOrderID}/Attachments/{AttachmentID}",
25387
+ "GET /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
25388
+ "POST /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
25389
+ "PUT /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
25390
+ "GET /Quotes/{QuoteID}/Attachments",
25391
+ "GET /Quotes/{QuoteID}/Attachments/{AttachmentID}",
25392
+ "GET /Quotes/{QuoteID}/Attachments/{FileName}",
25393
+ "POST /Quotes/{QuoteID}/Attachments/{FileName}",
25394
+ "PUT /Quotes/{QuoteID}/Attachments/{FileName}",
25395
+ "GET /Receipts/{ReceiptID}/Attachments",
25396
+ "GET /Receipts/{ReceiptID}/Attachments/{AttachmentID}",
25397
+ "GET /Receipts/{ReceiptID}/Attachments/{FileName}",
25398
+ "POST /Receipts/{ReceiptID}/Attachments/{FileName}",
25399
+ "PUT /Receipts/{ReceiptID}/Attachments/{FileName}",
25400
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments",
25401
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{AttachmentID}",
25402
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}",
25403
+ "POST /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}",
25404
+ "PUT /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}"
25405
+ ]
25406
+ },
25407
+ {
25408
+ name: "accounting.attachments.read",
25409
+ rules: [
25410
+ "GET /Accounts/{AccountID}/Attachments",
25411
+ "GET /Accounts/{AccountID}/Attachments/{AttachmentID}",
25412
+ "GET /Accounts/{AccountID}/Attachments/{FileName}",
25413
+ "GET /BankTransactions/{BankTransactionID}/Attachments",
25414
+ "GET /BankTransactions/{BankTransactionID}/Attachments/{AttachmentID}",
25415
+ "GET /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
25416
+ "GET /BankTransfers/{BankTransferID}/Attachments",
25417
+ "GET /BankTransfers/{BankTransferID}/Attachments/{AttachmentID}",
25418
+ "GET /BankTransfers/{BankTransferID}/Attachments/{FileName}",
25419
+ "GET /Contacts/{ContactID}/Attachments",
25420
+ "GET /Contacts/{ContactID}/Attachments/{AttachmentID}",
25421
+ "GET /Contacts/{ContactID}/Attachments/{FileName}",
25422
+ "GET /CreditNotes/{CreditNoteID}/Attachments",
25423
+ "GET /CreditNotes/{CreditNoteID}/Attachments/{AttachmentID}",
25424
+ "GET /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
25425
+ "GET /Invoices/{InvoiceID}/Attachments",
25426
+ "GET /Invoices/{InvoiceID}/Attachments/{AttachmentID}",
25427
+ "GET /Invoices/{InvoiceID}/Attachments/{FileName}",
25428
+ "GET /ManualJournals/{ManualJournalID}/Attachments",
25429
+ "GET /ManualJournals/{ManualJournalID}/Attachments/{AttachmentID}",
25430
+ "GET /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
25431
+ "GET /PurchaseOrders/{PurchaseOrderID}/Attachments",
25432
+ "GET /PurchaseOrders/{PurchaseOrderID}/Attachments/{AttachmentID}",
25433
+ "GET /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
25434
+ "GET /Quotes/{QuoteID}/Attachments",
25435
+ "GET /Quotes/{QuoteID}/Attachments/{AttachmentID}",
25436
+ "GET /Quotes/{QuoteID}/Attachments/{FileName}",
25437
+ "GET /Receipts/{ReceiptID}/Attachments",
25438
+ "GET /Receipts/{ReceiptID}/Attachments/{AttachmentID}",
25439
+ "GET /Receipts/{ReceiptID}/Attachments/{FileName}",
25440
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments",
25441
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{AttachmentID}",
25442
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}"
25443
+ ]
25444
+ },
25445
+ {
25446
+ name: "accounting.budgets.read",
25447
+ rules: ["GET /Budgets", "GET /Budgets/{BudgetID}"]
25448
+ },
25449
+ {
25450
+ name: "accounting.contacts",
25451
+ rules: [
25452
+ "GET /ContactGroups",
25453
+ "PUT /ContactGroups",
25454
+ "GET /ContactGroups/{ContactGroupID}",
25455
+ "POST /ContactGroups/{ContactGroupID}",
25456
+ "PUT /ContactGroups/{ContactGroupID}/Contacts",
25457
+ "DELETE /ContactGroups/{ContactGroupID}/Contacts",
25458
+ "DELETE /ContactGroups/{ContactGroupID}/Contacts/{ContactID}",
25459
+ "GET /Contacts",
25460
+ "POST /Contacts",
25461
+ "PUT /Contacts",
25462
+ "GET /Contacts/{ContactID}",
25463
+ "POST /Contacts/{ContactID}",
25464
+ "GET /Contacts/{ContactID}/History",
25465
+ "PUT /Contacts/{ContactID}/History",
25466
+ "GET /Contacts/{ContactNumber}"
25467
+ ]
25468
+ },
25469
+ {
25470
+ name: "accounting.contacts.read",
25471
+ rules: [
25472
+ "GET /ContactGroups",
25473
+ "GET /ContactGroups/{ContactGroupID}",
25474
+ "GET /Contacts",
25475
+ "GET /Contacts/{ContactID}",
25476
+ "GET /Contacts/{ContactID}/History",
25477
+ "GET /Contacts/{ContactNumber}"
25478
+ ]
25479
+ },
25480
+ {
25481
+ name: "accounting.journals.read",
25482
+ rules: [
25483
+ "GET /Journals",
25484
+ "GET /Journals/{JournalID}",
25485
+ "GET /Journals/{JournalNumber}"
25486
+ ]
25487
+ },
25488
+ {
25489
+ name: "accounting.reports.read",
25490
+ rules: [
25491
+ "GET /Reports",
25492
+ "GET /Reports/AgedPayablesByContact",
25493
+ "GET /Reports/AgedReceivablesByContact",
25494
+ "GET /Reports/BalanceSheet",
25495
+ "GET /Reports/BankSummary",
25496
+ "GET /Reports/BudgetSummary",
25497
+ "GET /Reports/ExecutiveSummary",
25498
+ "GET /Reports/ProfitAndLoss",
25499
+ "GET /Reports/TenNinetyNine",
25500
+ "GET /Reports/TrialBalance",
25501
+ "GET /Reports/{ReportID}"
25502
+ ]
25503
+ },
25504
+ {
25505
+ name: "accounting.reports.tenninetynine.read",
25506
+ rules: ["GET /Reports/TenNinetyNine"]
25507
+ },
25508
+ {
25509
+ name: "accounting.settings",
25510
+ rules: [
25511
+ "GET /Accounts",
25512
+ "PUT /Accounts",
25513
+ "GET /Accounts/{AccountID}",
25514
+ "POST /Accounts/{AccountID}",
25515
+ "DELETE /Accounts/{AccountID}",
25516
+ "GET /BrandingThemes",
25517
+ "GET /BrandingThemes/{BrandingThemeID}",
25518
+ "GET /Contacts/{ContactID}/CISSettings",
25519
+ "GET /Currencies",
25520
+ "PUT /Currencies",
25521
+ "GET /Employees",
25522
+ "POST /Employees",
25523
+ "PUT /Employees",
25524
+ "GET /Employees/{EmployeeID}",
25525
+ "GET /InvoiceReminders/Settings",
25526
+ "GET /Items",
25527
+ "POST /Items",
25528
+ "PUT /Items",
25529
+ "GET /Items/{ItemID}",
25530
+ "POST /Items/{ItemID}",
25531
+ "DELETE /Items/{ItemID}",
25532
+ "GET /Items/{ItemID}/History",
25533
+ "PUT /Items/{ItemID}/History",
25534
+ "GET /Organisation",
25535
+ "GET /Organisation/Actions",
25536
+ "GET /Organisation/{OrganisationID}/CISSettings",
25537
+ "POST /Setup",
25538
+ "GET /TaxRates",
25539
+ "POST /TaxRates",
25540
+ "PUT /TaxRates",
25541
+ "GET /TaxRates/{TaxType}",
25542
+ "GET /TrackingCategories",
25543
+ "PUT /TrackingCategories",
25544
+ "GET /TrackingCategories/{TrackingCategoryID}",
25545
+ "POST /TrackingCategories/{TrackingCategoryID}",
25546
+ "DELETE /TrackingCategories/{TrackingCategoryID}",
25547
+ "PUT /TrackingCategories/{TrackingCategoryID}/Options",
25548
+ "POST /TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}",
25549
+ "DELETE /TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}",
25550
+ "GET /Users",
25551
+ "GET /Users/{UserID}"
25552
+ ]
25553
+ },
25554
+ {
25555
+ name: "accounting.settings.read",
25556
+ rules: [
25557
+ "GET /Accounts",
25558
+ "GET /Accounts/{AccountID}",
25559
+ "GET /BrandingThemes",
25560
+ "GET /BrandingThemes/{BrandingThemeID}",
25561
+ "GET /Contacts/{ContactID}/CISSettings",
25562
+ "GET /Currencies",
25563
+ "GET /Employees",
25564
+ "GET /Employees/{EmployeeID}",
25565
+ "GET /InvoiceReminders/Settings",
25566
+ "GET /Items",
25567
+ "GET /Items/{ItemID}",
25568
+ "GET /Items/{ItemID}/History",
25569
+ "GET /Organisation",
25570
+ "GET /Organisation/Actions",
25571
+ "GET /Organisation/{OrganisationID}/CISSettings",
25572
+ "GET /TaxRates",
25573
+ "GET /TaxRates/{TaxType}",
25574
+ "GET /TrackingCategories",
25575
+ "GET /TrackingCategories/{TrackingCategoryID}",
25576
+ "GET /Users",
25577
+ "GET /Users/{UserID}"
25578
+ ]
25579
+ },
25580
+ {
25581
+ name: "accounting.transactions",
25582
+ rules: [
25583
+ "GET /BankTransactions",
25584
+ "POST /BankTransactions",
25585
+ "PUT /BankTransactions",
25586
+ "GET /BankTransactions/{BankTransactionID}",
25587
+ "POST /BankTransactions/{BankTransactionID}",
25588
+ "GET /BankTransactions/{BankTransactionID}/History",
25589
+ "PUT /BankTransactions/{BankTransactionID}/History",
25590
+ "GET /BankTransfers",
25591
+ "PUT /BankTransfers",
25592
+ "GET /BankTransfers/{BankTransferID}",
25593
+ "GET /BankTransfers/{BankTransferID}/History",
25594
+ "PUT /BankTransfers/{BankTransferID}/History",
25595
+ "GET /BatchPayments",
25596
+ "POST /BatchPayments",
25597
+ "PUT /BatchPayments",
25598
+ "GET /BatchPayments/{BatchPaymentID}",
25599
+ "POST /BatchPayments/{BatchPaymentID}",
25600
+ "GET /BatchPayments/{BatchPaymentID}/History",
25601
+ "PUT /BatchPayments/{BatchPaymentID}/History",
25602
+ "GET /CreditNotes",
25603
+ "POST /CreditNotes",
25604
+ "PUT /CreditNotes",
25605
+ "GET /CreditNotes/{CreditNoteID}",
25606
+ "POST /CreditNotes/{CreditNoteID}",
25607
+ "PUT /CreditNotes/{CreditNoteID}/Allocations",
25608
+ "DELETE /CreditNotes/{CreditNoteID}/Allocations/{AllocationID}",
25609
+ "GET /CreditNotes/{CreditNoteID}/History",
25610
+ "PUT /CreditNotes/{CreditNoteID}/History",
25611
+ "GET /CreditNotes/{CreditNoteID}/pdf",
25612
+ "GET /ExpenseClaims",
25613
+ "PUT /ExpenseClaims",
25614
+ "GET /ExpenseClaims/{ExpenseClaimID}",
25615
+ "POST /ExpenseClaims/{ExpenseClaimID}",
25616
+ "GET /ExpenseClaims/{ExpenseClaimID}/History",
25617
+ "PUT /ExpenseClaims/{ExpenseClaimID}/History",
25618
+ "GET /Invoices",
25619
+ "POST /Invoices",
25620
+ "PUT /Invoices",
25621
+ "GET /Invoices/{InvoiceID}",
25622
+ "POST /Invoices/{InvoiceID}",
25623
+ "POST /Invoices/{InvoiceID}/Email",
25624
+ "GET /Invoices/{InvoiceID}/History",
25625
+ "PUT /Invoices/{InvoiceID}/History",
25626
+ "GET /Invoices/{InvoiceID}/OnlineInvoice",
25627
+ "GET /Invoices/{InvoiceID}/pdf",
25628
+ "GET /LinkedTransactions",
25629
+ "PUT /LinkedTransactions",
25630
+ "GET /LinkedTransactions/{LinkedTransactionID}",
25631
+ "POST /LinkedTransactions/{LinkedTransactionID}",
25632
+ "DELETE /LinkedTransactions/{LinkedTransactionID}",
25633
+ "GET /ManualJournals",
25634
+ "POST /ManualJournals",
25635
+ "PUT /ManualJournals",
25636
+ "GET /ManualJournals/{ManualJournalID}",
25637
+ "POST /ManualJournals/{ManualJournalID}",
25638
+ "GET /ManualJournals/{ManualJournalID}/History",
25639
+ "PUT /ManualJournals/{ManualJournalID}/History",
25640
+ "GET /Overpayments",
25641
+ "GET /Overpayments/{OverpaymentID}",
25642
+ "PUT /Overpayments/{OverpaymentID}/Allocations",
25643
+ "DELETE /Overpayments/{OverpaymentID}/Allocations/{AllocationID}",
25644
+ "GET /Overpayments/{OverpaymentID}/History",
25645
+ "PUT /Overpayments/{OverpaymentID}/History",
25646
+ "GET /Payments",
25647
+ "POST /Payments",
25648
+ "PUT /Payments",
25649
+ "GET /Payments/{PaymentID}",
25650
+ "POST /Payments/{PaymentID}",
25651
+ "GET /Payments/{PaymentID}/History",
25652
+ "PUT /Payments/{PaymentID}/History",
25653
+ "GET /Prepayments",
25654
+ "GET /Prepayments/{PrepaymentID}",
25655
+ "PUT /Prepayments/{PrepaymentID}/Allocations",
25656
+ "DELETE /Prepayments/{PrepaymentID}/Allocations/{AllocationID}",
25657
+ "GET /Prepayments/{PrepaymentID}/History",
25658
+ "PUT /Prepayments/{PrepaymentID}/History",
25659
+ "GET /PurchaseOrders",
25660
+ "POST /PurchaseOrders",
25661
+ "PUT /PurchaseOrders",
25662
+ "GET /PurchaseOrders/{PurchaseOrderID}",
25663
+ "POST /PurchaseOrders/{PurchaseOrderID}",
25664
+ "GET /PurchaseOrders/{PurchaseOrderID}/History",
25665
+ "PUT /PurchaseOrders/{PurchaseOrderID}/History",
25666
+ "GET /PurchaseOrders/{PurchaseOrderID}/pdf",
25667
+ "GET /PurchaseOrders/{PurchaseOrderNumber}",
25668
+ "GET /Quotes",
25669
+ "POST /Quotes",
25670
+ "PUT /Quotes",
25671
+ "GET /Quotes/{QuoteID}",
25672
+ "POST /Quotes/{QuoteID}",
25673
+ "GET /Quotes/{QuoteID}/History",
25674
+ "PUT /Quotes/{QuoteID}/History",
25675
+ "GET /Quotes/{QuoteID}/pdf",
25676
+ "GET /Receipts",
25677
+ "PUT /Receipts",
25678
+ "GET /Receipts/{ReceiptID}",
25679
+ "POST /Receipts/{ReceiptID}",
25680
+ "GET /Receipts/{ReceiptID}/History",
25681
+ "PUT /Receipts/{ReceiptID}/History",
25682
+ "GET /RepeatingInvoices",
25683
+ "POST /RepeatingInvoices",
25684
+ "PUT /RepeatingInvoices",
25685
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}",
25686
+ "POST /RepeatingInvoices/{RepeatingInvoiceID}",
25687
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}/History",
25688
+ "PUT /RepeatingInvoices/{RepeatingInvoiceID}/History"
25689
+ ]
25690
+ },
25691
+ {
25692
+ name: "accounting.transactions.read",
25693
+ rules: [
25694
+ "GET /BankTransactions",
25695
+ "GET /BankTransactions/{BankTransactionID}",
25696
+ "GET /BankTransactions/{BankTransactionID}/History",
25697
+ "GET /BankTransfers",
25698
+ "GET /BankTransfers/{BankTransferID}",
25699
+ "GET /BankTransfers/{BankTransferID}/History",
25700
+ "GET /BatchPayments",
25701
+ "GET /BatchPayments/{BatchPaymentID}",
25702
+ "GET /BatchPayments/{BatchPaymentID}/History",
25703
+ "GET /CreditNotes",
25704
+ "GET /CreditNotes/{CreditNoteID}",
25705
+ "GET /CreditNotes/{CreditNoteID}/History",
25706
+ "GET /CreditNotes/{CreditNoteID}/pdf",
25707
+ "GET /ExpenseClaims",
25708
+ "GET /ExpenseClaims/{ExpenseClaimID}",
25709
+ "GET /ExpenseClaims/{ExpenseClaimID}/History",
25710
+ "GET /Invoices",
25711
+ "GET /Invoices/{InvoiceID}",
25712
+ "GET /Invoices/{InvoiceID}/History",
25713
+ "GET /Invoices/{InvoiceID}/OnlineInvoice",
25714
+ "GET /Invoices/{InvoiceID}/pdf",
25715
+ "GET /LinkedTransactions",
25716
+ "GET /LinkedTransactions/{LinkedTransactionID}",
25717
+ "GET /ManualJournals",
25718
+ "GET /ManualJournals/{ManualJournalID}",
25719
+ "GET /ManualJournals/{ManualJournalID}/History",
25720
+ "GET /Overpayments",
25721
+ "GET /Overpayments/{OverpaymentID}",
25722
+ "GET /Overpayments/{OverpaymentID}/History",
25723
+ "GET /Payments",
25724
+ "GET /Payments/{PaymentID}",
25725
+ "GET /Payments/{PaymentID}/History",
25726
+ "GET /Prepayments",
25727
+ "GET /Prepayments/{PrepaymentID}",
25728
+ "GET /Prepayments/{PrepaymentID}/History",
25729
+ "GET /PurchaseOrders",
25730
+ "GET /PurchaseOrders/{PurchaseOrderID}",
25731
+ "GET /PurchaseOrders/{PurchaseOrderID}/History",
25732
+ "GET /PurchaseOrders/{PurchaseOrderID}/pdf",
25733
+ "GET /PurchaseOrders/{PurchaseOrderNumber}",
25734
+ "GET /Quotes",
25735
+ "GET /Quotes/{QuoteID}",
25736
+ "GET /Quotes/{QuoteID}/History",
25737
+ "GET /Quotes/{QuoteID}/pdf",
25738
+ "GET /Receipts",
25739
+ "GET /Receipts/{ReceiptID}",
25740
+ "GET /Receipts/{ReceiptID}/History",
25741
+ "GET /RepeatingInvoices",
25742
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}",
25743
+ "GET /RepeatingInvoices/{RepeatingInvoiceID}/History"
25744
+ ]
25745
+ },
25746
+ {
25747
+ name: "paymentservices",
25748
+ rules: [
25749
+ "GET /BrandingThemes/{BrandingThemeID}/PaymentServices",
25750
+ "POST /BrandingThemes/{BrandingThemeID}/PaymentServices",
25751
+ "GET /PaymentServices",
25752
+ "PUT /PaymentServices"
25753
+ ]
25754
+ }
25755
+ ]
25756
+ },
25757
+ {
25758
+ base: "https://api.xero.com/appstore/2.0",
25759
+ auth: {
25760
+ headers: {
25761
+ Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
25762
+ }
25763
+ },
25764
+ permissions: [
25765
+ {
25766
+ name: "marketplace.billing",
25767
+ rules: [
25768
+ "GET /subscriptions/{subscriptionId}",
25769
+ "POST /subscriptions/{subscriptionId}/items/{subscriptionItemId}/usage-records",
25770
+ "PUT /subscriptions/{subscriptionId}/items/{subscriptionItemId}/usage-records/{usageRecordId}",
25771
+ "GET /subscriptions/{subscriptionId}/usage-records"
25772
+ ]
25773
+ }
25774
+ ]
25775
+ },
25776
+ {
25777
+ base: "https://api.xero.com/assets.xro/1.0",
25778
+ auth: {
25779
+ headers: {
25780
+ Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
25781
+ }
25782
+ },
25783
+ permissions: [
25784
+ {
25785
+ name: "assets",
25786
+ rules: [
25787
+ "GET /AssetTypes",
25788
+ "POST /AssetTypes",
25789
+ "GET /Assets",
25790
+ "POST /Assets",
25791
+ "GET /Assets/{id}",
25792
+ "GET /Settings"
25793
+ ]
25794
+ },
25795
+ {
25796
+ name: "assets.read",
25797
+ rules: [
25798
+ "GET /AssetTypes",
25799
+ "GET /Assets",
25800
+ "GET /Assets/{id}",
25801
+ "GET /Settings"
25802
+ ]
25803
+ }
25804
+ ]
25805
+ },
25806
+ {
25807
+ base: "https://api.xero.com/bankfeeds.xro/1.0",
25808
+ auth: {
25809
+ headers: {
25810
+ Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
25811
+ }
25812
+ },
25813
+ permissions: [
25814
+ {
25815
+ name: "bankfeeds",
25816
+ rules: [
25817
+ "GET /FeedConnections",
25818
+ "POST /FeedConnections",
25819
+ "POST /FeedConnections/DeleteRequests",
25820
+ "GET /FeedConnections/{id}",
25821
+ "GET /Statements",
25822
+ "POST /Statements",
25823
+ "GET /Statements/{statementId}"
25824
+ ]
25825
+ }
25826
+ ]
25827
+ },
25828
+ {
25829
+ base: "https://api.xero.com/files.xro/1.0",
25830
+ auth: {
25831
+ headers: {
25832
+ Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
25833
+ }
25834
+ },
25835
+ permissions: [
25836
+ {
25837
+ name: "files",
25838
+ rules: [
25839
+ "GET /Associations/Count",
25840
+ "GET /Associations/{ObjectId}",
25841
+ "GET /Files",
25842
+ "POST /Files",
25843
+ "GET /Files/{FileId}",
25844
+ "PUT /Files/{FileId}",
25845
+ "DELETE /Files/{FileId}",
25846
+ "GET /Files/{FileId}/Associations",
25847
+ "POST /Files/{FileId}/Associations",
25848
+ "DELETE /Files/{FileId}/Associations/{ObjectId}",
25849
+ "GET /Files/{FileId}/Content",
25850
+ "POST /Files/{FolderId}",
25851
+ "GET /Folders",
25852
+ "POST /Folders",
25853
+ "GET /Folders/{FolderId}",
25854
+ "PUT /Folders/{FolderId}",
25855
+ "DELETE /Folders/{FolderId}",
25856
+ "GET /Inbox"
25857
+ ]
25858
+ },
25859
+ {
25860
+ name: "files.read",
25861
+ rules: [
25862
+ "GET /Associations/Count",
25863
+ "GET /Associations/{ObjectId}",
25864
+ "GET /Files",
25865
+ "GET /Files/{FileId}",
25866
+ "GET /Files/{FileId}/Associations",
25867
+ "GET /Files/{FileId}/Content",
25868
+ "GET /Folders",
25869
+ "GET /Folders/{FolderId}",
25870
+ "GET /Inbox"
25871
+ ]
25872
+ }
25873
+ ]
25874
+ },
25875
+ {
25876
+ base: "https://api.xero.com/finance.xro/1.0",
25877
+ auth: {
25878
+ headers: {
25879
+ Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
25880
+ }
25881
+ },
25882
+ permissions: [
25883
+ {
25884
+ name: "finance.bankstatementsplus.read",
25885
+ rules: ["GET /BankStatementsPlus/statements"]
25886
+ },
25887
+ {
25888
+ name: "finance.cashvalidation.read",
25889
+ rules: ["GET /CashValidation"]
25890
+ },
25891
+ {
25892
+ name: "finance.statements.read",
25893
+ rules: [
25894
+ "GET /FinancialStatements/BalanceSheet",
25895
+ "GET /FinancialStatements/Cashflow",
25896
+ "GET /FinancialStatements/ProfitAndLoss",
25897
+ "GET /FinancialStatements/TrialBalance",
25898
+ "GET /FinancialStatements/contacts/expense",
25899
+ "GET /FinancialStatements/contacts/revenue"
25900
+ ]
25901
+ }
25902
+ ]
25903
+ },
25904
+ {
25905
+ base: "https://api.xero.com/payroll.xro/1.0",
25906
+ auth: {
25907
+ headers: {
25908
+ Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
25909
+ }
25910
+ },
25911
+ permissions: [
25912
+ {
25913
+ name: "payroll.employees",
25914
+ rules: [
25915
+ "GET /Employees",
25916
+ "POST /Employees",
25917
+ "GET /Employees/{EmployeeID}",
25918
+ "POST /Employees/{EmployeeID}",
25919
+ "GET /LeaveApplications",
25920
+ "POST /LeaveApplications",
25921
+ "GET /LeaveApplications/v2",
25922
+ "GET /LeaveApplications/{LeaveApplicationID}",
25923
+ "POST /LeaveApplications/{LeaveApplicationID}",
25924
+ "POST /LeaveApplications/{LeaveApplicationID}/approve",
25925
+ "POST /LeaveApplications/{LeaveApplicationID}/reject"
25926
+ ]
25927
+ },
25928
+ {
25929
+ name: "payroll.employees.read",
25930
+ rules: [
25931
+ "GET /Employees",
25932
+ "GET /Employees/{EmployeeID}",
25933
+ "GET /LeaveApplications",
25934
+ "GET /LeaveApplications/v2",
25935
+ "GET /LeaveApplications/{LeaveApplicationID}"
25936
+ ]
25937
+ },
25938
+ {
25939
+ name: "payroll.payruns",
25940
+ rules: [
25941
+ "GET /PayRuns",
25942
+ "POST /PayRuns",
25943
+ "GET /PayRuns/{PayRunID}",
25944
+ "POST /PayRuns/{PayRunID}"
25945
+ ]
25946
+ },
25947
+ {
25948
+ name: "payroll.payruns.read",
25949
+ rules: ["GET /PayRuns", "GET /PayRuns/{PayRunID}"]
25950
+ },
25951
+ {
25952
+ name: "payroll.payslip",
25953
+ rules: ["GET /Payslip/{PayslipID}", "POST /Payslip/{PayslipID}"]
25954
+ },
25955
+ {
25956
+ name: "payroll.payslip.read",
25957
+ rules: ["GET /Payslip/{PayslipID}"]
25958
+ },
25959
+ {
25960
+ name: "payroll.settings",
25961
+ rules: [
25962
+ "GET /PayItems",
25963
+ "POST /PayItems",
25964
+ "GET /PayrollCalendars",
25965
+ "POST /PayrollCalendars",
25966
+ "GET /PayrollCalendars/{PayrollCalendarID}",
25967
+ "GET /Settings",
25968
+ "GET /SuperfundProducts",
25969
+ "GET /Superfunds",
25970
+ "POST /Superfunds",
25971
+ "GET /Superfunds/{SuperFundID}",
25972
+ "POST /Superfunds/{SuperFundID}"
25973
+ ]
25974
+ },
25975
+ {
25976
+ name: "payroll.settings.read",
25977
+ rules: [
25978
+ "GET /PayItems",
25979
+ "GET /PayrollCalendars",
25980
+ "GET /PayrollCalendars/{PayrollCalendarID}",
25981
+ "GET /Settings",
25982
+ "GET /SuperfundProducts",
25983
+ "GET /Superfunds",
25984
+ "GET /Superfunds/{SuperFundID}"
25985
+ ]
25986
+ },
25987
+ {
25988
+ name: "payroll.timesheets",
25989
+ rules: [
25990
+ "GET /Timesheets",
25991
+ "POST /Timesheets",
25992
+ "GET /Timesheets/{TimesheetID}",
25993
+ "POST /Timesheets/{TimesheetID}"
25994
+ ]
25995
+ },
25996
+ {
25997
+ name: "payroll.timesheets.read",
25998
+ rules: ["GET /Timesheets", "GET /Timesheets/{TimesheetID}"]
25999
+ }
26000
+ ]
26001
+ },
26002
+ {
26003
+ base: "https://api.xero.com/payroll.xro/2.0",
26004
+ auth: {
26005
+ headers: {
26006
+ Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
26007
+ }
26008
+ },
26009
+ permissions: [
26010
+ {
26011
+ name: "payroll.employees",
26012
+ rules: [
26013
+ "GET /Employees",
26014
+ "POST /Employees",
26015
+ "GET /Employees/{EmployeeID}",
26016
+ "PUT /Employees/{EmployeeID}",
26017
+ "POST /Employees/{EmployeeID}/Employment",
26018
+ "GET /Employees/{EmployeeID}/Leave",
26019
+ "POST /Employees/{EmployeeID}/Leave",
26020
+ "GET /Employees/{EmployeeID}/Leave/{LeaveID}",
26021
+ "PUT /Employees/{EmployeeID}/Leave/{LeaveID}",
26022
+ "DELETE /Employees/{EmployeeID}/Leave/{LeaveID}",
26023
+ "GET /Employees/{EmployeeID}/LeaveBalances",
26024
+ "GET /Employees/{EmployeeID}/LeavePeriods",
26025
+ "POST /Employees/{EmployeeID}/LeaveSetup",
26026
+ "GET /Employees/{EmployeeID}/LeaveTypes",
26027
+ "POST /Employees/{EmployeeID}/LeaveTypes",
26028
+ "GET /Employees/{EmployeeID}/OpeningBalances",
26029
+ "POST /Employees/{EmployeeID}/OpeningBalances",
26030
+ "POST /Employees/{EmployeeID}/PayTemplateEarnings",
26031
+ "GET /Employees/{EmployeeID}/PayTemplates",
26032
+ "POST /Employees/{EmployeeID}/PayTemplates/Earnings",
26033
+ "PUT /Employees/{EmployeeID}/PayTemplates/Earnings/{PayTemplateEarningID}",
26034
+ "DELETE /Employees/{EmployeeID}/PayTemplates/Earnings/{PayTemplateEarningID}",
26035
+ "POST /Employees/{EmployeeID}/PayTemplates/earnings",
26036
+ "PUT /Employees/{EmployeeID}/PayTemplates/earnings/{PayTemplateEarningID}",
26037
+ "DELETE /Employees/{EmployeeID}/PayTemplates/earnings/{PayTemplateEarningID}",
26038
+ "GET /Employees/{EmployeeID}/PaymentMethods",
26039
+ "POST /Employees/{EmployeeID}/PaymentMethods",
26040
+ "GET /Employees/{EmployeeID}/SalaryAndWages",
26041
+ "POST /Employees/{EmployeeID}/SalaryAndWages",
26042
+ "GET /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
26043
+ "PUT /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
26044
+ "DELETE /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
26045
+ "GET /Employees/{EmployeeID}/StatutoryLeaveBalance",
26046
+ "GET /Employees/{EmployeeID}/Tax",
26047
+ "POST /Employees/{EmployeeID}/Tax",
26048
+ "GET /Employees/{EmployeeID}/Working-Patterns",
26049
+ "POST /Employees/{EmployeeID}/Working-Patterns",
26050
+ "GET /Employees/{EmployeeID}/Working-Patterns/{EmployeeWorkingPatternID}",
26051
+ "DELETE /Employees/{EmployeeID}/Working-Patterns/{EmployeeWorkingPatternID}",
26052
+ "POST /Employees/{EmployeeID}/paytemplateearnings",
26053
+ "GET /Employees/{EmployeeID}/ukopeningbalances",
26054
+ "POST /Employees/{EmployeeID}/ukopeningbalances",
26055
+ "PUT /Employees/{EmployeeID}/ukopeningbalances"
26056
+ ]
26057
+ },
26058
+ {
26059
+ name: "payroll.employees.read",
26060
+ rules: [
26061
+ "GET /Employees",
26062
+ "GET /Employees/{EmployeeID}",
26063
+ "GET /Employees/{EmployeeID}/Leave",
26064
+ "GET /Employees/{EmployeeID}/Leave/{LeaveID}",
26065
+ "GET /Employees/{EmployeeID}/LeaveBalances",
26066
+ "GET /Employees/{EmployeeID}/LeavePeriods",
26067
+ "GET /Employees/{EmployeeID}/LeaveTypes",
26068
+ "GET /Employees/{EmployeeID}/OpeningBalances",
26069
+ "GET /Employees/{EmployeeID}/PayTemplates",
26070
+ "GET /Employees/{EmployeeID}/PaymentMethods",
26071
+ "GET /Employees/{EmployeeID}/SalaryAndWages",
26072
+ "GET /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
26073
+ "GET /Employees/{EmployeeID}/StatutoryLeaveBalance",
26074
+ "GET /Employees/{EmployeeID}/Tax",
26075
+ "GET /Employees/{EmployeeID}/Working-Patterns",
26076
+ "GET /Employees/{EmployeeID}/Working-Patterns/{EmployeeWorkingPatternID}",
26077
+ "GET /Employees/{EmployeeID}/ukopeningbalances"
26078
+ ]
26079
+ },
26080
+ {
26081
+ name: "payroll.payruns",
26082
+ rules: ["GET /PayRuns", "POST /PayRuns", "GET /PayRuns/{PayRunID}"]
26083
+ },
26084
+ {
26085
+ name: "payroll.payruns.read",
26086
+ rules: ["GET /PayRuns", "GET /PayRuns/{PayRunID}"]
26087
+ },
26088
+ {
26089
+ name: "payroll.payslip",
26090
+ rules: [
26091
+ "GET /PaySlips",
26092
+ "GET /PaySlips/{PaySlipID}",
26093
+ "PUT /PaySlips/{PaySlipID}",
26094
+ "GET /Payslips",
26095
+ "GET /Payslips/{PayslipID}"
26096
+ ]
26097
+ },
26098
+ {
26099
+ name: "payroll.payslip.read",
26100
+ rules: [
26101
+ "GET /PaySlips",
26102
+ "GET /PaySlips/{PaySlipID}",
26103
+ "GET /Payslips",
26104
+ "GET /Payslips/{PayslipID}"
26105
+ ]
26106
+ },
26107
+ {
26108
+ name: "payroll.settings",
26109
+ rules: [
26110
+ "GET /Benefits",
26111
+ "POST /Benefits",
26112
+ "GET /Benefits/{id}",
26113
+ "GET /Deductions",
26114
+ "POST /Deductions",
26115
+ "GET /Deductions/{deductionId}",
26116
+ "GET /EarningsOrders",
26117
+ "GET /EarningsOrders/{id}",
26118
+ "GET /EarningsRates",
26119
+ "POST /EarningsRates",
26120
+ "GET /EarningsRates/{EarningsRateID}",
26121
+ "GET /LeaveTypes",
26122
+ "POST /LeaveTypes",
26123
+ "GET /LeaveTypes/{LeaveTypeID}",
26124
+ "GET /PayRunCalendars",
26125
+ "POST /PayRunCalendars",
26126
+ "GET /PayRunCalendars/{PayRunCalendarID}",
26127
+ "GET /PayRunCalendars/{PayrollCalendarID}",
26128
+ "GET /Reimbursements",
26129
+ "POST /Reimbursements",
26130
+ "GET /Reimbursements/{ReimbursementID}",
26131
+ "GET /Settings",
26132
+ "GET /Settings/TrackingCategories",
26133
+ "GET /Settings/trackingCategories",
26134
+ "GET /StatutoryDeductions",
26135
+ "GET /StatutoryDeductions/{id}",
26136
+ "POST /StatutoryLeaves/Sick",
26137
+ "GET /StatutoryLeaves/Sick/{StatutorySickLeaveID}",
26138
+ "GET /StatutoryLeaves/Summary/{EmployeeID}",
26139
+ "GET /Superannuations",
26140
+ "POST /Superannuations",
26141
+ "GET /Superannuations/{SuperannuationID}"
26142
+ ]
26143
+ },
26144
+ {
26145
+ name: "payroll.settings.read",
26146
+ rules: [
26147
+ "GET /Benefits",
26148
+ "GET /Benefits/{id}",
26149
+ "GET /Deductions",
26150
+ "GET /Deductions/{deductionId}",
26151
+ "GET /EarningsOrders",
26152
+ "GET /EarningsOrders/{id}",
26153
+ "GET /EarningsRates",
26154
+ "GET /EarningsRates/{EarningsRateID}",
26155
+ "GET /LeaveTypes",
26156
+ "GET /LeaveTypes/{LeaveTypeID}",
26157
+ "GET /PayRunCalendars",
26158
+ "GET /PayRunCalendars/{PayRunCalendarID}",
26159
+ "GET /PayRunCalendars/{PayrollCalendarID}",
26160
+ "GET /Reimbursements",
26161
+ "GET /Reimbursements/{ReimbursementID}",
26162
+ "GET /Settings",
26163
+ "GET /Settings/TrackingCategories",
26164
+ "GET /Settings/trackingCategories",
26165
+ "GET /StatutoryDeductions",
26166
+ "GET /StatutoryDeductions/{id}",
26167
+ "GET /StatutoryLeaves/Sick/{StatutorySickLeaveID}",
26168
+ "GET /StatutoryLeaves/Summary/{EmployeeID}",
26169
+ "GET /Superannuations",
26170
+ "GET /Superannuations/{SuperannuationID}"
26171
+ ]
26172
+ },
26173
+ {
26174
+ name: "payroll.timesheets",
26175
+ rules: [
26176
+ "GET /Timesheets",
26177
+ "POST /Timesheets",
26178
+ "GET /Timesheets/{TimesheetID}",
26179
+ "DELETE /Timesheets/{TimesheetID}",
26180
+ "POST /Timesheets/{TimesheetID}/Approve",
26181
+ "POST /Timesheets/{TimesheetID}/Lines",
26182
+ "PUT /Timesheets/{TimesheetID}/Lines/{TimesheetLineID}",
26183
+ "DELETE /Timesheets/{TimesheetID}/Lines/{TimesheetLineID}",
26184
+ "POST /Timesheets/{TimesheetID}/RevertToDraft"
26185
+ ]
26186
+ },
26187
+ {
26188
+ name: "payroll.timesheets.read",
26189
+ rules: ["GET /Timesheets", "GET /Timesheets/{TimesheetID}"]
26190
+ }
26191
+ ]
26192
+ },
26193
+ {
26194
+ base: "https://api.xero.com/projects.xro/2.0",
26195
+ auth: {
26196
+ headers: {
26197
+ Authorization: "Bearer ${{ secrets.XERO_TOKEN }}"
26198
+ }
26199
+ },
26200
+ permissions: [
26201
+ {
26202
+ name: "projects",
26203
+ rules: [
26204
+ "GET /Projects",
26205
+ "POST /Projects",
26206
+ "GET /Projects/{projectId}",
26207
+ "PUT /Projects/{projectId}",
26208
+ "PATCH /Projects/{projectId}",
26209
+ "GET /Projects/{projectId}/Tasks",
26210
+ "POST /Projects/{projectId}/Tasks",
26211
+ "GET /Projects/{projectId}/Tasks/{taskId}",
26212
+ "PUT /Projects/{projectId}/Tasks/{taskId}",
26213
+ "DELETE /Projects/{projectId}/Tasks/{taskId}",
26214
+ "GET /Projects/{projectId}/Time",
26215
+ "POST /Projects/{projectId}/Time",
26216
+ "GET /Projects/{projectId}/Time/{timeEntryId}",
26217
+ "PUT /Projects/{projectId}/Time/{timeEntryId}",
26218
+ "DELETE /Projects/{projectId}/Time/{timeEntryId}",
26219
+ "GET /ProjectsUsers"
26220
+ ]
26221
+ },
26222
+ {
26223
+ name: "projects.read",
26224
+ rules: [
26225
+ "GET /Projects",
26226
+ "GET /Projects/{projectId}",
26227
+ "GET /Projects/{projectId}/Tasks",
26228
+ "GET /Projects/{projectId}/Tasks/{taskId}",
26229
+ "GET /Projects/{projectId}/Time",
26230
+ "GET /Projects/{projectId}/Time/{timeEntryId}",
26231
+ "GET /ProjectsUsers"
26232
+ ]
26233
+ }
26234
+ ]
25347
26235
  }
25348
26236
  ]
25349
26237
  };
@@ -30578,4 +31466,4 @@ export {
30578
31466
  pollEvents,
30579
31467
  showNextSteps
30580
31468
  };
30581
- //# sourceMappingURL=chunk-VSMRILJH.js.map
31469
+ //# sourceMappingURL=chunk-WBYVVABR.js.map