balendar 0.0.11 → 0.0.12

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.
@@ -816,7 +816,6 @@ export declare function createBalendar(config: BalendarConfig): {
816
816
  };
817
817
  200: {
818
818
  success: boolean;
819
- calendarExternalId?: string | undefined;
820
819
  resourceId?: string | undefined;
821
820
  error?: string | undefined;
822
821
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balendar",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "module": "client.ts",
5
5
  "type": "module",
6
6
  "private": false,