@plyaz/types 1.44.0 → 1.44.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.
|
@@ -417,6 +417,12 @@ export interface SetupUnifiedHandlersParams {
|
|
|
417
417
|
globalConfig?: ApiConfig;
|
|
418
418
|
clientOptions?: ApiClientOptions;
|
|
419
419
|
clearTemporaryOverrides?: () => void;
|
|
420
|
+
/**
|
|
421
|
+
* Get the current resolved fetchff config.
|
|
422
|
+
* Called on each request to get latest config including temporary overrides.
|
|
423
|
+
* This ensures updateConfig() changes are applied to subsequent requests.
|
|
424
|
+
*/
|
|
425
|
+
getResolvedFetchffConfig?: () => RequestConfig;
|
|
420
426
|
}
|
|
421
427
|
/**
|
|
422
428
|
* Props for API initialization loading component.
|
package/package.json
CHANGED