Skip to content

feat(core): add management API to fetch one-time token by ID #7236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2025

Conversation

charIeszhao
Copy link
Member

@charIeszhao charIeszhao commented Apr 3, 2025

Summary

Add management API to fetch one-time token by its ID. (LOG-10871)

Testing

API integration tests

Checklist

  • .changeset
  • unit tests
  • integration tests
  • necessary TSDoc comments

@charIeszhao charIeszhao requested a review from a team April 3, 2025 14:04
@charIeszhao charIeszhao self-assigned this Apr 3, 2025
Copy link

github-actions bot commented Apr 3, 2025

COMPARE TO master

Total Size Diff 📈 +5.21 KB

Diff by File
Name Diff
packages/core/src/libraries/one-time-token.ts 📈 +311 Bytes
packages/core/src/queries/one-time-tokens.ts 📈 +188 Bytes
packages/core/src/routes/one-time-tokens.openapi.json 📈 +788 Bytes
packages/core/src/routes/one-time-tokens.ts 📈 +1.03 KB
packages/core/src/routes/swagger/utils/documents.ts 📈 +131 Bytes
packages/integration-tests/src/api/one-time-token.ts 📈 +360 Bytes
packages/integration-tests/src/tests/api/one-time-tokens.test.ts 📈 +2.44 KB

@github-actions github-actions bot added feature Cool stuff size/s labels Apr 3, 2025
@charIeszhao charIeszhao force-pushed the charles-log-10871-core-get-one-time-tokensid branch from bb946a9 to eaf79e6 Compare April 3, 2025 14:10
@github-actions github-actions bot added size/m and removed size/s labels Apr 3, 2025
@charIeszhao charIeszhao force-pushed the charles-log-10871-core-get-one-time-tokensid branch 2 times, most recently from 8b08e74 to 4c39832 Compare April 3, 2025 14:25
@github-actions github-actions bot added size/l and removed size/m labels Apr 7, 2025
@charIeszhao charIeszhao force-pushed the charles-log-10871-core-get-one-time-tokensid branch from 423b27e to a196679 Compare April 7, 2025 02:45
@charIeszhao charIeszhao force-pushed the charles-log-10871-core-get-one-time-tokensid branch from a196679 to ceb5098 Compare April 7, 2025 02:47
@charIeszhao charIeszhao enabled auto-merge April 7, 2025 02:48
@charIeszhao charIeszhao merged commit 4e6e109 into master Apr 7, 2025
34 checks passed
@charIeszhao charIeszhao deleted the charles-log-10871-core-get-one-time-tokensid branch April 7, 2025 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants