@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.
- package/dist/hm-types.d.ts +1 -0
- package/package.json +1 -1
package/dist/hm-types.d.ts
CHANGED
|
@@ -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">;
|