Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
📝 WalkthroughWalkthroughThis change removes the documentation for the deprecated Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant UnkeySDK
participant UnkeyAPI
Developer->>UnkeySDK: Call analytics.getVerifications(params)
UnkeySDK->>UnkeyAPI: GET /analytics/verifications with filters
UnkeyAPI-->>UnkeySDK: Return grouped verification usage data
UnkeySDK-->>Developer: Provide parsed analytics data
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Thank you for following the naming conventions for pull request titles! 🙏 |
There was a problem hiding this comment.
Actionable comments posted: 4
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
apps/docs/api-reference/keys/verifications.mdx(0 hunks)apps/docs/docs.json(3 hunks)apps/docs/libraries/ts/sdk/analytics/get.mdx(1 hunks)apps/docs/libraries/ts/sdk/keys/verifications.mdx(1 hunks)
💤 Files with no reviewable changes (1)
- apps/docs/api-reference/keys/verifications.mdx
⏰ Context from checks skipped due to timeout of 90000ms (15)
- GitHub Check: Test Packages / Test ./packages/nextjs
- GitHub Check: Test Packages / Test ./apps/dashboard
- GitHub Check: Test Packages / Test ./packages/rbac
- GitHub Check: Test Packages / Test ./packages/hono
- GitHub Check: Test Packages / Test ./packages/api
- GitHub Check: Test Packages / Test ./internal/keys
- GitHub Check: Test Packages / Test ./internal/resend
- GitHub Check: Test Packages / Test ./internal/clickhouse
- GitHub Check: Test Packages / Test ./packages/cache
- GitHub Check: Test Packages / Test ./internal/id
- GitHub Check: Test Packages / Test ./internal/hash
- GitHub Check: Test Packages / Test ./internal/encryption
- GitHub Check: Test Packages / Test ./internal/billing
- GitHub Check: autofix
- GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (3)
apps/docs/docs.json (3)
77-80: Unrelated change: Concept pages updated
The addition ofconcepts/identities/ratelimitsunder the "Concepts → Identities" group is outside the scope of removinggetVerificationsdocs. Please confirm if this update is intentional or should be moved to its own PR.
328-331: SDK nav: Analytics group added correctly
The new "Analytics" group with thelibraries/ts/sdk/analytics/getpage aligns with the PR objectives and appears in the appropriate location under@unkey/api.
368-370: Unrelated change: Migrations pages modified
Thelibraries/ts/sdk/migrations/migrate-to-unkeyaddition seems unrelated togetVerificationsremoval. Please verify this was intended in this PR or relocate it.
What does this PR do?
Adds the correct docs to the SDK and removes the old analytics endpoint.
Type of change
How should this be tested?
Check out the new libraries/ts/sdk/analytics/get
Checklist
Required
pnpm buildpnpm fmtconsole.logsgit pull origin mainAppreciated
Summary by CodeRabbit