Issue with Vapi.BackoffPlan.type Property
The Vapi.BackoffPlan.type property was incorrectly generated as a Record<string, unknown> object type by Fern, whereas it should be a string literal/enum, as indicated in the documentation and the default JSDoc annotation tag.
Reference
For more details, you can refer to the type definition in the VapiAI Server SDK TypeScript repository.
Issue with
Vapi.BackoffPlan.typePropertyThe
Vapi.BackoffPlan.typeproperty was incorrectly generated as aRecord<string, unknown>object type by Fern, whereas it should be a string literal/enum, as indicated in the documentation and the default JSDoc annotation tag.Reference
For more details, you can refer to the type definition in the VapiAI Server SDK TypeScript repository.