We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224314d commit 067e648Copy full SHA for 067e648
1 file changed
src/api/base.ts
@@ -229,11 +229,6 @@ export interface IWaitForSync {
229
* - 'fail': Respond with 424 status code when data update did not apply within the timeout period
230
*/
231
waitForSync(timeout: number | null, policy?: FactsSyncTimeoutPolicy): this;
232
- /**
233
- * Ignore the bulk cache and fetch facts directly from the PDP. Available only when `proxyFactsViaPdp` is set to `true`.
234
- * @param ignoreCache - Set to `true` to ignore the bulk cache and fetch facts directly from the PDP.
235
- */
236
- ignoreBulkCache(ignoreCache: boolean): this;
237
}
238
239
export abstract class BaseFactsPermitAPI extends BasePermitApi implements IWaitForSync {
0 commit comments