@sprucelabs/spruce-core-schemas 41.1.0 → 41.1.2

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.
@@ -368,6 +368,8 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
368
368
  'phone'?: string | undefined | null;
369
369
  /** Username. An optional username if the person does not want to login using their phone */
370
370
  'username'?: string | undefined | null;
371
+ /** Email. An optional email if the person does not want to login using their phone */
372
+ 'email'?: string | undefined | null;
371
373
  /** Avatar src. */
372
374
  'avatar'?: SpruceSchema.ImageFieldValue | undefined | null;
373
375
  'dateCreated': SpruceSchema.DateTimeFieldValue;
@@ -525,6 +527,14 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
525
527
  hint: 'An optional username if the person does not want to login using their phone';
526
528
  options: undefined;
527
529
  };
530
+ /** Email. An optional email if the person does not want to login using their phone */
531
+ 'email': {
532
+ label: 'Email';
533
+ type: 'email';
534
+ isPrivate: true;
535
+ hint: 'An optional email if the person does not want to login using their phone';
536
+ options: undefined;
537
+ };
528
538
  /** Avatar src. */
529
539
  'avatar': {
530
540
  label: 'Avatar src';
@@ -60,6 +60,14 @@ const personSchema = {
60
60
  hint: 'An optional username if the person does not want to login using their phone',
61
61
  options: undefined
62
62
  },
63
+ /** Email. An optional email if the person does not want to login using their phone */
64
+ 'email': {
65
+ label: 'Email',
66
+ type: 'email',
67
+ isPrivate: true,
68
+ hint: 'An optional email if the person does not want to login using their phone',
69
+ options: undefined
70
+ },
63
71
  /** Avatar src. */
64
72
  'avatar': {
65
73
  label: 'Avatar src',
@@ -368,6 +368,8 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
368
368
  'phone'?: string | undefined | null;
369
369
  /** Username. An optional username if the person does not want to login using their phone */
370
370
  'username'?: string | undefined | null;
371
+ /** Email. An optional email if the person does not want to login using their phone */
372
+ 'email'?: string | undefined | null;
371
373
  /** Avatar src. */
372
374
  'avatar'?: SpruceSchema.ImageFieldValue | undefined | null;
373
375
  'dateCreated': SpruceSchema.DateTimeFieldValue;
@@ -525,6 +527,14 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
525
527
  hint: 'An optional username if the person does not want to login using their phone';
526
528
  options: undefined;
527
529
  };
530
+ /** Email. An optional email if the person does not want to login using their phone */
531
+ 'email': {
532
+ label: 'Email';
533
+ type: 'email';
534
+ isPrivate: true;
535
+ hint: 'An optional email if the person does not want to login using their phone';
536
+ options: undefined;
537
+ };
528
538
  /** Avatar src. */
529
539
  'avatar': {
530
540
  label: 'Avatar src';
@@ -58,6 +58,14 @@ const personSchema = {
58
58
  hint: 'An optional username if the person does not want to login using their phone',
59
59
  options: undefined
60
60
  },
61
+ /** Email. An optional email if the person does not want to login using their phone */
62
+ 'email': {
63
+ label: 'Email',
64
+ type: 'email',
65
+ isPrivate: true,
66
+ hint: 'An optional email if the person does not want to login using their phone',
67
+ options: undefined
68
+ },
61
69
  /** Avatar src. */
62
70
  'avatar': {
63
71
  label: 'Avatar src',
@@ -43,6 +43,12 @@ declare const _default: {
43
43
  hint: string;
44
44
  isPrivate: true;
45
45
  };
46
+ email: {
47
+ label: string;
48
+ type: "email";
49
+ hint: string;
50
+ isPrivate: true;
51
+ };
46
52
  avatar: {
47
53
  label: string;
48
54
  type: "image";
@@ -45,6 +45,12 @@ export default buildSchema({
45
45
  hint: 'An optional username if the person does not want to login using their phone',
46
46
  isPrivate: true,
47
47
  },
48
+ email: {
49
+ label: 'Email',
50
+ type: 'email',
51
+ hint: 'An optional email if the person does not want to login using their phone',
52
+ isPrivate: true,
53
+ },
48
54
  avatar: {
49
55
  label: 'Avatar src',
50
56
  type: 'image',
@@ -43,6 +43,12 @@ declare const _default: {
43
43
  hint: string;
44
44
  isPrivate: true;
45
45
  };
46
+ email: {
47
+ label: string;
48
+ type: "email";
49
+ hint: string;
50
+ isPrivate: true;
51
+ };
46
52
  avatar: {
47
53
  label: string;
48
54
  type: "image";
@@ -47,6 +47,12 @@ exports.default = (0, schema_1.buildSchema)({
47
47
  hint: 'An optional username if the person does not want to login using their phone',
48
48
  isPrivate: true,
49
49
  },
50
+ email: {
51
+ label: 'Email',
52
+ type: 'email',
53
+ hint: 'An optional email if the person does not want to login using their phone',
54
+ isPrivate: true,
55
+ },
50
56
  avatar: {
51
57
  label: 'Avatar src',
52
58
  type: 'image',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "41.1.0",
6
+ "version": "41.1.2",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "tsconfig.json"
@@ -60,7 +60,7 @@
60
60
  "watch.rebuild": "yarn run clean.all && yarn install && yarn run watch.build.dev"
61
61
  },
62
62
  "dependencies": {
63
- "@sprucelabs/schema": "^32.1.36"
63
+ "@sprucelabs/schema": "^32.1.38"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@sprucelabs/esm-postbuild": "^7.0.30",
@@ -68,7 +68,7 @@
68
68
  "@sprucelabs/resolve-path-aliases": "^3.0.23",
69
69
  "@sprucelabs/semantic-release": "^5.0.2",
70
70
  "@sprucelabs/test": "^10.0.20",
71
- "@sprucelabs/test-utils": "^6.0.73",
71
+ "@sprucelabs/test-utils": "^6.0.74",
72
72
  "@types/node": "^24.3.1",
73
73
  "chokidar-cli": "^3.0.0",
74
74
  "date-fns": "^4.1.0",