terrier-engine 4.32.3 → 4.32.4

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 2024-07-25 17:02:53 -0500, DO NOT EDIT IT MANUALLY!
1
+ // This file was automatically generated on 2024-08-14 09:08:29 -0500, DO NOT EDIT IT MANUALLY!
2
2
 
3
3
  import { Query } from "../queries/queries"
4
4
 
@@ -10,7 +10,9 @@ import { Attachment } from "../../terrier/attachments"
10
10
 
11
11
  import { RegularSchedule } from "../../terrier/schedules"
12
12
 
13
- import { DivePlotTrace, DivePlotLayout } from "../plots/dive-plots"
13
+ import { DivePlotLayout } from "../plots/dive-plots"
14
+
15
+ import { DivePlotTrace } from "../plots/dive-plot-traces"
14
16
 
15
17
  import { OptionalProps } from "tuff-core/types"
16
18
 
@@ -33,7 +35,6 @@ export type DdDive = {
33
35
  sort_order?: number
34
36
  query_data?: { queries: Query[] }
35
37
  dive_types: string[]
36
- delivery_mode?: string
37
38
  delivery_recipients?: string[]
38
39
  delivery_schedule?: RegularSchedule
39
40
  created_by?: DdUser
@@ -62,7 +63,6 @@ export type UnpersistedDdDive = {
62
63
  sort_order?: number
63
64
  query_data?: { queries: Query[] }
64
65
  dive_types: string[]
65
- delivery_mode?: string
66
66
  delivery_recipients?: string[]
67
67
  delivery_schedule?: RegularSchedule
68
68
  created_by?: DdUser
@@ -171,7 +171,6 @@ export type DdDiveRun = {
171
171
  output_data?: object
172
172
  output_file_data?: Attachment | { path: string }
173
173
  status: "initial" | "running" | "success" | "error"
174
- delivery_mode?: string
175
174
  delivery_recipients?: string[]
176
175
  delivery_data?: object
177
176
  created_by?: DdUser
@@ -195,7 +194,6 @@ export type UnpersistedDdDiveRun = {
195
194
  output_data?: object
196
195
  output_file_data?: Attachment | { path: string }
197
196
  status: "initial" | "running" | "success" | "error"
198
- delivery_mode?: string
199
197
  delivery_recipients?: string[]
200
198
  delivery_data?: object
201
199
  created_by?: DdUser
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.32.3",
7
+ "version": "4.32.4",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"