Skip to content

Commit

Permalink
Tutanota V77
Browse files Browse the repository at this point in the history
  • Loading branch information
ganthern committed Oct 25, 2024
1 parent f478004 commit 1709a94
Show file tree
Hide file tree
Showing 19 changed files with 1,625 additions and 857 deletions.
2 changes: 1 addition & 1 deletion src/common/api/entities/tutanota/ModelInfo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const modelInfo = {
version: 76,
version: 77,
compatibleSince: 76,
}

Expand Down
9 changes: 9 additions & 0 deletions src/common/api/entities/tutanota/Services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ export const GroupInvitationService = Object.freeze({
delete: {data: GroupInvitationDeleteDataTypeRef, return: null},
} as const)

export const ImportMailService = Object.freeze({
app: "tutanota",
name: "ImportMailService",
get: null,
post: null,
put: null,
delete: null,
} as const)

export const ListUnsubscribeService = Object.freeze({
app: "tutanota",
name: "ListUnsubscribeService",
Expand Down
Loading

0 comments on commit 1709a94

Please sign in to comment.