@amityco/social-plus-vise 0.8.1 → 0.12.2

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.
@@ -722,78 +722,6 @@
722
722
  }
723
723
  }
724
724
  },
725
- {
726
- "id": "typescript.comment.reference-type-enum",
727
- "version": 1,
728
- "title": "TypeScript comment reference type must be enum",
729
- "severity": "warning",
730
- "rationale": "Comment reference types (e.g., Post, Article) are typed as enums in most SDKs. Using raw strings bypasses type checking and causes silent failures if the server expects a specific casing.",
731
- "applies_when": {
732
- "platforms": [
733
- "typescript"
734
- ],
735
- "outcomes": [
736
- "add-comment",
737
- "validate-setup"
738
- ]
739
- },
740
- "enforcement": {
741
- "deterministic": [
742
- {
743
- "check": "validator-finding-absent",
744
- "finding_rule_id": "typescript.comment.reference-type-enum"
745
- }
746
- ],
747
- "attestation": {
748
- "allowed": true,
749
- "host_agent_min_confidence": "high",
750
- "human_allowed": true,
751
- "evidence_required": [
752
- {
753
- "field": "reference_type_source",
754
- "description": "How reference types are strongly typed.",
755
- "upload_policy": "upload-with-consent"
756
- }
757
- ]
758
- }
759
- }
760
- },
761
- {
762
- "id": "react-native.comment.reference-type-enum",
763
- "version": 1,
764
- "title": "React Native comment reference type must be enum",
765
- "severity": "warning",
766
- "rationale": "Comment reference types (e.g., Post, Article) are typed as enums in most SDKs. Using raw strings bypasses type checking and causes silent failures if the server expects a specific casing.",
767
- "applies_when": {
768
- "platforms": [
769
- "react-native"
770
- ],
771
- "outcomes": [
772
- "add-comment",
773
- "validate-setup"
774
- ]
775
- },
776
- "enforcement": {
777
- "deterministic": [
778
- {
779
- "check": "validator-finding-absent",
780
- "finding_rule_id": "react-native.comment.reference-type-enum"
781
- }
782
- ],
783
- "attestation": {
784
- "allowed": true,
785
- "host_agent_min_confidence": "high",
786
- "human_allowed": true,
787
- "evidence_required": [
788
- {
789
- "field": "reference_type_source",
790
- "description": "How reference types are strongly typed.",
791
- "upload_policy": "upload-with-consent"
792
- }
793
- ]
794
- }
795
- }
796
- },
797
725
  {
798
726
  "id": "android.comment.reference-type-enum",
799
727
  "version": 1,