We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff0335 commit 1e4c1b2Copy full SHA for 1e4c1b2
src/FusionAuthClient.ts
@@ -7542,17 +7542,17 @@ export interface Lambda {
7542
}
7543
7544
export interface LambdaConfiguration {
7545
- accessTokenPopulateId?: UUID;
7546
- idTokenPopulateId?: UUID;
7547
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7548
7549
7550
7551
reconcileId?: UUID;
7552
7553
7554
7555
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
+ idTokenPopulateId?: UUID;
+ samlv2PopulateId?: UUID;
7556
7557
7558
/**
0 commit comments