@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/dist/types.esm.js CHANGED
@@ -802,6 +802,7 @@ var BoostValidator = z11.object({
802
802
  name: z11.string().optional(),
803
803
  type: z11.string().optional(),
804
804
  category: z11.string().optional(),
805
+ created: z11.string().optional(),
805
806
  status: LCNBoostStatus.optional(),
806
807
  autoConnectRecipients: z11.boolean().optional(),
807
808
  meta: z11.record(z11.string(), z11.any()).optional(),