windmill-components 1.677.0 → 1.677.1

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.
@@ -65,7 +65,7 @@ export declare function getFirstStepSchema(flowState: FlowState, flow: OpenFlow)
65
65
  id: string;
66
66
  summary: string | undefined;
67
67
  value: {
68
- language?: "deno" | "bun" | "python3" | "go" | "bash" | "powershell" | "postgresql" | "mysql" | "bigquery" | "snowflake" | "mssql" | "oracledb" | "graphql" | "nativets" | "php" | "rust" | "ansible" | "csharp" | "nu" | "java" | "ruby" | "duckdb" | undefined;
68
+ language?: "deno" | "bun" | "python3" | "go" | "bash" | "powershell" | "postgresql" | "mysql" | "bigquery" | "snowflake" | "mssql" | "oracledb" | "graphql" | "nativets" | "php" | "rust" | "ansible" | "csharp" | "nu" | "java" | "ruby" | "rlang" | "duckdb" | undefined;
69
69
  path?: string | undefined;
70
70
  type: "rawscript" | "script" | "flow" | "forloopflow" | "whileloopflow" | "branchone" | "branchall" | "aiagent" | "identity";
71
71
  };
@@ -35,6 +35,6 @@ declare const PickHubScriptQuick: $$__sveltets_2_IsomorphicComponent<Props, {
35
35
  pickScript: CustomEvent<any>;
36
36
  } & {
37
37
  [evt: string]: CustomEvent<any>;
38
- }, {}, {}, "filter" | "loading" | "items" | "apps">;
38
+ }, {}, {}, "apps" | "filter" | "loading" | "items">;
39
39
  type PickHubScriptQuick = InstanceType<typeof PickHubScriptQuick>;
40
40
  export default PickHubScriptQuick;
@@ -8,6 +8,6 @@ interface Props {
8
8
  client_id?: string;
9
9
  showTestingBadge?: boolean;
10
10
  }
11
- declare const MqttEditorConfigSection: import("svelte").Component<Props, {}, "subscribe_topics" | "mqtt_resource_path" | "client_id" | "client_version" | "isValid">;
11
+ declare const MqttEditorConfigSection: import("svelte").Component<Props, {}, "client_id" | "subscribe_topics" | "mqtt_resource_path" | "client_version" | "isValid">;
12
12
  type MqttEditorConfigSection = ReturnType<typeof MqttEditorConfigSection>;
13
13
  export default MqttEditorConfigSection;
@@ -21,7 +21,7 @@ export const OpenAPI = {
21
21
  PASSWORD: undefined,
22
22
  TOKEN: undefined,
23
23
  USERNAME: undefined,
24
- VERSION: '1.655.0',
24
+ VERSION: '1.677.0',
25
25
  WITH_CREDENTIALS: false,
26
26
  interceptors: {
27
27
  request: new Interceptors(),