@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.
@@ -13762,7 +13762,7 @@ var init_ExampleRepository = __esm({
13762
13762
  name: data.name ?? "",
13763
13763
  description: data.description ?? null,
13764
13764
  amount: data.amount ?? 0,
13765
- owner_id: data.owner_id ?? null,
13765
+ owner_id: data.owner_id ?? core.SYSTEM_USER_ID,
13766
13766
  status: data.status ?? "draft",
13767
13767
  is_visible: data.is_visible ?? true,
13768
13768
  created_at: now,
@@ -13776,7 +13776,7 @@ var init_ExampleRepository = __esm({
13776
13776
  name: data.name ?? "",
13777
13777
  description: data.description ?? null,
13778
13778
  amount: data.amount ?? 0,
13779
- owner_id: data.owner_id ?? null,
13779
+ owner_id: data.owner_id ?? core.SYSTEM_USER_ID,
13780
13780
  status: data.status ?? "draft",
13781
13781
  is_visible: data.is_visible ?? true,
13782
13782
  created_at: now,