balendar 0.0.26 → 0.0.28

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.
@@ -671,6 +671,7 @@ export declare function createBalendar(config: BalendarConfig): {
671
671
  200: {
672
672
  connected: boolean;
673
673
  provider: "apple" | "google" | "microsoft" | null;
674
+ status: "error" | "active" | null;
674
675
  };
675
676
  422: {
676
677
  type: "validation";