@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
package/build/esm/.spruce/schemas/mercury/v2020_12_25/listSecurityQuestionsEmitTarget.schema.js
CHANGED
@@ -10,6 +10,11 @@ const listSecurityQuestionsEmitTargetSchema = {
|
|
10
10
|
type: 'phone',
|
11
11
|
options: undefined
|
12
12
|
},
|
13
|
+
/** . */
|
14
|
+
'username': {
|
15
|
+
type: 'text',
|
16
|
+
options: undefined
|
17
|
+
},
|
13
18
|
}
|
14
19
|
};
|
15
20
|
SchemaRegistry.getInstance().trackSchema(listSecurityQuestionsEmitTargetSchema);
|