@budibase/types 3.23.14 → 3.23.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.
@@ -351,6 +351,7 @@ export type CronTriggerOutputs = {
351
351
  export type EmailTriggerOutputs = {
352
352
  from: string;
353
353
  to: string;
354
+ cc: string[];
354
355
  subject?: string;
355
356
  sentAt?: string;
356
357
  bodyText?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/types",
3
- "version": "3.23.14",
3
+ "version": "3.23.15",
4
4
  "description": "Budibase types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,5 +26,5 @@
26
26
  "dependencies": {
27
27
  "scim-patch": "^0.8.1"
28
28
  },
29
- "gitHead": "076dc882e32d6489e874c7b3764ee670907414d0"
29
+ "gitHead": "0d1bff5b5e5f3b1ca5f1ec7180d8becc3a92615c"
30
30
  }