windmill-client 1.511.0 → 1.512.0

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.
@@ -39,7 +39,7 @@ exports.OpenAPI = {
39
39
  PASSWORD: undefined,
40
40
  TOKEN: getEnv("WM_TOKEN"),
41
41
  USERNAME: undefined,
42
- VERSION: '1.511.0',
42
+ VERSION: '1.512.0',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -546,12 +546,15 @@ export type MainArgSignature = {
546
546
  } | {
547
547
  str: Array<(string)> | null;
548
548
  } | {
549
- object: Array<{
550
- key: string;
551
- typ: 'float' | 'int' | 'bool' | 'email' | 'unknown' | 'bytes' | 'dict' | 'datetime' | 'sql' | {
552
- str: unknown;
553
- };
554
- }>;
549
+ object: {
550
+ name?: string;
551
+ props?: Array<{
552
+ key: string;
553
+ typ: 'float' | 'int' | 'bool' | 'email' | 'unknown' | 'bytes' | 'dict' | 'datetime' | 'sql' | {
554
+ str: unknown;
555
+ };
556
+ }>;
557
+ };
555
558
  } | {
556
559
  list: 'float' | 'int' | 'bool' | 'email' | 'unknown' | 'bytes' | 'dict' | 'datetime' | 'sql' | {
557
560
  str: unknown;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "windmill-client",
3
3
  "description": "Windmill SDK client for browsers and Node.js",
4
- "version": "1.511.0",
4
+ "version": "1.512.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {