@punks/backend-entity-manager 0.0.503 → 0.0.505

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.
@@ -1,4 +1,5 @@
1
1
  export type AwsSesEmailTemplateData = {
2
+ type: "html";
2
3
  subjectTemplate: string;
3
4
  bodyTemplate: string;
4
5
  from?: string;
@@ -1,4 +1,5 @@
1
1
  export type AwsSesEmailTemplateData = {
2
+ type: "html";
2
3
  subjectTemplate: string;
3
4
  bodyTemplate: string;
4
5
  from?: string;
package/dist/index.d.ts CHANGED
@@ -3635,6 +3635,7 @@ declare class AwsDynamoDbModule {
3635
3635
  }
3636
3636
 
3637
3637
  type AwsSesEmailTemplateData = {
3638
+ type: "html";
3638
3639
  subjectTemplate: string;
3639
3640
  bodyTemplate: string;
3640
3641
  from?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.503",
3
+ "version": "0.0.505",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",