feat: check-in, sales create, discounts, webhooks, subscriptions, reports (v0.6.0)#16
Merged
Merged
Conversation
… reports (v1.4.0) Wires the B2B v1 surfaces shipped by free-admin (contract issues #172–#178, plus the previously-shipped inventory/attendees/sales-filter gaps) into `ft`. Client regenerated from OpenAPI 1.4.0. New command groups: - ft tickets access|checkin|resend <code> (#172, #173) - ft sales create, ft sales tickets <id> (#174, #173) - ft discounts list|create|update|delete (#176) - ft webhooks list|create|delete (#177) - ft plans subscribers <id>, ft subscriptions cancel <id> (#175) - ft reports by-event|timeseries|inventory, reports export attendees (#178, #165, #168) - ft sales list filters: --channel/--event/--event-date/--reference/--buyer/--from/--to (#167) README + CHANGELOG updated; version 0.5.0 → 0.6.0. npm publish is left to the maintainer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wires the B2B v1 surfaces that free-admin shipped (contract issues #172–#178, plus the earlier inventory/attendees/sales-filter gaps) into the
ftbinary. The client is regenerated from OpenAPI 1.4.0; no endpoint is hand-written (golden rule intact).New commands
ft tickets access|checkin|resend <code>ft sales create·ft sales tickets <id>ft discounts list|create|update|deleteft webhooks list|create|deleteft plans subscribers <id>·ft subscriptions cancel <id>ft reports by-event|timeseries|inventory·reports export attendeesft sales listfilters--channel/--event/--event-date/--reference/--buyer/--from/--toNotes
openapi.jsonre-synced from the 1.4.0 contract; the generated client undersrc/client/src/admin-clientis gitignored and rebuilt on install/build.biome check,tsc --noEmit,vitest, andtsupbuild all green.Depends on the contract from free-admin#180 (and hardening in free-admin#183).
🤖 Generated with Claude Code