@kmmao/happy-wire 0.19.1 → 0.19.2
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/dist/index.cjs +2 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1694,6 +1694,8 @@ const sessionProgressTodoSchema = z__namespace.object({
|
|
|
1694
1694
|
status: sessionProgressTodoStatusSchema,
|
|
1695
1695
|
/** SDK-native: imperative-present form shown when status is in_progress. */
|
|
1696
1696
|
activeForm: z__namespace.string().optional(),
|
|
1697
|
+
/** Longer description of the task (from TaskCreate's description field). */
|
|
1698
|
+
description: z__namespace.string().optional(),
|
|
1697
1699
|
/** Optional phase/stage label a step belongs to, e.g. "Phase 2". */
|
|
1698
1700
|
stage: z__namespace.string().optional(),
|
|
1699
1701
|
/**
|
package/dist/index.d.cts
CHANGED
|
@@ -3240,6 +3240,7 @@ declare const sessionProgressTodoSchema: z.ZodObject<{
|
|
|
3240
3240
|
in_progress: "in_progress";
|
|
3241
3241
|
}>;
|
|
3242
3242
|
activeForm: z.ZodOptional<z.ZodString>;
|
|
3243
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3243
3244
|
stage: z.ZodOptional<z.ZodString>;
|
|
3244
3245
|
verificationNudgeNeeded: z.ZodOptional<z.ZodBoolean>;
|
|
3245
3246
|
}, z.core.$strip>;
|
|
@@ -3273,6 +3274,7 @@ declare const sessionProgressListSchema: z.ZodObject<{
|
|
|
3273
3274
|
in_progress: "in_progress";
|
|
3274
3275
|
}>;
|
|
3275
3276
|
activeForm: z.ZodOptional<z.ZodString>;
|
|
3277
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3276
3278
|
stage: z.ZodOptional<z.ZodString>;
|
|
3277
3279
|
verificationNudgeNeeded: z.ZodOptional<z.ZodBoolean>;
|
|
3278
3280
|
}, z.core.$strip>>;
|
|
@@ -3313,6 +3315,7 @@ declare const sessionProgressStateSchema: z.ZodObject<{
|
|
|
3313
3315
|
in_progress: "in_progress";
|
|
3314
3316
|
}>;
|
|
3315
3317
|
activeForm: z.ZodOptional<z.ZodString>;
|
|
3318
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3316
3319
|
stage: z.ZodOptional<z.ZodString>;
|
|
3317
3320
|
verificationNudgeNeeded: z.ZodOptional<z.ZodBoolean>;
|
|
3318
3321
|
}, z.core.$strip>>;
|
|
@@ -3341,6 +3344,7 @@ declare const sessionProgressStateSchema: z.ZodObject<{
|
|
|
3341
3344
|
in_progress: "in_progress";
|
|
3342
3345
|
}>;
|
|
3343
3346
|
activeForm: z.ZodOptional<z.ZodString>;
|
|
3347
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3344
3348
|
stage: z.ZodOptional<z.ZodString>;
|
|
3345
3349
|
verificationNudgeNeeded: z.ZodOptional<z.ZodBoolean>;
|
|
3346
3350
|
}, z.core.$strip>>>;
|
package/dist/index.d.mts
CHANGED
|
@@ -3240,6 +3240,7 @@ declare const sessionProgressTodoSchema: z.ZodObject<{
|
|
|
3240
3240
|
in_progress: "in_progress";
|
|
3241
3241
|
}>;
|
|
3242
3242
|
activeForm: z.ZodOptional<z.ZodString>;
|
|
3243
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3243
3244
|
stage: z.ZodOptional<z.ZodString>;
|
|
3244
3245
|
verificationNudgeNeeded: z.ZodOptional<z.ZodBoolean>;
|
|
3245
3246
|
}, z.core.$strip>;
|
|
@@ -3273,6 +3274,7 @@ declare const sessionProgressListSchema: z.ZodObject<{
|
|
|
3273
3274
|
in_progress: "in_progress";
|
|
3274
3275
|
}>;
|
|
3275
3276
|
activeForm: z.ZodOptional<z.ZodString>;
|
|
3277
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3276
3278
|
stage: z.ZodOptional<z.ZodString>;
|
|
3277
3279
|
verificationNudgeNeeded: z.ZodOptional<z.ZodBoolean>;
|
|
3278
3280
|
}, z.core.$strip>>;
|
|
@@ -3313,6 +3315,7 @@ declare const sessionProgressStateSchema: z.ZodObject<{
|
|
|
3313
3315
|
in_progress: "in_progress";
|
|
3314
3316
|
}>;
|
|
3315
3317
|
activeForm: z.ZodOptional<z.ZodString>;
|
|
3318
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3316
3319
|
stage: z.ZodOptional<z.ZodString>;
|
|
3317
3320
|
verificationNudgeNeeded: z.ZodOptional<z.ZodBoolean>;
|
|
3318
3321
|
}, z.core.$strip>>;
|
|
@@ -3341,6 +3344,7 @@ declare const sessionProgressStateSchema: z.ZodObject<{
|
|
|
3341
3344
|
in_progress: "in_progress";
|
|
3342
3345
|
}>;
|
|
3343
3346
|
activeForm: z.ZodOptional<z.ZodString>;
|
|
3347
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3344
3348
|
stage: z.ZodOptional<z.ZodString>;
|
|
3345
3349
|
verificationNudgeNeeded: z.ZodOptional<z.ZodBoolean>;
|
|
3346
3350
|
}, z.core.$strip>>>;
|
package/dist/index.mjs
CHANGED
|
@@ -1674,6 +1674,8 @@ const sessionProgressTodoSchema = z.object({
|
|
|
1674
1674
|
status: sessionProgressTodoStatusSchema,
|
|
1675
1675
|
/** SDK-native: imperative-present form shown when status is in_progress. */
|
|
1676
1676
|
activeForm: z.string().optional(),
|
|
1677
|
+
/** Longer description of the task (from TaskCreate's description field). */
|
|
1678
|
+
description: z.string().optional(),
|
|
1677
1679
|
/** Optional phase/stage label a step belongs to, e.g. "Phase 2". */
|
|
1678
1680
|
stage: z.string().optional(),
|
|
1679
1681
|
/**
|