@keywordsai/keywordsai-sdk 0.0.14 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12972,5 +12972,5 @@ export declare const KeywordsAIPayloadSchema: z.ZodObject<{
12972
12972
  dimensions: z.ZodOptional<z.ZodNumber>;
12973
12973
  user: z.ZodOptional<z.ZodString>;
12974
12974
  }, z.ZodAny, "strip">>;
12975
- export type KeywordsAIPayload = z.infer<typeof KeywordsAIPayloadSchema>;
12975
+ export type KeywordsAIPayload = z.input<typeof KeywordsAIPayloadSchema>;
12976
12976
  export { KeywordsAIParamsSchema, BasicLLMParamsSchema, BasicEmbeddingParamsSchema, MessageSchema, ToolCallSchema, ToolChoiceSchema, FunctionToolSchema, UsageSchema, MetadataSchema, PostHogIntegrationSchema, CustomerSchema, CacheOptionsSchema, RetryParamsSchema, LoadBalanceGroupSchema, LoadBalanceModelSchema, EvaluationParamsSchema, PromptParamSchema, OverrideConfigSchema, };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@keywordsai/keywordsai-sdk",
3
3
  "type": "module",
4
- "version": "0.0.14",
4
+ "version": "0.0.15",
5
5
  "description": "KeywordsAI typing SDK",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",