We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16d069 commit c060f04Copy full SHA for c060f04
src/FusionAuthClient.ts
@@ -7666,6 +7666,7 @@ export interface IdentityProviderResponse {
7666
export interface IdentityProviderSearchCriteria extends BaseSearchCriteria {
7667
applicationId?: UUID;
7668
name?: string;
7669
+ type?: string;
7670
}
7671
7672
/**
@@ -11511,6 +11512,7 @@ export interface WebhookResponse {
11511
11512
export interface WebhookSearchCriteria extends BaseSearchCriteria {
11513
description?: string;
11514
tenantId?: UUID;
11515
+ url?: string;
11516
11517
11518
0 commit comments