Path: /api-reference/graphql/threads/create Code example shows: ```typescript const client = new PlainClient({ apiKey: 'XXX', debug: true, }); ``` But `debug` is not a property of `ConstructorOptions`.