mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 05:16:38 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -6,10 +6,10 @@ export type CreateOrgIdpResponse = {
|
||||
};
|
||||
|
||||
export type GetOrgIdpResponse = {
|
||||
idp: Idp,
|
||||
idpOidcConfig: IdpOidcConfig | null,
|
||||
redirectUrl: string
|
||||
}
|
||||
idp: Idp;
|
||||
idpOidcConfig: IdpOidcConfig | null;
|
||||
redirectUrl: string;
|
||||
};
|
||||
|
||||
export type ListOrgIdpsResponse = {
|
||||
idps: {
|
||||
@@ -18,7 +18,7 @@ export type ListOrgIdpsResponse = {
|
||||
name: string;
|
||||
type: string;
|
||||
variant: string;
|
||||
}[],
|
||||
}[];
|
||||
pagination: {
|
||||
total: number;
|
||||
limit: number;
|
||||
|
||||
Reference in New Issue
Block a user