finwipe 0.1.9 → 0.1.11
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 +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -385,6 +385,17 @@ PRs welcome — especially:
|
|
|
385
385
|
|
|
386
386
|
---
|
|
387
387
|
|
|
388
|
+
## 📖 Documentation
|
|
389
|
+
|
|
390
|
+
| Guide | Description |
|
|
391
|
+
|-------|-------------|
|
|
392
|
+
| **[Gmail Setup Guide](docs/GMAIL_SETUP.md)** | SMTP sending (Gmail), receiving replies via forwarding rules, alternatives (Outlook, iCloud, ProtonMail) |
|
|
393
|
+
| **[CIBIL Guide](docs/CIBIL_GUIDE.md)** | Stop CIBIL sharing data, freeze credit report, DPDPA erasure request to CIBIL |
|
|
394
|
+
| **[Regulatory Framework](docs/REGULATORY_FRAMEWORK.md)** | DPDPA 2023, RBI Guidelines, SEBI Circulars, CIC Dispute forms |
|
|
395
|
+
| **[CONTRIBUTING.md](CONTRIBUTING.md)** | How to contribute, add new NBFCs, submit pull requests |
|
|
396
|
+
|
|
397
|
+
---
|
|
398
|
+
|
|
388
399
|
## License
|
|
389
400
|
|
|
390
401
|
MIT — Use it. Modify it. Distribute it. Delete your data.
|
package/package.json
CHANGED