api-core-lib 16.1.0 → 16.2.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/index.d.mts CHANGED
@@ -332,6 +332,7 @@ interface UseApiModuleOptions<TModule extends ApiModuleConfig> {
332
332
  urlSync?: UrlSyncOptions<TModule>;
333
333
  initialActionsToExecute?: (keyof TModule['actions'])[];
334
334
  defaultQueryOptions?: Partial<Record<keyof TModule['actions'], QueryOptions>>;
335
+ pathParams?: Record<string, any>;
335
336
  }
336
337
  interface ActionState<TOutput> {
337
338
  data: TOutput | null;
package/dist/index.d.ts CHANGED
@@ -332,6 +332,7 @@ interface UseApiModuleOptions<TModule extends ApiModuleConfig> {
332
332
  urlSync?: UrlSyncOptions<TModule>;
333
333
  initialActionsToExecute?: (keyof TModule['actions'])[];
334
334
  defaultQueryOptions?: Partial<Record<keyof TModule['actions'], QueryOptions>>;
335
+ pathParams?: Record<string, any>;
335
336
  }
336
337
  interface ActionState<TOutput> {
337
338
  data: TOutput | null;