clhq-postgres-module 1.1.0-alpha.119 → 1.1.0-alpha.121

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.
@@ -47,6 +47,8 @@ const allEntities = [
47
47
  entities_1.VideoFilmstrip,
48
48
  entities_1.AudioWaveform,
49
49
  entities_1.RemotionRender,
50
+ entities_1.ProjectSceneJob,
51
+ entities_1.ProjectScene,
50
52
  ];
51
53
  let PostgresModule = class PostgresModule {
52
54
  };
@@ -42,6 +42,7 @@ const repositories = [
42
42
  _1.UserContextRepository,
43
43
  _1.AiEmbeddingRepository,
44
44
  _1.MetadataActivityLogRepository,
45
+ _1.ProjectSceneRepository,
45
46
  _1.RemotionRenderRepository,
46
47
  ];
47
48
  const entities = [
@@ -75,7 +76,12 @@ const entities = [
75
76
  entities_1.UserContext,
76
77
  entities_1.AiEmbedding,
77
78
  entities_1.MetadataActivityLog,
79
+ entities_1.ProjectSceneJob,
80
+ entities_1.ProjectScene,
78
81
  entities_1.RemotionRender,
82
+ entities_1.CreditAllocation,
83
+ entities_1.PlanCreditConfiguration,
84
+ entities_1.CreditConsumptionLog,
79
85
  ];
80
86
  let RepositoryModule = class RepositoryModule {
81
87
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clhq-postgres-module",
3
- "version": "1.1.0-alpha.119",
3
+ "version": "1.1.0-alpha.121",
4
4
  "description": "PostgreSQL module using TypeORM for Clippy",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",