@sprucelabs/spruce-invite-utils 6.0.72 → 6.1.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.
@@ -12,5 +12,6 @@ export type InviteRouteBuilderOptions = {
12
12
  locationId?: string;
13
13
  roleId?: string;
14
14
  personId?: string;
15
+ message?: string;
15
16
  };
16
17
  export default function buildRouteToCreateInvite(options: InviteRouteBuilderOptions): [SkillViewControllerId, InviteRouteBuilderOptions];
@@ -12,5 +12,6 @@ export type InviteRouteBuilderOptions = {
12
12
  locationId?: string;
13
13
  roleId?: string;
14
14
  personId?: string;
15
+ message?: string;
15
16
  };
16
17
  export default function buildRouteToCreateInvite(options: InviteRouteBuilderOptions): [SkillViewControllerId, InviteRouteBuilderOptions];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-invite-utils",
3
3
  "description": "Invite Utilities",
4
- "version": "6.0.72",
4
+ "version": "6.1.0",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },