@moxi.gmbh/moxi-typescriptmodels 0.21.0 → 0.21.1

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.
@@ -660,16 +660,6 @@ export namespace com.moxi.api.common.firebase {
660
660
 
661
661
  }
662
662
 
663
- export namespace com.moxi.api.common.freshdesk {
664
-
665
- export interface SendFreshdeskNewTicket {
666
- email?: string;
667
- message?: string;
668
- subject?: string;
669
- }
670
-
671
- }
672
-
673
663
  export namespace com.moxi.api.common.mail {
674
664
 
675
665
  export interface Attachment {
package/common.d.ts CHANGED
@@ -1592,12 +1592,6 @@ export interface SendEmail {
1592
1592
  message?: EmailMessage;
1593
1593
  }
1594
1594
 
1595
- export interface SendFreshdeskNewTicket {
1596
- email?: string;
1597
- message?: string;
1598
- subject?: string;
1599
- }
1600
-
1601
1595
  export interface SendInvitationEmail {
1602
1596
  accountIdOfInvite?: string;
1603
1597
  userId?: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "types": "common.d.ts"
5
5
  }