@prefecthq/prefect-ui-library 2.0.10 → 2.0.12

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.
@@ -117,6 +117,7 @@ export declare const maps: {
117
117
  work_queue_name: string | null;
118
118
  work_pool_name: string | null;
119
119
  infra_overrides: Record<string, unknown> | null;
120
+ enforce_parameter_schema: boolean;
120
121
  }>>;
121
122
  };
122
123
  EmpiricalPolicy: {
@@ -27,6 +27,7 @@ export interface IDeployment {
27
27
  infrastructureOverrides: Record<string, unknown> | null;
28
28
  workQueueName: string | null;
29
29
  workPoolName: string | null;
30
+ enforceParameterSchema: boolean;
30
31
  }
31
32
  export declare class Deployment implements IDeployment {
32
33
  readonly id: string;
@@ -53,6 +54,7 @@ export declare class Deployment implements IDeployment {
53
54
  infrastructureOverrides: Record<string, unknown> | null;
54
55
  workQueueName: string | null;
55
56
  workPoolName: string | null;
57
+ enforceParameterSchema: boolean;
56
58
  constructor(deployment: IDeployment);
57
59
  get deprecated(): boolean;
58
60
  get appliedBy(): string | null;
@@ -8,6 +8,7 @@ type Base = {
8
8
  workQueueName?: string | null;
9
9
  workPoolName?: string | null;
10
10
  infrastructureOverrides?: Record<string, unknown> | null;
11
+ enforceParameterSchema?: boolean;
11
12
  };
12
13
  type BaseEdit = Omit<Base, 'infrastructureOverrides'> & {
13
14
  infrastructureOverrides?: string;
@@ -26,4 +26,5 @@ export type DeploymentResponse = {
26
26
  infra_overrides: Record<string, unknown> | null;
27
27
  work_queue_name: string | null;
28
28
  work_pool_name: string | null;
29
+ enforce_parameter_schema: boolean;
29
30
  };
@@ -13,4 +13,5 @@ export type DeploymentUpdateRequest = Partial<{
13
13
  work_queue_name: string | null;
14
14
  work_pool_name: string | null;
15
15
  infra_overrides: Record<string, unknown> | null;
16
+ enforce_parameter_schema: boolean;
16
17
  }>;
@@ -141,6 +141,7 @@ export declare const mapper: Mapper<{
141
141
  work_queue_name: string | null;
142
142
  work_pool_name: string | null;
143
143
  infra_overrides: Record<string, unknown> | null;
144
+ enforce_parameter_schema: boolean;
144
145
  }>>;
145
146
  };
146
147
  EmpiricalPolicy: {
@@ -1,4 +1,4 @@
1
- import { X as O, c as k, J as b, f as c } from "./index-0dcc1712.mjs";
1
+ import { X as O, c as k, J as b, f as c } from "./index-08a3d159.mjs";
2
2
  import "vue";
3
3
  import "@prefecthq/vue-charts";
4
4
  import "@prefecthq/prefect-design";
@@ -1535,4 +1535,4 @@ export {
1535
1535
  C as Viewport,
1536
1536
  N as Wheel
1537
1537
  };
1538
- //# sourceMappingURL=viewport.es-88169ec4-e7cd1038.mjs.map
1538
+ //# sourceMappingURL=viewport.es-88169ec4-dce124d5.mjs.map