Skip to content

Commit 7eea70b

Browse files
committed
Domain sync
1 parent c060f04 commit 7eea70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FusionAuthClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7666,7 +7666,7 @@ export interface IdentityProviderResponse {
76667666
export interface IdentityProviderSearchCriteria extends BaseSearchCriteria {
76677667
applicationId?: UUID;
76687668
name?: string;
7669-
type?: string;
7669+
type?: IdentityProviderType;
76707670
}
76717671

76727672
/**

0 commit comments

Comments
 (0)