@remit/domain-enums 0.0.8 → 0.0.9
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/enums.d.ts +1 -0
- package/enums.js +1 -0
- package/package.json +1 -1
package/enums.d.ts
CHANGED
|
@@ -412,6 +412,7 @@ export declare const AccountSettingName: {
|
|
|
412
412
|
readonly "AccountSignatureHtml": "AccountSignatureHtml";
|
|
413
413
|
readonly "AccountDisplayName": "AccountDisplayName";
|
|
414
414
|
readonly "AccountMuted": "AccountMuted";
|
|
415
|
+
readonly "AccountComposeLanguages": "AccountComposeLanguages";
|
|
415
416
|
readonly "MailboxDisplayName": "MailboxDisplayName";
|
|
416
417
|
readonly "MailboxMuted": "MailboxMuted";
|
|
417
418
|
readonly "FolderRoleAppointment": "FolderRoleAppointment";
|
package/enums.js
CHANGED
|
@@ -412,6 +412,7 @@ export const AccountSettingName = {
|
|
|
412
412
|
"AccountSignatureHtml": "AccountSignatureHtml",
|
|
413
413
|
"AccountDisplayName": "AccountDisplayName",
|
|
414
414
|
"AccountMuted": "AccountMuted",
|
|
415
|
+
"AccountComposeLanguages": "AccountComposeLanguages",
|
|
415
416
|
"MailboxDisplayName": "MailboxDisplayName",
|
|
416
417
|
"MailboxMuted": "MailboxMuted",
|
|
417
418
|
"FolderRoleAppointment": "FolderRoleAppointment",
|