@prefecthq/prefect-ui-library 2.0.12 → 2.0.13

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.
@@ -28,6 +28,7 @@ export interface IDeployment {
28
28
  workQueueName: string | null;
29
29
  workPoolName: string | null;
30
30
  enforceParameterSchema: boolean;
31
+ pullSteps: unknown;
31
32
  }
32
33
  export declare class Deployment implements IDeployment {
33
34
  readonly id: string;
@@ -55,6 +56,7 @@ export declare class Deployment implements IDeployment {
55
56
  workQueueName: string | null;
56
57
  workPoolName: string | null;
57
58
  enforceParameterSchema: boolean;
59
+ pullSteps: unknown;
58
60
  constructor(deployment: IDeployment);
59
61
  get deprecated(): boolean;
60
62
  get appliedBy(): string | null;
@@ -27,4 +27,5 @@ export type DeploymentResponse = {
27
27
  work_queue_name: string | null;
28
28
  work_pool_name: string | null;
29
29
  enforce_parameter_schema: boolean;
30
+ pull_steps: unknown;
30
31
  };
@@ -2,7 +2,7 @@ export declare function isArray(value: unknown): value is unknown[];
2
2
  export declare function toMap<T extends any[], K extends keyof T[number]>(source: T, key: K): Map<T[number][K], T[number]>;
3
3
  export declare const choice: <T>(list: T[] | readonly T[]) => T;
4
4
  export declare const range: (min: number, max: number) => number[];
5
- export declare function unique<T extends any[]>(array: T): T;
5
+ export declare function unique<T>(array: T[]): T[];
6
6
  export declare function isNonEmptyArray<T extends any[]>(array: T | undefined): array is T;
7
7
  export declare function asArray<T>(input: T | T[] | null): T[];
8
8
  export declare function isSame(arrayA: any[], arrayB: any[]): boolean;
@@ -1,5 +1,6 @@
1
1
  import { SavedSearch, SavedSearchFilter } from '../models/SavedSearch';
2
2
  export declare function isSameFilter(filterA: SavedSearchFilter, filterB: SavedSearchFilter): boolean;
3
+ export declare function isEmptyFilter(filter: SavedSearchFilter): boolean;
3
4
  export declare const oneWeekFilter: SavedSearchFilter;
4
5
  export declare const noScheduleFilter: SavedSearchFilter;
5
6
  export declare const customSavedSearch: SavedSearch;
@@ -1,4 +1,4 @@
1
- import { X as O, c as k, J as b, f as c } from "./index-08a3d159.mjs";
1
+ import { X as O, c as k, J as b, f as c } from "./index-93489a62.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-dce124d5.mjs.map
1538
+ //# sourceMappingURL=viewport.es-88169ec4-8a66ff17.mjs.map