@prefecthq/prefect-ui-library 1.6.45 → 1.6.46

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.
@@ -85,6 +85,7 @@ export declare const maps: {
85
85
  parent_task_run_id: string | null;
86
86
  infrastructure_document_id: string | null;
87
87
  state: Partial<import("..").StateRequest>;
88
+ work_queue_name: string | null;
88
89
  }>>;
89
90
  };
90
91
  DeploymentResponse: {
@@ -0,0 +1,12 @@
1
+ export type ConcurrencyV2Limit = {
2
+ id: string;
3
+ created: Date;
4
+ updated: Date;
5
+ active: boolean;
6
+ name: string;
7
+ limit: number;
8
+ activeSlots: number;
9
+ deniedSlots: number;
10
+ slotDecayPerSecond: number;
11
+ avgSlotOccupancySeconds: number;
12
+ };
@@ -0,0 +1,8 @@
1
+ export type ConcurrencyV2LimitCreate = {
2
+ active?: boolean;
3
+ name?: string;
4
+ limit?: number;
5
+ activeSlots?: number;
6
+ deniedSlots?: number;
7
+ slotDecayPerSecond?: number;
8
+ };
@@ -10,6 +10,7 @@ type Base = {
10
10
  parentTaskRunId?: string | null;
11
11
  infrastructureDocumentId?: string | null;
12
12
  state?: StateCreate;
13
+ workQueueName?: string | null;
13
14
  };
14
15
  type WithoutParameters = Base & {
15
16
  schema?: never;
@@ -0,0 +1,8 @@
1
+ export type ConcurrencyV2CreateRequest = {
2
+ active: boolean;
3
+ name: string;
4
+ limit: number;
5
+ active_slots: number;
6
+ denied_slots: number;
7
+ slot_decay_per_second: number;
8
+ };
@@ -0,0 +1,12 @@
1
+ export type ConcurrencyV2Response = {
2
+ id: string;
3
+ created: Date;
4
+ updated: Date;
5
+ active: boolean;
6
+ name: string;
7
+ limit: number;
8
+ active_slots: number;
9
+ denied_slots: number;
10
+ slot_decay_per_second: number;
11
+ avg_slot_occupancy_seconds: number;
12
+ };
@@ -10,4 +10,5 @@ export type DeploymentFlowRunRequest = Partial<{
10
10
  parent_task_run_id: string | null;
11
11
  infrastructure_document_id: string | null;
12
12
  state: Partial<StateRequest>;
13
+ work_queue_name: string | null;
13
14
  }>;
@@ -109,6 +109,7 @@ export declare const mapper: Mapper<{
109
109
  parent_task_run_id: string | null;
110
110
  infrastructure_document_id: string | null;
111
111
  state: Partial<import("..").StateRequest>;
112
+ work_queue_name: string | null;
112
113
  }>>;
113
114
  };
114
115
  DeploymentResponse: {
@@ -1,2 +1,2 @@
1
- declare const _default: import("vite").UserConfigExport;
1
+ declare const _default: import("vite").UserConfigFnObject;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { k as O, f as k, $ as b, l as c } from "./index-705c852f.mjs";
1
+ import { k as O, f as k, $ as b, l as c } from "./index-a0316622.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-ae91b8e8-1d889a4d.mjs.map
1538
+ //# sourceMappingURL=viewport.es-ae91b8e8-6a364e78.mjs.map