@sprucelabs/spruce-appointment-utils 5.2.3 → 5.2.7
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.
|
@@ -4,4 +4,5 @@ export { default as DurationListViewController } from './viewControllers/Duratio
|
|
|
4
4
|
export { default as EditOverrideDetailsCardViewController } from './viewControllers/EditOverrideDetailsCard.vc';
|
|
5
5
|
export { default as EditTimeBlockTitleCardViewController } from './viewControllers/EditTimeBlockTitleCard.vc';
|
|
6
6
|
export { default as RolesCardViewController } from './viewControllers/RolesCard.vc';
|
|
7
|
+
export { RolesCardViewControllerOptions } from './viewControllers/RolesCard.vc';
|
|
7
8
|
export * from './types-module';
|
|
@@ -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;
|
package/build/index-module.d.ts
CHANGED
|
@@ -4,4 +4,5 @@ export { default as DurationListViewController } from './viewControllers/Duratio
|
|
|
4
4
|
export { default as EditOverrideDetailsCardViewController } from './viewControllers/EditOverrideDetailsCard.vc';
|
|
5
5
|
export { default as EditTimeBlockTitleCardViewController } from './viewControllers/EditTimeBlockTitleCard.vc';
|
|
6
6
|
export { default as RolesCardViewController } from './viewControllers/RolesCard.vc';
|
|
7
|
+
export { RolesCardViewControllerOptions } from './viewControllers/RolesCard.vc';
|
|
7
8
|
export * from './types-module';
|
|
@@ -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;
|