@ord-api/ord-api-types 1.0.32 → 1.0.33
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/package.json +1 -1
- package/types.ts +4 -4
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -1690,7 +1690,7 @@ export interface components {
|
|
|
1690
1690
|
* @description Formality register indicator for learning tips
|
|
1691
1691
|
* @enum {string}
|
|
1692
1692
|
*/
|
|
1693
|
-
register: "FORMAL" | "
|
|
1693
|
+
register: "FORMAL" | "NEUTRAL" | "COLLOQUIAL";
|
|
1694
1694
|
};
|
|
1695
1695
|
AnnotatedPhraseTip: {
|
|
1696
1696
|
phrase: string;
|
|
@@ -1705,7 +1705,7 @@ export interface components {
|
|
|
1705
1705
|
* @description Formality register indicator for learning tips
|
|
1706
1706
|
* @enum {string}
|
|
1707
1707
|
*/
|
|
1708
|
-
register: "FORMAL" | "
|
|
1708
|
+
register: "FORMAL" | "NEUTRAL" | "COLLOQUIAL";
|
|
1709
1709
|
};
|
|
1710
1710
|
AnnotatedVocabularyTip: {
|
|
1711
1711
|
word: string;
|
|
@@ -1721,7 +1721,7 @@ export interface components {
|
|
|
1721
1721
|
* @description Formality register indicator for learning tips
|
|
1722
1722
|
* @enum {string}
|
|
1723
1723
|
*/
|
|
1724
|
-
register: "FORMAL" | "
|
|
1724
|
+
register: "FORMAL" | "NEUTRAL" | "COLLOQUIAL";
|
|
1725
1725
|
nativeLanguageEquivalent: string;
|
|
1726
1726
|
};
|
|
1727
1727
|
ConversationAIMessageLearningTipsDTO: {
|
|
@@ -2115,7 +2115,7 @@ export interface components {
|
|
|
2115
2115
|
* @description Formality register indicator for learning tips
|
|
2116
2116
|
* @enum {string}
|
|
2117
2117
|
*/
|
|
2118
|
-
TipRegister: "FORMAL" | "
|
|
2118
|
+
TipRegister: "FORMAL" | "NEUTRAL" | "COLLOQUIAL";
|
|
2119
2119
|
/**
|
|
2120
2120
|
* @description Type of phrase learning tip
|
|
2121
2121
|
* @enum {string}
|