Skip to content

Commit 4106f56

Browse files
committed
domain sync
1 parent aa57b1d commit 4106f56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FusionAuthClient.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7312,17 +7312,17 @@ export interface Lambda {
73127312
}
73137313

73147314
export interface LambdaConfiguration {
7315-
reconcileId?: UUID;
7315+
accessTokenPopulateId?: UUID;
7316+
idTokenPopulateId?: UUID;
7317+
samlv2PopulateId?: UUID;
73167318
}
73177319

73187320
export interface LambdaConfiguration {
73197321
reconcileId?: UUID;
73207322
}
73217323

73227324
export interface LambdaConfiguration {
7323-
accessTokenPopulateId?: UUID;
7324-
idTokenPopulateId?: UUID;
7325-
samlv2PopulateId?: UUID;
7325+
reconcileId?: UUID;
73267326
}
73277327

73287328
/**

0 commit comments

Comments
 (0)