balendar 0.0.21 → 0.0.23

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.
@@ -129,8 +129,6 @@ export declare function createBalendar(config: BalendarConfig): {
129
129
  200: {
130
130
  userId: number;
131
131
  title: string;
132
- startTime: string;
133
- endTime: string;
134
132
  status: "confirmed" | "cancelled" | "tentative";
135
133
  busyStatus: "busy" | "free";
136
134
  createdAt: string;
@@ -139,6 +137,10 @@ export declare function createBalendar(config: BalendarConfig): {
139
137
  bookingId: number | null;
140
138
  description: string | null;
141
139
  location: string | null;
140
+ startDateTime: string | null;
141
+ endDateTime: string | null;
142
+ startDate: string | null;
143
+ endDate: string | null;
142
144
  };
143
145
  404: {
144
146
  error: string;
@@ -174,8 +176,6 @@ export declare function createBalendar(config: BalendarConfig): {
174
176
  items: {
175
177
  userId: number;
176
178
  title: string;
177
- startTime: string;
178
- endTime: string;
179
179
  status: "confirmed" | "cancelled" | "tentative";
180
180
  busyStatus: "busy" | "free";
181
181
  createdAt: string;
@@ -184,6 +184,10 @@ export declare function createBalendar(config: BalendarConfig): {
184
184
  bookingId: number | null;
185
185
  description: string | null;
186
186
  location: string | null;
187
+ startDateTime: string | null;
188
+ endDateTime: string | null;
189
+ startDate: string | null;
190
+ endDate: string | null;
187
191
  }[];
188
192
  pagination: {
189
193
  total: number;
@@ -688,9 +692,11 @@ export declare function createBalendar(config: BalendarConfig): {
688
692
  title?: string | undefined;
689
693
  description?: string | null | undefined;
690
694
  status?: "confirmed" | "cancelled" | "tentative" | undefined;
691
- startTime?: string | undefined;
692
- endTime?: string | undefined;
693
695
  location?: string | null | undefined;
696
+ startDateTime?: string | null | undefined;
697
+ endDateTime?: string | null | undefined;
698
+ startDate?: string | null | undefined;
699
+ endDate?: string | null | undefined;
694
700
  busyStatus?: "busy" | "free" | undefined;
695
701
  }, options?: {
696
702
  headers?: Record<string, unknown> | undefined;
@@ -703,8 +709,6 @@ export declare function createBalendar(config: BalendarConfig): {
703
709
  200: {
704
710
  userId: number;
705
711
  title: string;
706
- startTime: string;
707
- endTime: string;
708
712
  status: "confirmed" | "cancelled" | "tentative";
709
713
  busyStatus: "busy" | "free";
710
714
  createdAt: string;
@@ -713,6 +717,10 @@ export declare function createBalendar(config: BalendarConfig): {
713
717
  bookingId: number | null;
714
718
  description: string | null;
715
719
  location: string | null;
720
+ startDateTime: string | null;
721
+ endDateTime: string | null;
722
+ startDate: string | null;
723
+ endDate: string | null;
716
724
  };
717
725
  400: {
718
726
  error: string;
@@ -763,8 +771,10 @@ export declare function createBalendar(config: BalendarConfig): {
763
771
  title: string;
764
772
  description: string | null;
765
773
  location: string | null;
766
- startTime: string;
767
- endTime: string;
774
+ startDateTime: string | null;
775
+ endDateTime: string | null;
776
+ startDate: string | null;
777
+ endDate: string | null;
768
778
  status: "confirmed" | "cancelled" | "tentative";
769
779
  busyStatus: "busy" | "free";
770
780
  }, options?: {
@@ -778,8 +788,6 @@ export declare function createBalendar(config: BalendarConfig): {
778
788
  200: {
779
789
  userId: number;
780
790
  title: string;
781
- startTime: string;
782
- endTime: string;
783
791
  status: "confirmed" | "cancelled" | "tentative";
784
792
  busyStatus: "busy" | "free";
785
793
  createdAt: string;
@@ -788,6 +796,10 @@ export declare function createBalendar(config: BalendarConfig): {
788
796
  bookingId: number | null;
789
797
  description: string | null;
790
798
  location: string | null;
799
+ startDateTime: string | null;
800
+ endDateTime: string | null;
801
+ startDate: string | null;
802
+ endDate: string | null;
791
803
  };
792
804
  400: {
793
805
  error: string;
@@ -810,9 +822,11 @@ export declare function createBalendar(config: BalendarConfig): {
810
822
  title?: string | undefined;
811
823
  description?: string | null | undefined;
812
824
  status?: "confirmed" | "cancelled" | "tentative" | undefined;
813
- startTime?: string | undefined;
814
- endTime?: string | undefined;
815
825
  location?: string | null | undefined;
826
+ startDateTime?: string | null | undefined;
827
+ endDateTime?: string | null | undefined;
828
+ startDate?: string | null | undefined;
829
+ endDate?: string | null | undefined;
816
830
  busyStatus?: "busy" | "free" | undefined;
817
831
  }, options?: {
818
832
  headers?: Record<string, unknown> | undefined;
@@ -825,8 +839,6 @@ export declare function createBalendar(config: BalendarConfig): {
825
839
  200: {
826
840
  userId: number;
827
841
  title: string;
828
- startTime: string;
829
- endTime: string;
830
842
  status: "confirmed" | "cancelled" | "tentative";
831
843
  busyStatus: "busy" | "free";
832
844
  createdAt: string;
@@ -835,6 +847,10 @@ export declare function createBalendar(config: BalendarConfig): {
835
847
  bookingId: number | null;
836
848
  description: string | null;
837
849
  location: string | null;
850
+ startDateTime: string | null;
851
+ endDateTime: string | null;
852
+ startDate: string | null;
853
+ endDate: string | null;
838
854
  };
839
855
  400: {
840
856
  error: string;