@learncard/types 5.17.5 → 5.17.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/types",
3
- "version": "5.17.5",
3
+ "version": "5.17.6",
4
4
  "description": "Shared types for learn card",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
package/src/lcn.ts CHANGED
@@ -304,6 +304,7 @@ export const BoostValidator = z.object({
304
304
  name: z.string().optional(),
305
305
  type: z.string().optional(),
306
306
  category: z.string().optional(),
307
+ created: z.string().optional(),
307
308
  status: LCNBoostStatus.optional(),
308
309
  autoConnectRecipients: z.boolean().optional(),
309
310
  meta: z.record(z.string(), z.any()).optional(),