@sprucelabs/mercury-core-events 24.3.238 → 24.3.240

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,6 +52,11 @@ const createLocationEmitPayloadSchema = {
52
52
  options: undefined
53
53
  },
54
54
  /** . */
55
+ 'dateUpdated': {
56
+ type: 'dateTime',
57
+ options: undefined
58
+ },
59
+ /** . */
55
60
  'slug': {
56
61
  type: 'text',
57
62
  options: undefined
@@ -61,6 +61,11 @@ const updateLocationEmitPayloadSchema = {
61
61
  options: undefined
62
62
  },
63
63
  /** . */
64
+ 'dateUpdated': {
65
+ type: 'dateTime',
66
+ options: undefined
67
+ },
68
+ /** . */
64
69
  'organizationId': {
65
70
  type: 'id',
66
71
  options: undefined