Skip to content

Commit ce70451

Browse files
committed
domain sync
1 parent b30c233 commit ce70451

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
@@ -7832,17 +7832,17 @@ export interface Lambda {
78327832
}
78337833

78347834
export interface LambdaConfiguration {
7835-
reconcileId?: UUID;
7835+
accessTokenPopulateId?: UUID;
7836+
idTokenPopulateId?: UUID;
7837+
samlv2PopulateId?: UUID;
78367838
}
78377839

78387840
export interface LambdaConfiguration {
78397841
reconcileId?: UUID;
78407842
}
78417843

78427844
export interface LambdaConfiguration {
7843-
accessTokenPopulateId?: UUID;
7844-
idTokenPopulateId?: UUID;
7845-
samlv2PopulateId?: UUID;
7845+
reconcileId?: UUID;
78467846
}
78477847

78487848
/**

0 commit comments

Comments
 (0)