@api-doctor/cli 0.0.3 → 0.0.4

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.
package/dist/plugin.d.ts CHANGED
@@ -816,6 +816,256 @@ declare const plugin: {
816
816
  'Program:exit'(): void;
817
817
  };
818
818
  };
819
+ readonly 'firebase-firestore-rules-expired': {
820
+ meta: {
821
+ type: string;
822
+ docs: {
823
+ description: string;
824
+ category: string;
825
+ cwe: string;
826
+ owasp: string;
827
+ rationale: string;
828
+ docsUrl: string;
829
+ recommended: boolean;
830
+ };
831
+ messages: {
832
+ firestoreRulesExpired: string;
833
+ };
834
+ schema: never[];
835
+ };
836
+ create(context: any): {
837
+ Literal(node: any): void;
838
+ TemplateLiteral(node: any): void;
839
+ };
840
+ };
841
+ readonly 'firebase-id-token-cookie-flags': {
842
+ meta: {
843
+ type: string;
844
+ docs: {
845
+ description: string;
846
+ category: string;
847
+ cwe: string;
848
+ owasp: string;
849
+ rationale: string;
850
+ docsUrl: string;
851
+ recommended: boolean;
852
+ };
853
+ messages: {
854
+ idTokenCookieMissingHttpOnly: string;
855
+ };
856
+ schema: never[];
857
+ };
858
+ create(context: any): {
859
+ CallExpression(node: any): void;
860
+ };
861
+ };
862
+ readonly 'firebase-middleware-token-not-verified': {
863
+ meta: {
864
+ type: string;
865
+ docs: {
866
+ description: string;
867
+ category: string;
868
+ cwe: string;
869
+ owasp: string;
870
+ rationale: string;
871
+ docsUrl: string;
872
+ recommended: boolean;
873
+ };
874
+ messages: {
875
+ tokenNotVerified: string;
876
+ };
877
+ schema: never[];
878
+ };
879
+ create(context: any): {
880
+ CallExpression(node: any): void;
881
+ 'Program:exit'(): void;
882
+ };
883
+ };
884
+ readonly 'firebase-hardcoded-user-id': {
885
+ meta: {
886
+ type: string;
887
+ docs: {
888
+ description: string;
889
+ category: string;
890
+ cwe: string;
891
+ owasp: string;
892
+ rationale: string;
893
+ docsUrl: string;
894
+ recommended: boolean;
895
+ };
896
+ messages: {
897
+ hardcodedUserId: string;
898
+ };
899
+ schema: never[];
900
+ };
901
+ create(context: any): {
902
+ VariableDeclarator(node: any): void;
903
+ };
904
+ };
905
+ readonly 'firebase-auth-user-not-found-disclosure': {
906
+ meta: {
907
+ type: string;
908
+ docs: {
909
+ description: string;
910
+ category: string;
911
+ cwe: string;
912
+ owasp: string;
913
+ rationale: string;
914
+ docsUrl: string;
915
+ recommended: boolean;
916
+ };
917
+ messages: {
918
+ userNotFoundDisclosure: string;
919
+ };
920
+ schema: never[];
921
+ };
922
+ create(context: any): {
923
+ BinaryExpression(node: any): void;
924
+ SwitchCase(node: any): void;
925
+ };
926
+ };
927
+ readonly 'firebase-signup-password-confirm': {
928
+ meta: {
929
+ type: string;
930
+ docs: {
931
+ description: string;
932
+ category: string;
933
+ rationale: string;
934
+ docsUrl: string;
935
+ recommended: boolean;
936
+ };
937
+ messages: {
938
+ passwordConfirmNotChecked: string;
939
+ };
940
+ schema: never[];
941
+ };
942
+ create(context: any): {
943
+ ImportDeclaration(node: any): void;
944
+ Identifier(node: any): void;
945
+ BinaryExpression(node: any): void;
946
+ CallExpression(node: any): void;
947
+ 'Program:exit'(): void;
948
+ };
949
+ };
950
+ readonly 'firebase-use-array-union-remove': {
951
+ meta: {
952
+ type: string;
953
+ docs: {
954
+ description: string;
955
+ category: string;
956
+ rationale: string;
957
+ docsUrl: string;
958
+ recommended: boolean;
959
+ };
960
+ messages: {
961
+ useArrayUnionRemove: string;
962
+ };
963
+ schema: never[];
964
+ };
965
+ create(context: any): {
966
+ CallExpression(node: any): void;
967
+ };
968
+ };
969
+ readonly 'firebase-duplicate-initialize-app': {
970
+ meta: {
971
+ type: string;
972
+ docs: {
973
+ description: string;
974
+ category: string;
975
+ rationale: string;
976
+ docsUrl: string;
977
+ recommended: boolean;
978
+ };
979
+ messages: {
980
+ duplicateInitializeApp: string;
981
+ };
982
+ schema: never[];
983
+ };
984
+ create(context: any): {
985
+ ImportDeclaration(node: any): void;
986
+ CallExpression(node: any): void;
987
+ 'Program:exit'(): void;
988
+ };
989
+ };
990
+ readonly 'firebase-onSnapshot-async-throw': {
991
+ meta: {
992
+ type: string;
993
+ docs: {
994
+ description: string;
995
+ category: string;
996
+ rationale: string;
997
+ docsUrl: string;
998
+ recommended: boolean;
999
+ };
1000
+ messages: {
1001
+ asyncThrowInSnapshot: string;
1002
+ };
1003
+ schema: never[];
1004
+ };
1005
+ create(context: any): {
1006
+ CallExpression(node: any): void;
1007
+ };
1008
+ };
1009
+ readonly 'firebase-onSnapshot-missing-error-callback': {
1010
+ meta: {
1011
+ type: string;
1012
+ docs: {
1013
+ description: string;
1014
+ category: string;
1015
+ rationale: string;
1016
+ docsUrl: string;
1017
+ recommended: boolean;
1018
+ };
1019
+ messages: {
1020
+ missingErrorCallback: string;
1021
+ };
1022
+ schema: never[];
1023
+ };
1024
+ create(context: any): {
1025
+ CallExpression(node: any): void;
1026
+ };
1027
+ };
1028
+ readonly 'firebase-firestore-document-size-guard': {
1029
+ meta: {
1030
+ type: string;
1031
+ docs: {
1032
+ description: string;
1033
+ category: string;
1034
+ rationale: string;
1035
+ docsUrl: string;
1036
+ recommended: boolean;
1037
+ };
1038
+ messages: {
1039
+ missingDocumentSizeGuard: string;
1040
+ };
1041
+ schema: never[];
1042
+ };
1043
+ create(context: any): {
1044
+ CallExpression(node: any): void;
1045
+ NewExpression(node: any): void;
1046
+ 'Program:exit'(): void;
1047
+ };
1048
+ };
1049
+ readonly 'firebase-use-timestamp-now': {
1050
+ meta: {
1051
+ type: string;
1052
+ docs: {
1053
+ description: string;
1054
+ category: string;
1055
+ rationale: string;
1056
+ docsUrl: string;
1057
+ recommended: boolean;
1058
+ };
1059
+ messages: {
1060
+ useTimestampNow: string;
1061
+ };
1062
+ schema: never[];
1063
+ };
1064
+ create(context: any): {
1065
+ ImportDeclaration(node: any): void;
1066
+ NewExpression(node: any): void;
1067
+ };
1068
+ };
819
1069
  readonly 'lovable-no-client-side-secret-fetch': {
820
1070
  meta: {
821
1071
  type: string;
@@ -1310,6 +1560,231 @@ declare const plugin: {
1310
1560
  CallExpression(node: any): void;
1311
1561
  };
1312
1562
  };
1563
+ readonly 'tiptap-upload-validate-fn-void': {
1564
+ meta: {
1565
+ type: string;
1566
+ docs: {
1567
+ description: string;
1568
+ category: string;
1569
+ cwe: string;
1570
+ owasp: string;
1571
+ rationale: string;
1572
+ docsUrl: string;
1573
+ recommended: boolean;
1574
+ };
1575
+ messages: {
1576
+ validateFnVoid: string;
1577
+ };
1578
+ schema: never[];
1579
+ };
1580
+ create(context: any): {
1581
+ ImportDeclaration(node: any): void;
1582
+ TSInterfaceDeclaration(node: any): void;
1583
+ ExpressionStatement(node: any): void;
1584
+ };
1585
+ };
1586
+ readonly 'tiptap-script-src-hardcoded-api-key': {
1587
+ meta: {
1588
+ type: string;
1589
+ docs: {
1590
+ description: string;
1591
+ category: string;
1592
+ cwe: string;
1593
+ owasp: string;
1594
+ rationale: string;
1595
+ docsUrl: string;
1596
+ recommended: boolean;
1597
+ };
1598
+ messages: {
1599
+ hardcodedApiKey: string;
1600
+ };
1601
+ schema: never[];
1602
+ };
1603
+ create(context: any): {
1604
+ AssignmentExpression(node: any): void;
1605
+ };
1606
+ };
1607
+ readonly 'tiptap-dynamic-script-no-sri': {
1608
+ meta: {
1609
+ type: string;
1610
+ docs: {
1611
+ description: string;
1612
+ category: string;
1613
+ cwe: string;
1614
+ owasp: string;
1615
+ rationale: string;
1616
+ docsUrl: string;
1617
+ recommended: boolean;
1618
+ };
1619
+ messages: {
1620
+ missingIntegrity: string;
1621
+ };
1622
+ schema: never[];
1623
+ };
1624
+ create(context: any): {
1625
+ VariableDeclarator(node: any): void;
1626
+ ExpressionStatement(node: any): void;
1627
+ AssignmentExpression(node: any): void;
1628
+ 'Program:exit'(): void;
1629
+ };
1630
+ };
1631
+ readonly 'tiptap-addAttributes-missing-renderHTML': {
1632
+ meta: {
1633
+ type: string;
1634
+ docs: {
1635
+ description: string;
1636
+ category: string;
1637
+ rationale: string;
1638
+ docsUrl: string;
1639
+ recommended: boolean;
1640
+ };
1641
+ messages: {
1642
+ missingRenderHTML: string;
1643
+ };
1644
+ schema: never[];
1645
+ };
1646
+ create(context: any): {
1647
+ Property(node: any): void;
1648
+ };
1649
+ };
1650
+ readonly 'tiptap-appendTransaction-add-to-history': {
1651
+ meta: {
1652
+ type: string;
1653
+ docs: {
1654
+ description: string;
1655
+ category: string;
1656
+ rationale: string;
1657
+ docsUrl: string;
1658
+ recommended: boolean;
1659
+ };
1660
+ messages: {
1661
+ missingAddToHistory: string;
1662
+ };
1663
+ schema: never[];
1664
+ };
1665
+ create(context: any): {
1666
+ Property(node: any): void;
1667
+ };
1668
+ };
1669
+ readonly 'tiptap-appendTransaction-full-scan': {
1670
+ meta: {
1671
+ type: string;
1672
+ docs: {
1673
+ description: string;
1674
+ category: string;
1675
+ rationale: string;
1676
+ docsUrl: string;
1677
+ recommended: boolean;
1678
+ };
1679
+ messages: {
1680
+ fullScanOnEveryTransaction: string;
1681
+ };
1682
+ schema: never[];
1683
+ };
1684
+ create(context: any): {
1685
+ Property(node: any): void;
1686
+ };
1687
+ };
1688
+ readonly 'tiptap-atom-node-wrap-in': {
1689
+ meta: {
1690
+ type: string;
1691
+ docs: {
1692
+ description: string;
1693
+ category: string;
1694
+ rationale: string;
1695
+ docsUrl: string;
1696
+ recommended: boolean;
1697
+ };
1698
+ messages: {
1699
+ wrapInAtomNode: string;
1700
+ };
1701
+ schema: never[];
1702
+ };
1703
+ create(context: any): {
1704
+ CallExpression(node: any): void;
1705
+ 'Program:exit'(): void;
1706
+ };
1707
+ };
1708
+ readonly 'tiptap-twitter-url-regex': {
1709
+ meta: {
1710
+ type: string;
1711
+ docs: {
1712
+ description: string;
1713
+ category: string;
1714
+ rationale: string;
1715
+ docsUrl: string;
1716
+ recommended: boolean;
1717
+ };
1718
+ messages: {
1719
+ twitterRegexMissingLegacyDomain: string;
1720
+ };
1721
+ schema: never[];
1722
+ };
1723
+ create(context: any): {
1724
+ Literal(node: any): void;
1725
+ NewExpression(node: any): void;
1726
+ };
1727
+ };
1728
+ readonly 'tiptap-drop-handler-pos-precedence': {
1729
+ meta: {
1730
+ type: string;
1731
+ docs: {
1732
+ description: string;
1733
+ category: string;
1734
+ rationale: string;
1735
+ docsUrl: string;
1736
+ recommended: boolean;
1737
+ };
1738
+ messages: {
1739
+ posNullCoalescePrecedence: string;
1740
+ };
1741
+ schema: never[];
1742
+ };
1743
+ create(context: any): {
1744
+ LogicalExpression(node: any): void;
1745
+ };
1746
+ };
1747
+ readonly 'tiptap-prefer-table-kit': {
1748
+ meta: {
1749
+ type: string;
1750
+ docs: {
1751
+ description: string;
1752
+ category: string;
1753
+ rationale: string;
1754
+ docsUrl: string;
1755
+ recommended: boolean;
1756
+ };
1757
+ messages: {
1758
+ preferTableKit: string;
1759
+ };
1760
+ schema: never[];
1761
+ };
1762
+ create(context: any): {
1763
+ ImportDeclaration(node: any): void;
1764
+ 'Program:exit'(): void;
1765
+ };
1766
+ };
1767
+ readonly 'tiptap-tiptap-markdown-missing-node-spec': {
1768
+ meta: {
1769
+ type: string;
1770
+ docs: {
1771
+ description: string;
1772
+ category: string;
1773
+ rationale: string;
1774
+ docsUrl: string;
1775
+ recommended: boolean;
1776
+ };
1777
+ messages: {
1778
+ missingMarkdownNodeSpec: string;
1779
+ };
1780
+ schema: never[];
1781
+ };
1782
+ create(context: any): {
1783
+ ImportDeclaration(node: any): void;
1784
+ CallExpression(node: any): void;
1785
+ 'Program:exit'(): void;
1786
+ };
1787
+ };
1313
1788
  };
1314
1789
  };
1315
1790