Commit Graph

11 Commits (5e0f3d888afd88d906fbacaf8c90c358c7bf3c87)

Author SHA1 Message Date
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
Vernon Keenan 6d0cc3e67d Add FullDescription field to Industry model and related structs 2024-01-22 15:39:53 +00:00
Vernon Keenan c8efe1a2b0 new version v0.3.1 2023-03-28 17:47:34 +00:00
Vernon Keenan d90985627d module and swagger refresh 2023-03-22 20:49:01 +00:00
Vernon Keenan 68e1c898b4 fix models 2022-09-06 17:16:25 -07:00
Vernon Keenan 400b81060a Remove workflow 2022-06-20 08:35:49 -07:00
Vernon Keenan 97cb82375c New swagger version 2022-05-28 12:45:41 -07:00
Vernon Keenan 33a45b53e9 Repair 2021-08-05 12:55:24 -07:00
Vernon Keenan 65e4a4c9c4 tidy new version 2021-08-05 12:37:53 -07:00
Vernon Keenan 01cf1c8725 fixed 2021-07-31 17:08:25 -07:00
Vernon Keenan 3315d4b105 Initial commit 2021-07-30 20:05:02 -07:00