@ord-api/ord-api-types 1.0.33 → 1.0.34
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 +2 -0
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -1691,6 +1691,7 @@ export interface components {
|
|
|
1691
1691
|
* @enum {string}
|
|
1692
1692
|
*/
|
|
1693
1693
|
register: "FORMAL" | "NEUTRAL" | "COLLOQUIAL";
|
|
1694
|
+
nativeLanguageEquivalent: string;
|
|
1694
1695
|
};
|
|
1695
1696
|
AnnotatedPhraseTip: {
|
|
1696
1697
|
phrase: string;
|
|
@@ -1706,6 +1707,7 @@ export interface components {
|
|
|
1706
1707
|
* @enum {string}
|
|
1707
1708
|
*/
|
|
1708
1709
|
register: "FORMAL" | "NEUTRAL" | "COLLOQUIAL";
|
|
1710
|
+
nativeLanguageEquivalent: string;
|
|
1709
1711
|
};
|
|
1710
1712
|
AnnotatedVocabularyTip: {
|
|
1711
1713
|
word: string;
|