@kmmao/happy-wire 0.20.0 → 0.21.0
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.d.cts +5 -5
- package/dist/index.d.mts +5 -5
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2314,8 +2314,8 @@ declare const KnowledgeActionSchema: z.ZodEnum<{
|
|
|
2314
2314
|
type KnowledgeAction = z.infer<typeof KnowledgeActionSchema>;
|
|
2315
2315
|
declare const KnowledgeStatusSchema: z.ZodEnum<{
|
|
2316
2316
|
active: "active";
|
|
2317
|
-
superseded: "superseded";
|
|
2318
2317
|
archived: "archived";
|
|
2318
|
+
superseded: "superseded";
|
|
2319
2319
|
}>;
|
|
2320
2320
|
type KnowledgeStatus = z.infer<typeof KnowledgeStatusSchema>;
|
|
2321
2321
|
declare const KnowledgeConfidenceSchema: z.ZodEnum<{
|
|
@@ -2368,8 +2368,8 @@ type CreateKnowledgeEntryBody = z.infer<typeof CreateKnowledgeEntryBodySchema>;
|
|
|
2368
2368
|
declare const UpdateKnowledgeEntryBodySchema: z.ZodObject<{
|
|
2369
2369
|
status: z.ZodOptional<z.ZodEnum<{
|
|
2370
2370
|
active: "active";
|
|
2371
|
-
superseded: "superseded";
|
|
2372
2371
|
archived: "archived";
|
|
2372
|
+
superseded: "superseded";
|
|
2373
2373
|
}>>;
|
|
2374
2374
|
pinned: z.ZodOptional<z.ZodBoolean>;
|
|
2375
2375
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -2394,8 +2394,8 @@ declare const QueryKnowledgeParamsSchema: z.ZodObject<{
|
|
|
2394
2394
|
}>>;
|
|
2395
2395
|
status: z.ZodOptional<z.ZodEnum<{
|
|
2396
2396
|
active: "active";
|
|
2397
|
-
superseded: "superseded";
|
|
2398
2397
|
archived: "archived";
|
|
2398
|
+
superseded: "superseded";
|
|
2399
2399
|
}>>;
|
|
2400
2400
|
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2401
2401
|
search: z.ZodOptional<z.ZodString>;
|
|
@@ -2487,8 +2487,8 @@ declare const KnowledgeChainEntrySchema: z.ZodObject<{
|
|
|
2487
2487
|
}>;
|
|
2488
2488
|
status: z.ZodEnum<{
|
|
2489
2489
|
active: "active";
|
|
2490
|
-
superseded: "superseded";
|
|
2491
2490
|
archived: "archived";
|
|
2491
|
+
superseded: "superseded";
|
|
2492
2492
|
}>;
|
|
2493
2493
|
title: z.ZodString;
|
|
2494
2494
|
content: z.ZodString;
|
|
@@ -2522,8 +2522,8 @@ declare const KnowledgeChainResponseSchema: z.ZodObject<{
|
|
|
2522
2522
|
}>;
|
|
2523
2523
|
status: z.ZodEnum<{
|
|
2524
2524
|
active: "active";
|
|
2525
|
-
superseded: "superseded";
|
|
2526
2525
|
archived: "archived";
|
|
2526
|
+
superseded: "superseded";
|
|
2527
2527
|
}>;
|
|
2528
2528
|
title: z.ZodString;
|
|
2529
2529
|
content: z.ZodString;
|
package/dist/index.d.mts
CHANGED
|
@@ -2314,8 +2314,8 @@ declare const KnowledgeActionSchema: z.ZodEnum<{
|
|
|
2314
2314
|
type KnowledgeAction = z.infer<typeof KnowledgeActionSchema>;
|
|
2315
2315
|
declare const KnowledgeStatusSchema: z.ZodEnum<{
|
|
2316
2316
|
active: "active";
|
|
2317
|
-
superseded: "superseded";
|
|
2318
2317
|
archived: "archived";
|
|
2318
|
+
superseded: "superseded";
|
|
2319
2319
|
}>;
|
|
2320
2320
|
type KnowledgeStatus = z.infer<typeof KnowledgeStatusSchema>;
|
|
2321
2321
|
declare const KnowledgeConfidenceSchema: z.ZodEnum<{
|
|
@@ -2368,8 +2368,8 @@ type CreateKnowledgeEntryBody = z.infer<typeof CreateKnowledgeEntryBodySchema>;
|
|
|
2368
2368
|
declare const UpdateKnowledgeEntryBodySchema: z.ZodObject<{
|
|
2369
2369
|
status: z.ZodOptional<z.ZodEnum<{
|
|
2370
2370
|
active: "active";
|
|
2371
|
-
superseded: "superseded";
|
|
2372
2371
|
archived: "archived";
|
|
2372
|
+
superseded: "superseded";
|
|
2373
2373
|
}>>;
|
|
2374
2374
|
pinned: z.ZodOptional<z.ZodBoolean>;
|
|
2375
2375
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -2394,8 +2394,8 @@ declare const QueryKnowledgeParamsSchema: z.ZodObject<{
|
|
|
2394
2394
|
}>>;
|
|
2395
2395
|
status: z.ZodOptional<z.ZodEnum<{
|
|
2396
2396
|
active: "active";
|
|
2397
|
-
superseded: "superseded";
|
|
2398
2397
|
archived: "archived";
|
|
2398
|
+
superseded: "superseded";
|
|
2399
2399
|
}>>;
|
|
2400
2400
|
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2401
2401
|
search: z.ZodOptional<z.ZodString>;
|
|
@@ -2487,8 +2487,8 @@ declare const KnowledgeChainEntrySchema: z.ZodObject<{
|
|
|
2487
2487
|
}>;
|
|
2488
2488
|
status: z.ZodEnum<{
|
|
2489
2489
|
active: "active";
|
|
2490
|
-
superseded: "superseded";
|
|
2491
2490
|
archived: "archived";
|
|
2491
|
+
superseded: "superseded";
|
|
2492
2492
|
}>;
|
|
2493
2493
|
title: z.ZodString;
|
|
2494
2494
|
content: z.ZodString;
|
|
@@ -2522,8 +2522,8 @@ declare const KnowledgeChainResponseSchema: z.ZodObject<{
|
|
|
2522
2522
|
}>;
|
|
2523
2523
|
status: z.ZodEnum<{
|
|
2524
2524
|
active: "active";
|
|
2525
|
-
superseded: "superseded";
|
|
2526
2525
|
archived: "archived";
|
|
2526
|
+
superseded: "superseded";
|
|
2527
2527
|
}>;
|
|
2528
2528
|
title: z.ZodString;
|
|
2529
2529
|
content: z.ZodString;
|