@stacksjs/types 0.70.197 → 0.70.199

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.
Files changed (2) hide show
  1. package/dist/email.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/email.d.ts CHANGED
@@ -75,6 +75,7 @@ export declare interface EmailCategorizationConfig {
75
75
  export declare interface EmailServerConfig {
76
76
  enabled: boolean
77
77
  scan?: boolean
78
+ attachTo?: string
78
79
  mode?: 'serverless' | 'server'
79
80
  storage?: {
80
81
  bucket?: string
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.197",
4
+ "version": "0.70.199",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -66,7 +66,7 @@
66
66
  }
67
67
  },
68
68
  "devDependencies": {
69
- "@stacksjs/validation": "0.70.197",
69
+ "@stacksjs/validation": "0.70.199",
70
70
  "better-dx": "^0.2.17",
71
71
  "meilisearch": "^0.59.0"
72
72
  },