@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.
@@ -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
@@ -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