@kortex-app/api 0.0.1-next.202512151615-814a34b05 → 0.0.1-next.202512160939-0ee725f09

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kortex-app/api",
3
- "version": "0.0.1-next.202512151615-814a34b05",
3
+ "version": "0.0.1-next.202512160939-0ee725f09",
4
4
  "description": "API for Kortex extensions",
5
5
  "repository": "https://github.com/kortex-hub/kortex",
6
6
  "publishConfig": {
@@ -426,6 +426,7 @@ declare module '@kortex-app/api' {
426
426
  flowId: string;
427
427
  hideSecrets: boolean;
428
428
  namespace: string;
429
+ params: Record<string, string>;
429
430
  }
430
431
 
431
432
  export interface FlowGenerateCommandLineOptions {