tonightpass 0.0.154 → 0.0.155

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.
package/dist/index.d.mts CHANGED
@@ -918,7 +918,7 @@ type CreateOrganizationEventInput = Omit<ExcludeBase<OrganizationEvent>, "slug"
918
918
  styles: string[];
919
919
  tickets: CreateOrganizationEventTicketInput[];
920
920
  };
921
- declare abstract class BaseOrganizationEventDto {
921
+ declare class BaseOrganizationEventDto {
922
922
  title: string;
923
923
  slug?: string;
924
924
  description: string;
package/dist/index.d.ts CHANGED
@@ -918,7 +918,7 @@ type CreateOrganizationEventInput = Omit<ExcludeBase<OrganizationEvent>, "slug"
918
918
  styles: string[];
919
919
  tickets: CreateOrganizationEventTicketInput[];
920
920
  };
921
- declare abstract class BaseOrganizationEventDto {
921
+ declare class BaseOrganizationEventDto {
922
922
  title: string;
923
923
  slug?: string;
924
924
  description: string;