@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.
- package/common-with-namespaces.d.ts +0 -10
- package/common.d.ts +0 -6
- package/package.json +1 -1
|
@@ -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