terrier-engine 4.50.0 → 4.50.2

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.
@@ -1,4 +1,4 @@
1
- // This file was automatically generated on 2025-04-18 11:01:55 -0500, DO NOT EDIT IT MANUALLY!
1
+ // This file was automatically generated on 2025-04-25 14:11:58 -0500, DO NOT EDIT IT MANUALLY!
2
2
 
3
3
  import { Query } from "../queries/queries"
4
4
 
@@ -97,6 +97,7 @@ export type DdDiveDistribution = {
97
97
  created_by?: DdUser
98
98
  updated_by?: DdUser
99
99
  dd_dive_runs?: DdDiveRun[]
100
+ dd_dive?: DdDive
100
101
  }
101
102
 
102
103
  export type UnpersistedDdDiveDistribution = {
@@ -116,6 +117,7 @@ export type UnpersistedDdDiveDistribution = {
116
117
  created_by?: DdUser
117
118
  updated_by?: DdUser
118
119
  dd_dive_runs?: OptionalProps<UnpersistedDdDiveRun, "dd_dive_distribution_id">[]
120
+ dd_dive?: DdDive
119
121
  }
120
122
 
121
123
  export type DdDiveGroup = {
@@ -281,7 +283,7 @@ export type UnpersistedModelTypeMap = {
281
283
  */
282
284
  export type ModelIncludesMap = {
283
285
  dd_dive: "created_by" | "dd_dive_distributions" | "dd_dive_group" | "dd_dive_runs" | "owner" | "updated_by"
284
- dd_dive_distribution: "created_by" | "dd_dive_runs" | "updated_by"
286
+ dd_dive_distribution: "created_by" | "dd_dive" | "dd_dive_runs" | "updated_by"
285
287
  dd_dive_group: "created_by" | "dd_dives" | "updated_by"
286
288
  dd_dive_plot: "created_by" | "dd_dive" | "updated_by"
287
289
  dd_dive_run: "created_by" | "dd_dive" | "dd_dive_distribution" | "updated_by"
@@ -292,7 +294,7 @@ export type ModelIncludesMap = {
292
294
  */
293
295
  export const ModelIncludesArrayMap = {
294
296
  dd_dive: ["created_by", "dd_dive_distributions", "dd_dive_group", "dd_dive_runs", "owner", "updated_by"] as const,
295
- dd_dive_distribution: ["created_by", "dd_dive_runs", "updated_by"] as const,
297
+ dd_dive_distribution: ["created_by", "dd_dive", "dd_dive_runs", "updated_by"] as const,
296
298
  dd_dive_group: ["created_by", "dd_dives", "updated_by"] as const,
297
299
  dd_dive_plot: ["created_by", "dd_dive", "updated_by"] as const,
298
300
  dd_dive_run: ["created_by", "dd_dive", "dd_dive_distribution", "updated_by"] as const,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.50.0",
7
+ "version": "4.50.2",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"