@seed-hypermedia/client 0.0.7 → 0.0.9
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/auto-link.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export type AutoLinkChildToParentOptions = {
|
|
|
44
44
|
account: string;
|
|
45
45
|
/** Full path of the child document (e.g. "/tests/benefits-of-cli"). */
|
|
46
46
|
path: string;
|
|
47
|
-
/** hm:// URL of the published child document (
|
|
47
|
+
/** hm:// URL of the published child document (without version). */
|
|
48
48
|
childHmUrl: string;
|
|
49
49
|
/** Signer for the parent document change. */
|
|
50
50
|
signer: HMSigner;
|
|
@@ -650,7 +650,7 @@ var HMCommentRequestSchema = z.object({
|
|
|
650
650
|
output: HMCommentSchema
|
|
651
651
|
});
|
|
652
652
|
var HMSearchInputSchema = z.object({
|
|
653
|
-
query: z.string(),
|
|
653
|
+
query: z.coerce.string(),
|
|
654
654
|
accountUid: z.string().optional(),
|
|
655
655
|
includeBody: z.boolean().optional(),
|
|
656
656
|
contextSize: z.number().optional(),
|
package/dist/hm-types.mjs
CHANGED
package/dist/index.mjs
CHANGED