Skip to content

Commit 91d3201

Browse files
committed
domain sync
1 parent 800c501 commit 91d3201

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
@@ -7369,17 +7369,17 @@ export interface Lambda {
73697369
}
73707370

73717371
export interface LambdaConfiguration {
7372-
reconcileId?: UUID;
7372+
accessTokenPopulateId?: UUID;
7373+
idTokenPopulateId?: UUID;
7374+
samlv2PopulateId?: UUID;
73737375
}
73747376

73757377
export interface LambdaConfiguration {
73767378
reconcileId?: UUID;
73777379
}
73787380

73797381
export interface LambdaConfiguration {
7380-
accessTokenPopulateId?: UUID;
7381-
idTokenPopulateId?: UUID;
7382-
samlv2PopulateId?: UUID;
7382+
reconcileId?: UUID;
73837383
}
73847384

73857385
/**

0 commit comments

Comments
 (0)