@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.
@@ -52,11 +52,6 @@ const createLocationEmitPayloadSchema = {
52
52
  options: undefined
53
53
  },
54
54
  /** . */
55
- 'dateUpdated': {
56
- type: 'dateTime',
57
- options: undefined
58
- },
59
- /** . */
60
55
  'slug': {
61
56
  type: 'text',
62
57
  options: undefined
@@ -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);
@@ -61,11 +61,6 @@ const updateLocationEmitPayloadSchema = {
61
61
  options: undefined
62
62
  },
63
63
  /** . */
64
- 'dateUpdated': {
65
- type: 'dateTime',
66
- options: undefined
67
- },
68
- /** . */
69
64
  'organizationId': {
70
65
  type: 'id',
71
66
  options: undefined