@sprucelabs/spruce-people-utils 1.0.50 → 1.0.53

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.
@@ -41,9 +41,11 @@ declare const inviteFormSchema: {
41
41
  id: string;
42
42
  fields: {
43
43
  firstName: {
44
+ label: string;
44
45
  type: "text";
45
46
  };
46
47
  lastName: {
48
+ label: string;
47
49
  type: "text";
48
50
  };
49
51
  phone: {
@@ -209,9 +209,11 @@ const inviteFormSchema = buildSchema({
209
209
  id: 'inviteForm',
210
210
  fields: {
211
211
  firstName: {
212
+ label: 'First name',
212
213
  type: 'text',
213
214
  },
214
215
  lastName: {
216
+ label: 'Last name',
215
217
  type: 'text',
216
218
  },
217
219
  phone: {
@@ -41,9 +41,11 @@ declare const inviteFormSchema: {
41
41
  id: string;
42
42
  fields: {
43
43
  firstName: {
44
+ label: string;
44
45
  type: "text";
45
46
  };
46
47
  lastName: {
48
+ label: string;
47
49
  type: "text";
48
50
  };
49
51
  phone: {
@@ -182,9 +182,11 @@ const inviteFormSchema = (0, schema_1.buildSchema)({
182
182
  id: 'inviteForm',
183
183
  fields: {
184
184
  firstName: {
185
+ label: 'First name',
185
186
  type: 'text',
186
187
  },
187
188
  lastName: {
189
+ label: 'Last name',
188
190
  type: 'text',
189
191
  },
190
192
  phone: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-people-utils",
3
3
  "description": "People Utilities",
4
- "version": "1.0.50",
4
+ "version": "1.0.53",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },