v0.1.0-alpha.24
Pre-release
Pre-release
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 staleSubscriptionPlans.mdproperty table.