@bigfootai/bigfoot-types 5.4.6 → 5.4.8

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
@@ -1231,7 +1231,7 @@ type Email {${exports.BusinessObjectFields}
1231
1231
  }`;
1232
1232
  class Email extends BusinessObject {
1233
1233
  constructor(tenantIdCreated, editors, sharingTags, provider, application, uri, externalId) {
1234
- super(tenantIdCreated, editors, sharingTags, BlockType.Event, provider, application, uri, externalId);
1234
+ super(tenantIdCreated, editors, sharingTags, BlockType.Email, provider, application, uri, externalId);
1235
1235
  }
1236
1236
  }
1237
1237
  exports.Email = Email;
package/model.ts CHANGED
@@ -2104,7 +2104,7 @@ export class Email extends BusinessObject {
2104
2104
  tenantIdCreated,
2105
2105
  editors,
2106
2106
  sharingTags,
2107
- BlockType.Event,
2107
+ BlockType.Email,
2108
2108
  provider,
2109
2109
  application,
2110
2110
  uri,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.4.6",
4
+ "version": "5.4.8",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",