Skip to content

Commit c060f04

Browse files
committed
domain sync
1 parent e16d069 commit c060f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7666,6 +7666,7 @@ export interface IdentityProviderResponse {
76667666
export interface IdentityProviderSearchCriteria extends BaseSearchCriteria {
76677667
applicationId?: UUID;
76687668
name?: string;
7669+
type?: string;
76697670
}
76707671

76717672
/**
@@ -11511,6 +11512,7 @@ export interface WebhookResponse {
1151111512
export interface WebhookSearchCriteria extends BaseSearchCriteria {
1151211513
description?: string;
1151311514
tenantId?: UUID;
11515+
url?: string;
1151411516
}
1151511517

1151611518
/**

0 commit comments

Comments
 (0)