@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
|
-
|
|
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
|
-
|
|
12
|
+
protected role: Role;
|
|
13
13
|
constructor(options: RolesCardViewControllerOptions);
|
|
14
14
|
load(options: {
|
|
15
15
|
organizationId?: string;
|