Skip to content

Commit 9bcf61b

Browse files
feat(api): update via SDK Studio (#365)
1 parent 6a51306 commit 9bcf61b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/resources/zero-trust/access/users/active-sessions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export interface ActiveSessionGetResponse {
9595

9696
iat?: number;
9797

98-
idp?: ActiveSessionGetResponse.IDP;
98+
idp?: ActiveSessionGetResponse.IdP;
9999

100100
ip?: string;
101101

@@ -149,7 +149,7 @@ export namespace ActiveSessionGetResponse {
149149
}
150150
}
151151

152-
export interface IDP {
152+
export interface IdP {
153153
id?: string;
154154

155155
type?: string;

src/resources/zero-trust/access/users/last-seen-identity.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface Identity {
3838

3939
iat?: number;
4040

41-
idp?: Identity.IDP;
41+
idp?: Identity.IdP;
4242

4343
ip?: string;
4444

@@ -90,7 +90,7 @@ export namespace Identity {
9090
}
9191
}
9292

93-
export interface IDP {
93+
export interface IdP {
9494
id?: string;
9595

9696
type?: string;

0 commit comments

Comments
 (0)