@cakemail-org/ui-components-v2 2.2.6 → 2.2.7
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.
package/dist/cjs/index.js
CHANGED
|
@@ -17692,6 +17692,7 @@ var Email = /** @class */ (function () {
|
|
|
17692
17692
|
this.tracking = params.tracking;
|
|
17693
17693
|
this.additional_headers = params.additional_headers;
|
|
17694
17694
|
this.tags = params.tags;
|
|
17695
|
+
this.thumbnail_url = params.thumbnail_url;
|
|
17695
17696
|
}
|
|
17696
17697
|
Email.prototype.toJson = function () {
|
|
17697
17698
|
return modelToJson(this);
|
package/dist/esm/index.js
CHANGED
|
@@ -17672,6 +17672,7 @@ var Email = /** @class */ (function () {
|
|
|
17672
17672
|
this.tracking = params.tracking;
|
|
17673
17673
|
this.additional_headers = params.additional_headers;
|
|
17674
17674
|
this.tags = params.tags;
|
|
17675
|
+
this.thumbnail_url = params.thumbnail_url;
|
|
17675
17676
|
}
|
|
17676
17677
|
Email.prototype.toJson = function () {
|
|
17677
17678
|
return modelToJson(this);
|