@sprucelabs/mercury-core-events 24.3.281 → 24.3.282

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -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