@sprucelabs/spruce-appointment-utils 5.2.4 → 5.2.5

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.
@@ -9,7 +9,7 @@ export declare type RolesCardViewControllerOptions = ViewControllerOptions & {
9
9
  };
10
10
  export default class RolesCardViewController extends AbstractCapabilityCardViewController {
11
11
  static id: string;
12
- private role;
12
+ protected role: Role;
13
13
  constructor(options: RolesCardViewControllerOptions);
14
14
  load(options: {
15
15
  organizationId?: string;
@@ -9,7 +9,7 @@ export declare type RolesCardViewControllerOptions = ViewControllerOptions & {
9
9
  };
10
10
  export default class RolesCardViewController extends AbstractCapabilityCardViewController {
11
11
  static id: string;
12
- private role;
12
+ protected role: Role;
13
13
  constructor(options: RolesCardViewControllerOptions);
14
14
  load(options: {
15
15
  organizationId?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-appointment-utils",
3
3
  "description": "Utils for working with appointments and Sprucebot.",
4
- "version": "5.2.4",
4
+ "version": "5.2.5",
5
5
  "skill": {
6
6
  "namespace": "appointments"
7
7
  },