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