@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ord-api/ord-api-types",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "TypeScript types for ORD API - Auto-generated from OpenAPI specification",
5
5
  "main": "types.ts",
6
6
  "types": "types.ts",
package/types.ts CHANGED
@@ -1761,7 +1761,7 @@ export interface components {
1761
1761
  ConversationMessageSuggestion: {
1762
1762
  original: string;
1763
1763
  /** @enum {string} */
1764
- suggestionType: "IMPROVEMENT" | "ENRICHMENT" | "CORRECTION";
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: "IMPROVEMENT" | "ENRICHMENT" | "CORRECTION";
2090
+ ConversationMessageSuggestionType: "VOCABULARY" | "STRUCTURE";
2091
2091
  /** @enum {string} */
2092
2092
  ConversationMessageStrengthType: "GRAMMAR" | "VOCABULARY" | "FLUENCY" | "PRAGMATICS" | "COMMUNICATION";
2093
2093
  /** @enum {string} */