We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff0b19 commit 2cdbe5eCopy full SHA for 2cdbe5e
src/FusionAuthClient.ts
@@ -8154,18 +8154,18 @@ export interface Lambda {
8154
}
8155
8156
export interface LambdaConfiguration {
8157
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
8158
+ idTokenPopulateId?: UUID;
8159
+ samlv2PopulateId?: UUID;
8160
+ selfServiceRegistrationValidationId?: UUID;
8161
8162
8163
8164
reconcileId?: UUID;
8165
8166
8167
- accessTokenPopulateId?: UUID;
- idTokenPopulateId?: UUID;
- samlv2PopulateId?: UUID;
8168
- selfServiceRegistrationValidationId?: UUID;
+ reconcileId?: UUID;
8169
8170
8171
/**
0 commit comments