api-core-lib 12.4.1 → 12.4.2

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/index.d.mts CHANGED
@@ -331,6 +331,7 @@ interface ActionState<TOutput> {
331
331
  loading: boolean;
332
332
  success: boolean;
333
333
  called: boolean;
334
+ response: StandardResponse<TOutput> | null;
334
335
  }
335
336
  /**
336
337
  * The unified object for a single action, containing its state, executor, and controls.
package/dist/index.d.ts CHANGED
@@ -331,6 +331,7 @@ interface ActionState<TOutput> {
331
331
  loading: boolean;
332
332
  success: boolean;
333
333
  called: boolean;
334
+ response: StandardResponse<TOutput> | null;
334
335
  }
335
336
  /**
336
337
  * The unified object for a single action, containing its state, executor, and controls.