File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
ClientOidcLogout ,
10
10
PostOrganizations201ResponseEnabledConnectionsInnerConnection ,
11
11
} from './management/__generated/models/index.js' ;
12
+ import { ClientUpdateOidcLogout } from './mods.js' ;
12
13
13
14
/**
14
15
* @deprecated Use {@link EmailProviderUpdate} instead.
@@ -39,13 +40,9 @@ export type ClientCreateOidcBackchannelLogout = ClientCreateOidcLogout;
39
40
*/
40
41
export type ClientOidcBackchannelLogout = ClientOidcLogout ;
41
42
/**
42
- * @deprecated Use {@link ClientCreateOidcLogout} instead.
43
- */
44
- export type ClientUpdateOidcBackchannelLogout = ClientCreateOidcLogout ;
45
- /**
46
- * @deprecated Use {@link ClientCreateOidcLogout} instead.
43
+ * @deprecated Use {@link ClientUpdateOidcLogout} instead.
47
44
*/
48
- export type ClientUpdateOidcLogout = ClientCreateOidcLogout ;
45
+ export type ClientUpdateOidcBackchannelLogout = ClientUpdateOidcLogout ;
49
46
/**
50
47
* @deprecated use {@link PostOrganizations201ResponseEnabledConnectionsInnerConnection} instead.
51
48
*/
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from './auth/index.js';
3
3
export * from './userinfo/index.js' ;
4
4
export * from './lib/errors.js' ;
5
5
export * from './lib/models.js' ;
6
+ export * from './mods.js' ;
6
7
export * from './deprecations.js' ;
Original file line number Diff line number Diff line change
1
+ import { ClientCreateOidcLogout } from './management/__generated/models/index.js' ;
2
+
3
+ export type ClientUpdateOidcLogout = ClientCreateOidcLogout ;
You can’t perform that action at this time.
0 commit comments