@seed-hypermedia/client 0.0.18 → 0.0.19

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.
@@ -10931,6 +10931,7 @@ export declare const HMAccountContactsRequestSchema: z.ZodObject<{
10931
10931
  export type HMAccountContactsRequest = z.infer<typeof HMAccountContactsRequestSchema>;
10932
10932
  export type HMExistingDraft = {
10933
10933
  id: string;
10934
+ metadata?: HMMetadata;
10934
10935
  };
10935
10936
  export declare const HMCommentDraftSchema: z.ZodObject<{
10936
10937
  blocks: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-hypermedia/client",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/seed-hypermedia/seed",