@sprucelabs/mercury-core-events 24.3.281 → 24.3.283

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,11 +54,6 @@ const createLocationEmitPayloadSchema = {
54
54
  options: undefined
55
55
  },
56
56
  /** . */
57
- 'dateUpdated': {
58
- type: 'dateTime',
59
- options: undefined
60
- },
61
- /** . */
62
57
  'slug': {
63
58
  type: 'text',
64
59
  options: undefined
@@ -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);
@@ -63,11 +63,6 @@ const updateLocationEmitPayloadSchema = {
63
63
  options: undefined
64
64
  },
65
65
  /** . */
66
- 'dateUpdated': {
67
- type: 'dateTime',
68
- options: undefined
69
- },
70
- /** . */
71
66
  'organizationId': {
72
67
  type: 'id',
73
68
  options: undefined