waha-shared 1.0.183 → 1.0.184

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.
@@ -22,6 +22,7 @@ exports.ArticleSchema = zod_1.default.object({
22
22
  video: zod_1.default.string().optional(),
23
23
  date: zod_1.default
24
24
  .string()
25
+ .datetime()
25
26
  .describe('The date to publish the article. Can be in the future.'),
26
27
  impactStoryRegion: zod_1.default
27
28
  .enum([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waha-shared",
3
- "version": "1.0.183",
3
+ "version": "1.0.184",
4
4
  "author": "Waha",
5
5
  "dependencies": {
6
6
  "@types/signale": "^1.4.7",