@layerfi/components 0.1.104-alpha → 0.1.104

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.
@@ -5602,7 +5602,7 @@ var import_react12 = require("react");
5602
5602
  var import_react10 = require("react");
5603
5603
 
5604
5604
  // package.json
5605
- var version = "0.1.104-alpha";
5605
+ var version = "0.1.104";
5606
5606
 
5607
5607
  // src/models/APIError.ts
5608
5608
  var APIError = class _APIError extends Error {
@@ -27553,6 +27553,10 @@ var ASSET_LEDGER_ACCOUNT_SUBTYPES = [
27553
27553
  value: "FIXED_ASSET",
27554
27554
  label: "Fixed Assets"
27555
27555
  },
27556
+ {
27557
+ value: "ACCUMULATED_DEPRECIATION",
27558
+ label: "Accumulated Depreciation"
27559
+ },
27556
27560
  {
27557
27561
  value: "CASH",
27558
27562
  label: "Cash"
@@ -27560,13 +27564,33 @@ var ASSET_LEDGER_ACCOUNT_SUBTYPES = [
27560
27564
  {
27561
27565
  value: "UNDEPOSITED_FUNDS",
27562
27566
  label: "Undeposited Funds"
27567
+ },
27568
+ {
27569
+ value: "CURRENT_ASSET",
27570
+ label: "Current Assets"
27571
+ },
27572
+ {
27573
+ value: "NON_CURRENT_ASSET",
27574
+ label: "Non-Current Assets"
27575
+ },
27576
+ {
27577
+ value: "PREPAID_EXPENSES",
27578
+ label: "Prepaid Expenses"
27579
+ },
27580
+ {
27581
+ value: "DEVELOPMENT_COSTS",
27582
+ label: "Development Costs"
27583
+ },
27584
+ {
27585
+ value: "LOANS_RECEIVABLE",
27586
+ label: "Loans Receivable"
27587
+ },
27588
+ {
27589
+ value: "INTANGIBLE_ASSET",
27590
+ label: "Intangible Assets"
27563
27591
  }
27564
27592
  ];
27565
27593
  var LIABILITY_LEDGER_ACCOUNT_SUBTYPES = [
27566
- {
27567
- value: "LIABILITY",
27568
- label: "Liabilities"
27569
- },
27570
27594
  {
27571
27595
  value: "ACCOUNTS_PAYABLE",
27572
27596
  label: "Accounts Payable"
@@ -27576,36 +27600,72 @@ var LIABILITY_LEDGER_ACCOUNT_SUBTYPES = [
27576
27600
  label: "Credit Cards"
27577
27601
  },
27578
27602
  {
27579
- value: "SHAREHOLDER_LOAN",
27580
- label: "Shareholder Loans"
27603
+ value: "INCOME_TAXES_PAYABLE",
27604
+ label: "Income Taxes Payable"
27605
+ },
27606
+ {
27607
+ value: "SALES_TAXES_PAYABLE",
27608
+ label: "Sales Taxes Payable"
27609
+ },
27610
+ {
27611
+ value: "OTHER_TAXES_PAYABLE",
27612
+ label: "Other Taxes Payable"
27613
+ },
27614
+ {
27615
+ value: "PAYROLL_TAXES_PAYABLE",
27616
+ label: "Payroll Taxes Payable"
27617
+ },
27618
+ {
27619
+ value: "UNEARNED_REVENUE",
27620
+ label: "Unearned Revenue"
27581
27621
  },
27582
27622
  {
27583
27623
  value: "PAYROLL_LIABILITY",
27584
27624
  label: "Payroll Liabilities"
27585
27625
  },
27586
27626
  {
27587
- value: "SALES_TAXES_PAYABLE",
27588
- label: "Sales Taxes Payable"
27627
+ value: "PAYROLL_CLEARING",
27628
+ label: "Payroll Clearing"
27589
27629
  },
27590
27630
  {
27591
27631
  value: "LINE_OF_CREDIT",
27592
27632
  label: "Lines of Credit"
27593
27633
  },
27594
- {
27595
- value: "NOTES_PAYABLE",
27596
- label: "Notes Payable"
27597
- },
27598
27634
  {
27599
27635
  value: "TIPS",
27600
27636
  label: "Tips"
27601
27637
  },
27602
27638
  {
27603
- value: "UNEARNED_REVENUE",
27604
- label: "Unearned Revenue"
27639
+ value: "REFUND_LIABILITIES",
27640
+ label: "Refund Liabilities"
27605
27641
  },
27606
27642
  {
27607
27643
  value: "UNDEPOSITED_OUTFLOWS",
27608
27644
  label: "Undeposited Outflows"
27645
+ },
27646
+ {
27647
+ value: "OUTGOING_PAYMENT_CLEARING_ACCOUNT",
27648
+ label: "Outgoing Payment Clearing Accounts"
27649
+ },
27650
+ {
27651
+ value: "OTHER_CURRENT_LIABILITY",
27652
+ label: "Current Liabilities"
27653
+ },
27654
+ {
27655
+ value: "LOANS_PAYABLE",
27656
+ label: "Loans Payable"
27657
+ },
27658
+ {
27659
+ value: "NOTES_PAYABLE",
27660
+ label: "Notes Payable"
27661
+ },
27662
+ {
27663
+ value: "SHAREHOLDER_LOAN",
27664
+ label: "Shareholder Loans"
27665
+ },
27666
+ {
27667
+ value: "NON_CURRENT_LIABILITY",
27668
+ label: "Long Term Liabilities"
27609
27669
  }
27610
27670
  ];
27611
27671
  var EQUITY_LEDGER_ACCOUNT_SUBTYPES = [
@@ -27621,6 +27681,10 @@ var EQUITY_LEDGER_ACCOUNT_SUBTYPES = [
27621
27681
  value: "COMMON_STOCK",
27622
27682
  label: "Common Stock"
27623
27683
  },
27684
+ {
27685
+ value: "PREFERRED_STOCK",
27686
+ label: "Preferred Stock"
27687
+ },
27624
27688
  {
27625
27689
  value: "ADDITIONAL_PAID_IN_CAPITAL",
27626
27690
  label: "Additional Paid In Capital"
@@ -27636,6 +27700,10 @@ var EQUITY_LEDGER_ACCOUNT_SUBTYPES = [
27636
27700
  {
27637
27701
  value: "OPENING_BALANCE_EQUITY",
27638
27702
  label: "Opening Balance Equity"
27703
+ },
27704
+ {
27705
+ value: "OTHER_EQUITY",
27706
+ label: "Other Equity"
27639
27707
  }
27640
27708
  ];
27641
27709
  var REVENUE_LEDGER_ACCOUNT_SUBTYPES = [
@@ -27650,6 +27718,18 @@ var REVENUE_LEDGER_ACCOUNT_SUBTYPES = [
27650
27718
  {
27651
27719
  value: "RETURNS_ALLOWANCES",
27652
27720
  label: "Returns & Allowances"
27721
+ },
27722
+ {
27723
+ value: "DIVIDEND_INCOME",
27724
+ label: "Dividend Income"
27725
+ },
27726
+ {
27727
+ value: "INTEREST_INCOME",
27728
+ label: "Interest Income"
27729
+ },
27730
+ {
27731
+ value: "OTHER_INCOME",
27732
+ label: "Other Income"
27653
27733
  }
27654
27734
  ];
27655
27735
  var EXPENSE_LEDGER_ACCOUNT_SUBTYPES = [
@@ -27670,12 +27750,40 @@ var EXPENSE_LEDGER_ACCOUNT_SUBTYPES = [
27670
27750
  label: "Taxes & Licenses"
27671
27751
  },
27672
27752
  {
27673
- value: "BAD_DEBT",
27674
- label: "Bad Debt"
27753
+ value: "UNCATEGORIZED_EXPENSE",
27754
+ label: "Uncategorized Expense"
27675
27755
  },
27676
27756
  {
27677
27757
  value: "CHARITABLE_CONTRIBUTIONS",
27678
27758
  label: "Charitable Contributions"
27759
+ },
27760
+ {
27761
+ value: "LOAN_EXPENSES",
27762
+ label: "Loan Expenses"
27763
+ },
27764
+ {
27765
+ value: "FINANCE_COSTS",
27766
+ label: "Finance Costs"
27767
+ },
27768
+ {
27769
+ value: "INTEREST_EXPENSES",
27770
+ label: "Interest Expenses"
27771
+ },
27772
+ {
27773
+ value: "DEPRECIATION",
27774
+ label: "Depreciation"
27775
+ },
27776
+ {
27777
+ value: "AMORTIZATION",
27778
+ label: "Amortization"
27779
+ },
27780
+ {
27781
+ value: "BAD_DEBT",
27782
+ label: "Bad Debt"
27783
+ },
27784
+ {
27785
+ value: "OTHER_EXPENSES",
27786
+ label: "Other Expenses"
27679
27787
  }
27680
27788
  ];
27681
27789
  var LEDGER_ACCOUNT_SUBTYPES = [
@@ -5570,7 +5570,7 @@ import { useState as useState5 } from "react";
5570
5570
  import { useReducer, useEffect as useEffect2 } from "react";
5571
5571
 
5572
5572
  // package.json
5573
- var version = "0.1.104-alpha";
5573
+ var version = "0.1.104";
5574
5574
 
5575
5575
  // src/models/APIError.ts
5576
5576
  var APIError = class _APIError extends Error {
@@ -27661,6 +27661,10 @@ var ASSET_LEDGER_ACCOUNT_SUBTYPES = [
27661
27661
  value: "FIXED_ASSET",
27662
27662
  label: "Fixed Assets"
27663
27663
  },
27664
+ {
27665
+ value: "ACCUMULATED_DEPRECIATION",
27666
+ label: "Accumulated Depreciation"
27667
+ },
27664
27668
  {
27665
27669
  value: "CASH",
27666
27670
  label: "Cash"
@@ -27668,13 +27672,33 @@ var ASSET_LEDGER_ACCOUNT_SUBTYPES = [
27668
27672
  {
27669
27673
  value: "UNDEPOSITED_FUNDS",
27670
27674
  label: "Undeposited Funds"
27675
+ },
27676
+ {
27677
+ value: "CURRENT_ASSET",
27678
+ label: "Current Assets"
27679
+ },
27680
+ {
27681
+ value: "NON_CURRENT_ASSET",
27682
+ label: "Non-Current Assets"
27683
+ },
27684
+ {
27685
+ value: "PREPAID_EXPENSES",
27686
+ label: "Prepaid Expenses"
27687
+ },
27688
+ {
27689
+ value: "DEVELOPMENT_COSTS",
27690
+ label: "Development Costs"
27691
+ },
27692
+ {
27693
+ value: "LOANS_RECEIVABLE",
27694
+ label: "Loans Receivable"
27695
+ },
27696
+ {
27697
+ value: "INTANGIBLE_ASSET",
27698
+ label: "Intangible Assets"
27671
27699
  }
27672
27700
  ];
27673
27701
  var LIABILITY_LEDGER_ACCOUNT_SUBTYPES = [
27674
- {
27675
- value: "LIABILITY",
27676
- label: "Liabilities"
27677
- },
27678
27702
  {
27679
27703
  value: "ACCOUNTS_PAYABLE",
27680
27704
  label: "Accounts Payable"
@@ -27684,36 +27708,72 @@ var LIABILITY_LEDGER_ACCOUNT_SUBTYPES = [
27684
27708
  label: "Credit Cards"
27685
27709
  },
27686
27710
  {
27687
- value: "SHAREHOLDER_LOAN",
27688
- label: "Shareholder Loans"
27711
+ value: "INCOME_TAXES_PAYABLE",
27712
+ label: "Income Taxes Payable"
27713
+ },
27714
+ {
27715
+ value: "SALES_TAXES_PAYABLE",
27716
+ label: "Sales Taxes Payable"
27717
+ },
27718
+ {
27719
+ value: "OTHER_TAXES_PAYABLE",
27720
+ label: "Other Taxes Payable"
27721
+ },
27722
+ {
27723
+ value: "PAYROLL_TAXES_PAYABLE",
27724
+ label: "Payroll Taxes Payable"
27725
+ },
27726
+ {
27727
+ value: "UNEARNED_REVENUE",
27728
+ label: "Unearned Revenue"
27689
27729
  },
27690
27730
  {
27691
27731
  value: "PAYROLL_LIABILITY",
27692
27732
  label: "Payroll Liabilities"
27693
27733
  },
27694
27734
  {
27695
- value: "SALES_TAXES_PAYABLE",
27696
- label: "Sales Taxes Payable"
27735
+ value: "PAYROLL_CLEARING",
27736
+ label: "Payroll Clearing"
27697
27737
  },
27698
27738
  {
27699
27739
  value: "LINE_OF_CREDIT",
27700
27740
  label: "Lines of Credit"
27701
27741
  },
27702
- {
27703
- value: "NOTES_PAYABLE",
27704
- label: "Notes Payable"
27705
- },
27706
27742
  {
27707
27743
  value: "TIPS",
27708
27744
  label: "Tips"
27709
27745
  },
27710
27746
  {
27711
- value: "UNEARNED_REVENUE",
27712
- label: "Unearned Revenue"
27747
+ value: "REFUND_LIABILITIES",
27748
+ label: "Refund Liabilities"
27713
27749
  },
27714
27750
  {
27715
27751
  value: "UNDEPOSITED_OUTFLOWS",
27716
27752
  label: "Undeposited Outflows"
27753
+ },
27754
+ {
27755
+ value: "OUTGOING_PAYMENT_CLEARING_ACCOUNT",
27756
+ label: "Outgoing Payment Clearing Accounts"
27757
+ },
27758
+ {
27759
+ value: "OTHER_CURRENT_LIABILITY",
27760
+ label: "Current Liabilities"
27761
+ },
27762
+ {
27763
+ value: "LOANS_PAYABLE",
27764
+ label: "Loans Payable"
27765
+ },
27766
+ {
27767
+ value: "NOTES_PAYABLE",
27768
+ label: "Notes Payable"
27769
+ },
27770
+ {
27771
+ value: "SHAREHOLDER_LOAN",
27772
+ label: "Shareholder Loans"
27773
+ },
27774
+ {
27775
+ value: "NON_CURRENT_LIABILITY",
27776
+ label: "Long Term Liabilities"
27717
27777
  }
27718
27778
  ];
27719
27779
  var EQUITY_LEDGER_ACCOUNT_SUBTYPES = [
@@ -27729,6 +27789,10 @@ var EQUITY_LEDGER_ACCOUNT_SUBTYPES = [
27729
27789
  value: "COMMON_STOCK",
27730
27790
  label: "Common Stock"
27731
27791
  },
27792
+ {
27793
+ value: "PREFERRED_STOCK",
27794
+ label: "Preferred Stock"
27795
+ },
27732
27796
  {
27733
27797
  value: "ADDITIONAL_PAID_IN_CAPITAL",
27734
27798
  label: "Additional Paid In Capital"
@@ -27744,6 +27808,10 @@ var EQUITY_LEDGER_ACCOUNT_SUBTYPES = [
27744
27808
  {
27745
27809
  value: "OPENING_BALANCE_EQUITY",
27746
27810
  label: "Opening Balance Equity"
27811
+ },
27812
+ {
27813
+ value: "OTHER_EQUITY",
27814
+ label: "Other Equity"
27747
27815
  }
27748
27816
  ];
27749
27817
  var REVENUE_LEDGER_ACCOUNT_SUBTYPES = [
@@ -27758,6 +27826,18 @@ var REVENUE_LEDGER_ACCOUNT_SUBTYPES = [
27758
27826
  {
27759
27827
  value: "RETURNS_ALLOWANCES",
27760
27828
  label: "Returns & Allowances"
27829
+ },
27830
+ {
27831
+ value: "DIVIDEND_INCOME",
27832
+ label: "Dividend Income"
27833
+ },
27834
+ {
27835
+ value: "INTEREST_INCOME",
27836
+ label: "Interest Income"
27837
+ },
27838
+ {
27839
+ value: "OTHER_INCOME",
27840
+ label: "Other Income"
27761
27841
  }
27762
27842
  ];
27763
27843
  var EXPENSE_LEDGER_ACCOUNT_SUBTYPES = [
@@ -27778,12 +27858,40 @@ var EXPENSE_LEDGER_ACCOUNT_SUBTYPES = [
27778
27858
  label: "Taxes & Licenses"
27779
27859
  },
27780
27860
  {
27781
- value: "BAD_DEBT",
27782
- label: "Bad Debt"
27861
+ value: "UNCATEGORIZED_EXPENSE",
27862
+ label: "Uncategorized Expense"
27783
27863
  },
27784
27864
  {
27785
27865
  value: "CHARITABLE_CONTRIBUTIONS",
27786
27866
  label: "Charitable Contributions"
27867
+ },
27868
+ {
27869
+ value: "LOAN_EXPENSES",
27870
+ label: "Loan Expenses"
27871
+ },
27872
+ {
27873
+ value: "FINANCE_COSTS",
27874
+ label: "Finance Costs"
27875
+ },
27876
+ {
27877
+ value: "INTEREST_EXPENSES",
27878
+ label: "Interest Expenses"
27879
+ },
27880
+ {
27881
+ value: "DEPRECIATION",
27882
+ label: "Depreciation"
27883
+ },
27884
+ {
27885
+ value: "AMORTIZATION",
27886
+ label: "Amortization"
27887
+ },
27888
+ {
27889
+ value: "BAD_DEBT",
27890
+ label: "Bad Debt"
27891
+ },
27892
+ {
27893
+ value: "OTHER_EXPENSES",
27894
+ label: "Other Expenses"
27787
27895
  }
27788
27896
  ];
27789
27897
  var LEDGER_ACCOUNT_SUBTYPES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.104-alpha",
3
+ "version": "0.1.104",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",