@webex/cc-components 1.28.0-next.5 → 1.28.0-next.6

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.
@@ -415,8 +415,9 @@ export interface OutdialCallProps {
415
415
  getAddressBookEntries: (params: AddressBookEntrySearchParams) => Promise<AddressBookEntriesResponse>;
416
416
  /**
417
417
  * Flag to determine if the address book is enabled.
418
+ * Defaults to true if not provided.
418
419
  */
419
- isAddressBookEnabled: boolean;
420
+ isAddressBookEnabled?: boolean;
420
421
  /**
421
422
  * Boolean indicating if there's an active telephony task.
422
423
  * Used to disable the outdial button when a telephony task is in progress.