@api-doctor/cli 0.0.3 → 0.0.5
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/README.md +39 -46
- package/dist/cli.cjs +5373 -1490
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +5373 -1490
- package/dist/cli.mjs.map +1 -1
- package/dist/plugin.d.ts +1013 -0
- package/dist/plugin.js +4887 -1476
- package/dist/plugin.js.map +1 -1
- package/package.json +2 -2
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,769 @@ 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
|
+
};
|
|
1788
|
+
readonly 'elevenlabs-validate-signed-url-response': {
|
|
1789
|
+
meta: {
|
|
1790
|
+
type: string;
|
|
1791
|
+
docs: {
|
|
1792
|
+
description: string;
|
|
1793
|
+
category: string;
|
|
1794
|
+
cwe: string;
|
|
1795
|
+
rationale: string;
|
|
1796
|
+
docsUrl: string;
|
|
1797
|
+
recommended: boolean;
|
|
1798
|
+
};
|
|
1799
|
+
messages: {
|
|
1800
|
+
missingValidation: string;
|
|
1801
|
+
};
|
|
1802
|
+
};
|
|
1803
|
+
create(context: any): {
|
|
1804
|
+
FunctionDeclaration(node: any): void;
|
|
1805
|
+
FunctionExpression(node: any): void;
|
|
1806
|
+
ArrowFunctionExpression(node: any): void;
|
|
1807
|
+
};
|
|
1808
|
+
};
|
|
1809
|
+
readonly 'elevenlabs-no-error-object-logging': {
|
|
1810
|
+
meta: {
|
|
1811
|
+
type: string;
|
|
1812
|
+
docs: {
|
|
1813
|
+
description: string;
|
|
1814
|
+
category: string;
|
|
1815
|
+
cwe: string;
|
|
1816
|
+
rationale: string;
|
|
1817
|
+
docsUrl: string;
|
|
1818
|
+
recommended: boolean;
|
|
1819
|
+
};
|
|
1820
|
+
messages: {
|
|
1821
|
+
rawErrorLogged: string;
|
|
1822
|
+
};
|
|
1823
|
+
};
|
|
1824
|
+
create(context: any): {
|
|
1825
|
+
TryStatement(node: any): void;
|
|
1826
|
+
};
|
|
1827
|
+
};
|
|
1828
|
+
readonly 'elevenlabs-fetch-timeout-required': {
|
|
1829
|
+
meta: {
|
|
1830
|
+
type: string;
|
|
1831
|
+
docs: {
|
|
1832
|
+
description: string;
|
|
1833
|
+
category: string;
|
|
1834
|
+
rationale: string;
|
|
1835
|
+
docsUrl: string;
|
|
1836
|
+
recommended: boolean;
|
|
1837
|
+
};
|
|
1838
|
+
messages: {
|
|
1839
|
+
missingTimeout: string;
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
create(context: any): {
|
|
1843
|
+
CallExpression(node: any): void;
|
|
1844
|
+
};
|
|
1845
|
+
};
|
|
1846
|
+
readonly 'elevenlabs-validate-agent-id-format': {
|
|
1847
|
+
meta: {
|
|
1848
|
+
type: string;
|
|
1849
|
+
docs: {
|
|
1850
|
+
description: string;
|
|
1851
|
+
category: string;
|
|
1852
|
+
cwe: string;
|
|
1853
|
+
rationale: string;
|
|
1854
|
+
docsUrl: string;
|
|
1855
|
+
recommended: boolean;
|
|
1856
|
+
};
|
|
1857
|
+
messages: {
|
|
1858
|
+
missingFormatValidation: string;
|
|
1859
|
+
};
|
|
1860
|
+
};
|
|
1861
|
+
create(context: any): {
|
|
1862
|
+
FunctionDeclaration(node: any): void;
|
|
1863
|
+
FunctionExpression(node: any): void;
|
|
1864
|
+
ArrowFunctionExpression(node: any): void;
|
|
1865
|
+
};
|
|
1866
|
+
};
|
|
1867
|
+
readonly 'elevenlabs-secure-session-id-generation': {
|
|
1868
|
+
meta: {
|
|
1869
|
+
type: string;
|
|
1870
|
+
docs: {
|
|
1871
|
+
description: string;
|
|
1872
|
+
category: string;
|
|
1873
|
+
cwe: string;
|
|
1874
|
+
rationale: string;
|
|
1875
|
+
docsUrl: string;
|
|
1876
|
+
recommended: boolean;
|
|
1877
|
+
};
|
|
1878
|
+
messages: {
|
|
1879
|
+
insecureSessionId: string;
|
|
1880
|
+
};
|
|
1881
|
+
};
|
|
1882
|
+
create(context: any): {
|
|
1883
|
+
VariableDeclarator(node: any): void;
|
|
1884
|
+
};
|
|
1885
|
+
};
|
|
1886
|
+
readonly 'elevenlabs-conversation-error-recovery': {
|
|
1887
|
+
meta: {
|
|
1888
|
+
type: string;
|
|
1889
|
+
docs: {
|
|
1890
|
+
description: string;
|
|
1891
|
+
category: string;
|
|
1892
|
+
rationale: string;
|
|
1893
|
+
docsUrl: string;
|
|
1894
|
+
recommended: boolean;
|
|
1895
|
+
};
|
|
1896
|
+
messages: {
|
|
1897
|
+
missingLoadingReset: string;
|
|
1898
|
+
};
|
|
1899
|
+
};
|
|
1900
|
+
create(context: any): {
|
|
1901
|
+
FunctionDeclaration(node: any): void;
|
|
1902
|
+
FunctionExpression(node: any): void;
|
|
1903
|
+
ArrowFunctionExpression(node: any): void;
|
|
1904
|
+
};
|
|
1905
|
+
};
|
|
1906
|
+
readonly 'elevenlabs-api-version-pinning': {
|
|
1907
|
+
meta: {
|
|
1908
|
+
type: string;
|
|
1909
|
+
docs: {
|
|
1910
|
+
description: string;
|
|
1911
|
+
category: string;
|
|
1912
|
+
rationale: string;
|
|
1913
|
+
docsUrl: string;
|
|
1914
|
+
recommended: boolean;
|
|
1915
|
+
};
|
|
1916
|
+
messages: {
|
|
1917
|
+
missingVersionHeader: string;
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1920
|
+
create(context: any): {
|
|
1921
|
+
CallExpression(node: any): void;
|
|
1922
|
+
};
|
|
1923
|
+
};
|
|
1924
|
+
readonly 'elevenlabs-check-http-status-before-json': {
|
|
1925
|
+
meta: {
|
|
1926
|
+
type: string;
|
|
1927
|
+
docs: {
|
|
1928
|
+
description: string;
|
|
1929
|
+
category: string;
|
|
1930
|
+
rationale: string;
|
|
1931
|
+
docsUrl: string;
|
|
1932
|
+
recommended: boolean;
|
|
1933
|
+
};
|
|
1934
|
+
messages: {
|
|
1935
|
+
missingStatusCheck: string;
|
|
1936
|
+
};
|
|
1937
|
+
};
|
|
1938
|
+
create(context: any): {
|
|
1939
|
+
FunctionDeclaration(node: any): void;
|
|
1940
|
+
FunctionExpression(node: any): void;
|
|
1941
|
+
ArrowFunctionExpression(node: any): void;
|
|
1942
|
+
};
|
|
1943
|
+
};
|
|
1944
|
+
readonly 'elevenlabs-conversation-cleanup-on-error': {
|
|
1945
|
+
meta: {
|
|
1946
|
+
type: string;
|
|
1947
|
+
docs: {
|
|
1948
|
+
description: string;
|
|
1949
|
+
category: string;
|
|
1950
|
+
rationale: string;
|
|
1951
|
+
docsUrl: string;
|
|
1952
|
+
recommended: boolean;
|
|
1953
|
+
};
|
|
1954
|
+
messages: {
|
|
1955
|
+
missingTryCatch: string;
|
|
1956
|
+
};
|
|
1957
|
+
};
|
|
1958
|
+
create(context: any): {
|
|
1959
|
+
'Program:exit'(program: any): void;
|
|
1960
|
+
};
|
|
1961
|
+
};
|
|
1962
|
+
readonly 'elevenlabs-env-var-validation': {
|
|
1963
|
+
meta: {
|
|
1964
|
+
type: string;
|
|
1965
|
+
docs: {
|
|
1966
|
+
description: string;
|
|
1967
|
+
category: string;
|
|
1968
|
+
rationale: string;
|
|
1969
|
+
docsUrl: string;
|
|
1970
|
+
recommended: boolean;
|
|
1971
|
+
};
|
|
1972
|
+
messages: {
|
|
1973
|
+
missingStartupValidation: string;
|
|
1974
|
+
};
|
|
1975
|
+
};
|
|
1976
|
+
create(context: any): {
|
|
1977
|
+
'Program:exit'(program: any): void;
|
|
1978
|
+
};
|
|
1979
|
+
};
|
|
1980
|
+
readonly 'twilio-validate-webhook-signature': {
|
|
1981
|
+
meta: {
|
|
1982
|
+
type: string;
|
|
1983
|
+
docs: {
|
|
1984
|
+
description: string;
|
|
1985
|
+
category: string;
|
|
1986
|
+
cwe: string;
|
|
1987
|
+
owasp: string;
|
|
1988
|
+
rationale: string;
|
|
1989
|
+
docsUrl: string;
|
|
1990
|
+
recommended: boolean;
|
|
1991
|
+
};
|
|
1992
|
+
messages: {
|
|
1993
|
+
missingSignatureValidation: string;
|
|
1994
|
+
};
|
|
1995
|
+
};
|
|
1996
|
+
create(context: any): {
|
|
1997
|
+
'Program:exit'(program: any): void;
|
|
1998
|
+
};
|
|
1999
|
+
};
|
|
2000
|
+
readonly 'twilio-taskrouter-attributes-match-consumer': {
|
|
2001
|
+
meta: {
|
|
2002
|
+
type: string;
|
|
2003
|
+
docs: {
|
|
2004
|
+
description: string;
|
|
2005
|
+
category: string;
|
|
2006
|
+
rationale: string;
|
|
2007
|
+
docsUrl: string;
|
|
2008
|
+
recommended: boolean;
|
|
2009
|
+
};
|
|
2010
|
+
messages: {
|
|
2011
|
+
attributeMismatch: string;
|
|
2012
|
+
};
|
|
2013
|
+
};
|
|
2014
|
+
create(context: any): {
|
|
2015
|
+
'Program:exit'(program: any): void;
|
|
2016
|
+
};
|
|
2017
|
+
};
|
|
2018
|
+
readonly 'twilio-enqueue-task-json-stringify': {
|
|
2019
|
+
meta: {
|
|
2020
|
+
type: string;
|
|
2021
|
+
docs: {
|
|
2022
|
+
description: string;
|
|
2023
|
+
category: string;
|
|
2024
|
+
cwe: string;
|
|
2025
|
+
owasp: string;
|
|
2026
|
+
rationale: string;
|
|
2027
|
+
docsUrl: string;
|
|
2028
|
+
recommended: boolean;
|
|
2029
|
+
};
|
|
2030
|
+
messages: {
|
|
2031
|
+
rawJsonInterpolation: string;
|
|
2032
|
+
};
|
|
2033
|
+
};
|
|
2034
|
+
create(context: any): {
|
|
2035
|
+
CallExpression(node: any): void;
|
|
2036
|
+
};
|
|
2037
|
+
};
|
|
2038
|
+
readonly 'twilio-media-streams-key-by-call-sid': {
|
|
2039
|
+
meta: {
|
|
2040
|
+
type: string;
|
|
2041
|
+
docs: {
|
|
2042
|
+
description: string;
|
|
2043
|
+
category: string;
|
|
2044
|
+
rationale: string;
|
|
2045
|
+
docsUrl: string;
|
|
2046
|
+
recommended: boolean;
|
|
2047
|
+
};
|
|
2048
|
+
messages: {
|
|
2049
|
+
keyedByPhoneNumber: string;
|
|
2050
|
+
};
|
|
2051
|
+
};
|
|
2052
|
+
create(context: any): {
|
|
2053
|
+
'Program:exit'(program: any): void;
|
|
2054
|
+
};
|
|
2055
|
+
};
|
|
2056
|
+
readonly 'twilio-await-or-catch-rest-calls-in-event-handlers': {
|
|
2057
|
+
meta: {
|
|
2058
|
+
type: string;
|
|
2059
|
+
docs: {
|
|
2060
|
+
description: string;
|
|
2061
|
+
category: string;
|
|
2062
|
+
rationale: string;
|
|
2063
|
+
docsUrl: string;
|
|
2064
|
+
recommended: boolean;
|
|
2065
|
+
};
|
|
2066
|
+
messages: {
|
|
2067
|
+
missingTryCatch: string;
|
|
2068
|
+
};
|
|
2069
|
+
};
|
|
2070
|
+
create(context: any): {
|
|
2071
|
+
CallExpression(node: any): void;
|
|
2072
|
+
};
|
|
2073
|
+
};
|
|
2074
|
+
readonly 'twilio-use-twiml-builder-not-string-templates': {
|
|
2075
|
+
meta: {
|
|
2076
|
+
type: string;
|
|
2077
|
+
docs: {
|
|
2078
|
+
description: string;
|
|
2079
|
+
category: string;
|
|
2080
|
+
cwe: string;
|
|
2081
|
+
rationale: string;
|
|
2082
|
+
docsUrl: string;
|
|
2083
|
+
recommended: boolean;
|
|
2084
|
+
};
|
|
2085
|
+
messages: {
|
|
2086
|
+
rawTwimlTemplate: string;
|
|
2087
|
+
};
|
|
2088
|
+
};
|
|
2089
|
+
create(context: any): {
|
|
2090
|
+
TemplateLiteral(node: any): void;
|
|
2091
|
+
};
|
|
2092
|
+
};
|
|
2093
|
+
readonly 'twilio-media-streams-mark-pacing': {
|
|
2094
|
+
meta: {
|
|
2095
|
+
type: string;
|
|
2096
|
+
docs: {
|
|
2097
|
+
description: string;
|
|
2098
|
+
category: string;
|
|
2099
|
+
rationale: string;
|
|
2100
|
+
docsUrl: string;
|
|
2101
|
+
recommended: boolean;
|
|
2102
|
+
};
|
|
2103
|
+
messages: {
|
|
2104
|
+
noMarkPacing: string;
|
|
2105
|
+
};
|
|
2106
|
+
};
|
|
2107
|
+
create(context: any): {
|
|
2108
|
+
'Program:exit'(program: any): void;
|
|
2109
|
+
};
|
|
2110
|
+
};
|
|
2111
|
+
readonly 'twilio-validate-all-request-inputs': {
|
|
2112
|
+
meta: {
|
|
2113
|
+
type: string;
|
|
2114
|
+
docs: {
|
|
2115
|
+
description: string;
|
|
2116
|
+
category: string;
|
|
2117
|
+
rationale: string;
|
|
2118
|
+
docsUrl: string;
|
|
2119
|
+
recommended: boolean;
|
|
2120
|
+
};
|
|
2121
|
+
messages: {
|
|
2122
|
+
missingQuerystringSchema: string;
|
|
2123
|
+
missingSchemaEntirely: string;
|
|
2124
|
+
};
|
|
2125
|
+
};
|
|
2126
|
+
create(context: any): {
|
|
2127
|
+
CallExpression(node: any): void;
|
|
2128
|
+
};
|
|
2129
|
+
};
|
|
2130
|
+
readonly 'twilio-media-streams-mark-name-string': {
|
|
2131
|
+
meta: {
|
|
2132
|
+
type: string;
|
|
2133
|
+
docs: {
|
|
2134
|
+
description: string;
|
|
2135
|
+
category: string;
|
|
2136
|
+
rationale: string;
|
|
2137
|
+
docsUrl: string;
|
|
2138
|
+
recommended: boolean;
|
|
2139
|
+
};
|
|
2140
|
+
messages: {
|
|
2141
|
+
markNameNotString: string;
|
|
2142
|
+
};
|
|
2143
|
+
};
|
|
2144
|
+
create(context: any): {
|
|
2145
|
+
Property(node: any): void;
|
|
2146
|
+
};
|
|
2147
|
+
};
|
|
2148
|
+
readonly 'openai-realtime-migrate-beta-to-ga': {
|
|
2149
|
+
meta: {
|
|
2150
|
+
type: string;
|
|
2151
|
+
docs: {
|
|
2152
|
+
description: string;
|
|
2153
|
+
category: string;
|
|
2154
|
+
docsUrl: string;
|
|
2155
|
+
rationale: string;
|
|
2156
|
+
recommended: boolean;
|
|
2157
|
+
};
|
|
2158
|
+
messages: {
|
|
2159
|
+
betaHeaderPresent: string;
|
|
2160
|
+
};
|
|
2161
|
+
schema: never[];
|
|
2162
|
+
};
|
|
2163
|
+
create(context: any): {
|
|
2164
|
+
Program(node: any): void;
|
|
2165
|
+
NewExpression(node: any): void;
|
|
2166
|
+
};
|
|
2167
|
+
};
|
|
2168
|
+
readonly 'openai-realtime-no-log-raw-message-payloads': {
|
|
2169
|
+
meta: {
|
|
2170
|
+
type: string;
|
|
2171
|
+
docs: {
|
|
2172
|
+
description: string;
|
|
2173
|
+
category: string;
|
|
2174
|
+
cwe: string;
|
|
2175
|
+
docsUrl: string;
|
|
2176
|
+
rationale: string;
|
|
2177
|
+
recommended: boolean;
|
|
2178
|
+
};
|
|
2179
|
+
messages: {
|
|
2180
|
+
rawPayloadLogged: string;
|
|
2181
|
+
};
|
|
2182
|
+
schema: never[];
|
|
2183
|
+
};
|
|
2184
|
+
create(context: any): {
|
|
2185
|
+
Program(node: any): void;
|
|
2186
|
+
CallExpression(node: any): void;
|
|
2187
|
+
};
|
|
2188
|
+
};
|
|
2189
|
+
readonly 'openai-realtime-handle-error-server-event': {
|
|
2190
|
+
meta: {
|
|
2191
|
+
type: string;
|
|
2192
|
+
docs: {
|
|
2193
|
+
description: string;
|
|
2194
|
+
category: string;
|
|
2195
|
+
docsUrl: string;
|
|
2196
|
+
rationale: string;
|
|
2197
|
+
recommended: boolean;
|
|
2198
|
+
};
|
|
2199
|
+
messages: {
|
|
2200
|
+
missingErrorBranch: string;
|
|
2201
|
+
};
|
|
2202
|
+
schema: never[];
|
|
2203
|
+
};
|
|
2204
|
+
create(context: any): {
|
|
2205
|
+
Program(node: any): void;
|
|
2206
|
+
CallExpression(node: any): void;
|
|
2207
|
+
};
|
|
2208
|
+
};
|
|
2209
|
+
readonly 'openai-realtime-reconnect-on-drop': {
|
|
2210
|
+
meta: {
|
|
2211
|
+
type: string;
|
|
2212
|
+
docs: {
|
|
2213
|
+
description: string;
|
|
2214
|
+
category: string;
|
|
2215
|
+
docsUrl: string;
|
|
2216
|
+
rationale: string;
|
|
2217
|
+
recommended: boolean;
|
|
2218
|
+
};
|
|
2219
|
+
messages: {
|
|
2220
|
+
noReconnectAttempt: string;
|
|
2221
|
+
};
|
|
2222
|
+
schema: never[];
|
|
2223
|
+
};
|
|
2224
|
+
create(context: any): {
|
|
2225
|
+
Program(node: any): void;
|
|
2226
|
+
CallExpression(node: any): void;
|
|
2227
|
+
};
|
|
2228
|
+
};
|
|
2229
|
+
readonly 'openai-realtime-avoid-dated-preview-snapshots': {
|
|
2230
|
+
meta: {
|
|
2231
|
+
type: string;
|
|
2232
|
+
docs: {
|
|
2233
|
+
description: string;
|
|
2234
|
+
category: string;
|
|
2235
|
+
docsUrl: string;
|
|
2236
|
+
rationale: string;
|
|
2237
|
+
recommended: boolean;
|
|
2238
|
+
};
|
|
2239
|
+
messages: {
|
|
2240
|
+
datedPreviewSnapshot: string;
|
|
2241
|
+
};
|
|
2242
|
+
schema: never[];
|
|
2243
|
+
};
|
|
2244
|
+
create(context: any): {
|
|
2245
|
+
Program(node: any): void;
|
|
2246
|
+
NewExpression(node: any): void;
|
|
2247
|
+
};
|
|
2248
|
+
};
|
|
2249
|
+
readonly 'openai-realtime-verify-deprecated-session-fields': {
|
|
2250
|
+
meta: {
|
|
2251
|
+
type: string;
|
|
2252
|
+
docs: {
|
|
2253
|
+
description: string;
|
|
2254
|
+
category: string;
|
|
2255
|
+
docsUrl: string;
|
|
2256
|
+
rationale: string;
|
|
2257
|
+
recommended: boolean;
|
|
2258
|
+
};
|
|
2259
|
+
messages: {
|
|
2260
|
+
unverifiedTemperatureField: string;
|
|
2261
|
+
};
|
|
2262
|
+
schema: never[];
|
|
2263
|
+
};
|
|
2264
|
+
create(context: any): {
|
|
2265
|
+
ObjectExpression(node: any): void;
|
|
2266
|
+
};
|
|
2267
|
+
};
|
|
2268
|
+
readonly 'openai-realtime-buffer-audio-until-session-ready': {
|
|
2269
|
+
meta: {
|
|
2270
|
+
type: string;
|
|
2271
|
+
docs: {
|
|
2272
|
+
description: string;
|
|
2273
|
+
category: string;
|
|
2274
|
+
docsUrl: string;
|
|
2275
|
+
rationale: string;
|
|
2276
|
+
recommended: boolean;
|
|
2277
|
+
};
|
|
2278
|
+
messages: {
|
|
2279
|
+
audioDroppedNotBuffered: string;
|
|
2280
|
+
};
|
|
2281
|
+
schema: never[];
|
|
2282
|
+
};
|
|
2283
|
+
create(context: any): {
|
|
2284
|
+
IfStatement(node: any): void;
|
|
2285
|
+
};
|
|
2286
|
+
};
|
|
2287
|
+
readonly 'openai-realtime-send-safety-identifier': {
|
|
2288
|
+
meta: {
|
|
2289
|
+
type: string;
|
|
2290
|
+
docs: {
|
|
2291
|
+
description: string;
|
|
2292
|
+
category: string;
|
|
2293
|
+
docsUrl: string;
|
|
2294
|
+
rationale: string;
|
|
2295
|
+
recommended: boolean;
|
|
2296
|
+
};
|
|
2297
|
+
messages: {
|
|
2298
|
+
missingSafetyIdentifier: string;
|
|
2299
|
+
};
|
|
2300
|
+
schema: never[];
|
|
2301
|
+
};
|
|
2302
|
+
create(context: any): {
|
|
2303
|
+
Program(node: any): void;
|
|
2304
|
+
NewExpression(node: any): void;
|
|
2305
|
+
};
|
|
2306
|
+
};
|
|
2307
|
+
readonly 'openai-realtime-transcription-model-choice': {
|
|
2308
|
+
meta: {
|
|
2309
|
+
type: string;
|
|
2310
|
+
docs: {
|
|
2311
|
+
description: string;
|
|
2312
|
+
category: string;
|
|
2313
|
+
docsUrl: string;
|
|
2314
|
+
rationale: string;
|
|
2315
|
+
recommended: boolean;
|
|
2316
|
+
};
|
|
2317
|
+
messages: {
|
|
2318
|
+
nonStreamingTranscriptionModel: string;
|
|
2319
|
+
};
|
|
2320
|
+
schema: never[];
|
|
2321
|
+
};
|
|
2322
|
+
create(context: any): {
|
|
2323
|
+
ObjectExpression(node: any): void;
|
|
2324
|
+
};
|
|
2325
|
+
};
|
|
1313
2326
|
};
|
|
1314
2327
|
};
|
|
1315
2328
|
|