@sprucelabs/mercury-core-events 24.3.281 → 24.3.283
Sign up to get free protection for your applications and to get access to all the features.
- package/build/.spruce/schemas/mercury/v2020_12_25/createLocationEmitPayload.schema.js +0 -5
- package/build/.spruce/schemas/mercury/v2020_12_25/listSecurityQuestionsEmitTarget.schema.js +5 -0
- package/build/.spruce/schemas/mercury/v2020_12_25/updateLocationEmitPayload.schema.js +0 -5
- package/build/.spruce/schemas/schemas.types.d.ts +9215 -9221
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/createLocationEmitPayload.schema.js +0 -5
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/listSecurityQuestionsEmitTarget.schema.js +5 -0
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/updateLocationEmitPayload.schema.js +0 -5
- package/build/esm/.spruce/schemas/schemas.types.d.ts +9215 -9221
- package/package.json +5 -5
@@ -12,6 +12,11 @@ const listSecurityQuestionsEmitTargetSchema = {
|
|
12
12
|
type: 'phone',
|
13
13
|
options: undefined
|
14
14
|
},
|
15
|
+
/** . */
|
16
|
+
'username': {
|
17
|
+
type: 'text',
|
18
|
+
options: undefined
|
19
|
+
},
|
15
20
|
}
|
16
21
|
};
|
17
22
|
schema_1.SchemaRegistry.getInstance().trackSchema(listSecurityQuestionsEmitTargetSchema);
|