@plyaz/core 1.18.5 → 1.19.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.
@@ -13713,7 +13713,7 @@ var init_ExampleRepository = __esm({
13713
13713
  name: data.name ?? "",
13714
13714
  description: data.description ?? null,
13715
13715
  amount: data.amount ?? 0,
13716
- owner_id: data.owner_id ?? null,
13716
+ owner_id: data.owner_id ?? SYSTEM_USER_ID,
13717
13717
  status: data.status ?? "draft",
13718
13718
  is_visible: data.is_visible ?? true,
13719
13719
  created_at: now,
@@ -13727,7 +13727,7 @@ var init_ExampleRepository = __esm({
13727
13727
  name: data.name ?? "",
13728
13728
  description: data.description ?? null,
13729
13729
  amount: data.amount ?? 0,
13730
- owner_id: data.owner_id ?? null,
13730
+ owner_id: data.owner_id ?? SYSTEM_USER_ID,
13731
13731
  status: data.status ?? "draft",
13732
13732
  is_visible: data.is_visible ?? true,
13733
13733
  created_at: now,