@inkeep/agents-core 0.0.0-dev-20260317224734 → 0.0.0-dev-20260317231927

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.
@@ -4378,7 +4378,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1933.PgTableWithCol
4378
4378
  tableName: "work_app_github_installations";
4379
4379
  dataType: "string";
4380
4380
  columnType: "PgVarchar";
4381
- data: "User" | "Organization";
4381
+ data: "Organization" | "User";
4382
4382
  driverParam: string;
4383
4383
  notNull: true;
4384
4384
  hasDefault: false;
@@ -4391,7 +4391,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1933.PgTableWithCol
4391
4391
  generated: undefined;
4392
4392
  }, {}, {
4393
4393
  length: 20;
4394
- $type: "User" | "Organization";
4394
+ $type: "Organization" | "User";
4395
4395
  }>;
4396
4396
  status: drizzle_orm_pg_core1933.PgColumn<{
4397
4397
  name: "status";