@moxi.gmbh/moxi-typescriptmodels 0.0.1461 → 0.0.1471

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 (2) hide show
  1. package/common.d.ts +5 -0
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -894,6 +894,11 @@ export interface SendEmail {
894
894
  message?: EmailMessage;
895
895
  }
896
896
 
897
+ export interface SendFreshdeskNewTicket {
898
+ email?: string;
899
+ message?: string;
900
+ }
901
+
897
902
  export interface SendInvitationEmail {
898
903
  accountIdOfInvite?: string;
899
904
  userId?: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.1461",
3
+ "version": "0.0.1471",
4
4
  "types": "common.d.ts"
5
5
  }