api-core-lib 12.3.0 → 12.4.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.
package/dist/index.d.mts CHANGED
@@ -323,6 +323,7 @@ interface UseApiModuleOptions {
323
323
  staleTime?: number;
324
324
  cacheTime?: number;
325
325
  refetchOnWindowFocus?: boolean;
326
+ pathParams?: Record<string, any>;
326
327
  }
327
328
  interface ActionState<TOutput> {
328
329
  data: TOutput | null;
package/dist/index.d.ts CHANGED
@@ -323,6 +323,7 @@ interface UseApiModuleOptions {
323
323
  staleTime?: number;
324
324
  cacheTime?: number;
325
325
  refetchOnWindowFocus?: boolean;
326
+ pathParams?: Record<string, any>;
326
327
  }
327
328
  interface ActionState<TOutput> {
328
329
  data: TOutput | null;