@voyantjs/legal 0.2.0 → 0.3.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.
@@ -497,9 +497,9 @@ export declare const contractsAdminRoutes: import("hono/hono-base").HonoBase<Env
497
497
  createdAt: string;
498
498
  updatedAt: string;
499
499
  organizationId: string | null;
500
- title: string;
501
500
  personId: string | null;
502
501
  sentAt: string | null;
502
+ title: string;
503
503
  metadata: import("hono/utils/types").JSONValue;
504
504
  supplierId: string | null;
505
505
  scope: "customer" | "partner" | "supplier" | "other" | "channel";