@sprucelabs/mercury-core-events 27.1.1 → 27.2.0

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.
@@ -31,12 +31,9 @@ const createPersonEmitPayloadSchema = {
31
31
  type: 'select',
32
32
  options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Phoenix", "label": "Phoenix Time (No DST)" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/Guatemala", "label": "Central Standard Time (No DST)" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Panama", "label": "Eastern Standard Time (No DST)" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "America/Argentina/Buenos_Aires", "label": "Argentina Time (No DST)" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }, { "value": "Pacific/Port_Moresby", "label": "Papua New Guinea Time (No DST)" }], }
33
33
  },
34
- /** Email. An optional email if the person does not want to login using their phone */
34
+ /** . */
35
35
  'email': {
36
- label: 'Email',
37
36
  type: 'email',
38
- isPrivate: true,
39
- hint: 'An optional email if the person does not want to login using their phone',
40
37
  options: undefined
41
38
  },
42
39
  /** Avatar src. */
@@ -31,12 +31,9 @@ const updatePersonEmitPayloadSchema = {
31
31
  type: 'select',
32
32
  options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Phoenix", "label": "Phoenix Time (No DST)" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/Guatemala", "label": "Central Standard Time (No DST)" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Panama", "label": "Eastern Standard Time (No DST)" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "America/Argentina/Buenos_Aires", "label": "Argentina Time (No DST)" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }, { "value": "Pacific/Port_Moresby", "label": "Papua New Guinea Time (No DST)" }], }
33
33
  },
34
- /** Email. An optional email if the person does not want to login using their phone */
34
+ /** . */
35
35
  'email': {
36
- label: 'Email',
37
36
  type: 'email',
38
- isPrivate: true,
39
- hint: 'An optional email if the person does not want to login using their phone',
40
37
  options: undefined
41
38
  },
42
39
  /** Avatar src. */
@@ -2020,7 +2020,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2020
2020
  'lastName'?: string | undefined | null;
2021
2021
  /** Timezone. */
2022
2022
  'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Phoenix" | "America/Chicago" | "America/Guatemala" | "America/New_York" | "America/Panama" | "America/Sao_Paulo" | "America/Argentina/Buenos_Aires" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland" | "Pacific/Port_Moresby") | undefined | null;
2023
- /** Email. An optional email if the person does not want to login using their phone */
2024
2023
  'email'?: string | undefined | null;
2025
2024
  /** Avatar src. */
2026
2025
  'avatar'?: SpruceSchema.ImageFieldValue | undefined | null;
@@ -2150,12 +2149,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2150
2149
  }];
2151
2150
  };
2152
2151
  };
2153
- /** Email. An optional email if the person does not want to login using their phone */
2152
+ /** . */
2154
2153
  'email': {
2155
- label: 'Email';
2156
2154
  type: 'email';
2157
- isPrivate: true;
2158
- hint: 'An optional email if the person does not want to login using their phone';
2159
2155
  options: undefined;
2160
2156
  };
2161
2157
  /** Avatar src. */
@@ -8878,7 +8874,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
8878
8874
  'lastName'?: string | undefined | null;
8879
8875
  /** Timezone. */
8880
8876
  'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Phoenix" | "America/Chicago" | "America/Guatemala" | "America/New_York" | "America/Panama" | "America/Sao_Paulo" | "America/Argentina/Buenos_Aires" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland" | "Pacific/Port_Moresby") | undefined | null;
8881
- /** Email. An optional email if the person does not want to login using their phone */
8882
8877
  'email'?: string | undefined | null;
8883
8878
  /** Avatar src. */
8884
8879
  'avatar'?: SpruceSchema.ImageFieldValue | undefined | null;
@@ -9007,12 +9002,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9007
9002
  }];
9008
9003
  };
9009
9004
  };
9010
- /** Email. An optional email if the person does not want to login using their phone */
9005
+ /** . */
9011
9006
  'email': {
9012
- label: 'Email';
9013
9007
  type: 'email';
9014
- isPrivate: true;
9015
- hint: 'An optional email if the person does not want to login using their phone';
9016
9008
  options: undefined;
9017
9009
  };
9018
9010
  /** Avatar src. */
@@ -26,12 +26,9 @@ const createPersonEmitPayloadSchema = {
26
26
  type: 'select',
27
27
  options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Phoenix", "label": "Phoenix Time (No DST)" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/Guatemala", "label": "Central Standard Time (No DST)" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Panama", "label": "Eastern Standard Time (No DST)" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "America/Argentina/Buenos_Aires", "label": "Argentina Time (No DST)" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }, { "value": "Pacific/Port_Moresby", "label": "Papua New Guinea Time (No DST)" }], }
28
28
  },
29
- /** Email. An optional email if the person does not want to login using their phone */
29
+ /** . */
30
30
  'email': {
31
- label: 'Email',
32
31
  type: 'email',
33
- isPrivate: true,
34
- hint: 'An optional email if the person does not want to login using their phone',
35
32
  options: undefined
36
33
  },
37
34
  /** Avatar src. */
@@ -26,12 +26,9 @@ const updatePersonEmitPayloadSchema = {
26
26
  type: 'select',
27
27
  options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Phoenix", "label": "Phoenix Time (No DST)" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/Guatemala", "label": "Central Standard Time (No DST)" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Panama", "label": "Eastern Standard Time (No DST)" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "America/Argentina/Buenos_Aires", "label": "Argentina Time (No DST)" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }, { "value": "Pacific/Port_Moresby", "label": "Papua New Guinea Time (No DST)" }], }
28
28
  },
29
- /** Email. An optional email if the person does not want to login using their phone */
29
+ /** . */
30
30
  'email': {
31
- label: 'Email',
32
31
  type: 'email',
33
- isPrivate: true,
34
- hint: 'An optional email if the person does not want to login using their phone',
35
32
  options: undefined
36
33
  },
37
34
  /** Avatar src. */
@@ -2020,7 +2020,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2020
2020
  'lastName'?: string | undefined | null;
2021
2021
  /** Timezone. */
2022
2022
  'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Phoenix" | "America/Chicago" | "America/Guatemala" | "America/New_York" | "America/Panama" | "America/Sao_Paulo" | "America/Argentina/Buenos_Aires" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland" | "Pacific/Port_Moresby") | undefined | null;
2023
- /** Email. An optional email if the person does not want to login using their phone */
2024
2023
  'email'?: string | undefined | null;
2025
2024
  /** Avatar src. */
2026
2025
  'avatar'?: SpruceSchema.ImageFieldValue | undefined | null;
@@ -2150,12 +2149,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2150
2149
  }];
2151
2150
  };
2152
2151
  };
2153
- /** Email. An optional email if the person does not want to login using their phone */
2152
+ /** . */
2154
2153
  'email': {
2155
- label: 'Email';
2156
2154
  type: 'email';
2157
- isPrivate: true;
2158
- hint: 'An optional email if the person does not want to login using their phone';
2159
2155
  options: undefined;
2160
2156
  };
2161
2157
  /** Avatar src. */
@@ -8878,7 +8874,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
8878
8874
  'lastName'?: string | undefined | null;
8879
8875
  /** Timezone. */
8880
8876
  'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Phoenix" | "America/Chicago" | "America/Guatemala" | "America/New_York" | "America/Panama" | "America/Sao_Paulo" | "America/Argentina/Buenos_Aires" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland" | "Pacific/Port_Moresby") | undefined | null;
8881
- /** Email. An optional email if the person does not want to login using their phone */
8882
8877
  'email'?: string | undefined | null;
8883
8878
  /** Avatar src. */
8884
8879
  'avatar'?: SpruceSchema.ImageFieldValue | undefined | null;
@@ -9007,12 +9002,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9007
9002
  }];
9008
9003
  };
9009
9004
  };
9010
- /** Email. An optional email if the person does not want to login using their phone */
9005
+ /** . */
9011
9006
  'email': {
9012
- label: 'Email';
9013
9007
  type: 'email';
9014
- isPrivate: true;
9015
- hint: 'An optional email if the person does not want to login using their phone';
9016
9008
  options: undefined;
9017
9009
  };
9018
9010
  /** Avatar src. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprucelabs/mercury-core-events",
3
- "version": "27.1.1",
3
+ "version": "27.2.0",
4
4
  "description": "Events Mercury provides out of the box.",
5
5
  "skill": {
6
6
  "namespace": "mercury-core-events",