@bigfootai/bigfoot-types 5.4.5 → 5.4.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.
Files changed (3) hide show
  1. package/model.js +1 -1
  2. package/model.ts +1 -1
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -1224,7 +1224,7 @@ type Email {${exports.BusinessObjectFields}
1224
1224
  to: [PersonReference]
1225
1225
  cc: [PersonReference]
1226
1226
  bcc: [PersonReference]
1227
- from: PersonReferenceInput
1227
+ from: PersonReference
1228
1228
  subject: String
1229
1229
  attachments: [Attachment]
1230
1230
  htmlContent: String
package/model.ts CHANGED
@@ -2076,7 +2076,7 @@ type Email {${BusinessObjectFields}
2076
2076
  to: [PersonReference]
2077
2077
  cc: [PersonReference]
2078
2078
  bcc: [PersonReference]
2079
- from: PersonReferenceInput
2079
+ from: PersonReference
2080
2080
  subject: String
2081
2081
  attachments: [Attachment]
2082
2082
  htmlContent: String
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.4.5",
4
+ "version": "5.4.6",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",