Skip to content

Commit 81c2b71

Browse files
committed
fixup: data model changes
1 parent 82ee296 commit 81c2b71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/api/apiSchemas.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ export type App = {
104104
* @format date-time
105105
*/
106106
updated_at?: string;
107+
app_group_lifecycle_plugin?: string | null;
108+
plugin_data?: Record<string, any>;
107109
};
108110

109111
export type AppGroup = OktaGroup & {
@@ -129,6 +131,7 @@ export type AppGroup = OktaGroup & {
129131
description?: string;
130132
tags_to_add?: string[];
131133
tags_to_remove?: string[];
134+
plugin_data?: Record<string, any>;
132135
};
133136

134137
export type AppPagination = {

0 commit comments

Comments
 (0)