Skip to content

v0.1.0-alpha.24

Pre-release
Pre-release

Choose a tag to compare

@sandervanhooft sandervanhooft released this 05 Jul 17:48
v0.1.0-alpha.24
0ddfbff

Adds two create operations from the latest OpenAPI spec (previously read-only). See #55.

Added

  • oneOffProducts->create([...]) (POST /v1/one-off-products) — name, description, basePrice, productType (saas|ebook).
  • subscriptionPlans->create([...]) (POST /v1/subscription-plans) — name, description, basePrice, productType (saas), interval, intervalCount.

Live-token creates start in pending (await Vatly approval); test-token creates auto-approve to active. Responses hydrate the existing OneOffProduct / SubscriptionPlan resources.

Changed

  • Synced vendored openapi.yaml; added Create docs; corrected the stale SubscriptionPlans.md property table.