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