@ord-api/ord-api-types 1.0.28 → 1.0.29
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 -2
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -1761,7 +1761,7 @@ export interface components {
|
|
|
1761
1761
|
ConversationMessageSuggestion: {
|
|
1762
1762
|
original: string;
|
|
1763
1763
|
/** @enum {string} */
|
|
1764
|
-
suggestionType: "
|
|
1764
|
+
suggestionType: "VOCABULARY" | "STRUCTURE";
|
|
1765
1765
|
alternatives: string[];
|
|
1766
1766
|
explanation: string;
|
|
1767
1767
|
};
|
|
@@ -2087,7 +2087,7 @@ export interface components {
|
|
|
2087
2087
|
/** @enum {string} */
|
|
2088
2088
|
ConversationMessageMistakeSeverity: "MINOR" | "MODERATE" | "CRITICAL";
|
|
2089
2089
|
/** @enum {string} */
|
|
2090
|
-
ConversationMessageSuggestionType: "
|
|
2090
|
+
ConversationMessageSuggestionType: "VOCABULARY" | "STRUCTURE";
|
|
2091
2091
|
/** @enum {string} */
|
|
2092
2092
|
ConversationMessageStrengthType: "GRAMMAR" | "VOCABULARY" | "FLUENCY" | "PRAGMATICS" | "COMMUNICATION";
|
|
2093
2093
|
/** @enum {string} */
|