lib/swagger/external
Vernon Keenan add52157dd regen: refresh all sibling clients (go-swagger v0.35.0)
Runs scripts/release.sh regen against current origin/main specs for
auth, crm, stash, sf-gate, research, members, and plex. Picks up:

- members PaymentMethod: processor_token/tenant_id replace card_* columns
  (go/db v0.7.3, ADR-KV-014 first exercise) — generated model now carries
  ProcessorToken/TenantID with no Card* fields.
- sf-gate: PUT /researchprojectservices now has a tags: entry (sf-gate #3),
  so its operation generates into the research_projects package under
  --client-package instead of falling back to an untagged operations
  package that broke the build.
- members: session handoff endpoints and onboard_request model (current
  members spec); webhooks/clerk endpoints removed (retired upstream).

Also bumps go-openapi/runtime v0.26.2 -> v0.32.4 (go mod tidy) — go-swagger
v0.35.0 client templates reference runtime.ContextualTransport, which
v0.26.2 doesn't have; this is a genuine dependency floor bump, not the
known untagged-operation issue documented in release.sh (that issue is
resolved by sf-gate #3 and no longer reproduces here).

go build ./..., go vet ./..., and go test ./... all pass on the
regenerated tree.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:22:01 +00:00
..
auth-vernonkeenan.yaml Add FullDescription field to Account model and related structs 2024-06-27 18:26:58 +00:00
crm-vernonkeenan.yaml Add FullDescription field to Account model and related structs 2024-06-27 18:26:58 +00:00
devops-vernonkeenan.yaml new version v0.3.1 2023-03-28 17:47:34 +00:00
members-vernonkeenan.yaml regen: refresh all sibling clients (go-swagger v0.35.0) 2026-07-12 07:22:01 +00:00
plex-vernonkeenan.yaml feat(api): Generate session management API client and models 2025-05-27 03:20:36 +00:00
research-vernonkeenan.yaml Refactor Swagger definitions to use external references for Address, CompanyProduct, CompanyService, Factor, FinancialStatement, Industry, IndustryCompany, IndustryProduct, IndustryService, Observation, and Topic. This improves modularity and maintainability of the API specification. 2025-05-01 18:45:54 +00:00
sf-gate-vernonkeenan.yaml regen: refresh all sibling clients (go-swagger v0.35.0) 2026-07-12 07:22:01 +00:00
stash-vernonkeenan.yaml Add FullDescription field to Account model and related structs 2024-06-27 18:26:58 +00:00