@kittycad/lib 4.2.3 → 4.2.5

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.
@@ -3577,7 +3577,7 @@ export interface MlCopilotFile {
3577
3577
  /** The name of the file. */
3578
3578
  name: string;
3579
3579
  }
3580
- export type MlCopilotMode = 'fast' | 'thoughtful';
3580
+ export type MlCopilotMode = 'fast' | 'thoughtful' | 'auto';
3581
3581
  export interface MlCopilotModeOption {
3582
3582
  /** Human-readable display description. */
3583
3583
  description: string;
@@ -8114,6 +8114,8 @@ export interface ProjectResponse {
8114
8114
  publication: ProjectPublicationInfoResponse;
8115
8115
  /** Current publication workflow state. */
8116
8116
  publication_status: KclProjectPublicationStatus;
8117
+ /** Opaque revision token for optimistic project mutations. */
8118
+ revision: string;
8117
8119
  /** User-facing project title. */
8118
8120
  title: string;
8119
8121
  /** title:DateTime, format:date-time, description:When the project row was last updated. */
@@ -8157,6 +8159,8 @@ export interface ProjectSummaryResponse {
8157
8159
  publication: ProjectPublicationInfoResponse;
8158
8160
  /** Current publication workflow state. */
8159
8161
  publication_status: KclProjectPublicationStatus;
8162
+ /** Opaque revision token for optimistic project mutations. */
8163
+ revision: string;
8160
8164
  /** User-facing project title. */
8161
8165
  title: string;
8162
8166
  /** title:DateTime, format:date-time, description:When the project row was last updated. */