@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.
Files changed (3) hide show
  1. package/enums.d.ts +1 -0
  2. package/enums.js +1 -0
  3. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/domain-enums",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "main": "enums.js",
6
6
  "types": "enums.d.ts",