windmill-client 1.489.0 → 1.490.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.
- package/dist/core/OpenAPI.js +1 -1
- package/dist/types.gen.d.ts +2 -2
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -1273,8 +1273,8 @@ export type CriticalAlert = {
|
|
|
1273
1273
|
export type CaptureTriggerKind = 'webhook' | 'http' | 'websocket' | 'kafka' | 'email' | 'nats' | 'postgres' | 'sqs' | 'mqtt' | 'gcp';
|
|
1274
1274
|
export type Capture = {
|
|
1275
1275
|
trigger_kind: CaptureTriggerKind;
|
|
1276
|
-
|
|
1277
|
-
|
|
1276
|
+
main_args: unknown;
|
|
1277
|
+
preprocessor_args: unknown;
|
|
1278
1278
|
id: number;
|
|
1279
1279
|
created_at: string;
|
|
1280
1280
|
};
|