@prefecthq/prefect-ui-library 1.1.24 → 1.1.26

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.
@@ -21,6 +21,9 @@ export type NotAny = {
21
21
  export type Equals = {
22
22
  eq_?: boolean;
23
23
  };
24
+ export type NullableEquals = {
25
+ eq_?: boolean | null;
26
+ };
24
27
  /** Matches on boolean equality */
25
28
  export type Exists = {
26
29
  exists_?: boolean;
@@ -124,7 +127,7 @@ export type BlockSchemaFilterRequest = {
124
127
  export type BlockDocumentFilterRequest = {
125
128
  operator?: OperationRequest;
126
129
  id?: Any;
127
- is_anonymous?: Equals;
130
+ is_anonymous?: NullableEquals;
128
131
  block_type_id?: Any;
129
132
  name?: Any;
130
133
  };
@@ -11,6 +11,13 @@ export declare function createWorkspaceRoutes(config?: CreateWorkspaceRoutesConf
11
11
  readonly artifactId: string;
12
12
  };
13
13
  };
14
+ artifactKey: () => {
15
+ readonly name: "workspace.artifacts.artifact.key";
16
+ readonly params: {
17
+ readonly accountId?: string | undefined;
18
+ readonly workspaceId?: string | undefined;
19
+ };
20
+ };
14
21
  artifacts: () => {
15
22
  readonly name: "workspace.artifacts";
16
23
  readonly params: {
@@ -12,6 +12,7 @@ export interface IWorkspaceBlockDocumentsApi {
12
12
  }
13
13
  export declare class WorkspaceBlockDocumentsApi extends WorkspaceApi implements IWorkspaceBlockDocumentsApi {
14
14
  protected routePrefix: string;
15
+ private readonly batcher;
15
16
  getBlockDocument(blockDocumentId: string): Promise<BlockDocument>;
16
17
  getBlockDocuments(filter?: BlockDocumentsFilter): Promise<BlockDocument[]>;
17
18
  createBlockDocument(blockDocument: BlockDocumentCreate): Promise<BlockDocument>;
@@ -1,5 +1,6 @@
1
- import { u as c, Q as b, X as O, l as k } from "./index-07a733e1.mjs";
1
+ import { u as c, Q as b, X as O, l as k } from "./index-37059d1b.mjs";
2
2
  import "vue";
3
+ import "@prefecthq/vue-charts";
3
4
  import "@prefecthq/prefect-design";
4
5
  import "@prefecthq/vue-compositions";
5
6
  import "vue-router";
@@ -1534,4 +1535,4 @@ export {
1534
1535
  C as Viewport,
1535
1536
  $ as Wheel
1536
1537
  };
1537
- //# sourceMappingURL=viewport.es-20251669-23eaf1c3.mjs.map
1538
+ //# sourceMappingURL=viewport.es-20251669-990a96d6.mjs.map