@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.
- package/common.d.ts +5 -0
- 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