File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 99 ClientOidcLogout ,
1010 PostOrganizations201ResponseEnabledConnectionsInnerConnection ,
1111} from './management/__generated/models/index.js' ;
12+ import { ClientUpdateOidcLogout } from './mods.js' ;
1213
1314/**
1415 * @deprecated Use {@link EmailProviderUpdate} instead.
@@ -39,13 +40,9 @@ export type ClientCreateOidcBackchannelLogout = ClientCreateOidcLogout;
3940 */
4041export type ClientOidcBackchannelLogout = ClientOidcLogout ;
4142/**
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.
4744 */
48- export type ClientUpdateOidcLogout = ClientCreateOidcLogout ;
45+ export type ClientUpdateOidcBackchannelLogout = ClientUpdateOidcLogout ;
4946/**
5047 * @deprecated use {@link PostOrganizations201ResponseEnabledConnectionsInnerConnection} instead.
5148 */
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from './auth/index.js';
33export * from './userinfo/index.js' ;
44export * from './lib/errors.js' ;
55export * from './lib/models.js' ;
6+ export * from './mods.js' ;
67export * 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