@remit/api-openapi-spec 0.0.23 → 0.0.24

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 (2) hide show
  1. package/openapi.json +14 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -3184,6 +3184,13 @@
3184
3184
  "type": "string",
3185
3185
  "description": "HTML email signature for this account"
3186
3186
  },
3187
+ "composeLanguages": {
3188
+ "type": "array",
3189
+ "items": {
3190
+ "type": "string"
3191
+ },
3192
+ "description": "BCP 47 language tags this account writes mail in, most-used first (issue #686). The first entry is what a new message opens on; the whole list is the candidate set language detection chooses inside. Absent when the user has not configured one, and the client falls back to the browser's own languages. Sourced from a per-account AccountSetting row (RFC 032)."
3193
+ },
3187
3194
  "folderAppointments": {
3188
3195
  "type": "array",
3189
3196
  "items": {
@@ -6788,6 +6795,13 @@
6788
6795
  "type": "string",
6789
6796
  "description": "HTML email signature"
6790
6797
  },
6798
+ "composeLanguages": {
6799
+ "type": "array",
6800
+ "items": {
6801
+ "type": "string"
6802
+ },
6803
+ "description": "BCP 47 language tags this account writes mail in, most-used first (issue #686). Replaces the stored list outright; an empty array clears it."
6804
+ },
6791
6805
  "muted": {
6792
6806
  "type": "object",
6793
6807
  "allOf": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-spec",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Remit API OpenAPI 3 document, generated from TypeSpec.",
5
5
  "exports": {
6
6
  ".": "./openapi.json",