@nomalism-com/types 0.42.5 → 0.42.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.
package/dist/index.cjs CHANGED
@@ -4959,8 +4959,7 @@ var sendBodyKeys = {
4959
4959
  filename: joi87.string().required(),
4960
4960
  path: joi87.string().required()
4961
4961
  })
4962
- ).required(),
4963
- variables: joi87.array().items(joi87.string()).required()
4962
+ ).required()
4964
4963
  };
4965
4964
  var sendBody = joi87.object().keys(sendBodyKeys).messages(messages);
4966
4965
 
package/dist/index.js CHANGED
@@ -4959,8 +4959,7 @@ var sendBodyKeys = {
4959
4959
  filename: joi87.string().required(),
4960
4960
  path: joi87.string().required()
4961
4961
  })
4962
- ).required(),
4963
- variables: joi87.array().items(joi87.string()).required()
4962
+ ).required()
4964
4963
  };
4965
4964
  var sendBody = joi87.object().keys(sendBodyKeys).messages(messages);
4966
4965
 
@@ -34,7 +34,6 @@ export interface ISendRequest {
34
34
  subject: string;
35
35
  html: string;
36
36
  attachments: IEmailAttachment[];
37
- variables: string[];
38
37
  }
39
38
  export interface IRepository {
40
39
  find(): Promise<IEntityExtended[]>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.42.5",
4
+ "version": "0.42.6",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",