@kittycad/lib 4.1.1 → 4.1.3
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type AccountProvider = 'apple' | 'discord' | 'google' | '
|
|
1
|
+
export type AccountProvider = 'apple' | 'discord' | 'google' | 'zoo_corp' | 'github' | 'microsoft' | 'saml' | 'test_provider';
|
|
2
2
|
export interface AddHoleFromOffset {
|
|
3
3
|
/**
|
|
4
4
|
* {
|
|
@@ -3315,13 +3315,6 @@ export type MlCopilotClientMessage = {
|
|
|
3315
3315
|
project_name?: string;
|
|
3316
3316
|
/** nullable:true, description:Change the default or mode reasoning effort. */
|
|
3317
3317
|
reasoning_effort?: MlReasoningEffort;
|
|
3318
|
-
/**
|
|
3319
|
-
* {
|
|
3320
|
-
* "default": false,
|
|
3321
|
-
* "description": "To handle the transition period between sketch 1 and sketch_solve, set a flag for sketch_solve, True for sketch_solve, false for sketch 1. Defaults to false"
|
|
3322
|
-
* }
|
|
3323
|
-
*/
|
|
3324
|
-
sketch_solve?: boolean;
|
|
3325
3318
|
/** The source ranges the user suggested to change. If empty, the content (prompt) will be used and is required. */
|
|
3326
3319
|
source_ranges?: SourceRangePrompt[];
|
|
3327
3320
|
type: 'user';
|