Skip to content

Commit b72a224

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.38.1
1 parent d098e21 commit b72a224

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
@@ -7498,17 +7498,17 @@ export interface Lambda {
74987498
}
74997499

75007500
export interface LambdaConfiguration {
7501-
accessTokenPopulateId?: UUID;
7502-
idTokenPopulateId?: UUID;
7503-
samlv2PopulateId?: UUID;
7501+
reconcileId?: UUID;
75047502
}
75057503

75067504
export interface LambdaConfiguration {
75077505
reconcileId?: UUID;
75087506
}
75097507

75107508
export interface LambdaConfiguration {
7511-
reconcileId?: UUID;
7509+
accessTokenPopulateId?: UUID;
7510+
idTokenPopulateId?: UUID;
7511+
samlv2PopulateId?: UUID;
75127512
}
75137513

75147514
/**

0 commit comments

Comments
 (0)