tonightpass 0.0.134 → 0.0.136

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.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import'reflect-metadata';import {Type,Transform}from'class-transformer';import {IsString,IsNotEmpty,IsArray,ValidateNested,IsOptional,Length,IsLowercase,IsObject,IsUrl,Matches,IsNumber,Min,IsEnum,IsBoolean,IsDateString,IsEmail,IsPhoneNumber,IsDate,MinLength,MaxLength}from'class-validator';import Jo from'redaxios';import {pathcat}from'pathcat';var io=Object.defineProperty;var o=(e,t)=>io(e,"name",{value:t,configurable:true});var Ce="https://api.tonightpass.com";var d={EMAIL:/^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$/i,NAME:/^[a-zA-ZÀ-ÿ0-9-\s]+$/,SLUG:/^[a-z0-9_.]+$/,USERNAME:/^(?!\.)(?!.*\.\.)(?!.*\.$)[a-z0-9_.]{3,48}$/,PHONE:/^\+(?:[0-9] ?){6,14}[0-9]$/,PASSWORD:/^(?=.*[A-Z])(?=.*[a-z])(?=.*[\d\W]).{8,}$/,PASSWORD_MIN_LENGTH:/^.{8,}$/,PASSWORD_UPPERCASE:/^(?=.*[A-Z])/,PASSWORD_LOWERCASE:/^(?=.*[a-z])/,PASSWORD_NUMBER_SPECIAL:/^(?=.*[\d\W])/,IMAGE_URL:/^(https:\/\/|http:\/\/)(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-z]{2,6}([-a-zA-Z0-9@:%_\+.~#?&//=]*)\.(jpg|jpeg|gif|png|bmp|tiff|tga|svg)$/i};function M(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(M,"_ts_decorate");function w(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(w,"_ts_metadata");var v=class{static{o(this,"GeoPointDto");}type;coordinates;constructor(){this.type="Point";}validate(){let[t,n]=this.coordinates;return n>=-90&&n<=90&&t>=-180&&t<=180}};M([IsString(),IsNotEmpty(),w("design:type",String)],v.prototype,"type",void 0);M([IsArray(),IsNotEmpty(),w("design:type",Array)],v.prototype,"coordinates",void 0);M([ValidateNested(),w("design:type",Function),w("design:paramtypes",[]),w("design:returntype",Boolean)],v.prototype,"validate",null);var h=class{static{o(this,"CreateLocationDto");}name;address;zipCode;city;country;geometry};M([IsOptional(),IsString(),Length(1,128),w("design:type",String)],h.prototype,"name",void 0);M([IsString(),IsNotEmpty(),Length(1,256),w("design:type",String)],h.prototype,"address",void 0);M([IsString(),IsNotEmpty(),Length(1,32),w("design:type",String)],h.prototype,"zipCode",void 0);M([IsString(),IsNotEmpty(),Length(1,128),w("design:type",String)],h.prototype,"city",void 0);M([IsString(),IsNotEmpty(),Length(1,128),w("design:type",String)],h.prototype,"country",void 0);M([ValidateNested(),Type(()=>v),IsNotEmpty(),w("design:type",typeof v>"u"?Object:v)],h.prototype,"geometry",void 0);function ie(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(ie,"_ts_decorate");function re(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(re,"_ts_metadata");var b=class{static{o(this,"UpdateLocationDto");}name;address;zipCode;city;country;geometry};ie([IsOptional(),IsString(),Length(1,128),re("design:type",String)],b.prototype,"name",void 0);ie([IsOptional(),IsString(),Length(1,256),re("design:type",String)],b.prototype,"address",void 0);ie([IsOptional(),IsString(),Length(1,32),re("design:type",String)],b.prototype,"zipCode",void 0);ie([IsOptional(),IsString(),Length(1,128),re("design:type",String)],b.prototype,"city",void 0);ie([IsOptional(),IsString(),Length(1,128),re("design:type",String)],b.prototype,"country",void 0);ie([IsOptional(),ValidateNested(),Type(()=>v),re("design:type",typeof v>"u"?Object:v)],b.prototype,"geometry",void 0);function q(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(q,"_ts_decorate");function G(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(G,"_ts_metadata");var ae=class{static{o(this,"CreateOrganizationDto");}organizationSlug;identity;members;location};q([IsOptional(),IsString(),IsLowercase(),Length(1,48),G("design:type",String)],ae.prototype,"organizationSlug",void 0);q([IsObject(),G("design:type",typeof B>"u"?Object:B)],ae.prototype,"identity",void 0);q([IsArray(),G("design:type",Array)],ae.prototype,"members",void 0);q([IsOptional(),IsObject(),G("design:type",typeof Location>"u"?Object:Location)],ae.prototype,"location",void 0);var B=class{static{o(this,"CreateOrganizationIdentityDto");}displayName;description;avatarUrl;bannerUrl;socialLinks};q([IsString(),IsNotEmpty(),Length(1,32),G("design:type",String)],B.prototype,"displayName",void 0);q([IsString(),Length(16,1024),IsOptional(),G("design:type",String)],B.prototype,"description",void 0);q([IsUrl({protocols:["http","https"],host_whitelist:["cdn.tonightpass.com","cdn.staging.tonightpass.com"]}),G("design:type",String)],B.prototype,"avatarUrl",void 0);q([IsOptional(),IsUrl({protocols:["http","https"],host_whitelist:["cdn.tonightpass.com","cdn.staging.tonightpass.com"]}),G("design:type",String)],B.prototype,"bannerUrl",void 0);q([IsOptional(),IsArray(),G("design:type",Array)],B.prototype,"socialLinks",void 0);function V(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(V,"_ts_decorate");function C(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(C,"_ts_metadata");var pe=class{static{o(this,"UpdateOrganizationDto");}slug;identity;members;location};V([IsOptional(),IsString(),IsLowercase(),Length(3,48),Matches(d.USERNAME),C("design:type",String)],pe.prototype,"slug",void 0);V([IsObject(),IsOptional(),C("design:type",typeof W>"u"?Object:W)],pe.prototype,"identity",void 0);V([IsOptional(),IsArray(),C("design:type",Array)],pe.prototype,"members",void 0);V([IsOptional(),IsObject(),C("design:type",typeof Location>"u"?Object:Location)],pe.prototype,"location",void 0);var W=class{static{o(this,"UpdateOrganizationIdentityDto");}displayName;description;avatarUrl;bannerUrl;socialLinks};V([IsString(),IsNotEmpty(),Length(1,32),IsOptional(),C("design:type",String)],W.prototype,"displayName",void 0);V([IsString(),Length(16,1024),IsOptional(),C("design:type",String)],W.prototype,"description",void 0);V([IsUrl({protocols:["http","https"]}),IsOptional(),C("design:type",String)],W.prototype,"avatarUrl",void 0);V([IsOptional(),IsUrl({protocols:["http","https"]}),C("design:type",String)],W.prototype,"bannerUrl",void 0);V([IsOptional(),IsArray(),C("design:type",Array)],W.prototype,"socialLinks",void 0);var Ye=class{static{o(this,"CreateOrganizationEventOrderDto");}cart};var be=class{static{o(this,"CreateOrganizationEventStyleDto");}type;emoji;name};var Ke=class extends be{static{o(this,"UpdateOrganizationEventStyleDto");}};var kn=function(e){return e.AuthEmailAlreadyExists="auth.email-already-exists",e.AuthUsernameAlreadyExists="auth.username-already-exists",e.AuthPhoneNumberAlreadyExists="auth.phone-number-already-exists",e.AuthInvalidCredentials="auth.invalid-credentials",e.AuthUserNotFound="auth.user-not-found",e.AuthInvalidToken="auth.invalid-token",e.AuthTokenExpired="auth.token-expired",e.AuthUnauthorized="auth.unauthorized",e.AuthPasswordMismatch="auth.password-mismatch",e.AuthInvalidOAuth2Provider="auth.invalid-oauth2-provider",e.AuthOAuth2Error="auth.oauth2-error",e.UserNotFound="user.not-found",e.UserInvalidUsername="user.invalid-username",e.UserInvalidEmail="user.invalid-email",e.UserInvalidPhoneNumber="user.invalid-phone-number",e.UserInvalidPassword="user.invalid-password",e.UserInvalidBirthDate="user.invalid-birth-date",e.UserInvalidGender="user.invalid-gender",e.UserInvalidRole="user.invalid-role",e.UserInvalidPreferences="user.invalid-preferences",e.UserInvalidLocation="user.invalid-location",e.UserInvalidFile="user.invalid-file",e.UserFileTooLarge="user.file-too-large",e.UserUnsupportedFileType="user.unsupported-file-type",e.OrganizationNotFound="organization.not-found",e.OrganizationInvalidSlug="organization.invalid-slug",e.OrganizationInvalidName="organization.invalid-name",e.OrganizationInvalidDescription="organization.invalid-description",e.OrganizationInvalidLocation="organization.invalid-location",e.OrganizationInvalidSocialLink="organization.invalid-social-link",e.OrganizationAlreadyExists="organization.already-exists",e.OrganizationUnauthorized="organization.unauthorized",e.OrganizationMemberNotFound="organization.member-not-found",e.OrganizationMemberInvalidRole="organization.member-invalid-role",e.OrganizationMemberAlreadyExists="organization.member-already-exists",e.EventNotFound="event.not-found",e.EventInvalidTitle="event.invalid-title",e.EventInvalidDescription="event.invalid-description",e.EventInvalidLocation="event.invalid-location",e.EventInvalidDates="event.invalid-dates",e.EventInvalidTickets="event.invalid-tickets",e.EventInvalidStyles="event.invalid-styles",e.EventInvalidType="event.invalid-type",e.EventInvalidVisibility="event.invalid-visibility",e.EventUnavailable="event.unavailable",e.EventTicketNotFound="event.ticket-not-found",e.EventTicketUnavailable="event.ticket-unavailable",e.EventTicketInvalidQuantity="event.ticket-invalid-quantity",e.OrderNotFound="order.not-found",e.OrderInvalidStatus="order.invalid-status",e.OrderInvalidPayment="order.invalid-payment",e.OrderPaymentFailed="order.payment-failed",e.OrderAlreadyPaid="order.already-paid",e.OrderCancelled="order.cancelled",e.OrderRefunded="order.refunded",e.OrderExpired="order.expired",e.BookingNotFound="booking.not-found",e.BookingInvalidStatus="booking.invalid-status",e.BookingInvalidTickets="booking.invalid-tickets",e.BookingTicketNotFound="booking.ticket-not-found",e.BookingTicketInvalidToken="booking.ticket-invalid-token",e.BookingTicketExpired="booking.ticket-expired",e.BookingTicketUsed="booking.ticket-used",e.FileNotFound="file.not-found",e.FileInvalidType="file.invalid-type",e.FileTooLarge="file.too-large",e.FileUploadFailed="file.upload-failed",e.ValidationError="validation.error",e.DatabaseError="database.error",e.InternalServerError="server.internal-error",e.NotFound="not-found",e.BadRequest="bad-request",e.Unauthorized="unauthorized",e.Forbidden="forbidden",e.TooManyRequests="too-many-requests",e.ServiceUnavailable="service-unavailable",e.TooManyRequestsAuth="rate-limit.auth",e.TooManyRequestsApi="rate-limit.api",e.WebhookInvalidSignature="webhook.invalid-signature",e.WebhookInvalidEvent="webhook.invalid-event",e.WebhookProcessingFailed="webhook.processing-failed",e.PaymentRequired="payment.required",e.PaymentMethodRequired="payment.method-required",e.PaymentFailed="payment.failed",e.PaymentCancelled="payment.cancelled",e.PaymentRefunded="payment.refunded",e.BillingInvalidAccount="billing.invalid-account",e.BillingAccountRequired="billing.account-required",e.NotificationInvalidType="notification.invalid-type",e.NotificationSendingFailed="notification.sending-failed",e.CacheError="cache.error",e.CacheMiss="cache.miss",e.ExternalServiceError="external-service.error",e.ExternalServiceTimeout="external-service.timeout",e.ExternalServiceUnavailable="external-service.unavailable",e}({});var Z=function(e){return e.ETicket="e-ticket",e.Other="other",e}({}),H=function(e){return e.Entry="entry",e.Package="package",e.Meal="meal",e.Drink="drink",e.Parking="parking",e.Accommodation="accommodation",e.Camping="camping",e.Locker="locker",e.Shuttle="shuttle",e.Other="other",e}({});var qn=function(e){return e.Music="music",e.Dress="dress",e.Sport="sport",e.Food="food",e.Art="art",e}({});var E=function(e){return e.Clubbing="clubbing",e.Concert="concert",e.Afterwork="afterwork",e.DancingLunch="dancing_lunch",e.Diner="diner",e.Garden="garden",e.AfterBeach="after_beach",e.Festival="festival",e.Spectacle="spectacle",e.Cruise="cruise",e.OutsideAnimation="outside_animation",e.Sport="sport",e.Match="match",e.Seminar="seminar",e.Conference="conference",e.WellnessDay="wellness_day",e.Workshop="workshop",e.TradeFair="trade_fair",e.ConsumerShow="consumer_show",e.Membership="membership",e}({}),J=function(e){return e.Public="public",e.Unlisted="unlisted",e.Private="private",e}({});var Xn=function(e){return e.Pending="pending",e.Accepted="accepted",e.Rejected="rejected",e}({}),Q=function(e){return e.Member="member",e.Manager="manager",e.Admin="admin",e.Owner="owner",e}({});var Hn=function(e){return e.Facebook="facebook",e.Twitter="twitter",e.Instagram="instagram",e.Linkedin="linkedin",e.Youtube="youtube",e.Website="website",e}({});var Yn=function(e){return e.Follow="follow",e}({});var Tn=function(e){return e.Authentication="authentication",e.BookingTicket="booking_ticket",e.OrganizationInvite="organization_invite",e.PasswordRecovery="password_recovery",e.EmailValidation="email_validation",e.PhoneValidation="phone_validation",e}({});var ti=function(e){return e.User="user",e.Developer="developer",e.Admin="admin",e}({}),Y=function(e){return e.Male="male",e.Female="female",e.NonBinary="non-binary",e}({}),oi=function(e){return e.Avatar="avatar",e.Banner="banner",e}({});var ai=function(e){return e.User="user",e.Organization="organization",e}({});var K=function(e){return e.EUR="EUR",e.USD="USD",e.GBP="GBP",e}({}),di=function(e){return e.FR="fr",e.EN="en",e}({});function j(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(j,"_ts_decorate");function O(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(O,"_ts_metadata");var l=class{static{o(this,"CreateOrganizationEventTicketDto");}name;description;price;quantity;type;category;currency;isVisible;isFeesIncluded;startAt;endAt};j([IsString(),Length(1,128),O("design:type",String)],l.prototype,"name",void 0);j([IsString(),Length(1,1024),IsOptional(),O("design:type",String)],l.prototype,"description",void 0);j([IsNumber(),Min(0),O("design:type",Number)],l.prototype,"price",void 0);j([IsNumber(),Min(0),O("design:type",Number)],l.prototype,"quantity",void 0);j([IsEnum(Z),O("design:type",typeof Z>"u"?Object:Z)],l.prototype,"type",void 0);j([IsEnum(H),O("design:type",typeof H>"u"?Object:H)],l.prototype,"category",void 0);j([IsEnum(K),O("design:type",typeof K>"u"?Object:K)],l.prototype,"currency",void 0);j([IsBoolean(),O("design:type",Boolean)],l.prototype,"isVisible",void 0);j([IsBoolean(),O("design:type",Boolean)],l.prototype,"isFeesIncluded",void 0);j([IsDateString(),IsOptional(),O("design:type",typeof Date>"u"?Object:Date)],l.prototype,"startAt",void 0);j([IsDateString(),IsOptional(),O("design:type",typeof Date>"u"?Object:Date)],l.prototype,"endAt",void 0);function _(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(_,"_ts_decorate");function P(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(P,"_ts_metadata");var c=class{static{o(this,"UpdateOrganizationEventTicketDto");}name;description;price;quantity;type;category;currency;isVisible;isFeesIncluded;startAt;endAt};_([IsString(),Length(1,128),IsOptional(),P("design:type",String)],c.prototype,"name",void 0);_([IsString(),Length(1,1024),IsOptional(),P("design:type",String)],c.prototype,"description",void 0);_([IsNumber(),Min(0),IsOptional(),P("design:type",Number)],c.prototype,"price",void 0);_([IsNumber(),Min(0),IsOptional(),P("design:type",Number)],c.prototype,"quantity",void 0);_([IsEnum(Z),IsOptional(),P("design:type",typeof Z>"u"?Object:Z)],c.prototype,"type",void 0);_([IsEnum(H),IsOptional(),P("design:type",typeof H>"u"?Object:H)],c.prototype,"category",void 0);_([IsEnum(K),IsOptional(),P("design:type",typeof K>"u"?Object:K)],c.prototype,"currency",void 0);_([IsBoolean(),IsOptional(),P("design:type",Boolean)],c.prototype,"isVisible",void 0);_([IsBoolean(),IsOptional(),P("design:type",Boolean)],c.prototype,"isFeesIncluded",void 0);_([IsDateString(),IsOptional(),P("design:type",typeof Date>"u"?Object:Date)],c.prototype,"startAt",void 0);_([IsDateString(),IsOptional(),P("design:type",typeof Date>"u"?Object:Date)],c.prototype,"endAt",void 0);function x(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(x,"_ts_decorate");function S(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(S,"_ts_metadata");var f=class{static{o(this,"CreateOrganizationEventDto");}title;slug;description;type;visibility;flyers;trailers;location;tickets;styles;startAt;endAt};x([IsString(),IsNotEmpty(),Length(1,64),S("design:type",String)],f.prototype,"title",void 0);x([IsOptional(),IsString(),IsLowercase(),Length(3,48),Matches(d.SLUG),S("design:type",String)],f.prototype,"slug",void 0);x([IsString(),IsNotEmpty(),Length(16,2048),S("design:type",String)],f.prototype,"description",void 0);x([IsEnum(E),IsNotEmpty(),S("design:type",typeof E>"u"?Object:E)],f.prototype,"type",void 0);x([IsEnum(J),IsNotEmpty(),S("design:type",typeof J>"u"?Object:J)],f.prototype,"visibility",void 0);x([IsArray(),IsUrl({},{each:true}),S("design:type",Array)],f.prototype,"flyers",void 0);x([IsArray(),IsUrl({},{each:true}),S("design:type",Array)],f.prototype,"trailers",void 0);x([IsObject(),ValidateNested(),Type(()=>h),IsNotEmpty(),S("design:type",typeof h>"u"?Object:h)],f.prototype,"location",void 0);x([IsArray(),ValidateNested({each:true}),Type(()=>l),IsNotEmpty(),S("design:type",Array)],f.prototype,"tickets",void 0);x([IsArray(),IsString({each:true}),IsNotEmpty(),S("design:type",Array)],f.prototype,"styles",void 0);x([IsDateString(),IsNotEmpty(),S("design:type",typeof Date>"u"?Object:Date)],f.prototype,"startAt",void 0);x([IsDateString(),IsNotEmpty(),S("design:type",typeof Date>"u"?Object:Date)],f.prototype,"endAt",void 0);function I(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(I,"_ts_decorate");function R(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(R,"_ts_metadata");var u=class{static{o(this,"UpdateOrganizationEventDto");}title;slug;description;type;visibility;flyers;trailers;location;tickets;styles;startAt;endAt};I([IsOptional(),IsString(),Length(1,64),R("design:type",String)],u.prototype,"title",void 0);I([IsOptional(),IsString(),IsLowercase(),Length(3,48),Matches(d.SLUG),R("design:type",String)],u.prototype,"slug",void 0);I([IsOptional(),IsString(),Length(16,2048),R("design:type",String)],u.prototype,"description",void 0);I([IsOptional(),IsEnum(E),R("design:type",typeof E>"u"?Object:E)],u.prototype,"type",void 0);I([IsOptional(),IsEnum(J),R("design:type",typeof J>"u"?Object:J)],u.prototype,"visibility",void 0);I([IsOptional(),IsArray(),IsUrl({},{each:true}),R("design:type",Array)],u.prototype,"flyers",void 0);I([IsOptional(),IsArray(),IsUrl({},{each:true}),R("design:type",Array)],u.prototype,"trailers",void 0);I([IsOptional(),IsObject(),ValidateNested(),Type(()=>b),R("design:type",typeof b>"u"?Object:b)],u.prototype,"location",void 0);I([IsOptional(),IsArray(),ValidateNested({each:true}),Type(()=>c),R("design:type",Array)],u.prototype,"tickets",void 0);I([IsOptional(),IsArray(),IsString({each:true}),R("design:type",Array)],u.prototype,"styles",void 0);I([IsOptional(),IsDateString(),R("design:type",typeof Date>"u"?Object:Date)],u.prototype,"startAt",void 0);I([IsOptional(),IsDateString(),R("design:type",typeof Date>"u"?Object:Date)],u.prototype,"endAt",void 0);function St(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(St,"_ts_decorate");function It(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(It,"_ts_metadata");var Ae=class{static{o(this,"CreateOrganizationMemberDto");}user;role};St([IsString(),IsNotEmpty(),It("design:type",String)],Ae.prototype,"user",void 0);St([IsEnum(Q),IsNotEmpty(),It("design:type",typeof Q>"u"?Object:Q)],Ae.prototype,"role",void 0);function wo(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(wo,"_ts_decorate");function jo(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(jo,"_ts_metadata");var Be=class{static{o(this,"UpdateOrganizationMemberDto");}role};wo([IsEnum(Q),IsNotEmpty(),jo("design:type",typeof Q>"u"?Object:Q)],Be.prototype,"role",void 0);function z(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(z,"_ts_decorate");function D(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(D,"_ts_metadata");var ye=class{static{o(this,"CreateUserDto");}identifier;identity;password};z([ValidateNested(),Type(()=>de),D("design:type",typeof de>"u"?Object:de)],ye.prototype,"identifier",void 0);z([ValidateNested(),Type(()=>F),D("design:type",typeof F>"u"?Object:F)],ye.prototype,"identity",void 0);z([IsString(),Matches(d.PASSWORD_MIN_LENGTH,{message:"Password must be at least 8 characters long."}),Matches(d.PASSWORD_UPPERCASE,{message:"Password must contain at least one uppercase letter."}),Matches(d.PASSWORD_LOWERCASE,{message:"Password must contain at least one lowercase letter."}),Matches(d.PASSWORD,{message:"Password must be secure."}),D("design:type",String)],ye.prototype,"password",void 0);var de=class{static{o(this,"CreateUserIdentifierDto");}email;phoneNumber;username};z([IsOptional(),IsString(),IsEmail(),D("design:type",String)],de.prototype,"email",void 0);z([IsOptional(),IsString(),IsPhoneNumber(),D("design:type",String)],de.prototype,"phoneNumber",void 0);z([IsString(),IsString(),IsLowercase(),Length(3,48),Matches(d.USERNAME),D("design:type",String)],de.prototype,"username",void 0);var F=class{static{o(this,"CreateUserIdentityDto");}firstName;lastName;gender;avatarUrl;birthDate};z([IsOptional(),IsString(),Length(2,32),Matches(d.NAME,{message:"First name must be composed of letters only"}),D("design:type",String)],F.prototype,"firstName",void 0);z([IsOptional(),IsString(),Length(2,32),Matches(d.NAME,{message:"Last name must be composed of letters only"}),D("design:type",String)],F.prototype,"lastName",void 0);z([IsEnum(Y),D("design:type",typeof Y>"u"?Object:Y)],F.prototype,"gender",void 0);z([IsOptional(),IsUrl({protocols:["http","https"]}),D("design:type",String)],F.prototype,"avatarUrl",void 0);z([IsOptional(),Transform(({value:e})=>{if(!e)return;let t=new Date(e);return isNaN(t.getTime())?e:t}),IsDate(),D("design:type",typeof Date>"u"?Object:Date)],F.prototype,"birthDate",void 0);function ko(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(ko,"_ts_decorate");function Mo(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(Mo,"_ts_metadata");var Ge=class{static{o(this,"RecoveryDto");}identifier};ko([IsNotEmpty({message:"Identifier is required"}),IsString({message:"Identifier must be a string"}),Mo("design:type",String)],Ge.prototype,"identifier",void 0);function jt(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(jt,"_ts_decorate");function Ot(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(Ot,"_ts_metadata");var we=class{static{o(this,"RecoveryResetDto");}token;password};jt([IsString({message:"Token must be a string"}),IsNotEmpty({message:"Token is required"}),Ot("design:type",String)],we.prototype,"token",void 0);jt([Matches(d.PASSWORD,{message:"Password must contain at least 8 characters, one uppercase letter, one lowercase letter, and one number or special character"}),IsNotEmpty({message:"Password is required"}),Ot("design:type",String)],we.prototype,"password",void 0);function Pt(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(Pt,"_ts_decorate");function Nt(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(Nt,"_ts_metadata");var je=class{static{o(this,"SignInUserDto");}identifier;password};Pt([IsNotEmpty(),IsString(),Nt("design:type",String)],je.prototype,"identifier",void 0);Pt([IsNotEmpty(),IsString(),Nt("design:type",String)],je.prototype,"password",void 0);function m(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(m,"_ts_decorate");function g(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(g,"_ts_metadata");var ve=class{static{o(this,"UpdateUserDto");}identifier;identity;password};m([IsOptional(),IsObject(),ValidateNested(),Type(()=>ce),g("design:type",typeof ce>"u"?Object:ce)],ve.prototype,"identifier",void 0);m([IsOptional(),IsObject(),ValidateNested(),Type(()=>U),g("design:type",typeof U>"u"?Object:U)],ve.prototype,"identity",void 0);m([IsOptional(),IsString(),MinLength(8),MaxLength(128),g("design:type",String)],ve.prototype,"password",void 0);var ce=class{static{o(this,"UpdateUserIdentifierDto");}email;phoneNumber;username};m([IsOptional(),IsString(),IsEmail(),g("design:type",String)],ce.prototype,"email",void 0);m([IsOptional(),IsString(),IsPhoneNumber(),g("design:type",String)],ce.prototype,"phoneNumber",void 0);m([IsOptional(),IsString(),IsLowercase(),Length(3,48),Matches(d.USERNAME),g("design:type",String)],ce.prototype,"username",void 0);var U=class{static{o(this,"UpdateUserIdentityDto");}firstName;lastName;displayName;description;avatarUrl;bannerUrl;gender;birthDate};m([IsOptional(),IsString(),Length(2,32),Matches(d.NAME,{message:"First name must be composed of letters only"}),g("design:type",String)],U.prototype,"firstName",void 0);m([IsOptional(),IsString(),Length(2,32),Matches(d.NAME,{message:"Last name must be composed of letters only"}),g("design:type",String)],U.prototype,"lastName",void 0);m([IsOptional(),IsString(),Length(1,32),g("design:type",String)],U.prototype,"displayName",void 0);m([IsOptional(),IsString(),Length(1,128),g("design:type",String)],U.prototype,"description",void 0);m([IsOptional(),IsUrl(),g("design:type",Object)],U.prototype,"avatarUrl",void 0);m([IsOptional(),IsUrl(),g("design:type",Object)],U.prototype,"bannerUrl",void 0);m([IsOptional(),IsEnum(Y),g("design:type",typeof Y>"u"?Object:Y)],U.prototype,"gender",void 0);m([IsOptional(),IsDateString(),g("design:type",typeof Date>"u"?Object:Date)],U.prototype,"birthDate",void 0);var k=typeof window<"u";function Mt(e,t){let n=new FormData;return t instanceof File?n.append(e,t):t instanceof FileList?Array.from(t).forEach(r=>n.append(e,r)):t.forEach(r=>n.append(e,r)),n}o(Mt,"buildFileFormData");var Qo=Jo.create({headers:{"Content-Type":"application/json",Accept:"application/json",...!k&&{"User-Agent":"tonightpass-api-client"}},responseType:"json",transformRequest:[function(e,t){return e instanceof FormData?(t&&typeof t=="object"&&"Content-Type"in t&&delete t["Content-Type"],e):(t&&(t["Content-Type"]="application/json"),JSON.stringify(e))}],withCredentials:k}),Bt=o(async(e,t)=>Qo(e,{...t}).then(r=>r).catch(r=>{throw r.data||console.error(r),r.data}),"request");var Ve=class extends Error{static{o(this,"TonightPassAPIError");}response;data;status;constructor(t,n){super(n.message),this.response=t,this.data=n,this.status=t.status;}},Oe=class{static{o(this,"Client");}options;url;constructor(t){this.options=t,this.url=(n,r)=>{let s=this.options.baseURL||Ce;return pathcat(s,n,r)};}setOptions(t){this.options=t;}async get(t,n,r){return this.requester("GET",t,void 0,n,r)}async post(t,n,r,s){return this.requester("POST",t,n,r,s)}async put(t,n,r,s){return this.requester("PUT",t,n,r,s)}async patch(t,n,r,s){return this.requester("PATCH",t,n,r,s)}async delete(t,n,r,s){return this.requester("DELETE",t,n,r,s)}async requester(t,n,r,s={},i={}){let a=this.url(n,s);if(r!==void 0&&t==="GET")throw new Error("Cannot send a GET request with a body");let p=await Bt(a,{method:t,data:r,...i}),_e=p.data;if(!_e.success)throw new Ve(p,_e);return _e.data}};function L(e){return e}o(L,"sdk");var qt=e=>({signIn:o(async t=>e.post("/auth/sign-in",t),"signIn"),signUp:o(async t=>e.post("/auth/sign-up",t),"signUp"),signOut:o(async()=>e.post("/auth/sign-out",null),"signOut"),refreshToken:o(async()=>e.post("/auth/refresh-token",null),"refreshToken"),recovery:o(async t=>e.post("/auth/recovery",t),"recovery"),recoveryReset:o(async t=>e.post("/auth/recovery/reset",t),"recoveryReset"),oauth2:{google:{connect:o(t=>{if(k)window.location.href=e.url("/oauth2/google",t||{});else throw new Error("Google OAuth2 is only available in the browser")},"connect")},twitter:{connect:o(t=>{if(k)window.location.href=e.url("/oauth2/twitter",t||{});else throw new Error("Twitter OAuth2 is only available in the browser")},"connect")},facebook:{connect:o(t=>{if(k)window.location.href=e.url("/oauth2/facebook",t||{});else throw new Error("Facebook OAuth2 is only available in the browser")},"connect")}}});var Gt=e=>({categories:{getAll:o(async t=>e.get("/careers/categories",t),"getAll")},employmentTypes:{getAll:o(async t=>e.get("/careers/employmentTypes",t),"getAll")},jobs:{getAll:o(async t=>e.get("/careers/jobs",t),"getAll"),get:o(async t=>e.get("/careers/jobs/:jobId",{jobId:t}),"get")},offices:{getAll:o(async t=>e.get("/careers/offices",t),"getAll")}});var Wt=e=>({getAll:o(async()=>e.get("/health"),"getAll"),database:o(async()=>e.get("/health/database"),"database"),api:o(async()=>e.get("/health/api"),"api"),app:o(async()=>e.get("/health/app"),"app")});var Vt=e=>({getAll:o(async t=>e.get("/orders",t),"getAll"),get:o(async t=>e.get("/orders/:orderId",{orderId:t}),"get")});var Ct=o(e=>({account:o(async t=>e.get("/organizations/:organizationSlug/billing/account",{organizationSlug:t}),"account"),link:o(t=>{if(k)window.location.href=e.url("/organizations/:organizationSlug/billing/link",{organizationSlug:t});else throw new Error("Billing link is only available in the browser")},"link"),dashboard:o(t=>{if(k)window.location.href=e.url("/organizations/:organizationSlug/billing/dashboard",{organizationSlug:t});else throw new Error("Billing dashboard is only available in the browser")},"dashboard")}),"organizationsBilling");var $t=o(e=>({create:o(async(t,n,r)=>e.post("/organizations/:organizationSlug/events/:eventSlug/orders",r,{organizationSlug:t,eventSlug:n}),"create")}),"organizationsEventsOrders");var Xt=o(e=>({getAll:o(async()=>e.get("/organizations/events/styles"),"getAll"),get:o(async t=>e.get("/organizations/events/styles/:styleSlug",{styleSlug:t}),"get"),create:o(async t=>e.post("/organizations/events/styles",t),"create"),update:o(async(t,n)=>e.put("/organizations/events/styles/:styleSlug",n,{styleSlug:t}),"update"),delete:o(async t=>e.delete("/organizations/events/styles/:styleSlug",null,{styleSlug:t}),"delete")}),"organizationsEventsStyles");var Zt=o(e=>({getAll:o(async(t,n)=>e.get("/organizations/:organizationSlug/events/:eventSlug/tickets",{organizationSlug:t,eventSlug:n}),"getAll"),get:o(async(t,n,r)=>e.get("/organizations/:organizationSlug/events/:eventSlug/tickets/:ticketId",{organizationSlug:t,eventSlug:n,ticketId:r}),"get"),create:o(async(t,n,r)=>e.post("/organizations/:organizationSlug/events/:eventSlug/tickets",r,{organizationSlug:t,eventSlug:n}),"create"),update:o(async(t,n,r,s)=>e.put("/organizations/:organizationSlug/events/:eventSlug/tickets/:ticketId",s,{organizationSlug:t,eventSlug:n,ticketId:r}),"update"),delete:o(async(t,n,r)=>e.delete("/organizations/:organizationSlug/events/:eventSlug/tickets/:ticketId",null,{organizationSlug:t,eventSlug:n,ticketId:r}),"delete")}),"organizationsEventsTickets");var Ht=o(e=>({record:o(async(t,n)=>e.post("/organizations/:organizationSlug/events/:eventSlug/views",null,{organizationSlug:t,eventSlug:n}),"record")}),"organizationsEventsViews");var Et=o(e=>({search:o(async(t,n)=>e.get("/organizations/events/search",{q:t,limit:n}),"search"),getAll:o(async(t,n)=>t?e.get("/organizations/:organizationSlug/events",{organizationSlug:t,...n}):e.get("/organizations/events",n),"getAll"),getSuggestions:o(async t=>e.get("/organizations/events/suggestions",t),"getSuggestions"),getNearby:o(async t=>e.get("/organizations/events/nearby",t),"getNearby"),getPast:o(async(t,n)=>e.get("/organizations/:organizationSlug/events/past",{organizationSlug:t,...n}),"getPast"),getUpcoming:o(async(t,n)=>e.get("/organizations/:organizationSlug/events/upcoming",{organizationSlug:t,...n}),"getUpcoming"),get:o(async(t,n)=>e.get("/organizations/:organizationSlug/events/:eventSlug",{organizationSlug:t,eventSlug:n}),"get"),create:o(async(t,n)=>e.post("/organizations/:organizationSlug/events",n,{organizationSlug:t}),"create"),update:o(async(t,n,r)=>e.put("/organizations/:organizationSlug/events/:eventSlug",r,{organizationSlug:t,eventSlug:n}),"update"),delete:o(async(t,n)=>e.delete("/organizations/:organizationSlug/events/:eventSlug",null,{organizationSlug:t,eventSlug:n}),"delete"),orders:$t(e),styles:Xt(e),tickets:Zt(e),views:Ht(e)}),"organizationsEvents");var Jt=o(e=>({getAll:o(async()=>e.get("/organizations/members"),"getAll"),delete:o(async t=>e.delete("/organizations/members/:memberId",null,{memberId:t}),"delete")}),"organizationsMembers");var Qt=e=>({search:o(async(t,n)=>e.get("/organizations/search",{q:t,limit:n}),"search"),getAll:o(async()=>e.get("/organizations"),"getAll"),get:o(async t=>e.get("/organizations/:organizationSlug",{organizationSlug:t}),"get"),create:o(async t=>e.post("/organizations",t),"create"),update:o(async(t,n)=>e.put("/organizations/:organizationSlug",n,{organizationSlug:t}),"update"),delete:o(async t=>e.delete("/organizations/:organizationSlug",null,{organizationSlug:t}),"delete"),billing:Ct(e),events:Et(e),members:Jt(e)});var Yt=e=>({follow:o(async t=>e.post("/profiles/:username/relationships/follow",null,{username:t}),"follow"),unfollow:o(async t=>e.post("/profiles/:username/relationships/unfollow",null,{username:t}),"unfollow"),getSuggestions:o(async t=>e.get("/profiles/@me/relationships/suggestions",t),"getSuggestions"),getFollowers:o(async(t,n)=>e.get("/profiles/:username/relationships/followers",{username:t,...n}),"getFollowers")});var Kt=e=>({get:o(async t=>e.get("/profiles/:username",{username:t}),"get"),relationships:Yt(e)});var Tt=e=>({getAll:o(async()=>e.get("/users/bookings"),"getAll"),get:o(async t=>e.get("/users/bookings/:bookingId",{bookingId:t}),"get"),me:o(async()=>e.get("/users/@me/bookings"),"me")});var eo=e=>({me:o(async()=>e.get("/users/@me/notifications"),"me"),count:o(async t=>e.get("/users/@me/notifications/count",t),"count")});var to=e=>({search:o(async(t,n)=>e.get("/users/search",{q:t,limit:n}),"search"),getAll:o(async()=>e.get("/users"),"getAll"),get:o(async t=>e.get("/users/:userId",{userId:t}),"get"),me:o(async()=>e.get("/users/@me"),"me"),check:o(async(t,n)=>e.get("/users/check/:identifier",{identifier:t,suggestions:n}),"check"),update:o(async(t,n)=>e.put("/users/:userId",n,{userId:t}),"update"),uploadFile:o(async(t,n,r)=>e.post("/users/:userId/files/:userFileType",Mt("file",r),{userId:t,userFileType:n}),"uploadFile"),bookings:Tt(e),notifications:eo(e)});var oo=e=>({registerToBeta:o(async t=>e.post("/notifications/subscribe/beta",{email:t}),"registerToBeta")});var no=class{static{o(this,"TonightPass");}client;auth;careers;health;orders;organizations;profiles;users;notifications;constructor(t){this.client=new Oe(t),this.auth=qt(this.client),this.careers=Gt(this.client),this.health=Wt(this.client),this.orders=Vt(this.client),this.organizations=Qt(this.client),this.profiles=Kt(this.client),this.users=to(this.client),this.notifications=oo(this.client);}};
2
- export{Oe as Client,h as CreateLocationDto,ae as CreateOrganizationDto,f as CreateOrganizationEventDto,Ye as CreateOrganizationEventOrderDto,be as CreateOrganizationEventStyleDto,l as CreateOrganizationEventTicketDto,B as CreateOrganizationIdentityDto,Ae as CreateOrganizationMemberDto,ye as CreateUserDto,F as CreateUserIdentityDto,K as Currency,Ce as DEFAULT_API_URL,kn as ErrorType,v as GeoPointDto,di as Language,qn as OrganizationEventStyleType,H as OrganizationEventTicketCategory,Z as OrganizationEventTicketType,E as OrganizationEventType,J as OrganizationEventVisibilityType,Q as OrganizationMemberRole,Xn as OrganizationMemberStatus,Hn as OrganizationSocialType,ai as ProfileType,d as REGEX,Ge as RecoveryDto,we as RecoveryResetDto,je as SignInUserDto,no as TonightPass,Ve as TonightPassAPIError,b as UpdateLocationDto,pe as UpdateOrganizationDto,u as UpdateOrganizationEventDto,Ke as UpdateOrganizationEventStyleDto,c as UpdateOrganizationEventTicketDto,W as UpdateOrganizationIdentityDto,Be as UpdateOrganizationMemberDto,ve as UpdateUserDto,oi as UserFileType,Y as UserIdentityGender,Yn as UserNotificationType,ti as UserRole,Tn as UserTokenType,qt as auth,Mt as buildFileFormData,Gt as careers,Wt as health,k as isBrowser,oo as notifications,Vt as orders,Qt as organizations,Kt as profiles,Bt as request,L as sdk,to as users};//# sourceMappingURL=index.mjs.map
1
+ import'reflect-metadata';import {IsEnum,IsArray,ArrayMinSize,ValidateIf,ArrayMaxSize,IsUUID,IsOptional,IsString,Length,IsUrl,ValidateNested,IsNotEmpty,IsLowercase,IsObject,Matches,IsNumber,Min,IsBoolean,IsDateString,IsEmail,IsPhoneNumber,IsDate,MinLength,MaxLength}from'class-validator';import {Type,Transform}from'class-transformer';import Cn from'redaxios';import {pathcat}from'pathcat';var Vo=Object.defineProperty;var o=(e,t)=>Vo(e,"name",{value:t,configurable:true});var ct="https://api.tonightpass.com";var d={EMAIL:/^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$/i,NAME:/^[a-zA-ZÀ-ÿ0-9-\s]+$/,SLUG:/^[a-z0-9_.]+$/,USERNAME:/^(?!\.)(?!.*\.\.)(?!.*\.$)[a-z0-9_.]{3,48}$/,PHONE:/^\+(?:[0-9] ?){6,14}[0-9]$/,PASSWORD:/^(?=.*[A-Z])(?=.*[a-z])(?=.*[\d\W]).{8,}$/,PASSWORD_MIN_LENGTH:/^.{8,}$/,PASSWORD_UPPERCASE:/^(?=.*[A-Z])/,PASSWORD_LOWERCASE:/^(?=.*[a-z])/,PASSWORD_NUMBER_SPECIAL:/^(?=.*[\d\W])/,IMAGE_URL:/^(https:\/\/|http:\/\/)(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-z]{2,6}([-a-zA-Z0-9@:%_\+.~#?&//=]*)\.(jpg|jpeg|gif|png|bmp|tiff|tga|svg)$/i};var _e=function(e){return e.Image="image",e.Video="video",e.Audio="audio",e.Document="document",e.File="file",e}({});var H=function(e){return e.Private="private",e.Group="group",e}({});var ti=function(e){return e.AuthEmailAlreadyExists="auth.email-already-exists",e.AuthUsernameAlreadyExists="auth.username-already-exists",e.AuthPhoneNumberAlreadyExists="auth.phone-number-already-exists",e.AuthInvalidCredentials="auth.invalid-credentials",e.AuthUserNotFound="auth.user-not-found",e.AuthInvalidToken="auth.invalid-token",e.AuthTokenExpired="auth.token-expired",e.AuthUnauthorized="auth.unauthorized",e.AuthPasswordMismatch="auth.password-mismatch",e.AuthInvalidOAuth2Provider="auth.invalid-oauth2-provider",e.AuthOAuth2Error="auth.oauth2-error",e.UserNotFound="user.not-found",e.UserInvalidUsername="user.invalid-username",e.UserInvalidEmail="user.invalid-email",e.UserInvalidPhoneNumber="user.invalid-phone-number",e.UserInvalidPassword="user.invalid-password",e.UserInvalidBirthDate="user.invalid-birth-date",e.UserInvalidGender="user.invalid-gender",e.UserInvalidRole="user.invalid-role",e.UserInvalidPreferences="user.invalid-preferences",e.UserInvalidLocation="user.invalid-location",e.UserInvalidFile="user.invalid-file",e.UserFileTooLarge="user.file-too-large",e.UserUnsupportedFileType="user.unsupported-file-type",e.OrganizationNotFound="organization.not-found",e.OrganizationInvalidSlug="organization.invalid-slug",e.OrganizationInvalidName="organization.invalid-name",e.OrganizationInvalidDescription="organization.invalid-description",e.OrganizationInvalidLocation="organization.invalid-location",e.OrganizationInvalidSocialLink="organization.invalid-social-link",e.OrganizationAlreadyExists="organization.already-exists",e.OrganizationUnauthorized="organization.unauthorized",e.OrganizationMemberNotFound="organization.member-not-found",e.OrganizationMemberInvalidRole="organization.member-invalid-role",e.OrganizationMemberAlreadyExists="organization.member-already-exists",e.EventNotFound="event.not-found",e.EventInvalidTitle="event.invalid-title",e.EventInvalidDescription="event.invalid-description",e.EventInvalidLocation="event.invalid-location",e.EventInvalidDates="event.invalid-dates",e.EventInvalidTickets="event.invalid-tickets",e.EventInvalidStyles="event.invalid-styles",e.EventInvalidType="event.invalid-type",e.EventInvalidVisibility="event.invalid-visibility",e.EventUnavailable="event.unavailable",e.EventTicketNotFound="event.ticket-not-found",e.EventTicketUnavailable="event.ticket-unavailable",e.EventTicketInvalidQuantity="event.ticket-invalid-quantity",e.OrderNotFound="order.not-found",e.OrderInvalidStatus="order.invalid-status",e.OrderInvalidPayment="order.invalid-payment",e.OrderPaymentFailed="order.payment-failed",e.OrderAlreadyPaid="order.already-paid",e.OrderCancelled="order.cancelled",e.OrderRefunded="order.refunded",e.OrderExpired="order.expired",e.BookingNotFound="booking.not-found",e.BookingInvalidStatus="booking.invalid-status",e.BookingInvalidTickets="booking.invalid-tickets",e.BookingTicketNotFound="booking.ticket-not-found",e.BookingTicketInvalidToken="booking.ticket-invalid-token",e.BookingTicketExpired="booking.ticket-expired",e.BookingTicketUsed="booking.ticket-used",e.FileNotFound="file.not-found",e.FileInvalidType="file.invalid-type",e.FileTooLarge="file.too-large",e.FileUploadFailed="file.upload-failed",e.ValidationError="validation.error",e.DatabaseError="database.error",e.InternalServerError="server.internal-error",e.NotFound="not-found",e.BadRequest="bad-request",e.Unauthorized="unauthorized",e.Forbidden="forbidden",e.TooManyRequests="too-many-requests",e.ServiceUnavailable="service-unavailable",e.TooManyRequestsAuth="rate-limit.auth",e.TooManyRequestsApi="rate-limit.api",e.WebhookInvalidSignature="webhook.invalid-signature",e.WebhookInvalidEvent="webhook.invalid-event",e.WebhookProcessingFailed="webhook.processing-failed",e.PaymentRequired="payment.required",e.PaymentMethodRequired="payment.method-required",e.PaymentFailed="payment.failed",e.PaymentCancelled="payment.cancelled",e.PaymentRefunded="payment.refunded",e.BillingInvalidAccount="billing.invalid-account",e.BillingAccountRequired="billing.account-required",e.NotificationInvalidType="notification.invalid-type",e.NotificationSendingFailed="notification.sending-failed",e.CacheError="cache.error",e.CacheMiss="cache.miss",e.ExternalServiceError="external-service.error",e.ExternalServiceTimeout="external-service.timeout",e.ExternalServiceUnavailable="external-service.unavailable",e}({});var Z=function(e){return e.ETicket="e-ticket",e.Other="other",e}({}),J=function(e){return e.Entry="entry",e.Package="package",e.Meal="meal",e.Drink="drink",e.Parking="parking",e.Accommodation="accommodation",e.Camping="camping",e.Locker="locker",e.Shuttle="shuttle",e.Other="other",e}({});var ii=function(e){return e.Music="music",e.Dress="dress",e.Sport="sport",e.Food="food",e.Art="art",e}({});var Q=function(e){return e.Clubbing="clubbing",e.Concert="concert",e.Afterwork="afterwork",e.DancingLunch="dancing_lunch",e.Diner="diner",e.Garden="garden",e.AfterBeach="after_beach",e.Festival="festival",e.Spectacle="spectacle",e.Cruise="cruise",e.OutsideAnimation="outside_animation",e.Sport="sport",e.Match="match",e.Seminar="seminar",e.Conference="conference",e.WellnessDay="wellness_day",e.Workshop="workshop",e.TradeFair="trade_fair",e.ConsumerShow="consumer_show",e.Membership="membership",e}({}),Y=function(e){return e.Public="public",e.Unlisted="unlisted",e.Private="private",e}({});var ci=function(e){return e.Pending="pending",e.Accepted="accepted",e.Rejected="rejected",e}({}),K=function(e){return e.Member="member",e.Manager="manager",e.Admin="admin",e.Owner="owner",e}({});var fi=function(e){return e.Facebook="facebook",e.Twitter="twitter",e.Instagram="instagram",e.Linkedin="linkedin",e.Youtube="youtube",e.Website="website",e}({});var yi=function(e){return e.Follow="follow",e}({});var hi=function(e){return e.Authentication="authentication",e.BookingTicket="booking_ticket",e.OrganizationInvite="organization_invite",e.PasswordRecovery="password_recovery",e.EmailValidation="email_validation",e.PhoneValidation="phone_validation",e}({});var Ii=function(e){return e.User="user",e.Developer="developer",e.Admin="admin",e}({}),T=function(e){return e.Male="male",e.Female="female",e.NonBinary="non-binary",e}({}),xi=function(e){return e.Avatar="avatar",e.Banner="banner",e}({});var wi=function(e){return e.User="user",e.Organization="organization",e}({});var ee=function(e){return e.EUR="EUR",e.USD="USD",e.GBP="GBP",e}({}),_i=function(e){return e.FR="fr",e.EN="en",e}({});function Ne(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(Ne,"_ts_decorate");function ze(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(ze,"_ts_metadata");var ae=class{static{o(this,"CreateChannelDto");}type;userIds;name;description};Ne([IsEnum(H),ze("design:type",typeof H>"u"?Object:H)],ae.prototype,"type",void 0);Ne([IsArray(),ArrayMinSize(1),ValidateIf(e=>e.type===H.Private),ArrayMaxSize(2,{message:"Private channels can only have 2 users"}),ValidateIf(e=>e.type===H.Group),ArrayMinSize(3,{message:"Group channels must have at least 3 users"}),ArrayMaxSize(50,{message:"Group channels can have at most 50 users"}),IsUUID("4",{each:true}),ze("design:type",Array)],ae.prototype,"userIds",void 0);Ne([IsOptional(),ValidateIf(e=>e.type===H.Group),IsString(),Length(1,100),ze("design:type",String)],ae.prototype,"name",void 0);Ne([IsOptional(),ValidateIf(e=>e.type===H.Group),IsString(),Length(1,500),ze("design:type",String)],ae.prototype,"description",void 0);function yt(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(yt,"_ts_decorate");function vt(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(vt,"_ts_metadata");var De=class{static{o(this,"UpdateChannelDto");}name;description};yt([IsOptional(),IsString(),Length(1,100),vt("design:type",String)],De.prototype,"name",void 0);yt([IsOptional(),IsString(),Length(1,500),vt("design:type",String)],De.prototype,"description",void 0);function te(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(te,"_ts_decorate");function oe(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(oe,"_ts_metadata");var B=class{static{o(this,"CreateAttachmentDto");}type;url;filename;mimeType};te([IsEnum(_e),oe("design:type",typeof _e>"u"?Object:_e)],B.prototype,"type",void 0);te([IsUrl(),oe("design:type",String)],B.prototype,"url",void 0);te([IsOptional(),IsString(),Length(1,255),oe("design:type",String)],B.prototype,"filename",void 0);te([IsOptional(),IsString(),oe("design:type",String)],B.prototype,"mimeType",void 0);var pe=class{static{o(this,"CreateChannelMessageDto");}content;attachments;replyToId;mentionIds};te([IsString(),Length(1,4e3),oe("design:type",String)],pe.prototype,"content",void 0);te([IsOptional(),IsArray(),ArrayMaxSize(10),ValidateNested({each:true}),Type(()=>B),oe("design:type",Array)],pe.prototype,"attachments",void 0);te([IsOptional(),IsUUID("4"),oe("design:type",String)],pe.prototype,"replyToId",void 0);te([IsOptional(),IsArray(),ArrayMaxSize(20),IsUUID("4",{each:true}),oe("design:type",Array)],pe.prototype,"mentionIds",void 0);function $e(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o($e,"_ts_decorate");function Ee(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(Ee,"_ts_metadata");var be=class{static{o(this,"UpdateChannelMessageDto");}content;attachments;mentionIds};$e([IsOptional(),IsString(),Length(1,4e3),Ee("design:type",String)],be.prototype,"content",void 0);$e([IsOptional(),IsArray(),ArrayMaxSize(10),ValidateNested({each:true}),Type(()=>B),Ee("design:type",Array)],be.prototype,"attachments",void 0);$e([IsOptional(),IsArray(),ArrayMaxSize(20),IsUUID("4",{each:true}),Ee("design:type",Array)],be.prototype,"mentionIds",void 0);function k(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(k,"_ts_decorate");function w(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(w,"_ts_metadata");var h=class{static{o(this,"GeoPointDto");}type;coordinates;constructor(){this.type="Point";}validate(){let[t,n]=this.coordinates;return n>=-90&&n<=90&&t>=-180&&t<=180}};k([IsString(),IsNotEmpty(),w("design:type",String)],h.prototype,"type",void 0);k([IsArray(),IsNotEmpty(),w("design:type",Array)],h.prototype,"coordinates",void 0);k([ValidateNested(),w("design:type",Function),w("design:paramtypes",[]),w("design:returntype",Boolean)],h.prototype,"validate",null);var b=class{static{o(this,"CreateLocationDto");}name;address;zipCode;city;country;geometry};k([IsOptional(),IsString(),Length(1,128),w("design:type",String)],b.prototype,"name",void 0);k([IsString(),IsNotEmpty(),Length(1,256),w("design:type",String)],b.prototype,"address",void 0);k([IsString(),IsNotEmpty(),Length(1,32),w("design:type",String)],b.prototype,"zipCode",void 0);k([IsString(),IsNotEmpty(),Length(1,128),w("design:type",String)],b.prototype,"city",void 0);k([IsString(),IsNotEmpty(),Length(1,128),w("design:type",String)],b.prototype,"country",void 0);k([ValidateNested(),Type(()=>h),IsNotEmpty(),w("design:type",typeof h>"u"?Object:h)],b.prototype,"geometry",void 0);function ce(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(ce,"_ts_decorate");function le(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(le,"_ts_metadata");var I=class{static{o(this,"UpdateLocationDto");}name;address;zipCode;city;country;geometry};ce([IsOptional(),IsString(),Length(1,128),le("design:type",String)],I.prototype,"name",void 0);ce([IsOptional(),IsString(),Length(1,256),le("design:type",String)],I.prototype,"address",void 0);ce([IsOptional(),IsString(),Length(1,32),le("design:type",String)],I.prototype,"zipCode",void 0);ce([IsOptional(),IsString(),Length(1,128),le("design:type",String)],I.prototype,"city",void 0);ce([IsOptional(),IsString(),Length(1,128),le("design:type",String)],I.prototype,"country",void 0);ce([IsOptional(),ValidateNested(),Type(()=>h),le("design:type",typeof h>"u"?Object:h)],I.prototype,"geometry",void 0);function G(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(G,"_ts_decorate");function W(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(W,"_ts_metadata");var ue=class{static{o(this,"CreateOrganizationDto");}organizationSlug;identity;members;location};G([IsOptional(),IsString(),IsLowercase(),Length(1,48),W("design:type",String)],ue.prototype,"organizationSlug",void 0);G([IsObject(),W("design:type",typeof q>"u"?Object:q)],ue.prototype,"identity",void 0);G([IsArray(),W("design:type",Array)],ue.prototype,"members",void 0);G([IsOptional(),IsObject(),W("design:type",typeof Location>"u"?Object:Location)],ue.prototype,"location",void 0);var q=class{static{o(this,"CreateOrganizationIdentityDto");}displayName;description;avatarUrl;bannerUrl;socialLinks};G([IsString(),IsNotEmpty(),Length(1,32),W("design:type",String)],q.prototype,"displayName",void 0);G([IsString(),Length(16,1024),IsOptional(),W("design:type",String)],q.prototype,"description",void 0);G([IsUrl({protocols:["http","https"],host_whitelist:["cdn.tonightpass.com","cdn.staging.tonightpass.com"]}),W("design:type",String)],q.prototype,"avatarUrl",void 0);G([IsOptional(),IsUrl({protocols:["http","https"],host_whitelist:["cdn.tonightpass.com","cdn.staging.tonightpass.com"]}),W("design:type",String)],q.prototype,"bannerUrl",void 0);G([IsOptional(),IsArray(),W("design:type",Array)],q.prototype,"socialLinks",void 0);function C(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(C,"_ts_decorate");function $(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o($,"_ts_metadata");var me=class{static{o(this,"UpdateOrganizationDto");}slug;identity;members;location};C([IsOptional(),IsString(),IsLowercase(),Length(3,48),Matches(d.USERNAME),$("design:type",String)],me.prototype,"slug",void 0);C([IsObject(),IsOptional(),$("design:type",typeof V>"u"?Object:V)],me.prototype,"identity",void 0);C([IsOptional(),IsArray(),$("design:type",Array)],me.prototype,"members",void 0);C([IsOptional(),IsObject(),$("design:type",typeof Location>"u"?Object:Location)],me.prototype,"location",void 0);var V=class{static{o(this,"UpdateOrganizationIdentityDto");}displayName;description;avatarUrl;bannerUrl;socialLinks};C([IsString(),IsNotEmpty(),Length(1,32),IsOptional(),$("design:type",String)],V.prototype,"displayName",void 0);C([IsString(),Length(16,1024),IsOptional(),$("design:type",String)],V.prototype,"description",void 0);C([IsUrl({protocols:["http","https"]}),IsOptional(),$("design:type",String)],V.prototype,"avatarUrl",void 0);C([IsOptional(),IsUrl({protocols:["http","https"]}),$("design:type",String)],V.prototype,"bannerUrl",void 0);C([IsOptional(),IsArray(),$("design:type",Array)],V.prototype,"socialLinks",void 0);var Lt=class{static{o(this,"CreateOrganizationEventOrderDto");}cart};var Ue=class{static{o(this,"CreateOrganizationEventStyleDto");}type;emoji;name};var Ft=class extends Ue{static{o(this,"UpdateOrganizationEventStyleDto");}};function O(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(O,"_ts_decorate");function _(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(_,"_ts_metadata");var c=class{static{o(this,"CreateOrganizationEventTicketDto");}name;description;price;quantity;type;category;currency;isVisible;isFeesIncluded;startAt;endAt};O([IsString(),Length(1,128),_("design:type",String)],c.prototype,"name",void 0);O([IsString(),Length(1,1024),IsOptional(),_("design:type",String)],c.prototype,"description",void 0);O([IsNumber(),Min(0),_("design:type",Number)],c.prototype,"price",void 0);O([IsNumber(),Min(0),_("design:type",Number)],c.prototype,"quantity",void 0);O([IsEnum(Z),_("design:type",typeof Z>"u"?Object:Z)],c.prototype,"type",void 0);O([IsEnum(J),_("design:type",typeof J>"u"?Object:J)],c.prototype,"category",void 0);O([IsEnum(ee),_("design:type",typeof ee>"u"?Object:ee)],c.prototype,"currency",void 0);O([IsBoolean(),_("design:type",Boolean)],c.prototype,"isVisible",void 0);O([IsBoolean(),_("design:type",Boolean)],c.prototype,"isFeesIncluded",void 0);O([IsDateString(),IsOptional(),_("design:type",typeof Date>"u"?Object:Date)],c.prototype,"startAt",void 0);O([IsDateString(),IsOptional(),_("design:type",typeof Date>"u"?Object:Date)],c.prototype,"endAt",void 0);function P(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(P,"_ts_decorate");function N(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(N,"_ts_metadata");var l=class{static{o(this,"UpdateOrganizationEventTicketDto");}name;description;price;quantity;type;category;currency;isVisible;isFeesIncluded;startAt;endAt};P([IsString(),Length(1,128),IsOptional(),N("design:type",String)],l.prototype,"name",void 0);P([IsString(),Length(1,1024),IsOptional(),N("design:type",String)],l.prototype,"description",void 0);P([IsNumber(),Min(0),IsOptional(),N("design:type",Number)],l.prototype,"price",void 0);P([IsNumber(),Min(0),IsOptional(),N("design:type",Number)],l.prototype,"quantity",void 0);P([IsEnum(Z),IsOptional(),N("design:type",typeof Z>"u"?Object:Z)],l.prototype,"type",void 0);P([IsEnum(J),IsOptional(),N("design:type",typeof J>"u"?Object:J)],l.prototype,"category",void 0);P([IsEnum(ee),IsOptional(),N("design:type",typeof ee>"u"?Object:ee)],l.prototype,"currency",void 0);P([IsBoolean(),IsOptional(),N("design:type",Boolean)],l.prototype,"isVisible",void 0);P([IsBoolean(),IsOptional(),N("design:type",Boolean)],l.prototype,"isFeesIncluded",void 0);P([IsDateString(),IsOptional(),N("design:type",typeof Date>"u"?Object:Date)],l.prototype,"startAt",void 0);P([IsDateString(),IsOptional(),N("design:type",typeof Date>"u"?Object:Date)],l.prototype,"endAt",void 0);function x(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(x,"_ts_decorate");function S(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(S,"_ts_metadata");var f=class{static{o(this,"CreateOrganizationEventDto");}title;slug;description;type;visibility;flyers;trailers;location;tickets;styles;startAt;endAt};x([IsString(),IsNotEmpty(),Length(1,64),S("design:type",String)],f.prototype,"title",void 0);x([IsOptional(),IsString(),IsLowercase(),Length(3,48),Matches(d.SLUG),S("design:type",String)],f.prototype,"slug",void 0);x([IsString(),IsNotEmpty(),Length(16,2048),S("design:type",String)],f.prototype,"description",void 0);x([IsEnum(Q),IsNotEmpty(),S("design:type",typeof Q>"u"?Object:Q)],f.prototype,"type",void 0);x([IsEnum(Y),IsNotEmpty(),S("design:type",typeof Y>"u"?Object:Y)],f.prototype,"visibility",void 0);x([IsArray(),IsUrl({},{each:true}),S("design:type",Array)],f.prototype,"flyers",void 0);x([IsArray(),IsUrl({},{each:true}),S("design:type",Array)],f.prototype,"trailers",void 0);x([IsObject(),ValidateNested(),Type(()=>b),IsNotEmpty(),S("design:type",typeof b>"u"?Object:b)],f.prototype,"location",void 0);x([IsArray(),ValidateNested({each:true}),Type(()=>c),IsNotEmpty(),S("design:type",Array)],f.prototype,"tickets",void 0);x([IsArray(),IsString({each:true}),IsNotEmpty(),S("design:type",Array)],f.prototype,"styles",void 0);x([IsDateString(),IsNotEmpty(),S("design:type",typeof Date>"u"?Object:Date)],f.prototype,"startAt",void 0);x([IsDateString(),IsNotEmpty(),S("design:type",typeof Date>"u"?Object:Date)],f.prototype,"endAt",void 0);function R(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(R,"_ts_decorate");function A(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(A,"_ts_metadata");var u=class{static{o(this,"UpdateOrganizationEventDto");}title;slug;description;type;visibility;flyers;trailers;location;tickets;styles;startAt;endAt};R([IsOptional(),IsString(),Length(1,64),A("design:type",String)],u.prototype,"title",void 0);R([IsOptional(),IsString(),IsLowercase(),Length(3,48),Matches(d.SLUG),A("design:type",String)],u.prototype,"slug",void 0);R([IsOptional(),IsString(),Length(16,2048),A("design:type",String)],u.prototype,"description",void 0);R([IsOptional(),IsEnum(Q),A("design:type",typeof Q>"u"?Object:Q)],u.prototype,"type",void 0);R([IsOptional(),IsEnum(Y),A("design:type",typeof Y>"u"?Object:Y)],u.prototype,"visibility",void 0);R([IsOptional(),IsArray(),IsUrl({},{each:true}),A("design:type",Array)],u.prototype,"flyers",void 0);R([IsOptional(),IsArray(),IsUrl({},{each:true}),A("design:type",Array)],u.prototype,"trailers",void 0);R([IsOptional(),IsObject(),ValidateNested(),Type(()=>I),A("design:type",typeof I>"u"?Object:I)],u.prototype,"location",void 0);R([IsOptional(),IsArray(),ValidateNested({each:true}),Type(()=>l),A("design:type",Array)],u.prototype,"tickets",void 0);R([IsOptional(),IsArray(),IsString({each:true}),A("design:type",Array)],u.prototype,"styles",void 0);R([IsOptional(),IsDateString(),A("design:type",typeof Date>"u"?Object:Date)],u.prototype,"startAt",void 0);R([IsOptional(),IsDateString(),A("design:type",typeof Date>"u"?Object:Date)],u.prototype,"endAt",void 0);function io(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(io,"_ts_decorate");function ro(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(ro,"_ts_metadata");var ke=class{static{o(this,"CreateOrganizationMemberDto");}user;role};io([IsString(),IsNotEmpty(),ro("design:type",String)],ke.prototype,"user",void 0);io([IsEnum(K),IsNotEmpty(),ro("design:type",typeof K>"u"?Object:K)],ke.prototype,"role",void 0);function xn(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(xn,"_ts_decorate");function Sn(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(Sn,"_ts_metadata");var ot=class{static{o(this,"UpdateOrganizationMemberDto");}role};xn([IsEnum(K),IsNotEmpty(),Sn("design:type",typeof K>"u"?Object:K)],ot.prototype,"role",void 0);function D(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(D,"_ts_decorate");function U(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(U,"_ts_metadata");var Ae=class{static{o(this,"CreateUserDto");}identifier;identity;password};D([ValidateNested(),Type(()=>ge),U("design:type",typeof ge>"u"?Object:ge)],Ae.prototype,"identifier",void 0);D([ValidateNested(),Type(()=>F),U("design:type",typeof F>"u"?Object:F)],Ae.prototype,"identity",void 0);D([IsString(),Matches(d.PASSWORD_MIN_LENGTH,{message:"Password must be at least 8 characters long."}),Matches(d.PASSWORD_UPPERCASE,{message:"Password must contain at least one uppercase letter."}),Matches(d.PASSWORD_LOWERCASE,{message:"Password must contain at least one lowercase letter."}),Matches(d.PASSWORD,{message:"Password must be secure."}),U("design:type",String)],Ae.prototype,"password",void 0);var ge=class{static{o(this,"CreateUserIdentifierDto");}email;phoneNumber;username};D([IsOptional(),IsString(),IsEmail(),U("design:type",String)],ge.prototype,"email",void 0);D([IsOptional(),IsString(),IsPhoneNumber(),U("design:type",String)],ge.prototype,"phoneNumber",void 0);D([IsString(),IsString(),IsLowercase(),Length(3,48),Matches(d.USERNAME),U("design:type",String)],ge.prototype,"username",void 0);var F=class{static{o(this,"CreateUserIdentityDto");}firstName;lastName;gender;avatarUrl;birthDate};D([IsOptional(),IsString(),Length(2,32),Matches(d.NAME,{message:"First name must be composed of letters only"}),U("design:type",String)],F.prototype,"firstName",void 0);D([IsOptional(),IsString(),Length(2,32),Matches(d.NAME,{message:"Last name must be composed of letters only"}),U("design:type",String)],F.prototype,"lastName",void 0);D([IsEnum(T),U("design:type",typeof T>"u"?Object:T)],F.prototype,"gender",void 0);D([IsOptional(),IsUrl({protocols:["http","https"]}),U("design:type",String)],F.prototype,"avatarUrl",void 0);D([IsOptional(),Transform(({value:e})=>{if(!e)return;let t=new Date(e);return isNaN(t.getTime())?e:t}),IsDate(),U("design:type",typeof Date>"u"?Object:Date)],F.prototype,"birthDate",void 0);function Dn(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(Dn,"_ts_decorate");function Un(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(Un,"_ts_metadata");var it=class{static{o(this,"RecoveryDto");}identifier};Dn([IsNotEmpty(),IsString(),Un("design:type",String)],it.prototype,"identifier",void 0);function rt(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(rt,"_ts_decorate");function st(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(st,"_ts_metadata");var je=class{static{o(this,"RecoveryResetDto");}tokenId;tokenValue;password};rt([IsString(),IsNotEmpty(),st("design:type",String)],je.prototype,"tokenId",void 0);rt([IsString(),IsNotEmpty(),st("design:type",String)],je.prototype,"tokenValue",void 0);rt([Matches(d.PASSWORD_MIN_LENGTH,{message:"Password must be at least 8 characters long."}),Matches(d.PASSWORD_UPPERCASE,{message:"Password must contain at least one uppercase letter."}),Matches(d.PASSWORD_LOWERCASE,{message:"Password must contain at least one lowercase letter."}),Matches(d.PASSWORD,{message:"Password must be secure."}),IsNotEmpty({message:"Password is required"}),st("design:type",String)],je.prototype,"password",void 0);function lo(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(lo,"_ts_decorate");function fo(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(fo,"_ts_metadata");var Ge=class{static{o(this,"SignInUserDto");}identifier;password};lo([IsNotEmpty(),IsString(),fo("design:type",String)],Ge.prototype,"identifier",void 0);lo([IsNotEmpty(),IsString(),fo("design:type",String)],Ge.prototype,"password",void 0);function m(e,t,n,r){var s=arguments.length,i=s<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,n,r);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(s<3?a(i):s>3?a(t,n,i):a(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i}o(m,"_ts_decorate");function g(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}o(g,"_ts_metadata");var we=class{static{o(this,"UpdateUserDto");}identifier;identity;password};m([IsOptional(),IsObject(),ValidateNested(),Type(()=>ve),g("design:type",typeof ve>"u"?Object:ve)],we.prototype,"identifier",void 0);m([IsOptional(),IsObject(),ValidateNested(),Type(()=>L),g("design:type",typeof L>"u"?Object:L)],we.prototype,"identity",void 0);m([IsOptional(),IsString(),MinLength(8),MaxLength(128),g("design:type",String)],we.prototype,"password",void 0);var ve=class{static{o(this,"UpdateUserIdentifierDto");}email;phoneNumber;username};m([IsOptional(),IsString(),IsEmail(),g("design:type",String)],ve.prototype,"email",void 0);m([IsOptional(),IsString(),IsPhoneNumber(),g("design:type",String)],ve.prototype,"phoneNumber",void 0);m([IsOptional(),IsString(),IsLowercase(),Length(3,48),Matches(d.USERNAME),g("design:type",String)],ve.prototype,"username",void 0);var L=class{static{o(this,"UpdateUserIdentityDto");}firstName;lastName;displayName;description;avatarUrl;bannerUrl;gender;birthDate};m([IsOptional(),IsString(),Length(2,32),Matches(d.NAME,{message:"First name must be composed of letters only"}),g("design:type",String)],L.prototype,"firstName",void 0);m([IsOptional(),IsString(),Length(2,32),Matches(d.NAME,{message:"Last name must be composed of letters only"}),g("design:type",String)],L.prototype,"lastName",void 0);m([IsOptional(),IsString(),Length(1,32),g("design:type",String)],L.prototype,"displayName",void 0);m([IsOptional(),IsString(),Length(1,128),g("design:type",String)],L.prototype,"description",void 0);m([IsOptional(),IsUrl(),g("design:type",Object)],L.prototype,"avatarUrl",void 0);m([IsOptional(),IsUrl(),g("design:type",Object)],L.prototype,"bannerUrl",void 0);m([IsOptional(),IsEnum(T),g("design:type",typeof T>"u"?Object:T)],L.prototype,"gender",void 0);m([IsOptional(),IsDateString(),g("design:type",typeof Date>"u"?Object:Date)],L.prototype,"birthDate",void 0);var M=typeof window<"u";function bo(e,t){let n=new FormData;return t instanceof File?n.append(e,t):t instanceof FileList?Array.from(t).forEach(r=>n.append(e,r)):t.forEach(r=>n.append(e,r)),n}o(bo,"buildFileFormData");var $n=Cn.create({headers:{"Content-Type":"application/json",Accept:"application/json",...!M&&{"User-Agent":"tonightpass-api-client"}},responseType:"json",transformRequest:[function(e,t){return e instanceof FormData?(t&&typeof t=="object"&&"Content-Type"in t&&delete t["Content-Type"],e):(t&&(t["Content-Type"]="application/json"),JSON.stringify(e))}],withCredentials:M}),Io=o(async(e,t)=>$n(e,{...t}).then(r=>r).catch(r=>{throw r.data||console.error(r),r.data}),"request");var dt=class extends Error{static{o(this,"TonightPassAPIError");}response;data;status;constructor(t,n){super(n.message),this.response=t,this.data=n,this.status=t.status;}},We=class{static{o(this,"Client");}options;url;constructor(t){this.options=t,this.url=(n,r)=>{let s=this.options.baseURL||ct;return pathcat(s,n,r)};}setOptions(t){this.options=t;}async get(t,n,r){return this.requester("GET",t,void 0,n,r)}async post(t,n,r,s){return this.requester("POST",t,n,r,s)}async put(t,n,r,s){return this.requester("PUT",t,n,r,s)}async patch(t,n,r,s){return this.requester("PATCH",t,n,r,s)}async delete(t,n,r,s){return this.requester("DELETE",t,n,r,s)}async requester(t,n,r,s={},i={}){let a=this.url(n,s);if(r!==void 0&&t==="GET")throw new Error("Cannot send a GET request with a body");let p=await Io(a,{method:t,data:r,...i}),Ve=p.data;if(!Ve.success)throw new dt(p,Ve);return Ve.data}};function v(e){return e}o(v,"sdk");var xo=e=>({signIn:o(async t=>e.post("/auth/sign-in",t),"signIn"),signUp:o(async t=>e.post("/auth/sign-up",t),"signUp"),signOut:o(async()=>e.post("/auth/sign-out",null),"signOut"),refreshToken:o(async()=>e.post("/auth/refresh-token",null),"refreshToken"),recovery:o(async t=>e.post("/auth/recovery",t),"recovery"),recoveryReset:o(async t=>e.post("/auth/recovery/reset",t),"recoveryReset"),oauth2:{google:{connect:o(t=>{if(M)window.location.href=e.url("/oauth2/google",t||{});else throw new Error("Google OAuth2 is only available in the browser")},"connect")},twitter:{connect:o(t=>{if(M)window.location.href=e.url("/oauth2/twitter",t||{});else throw new Error("Twitter OAuth2 is only available in the browser")},"connect")},facebook:{connect:o(t=>{if(M)window.location.href=e.url("/oauth2/facebook",t||{});else throw new Error("Facebook OAuth2 is only available in the browser")},"connect")}}});var So=e=>({categories:{getAll:o(async t=>e.get("/careers/categories",t),"getAll")},employmentTypes:{getAll:o(async t=>e.get("/careers/employmentTypes",t),"getAll")},jobs:{getAll:o(async t=>e.get("/careers/jobs",t),"getAll"),get:o(async t=>e.get("/careers/jobs/:jobId",{jobId:t}),"get")},offices:{getAll:o(async t=>e.get("/careers/offices",t),"getAll")}});var Ro=e=>({getAll:o(async(t,n)=>e.get("/channels/:channelId/messages",{channelId:t,...n}),"getAll"),get:o(async(t,n)=>e.get("/channels/:channelId/messages/:messageId",{channelId:t,messageId:n}),"get"),create:o(async(t,n)=>e.post("/channels/:channelId/messages",n,{channelId:t}),"create"),update:o(async(t,n,r)=>e.put("/channels/:channelId/messages/:messageId",r,{channelId:t,messageId:n}),"update"),delete:o(async(t,n)=>e.delete("/channels/:channelId/messages/:messageId",void 0,{channelId:t,messageId:n}),"delete"),addReaction:o(async(t,n,r)=>e.post("/channels/:channelId/messages/:messageId/reactions",{emoji:r},{channelId:t,messageId:n}),"addReaction"),removeReaction:o(async(t,n,r)=>e.delete("/channels/:channelId/messages/:messageId/reactions/:emoji",void 0,{channelId:t,messageId:n,emoji:r}),"removeReaction"),markAsRead:o(async(t,n)=>e.post("/channels/:channelId/messages/:messageId/read",null,{channelId:t,messageId:n}),"markAsRead")});var Ao=e=>({getAll:o(async()=>e.get("/channels"),"getAll"),get:o(async t=>e.get("/channels/:channelId",{channelId:t}),"get"),create:o(async t=>e.post("/channels",t),"create"),update:o(async(t,n)=>e.put("/channels/:channelId",n,{channelId:t}),"update"),delete:o(async t=>e.delete("/channels/:channelId",void 0,{channelId:t}),"delete"),addMember:o(async(t,n)=>e.post("/channels/:channelId/members/:userId",null,{channelId:t,userId:n}),"addMember"),removeMember:o(async(t,n)=>e.delete("/channels/:channelId/members/:userId",void 0,{channelId:t,userId:n}),"removeMember"),getMembers:o(async t=>e.get("/channels/:channelId/members",{channelId:t}),"getMembers"),messages:Ro(e)});var jo=e=>({getAll:o(async()=>e.get("/health"),"getAll"),database:o(async()=>e.get("/health/database"),"database"),api:o(async()=>e.get("/health/api"),"api"),app:o(async()=>e.get("/health/app"),"app")});var wo=e=>({getAll:o(async t=>e.get("/orders",t),"getAll"),get:o(async t=>e.get("/orders/:orderId",{orderId:t}),"get")});var Oo=o(e=>({account:o(async t=>e.get("/organizations/:organizationSlug/billing/account",{organizationSlug:t}),"account"),link:o(t=>{if(M)window.location.href=e.url("/organizations/:organizationSlug/billing/link",{organizationSlug:t});else throw new Error("Billing link is only available in the browser")},"link"),dashboard:o(t=>{if(M)window.location.href=e.url("/organizations/:organizationSlug/billing/dashboard",{organizationSlug:t});else throw new Error("Billing dashboard is only available in the browser")},"dashboard")}),"organizationsBilling");var _o=o(e=>({create:o(async(t,n,r)=>e.post("/organizations/:organizationSlug/events/:eventSlug/orders",r,{organizationSlug:t,eventSlug:n}),"create")}),"organizationsEventsOrders");var Po=o(e=>({getAll:o(async()=>e.get("/organizations/events/styles"),"getAll"),get:o(async t=>e.get("/organizations/events/styles/:styleSlug",{styleSlug:t}),"get"),create:o(async t=>e.post("/organizations/events/styles",t),"create"),update:o(async(t,n)=>e.put("/organizations/events/styles/:styleSlug",n,{styleSlug:t}),"update"),delete:o(async t=>e.delete("/organizations/events/styles/:styleSlug",null,{styleSlug:t}),"delete")}),"organizationsEventsStyles");var No=o(e=>({getAll:o(async(t,n)=>e.get("/organizations/:organizationSlug/events/:eventSlug/tickets",{organizationSlug:t,eventSlug:n}),"getAll"),get:o(async(t,n,r)=>e.get("/organizations/:organizationSlug/events/:eventSlug/tickets/:ticketId",{organizationSlug:t,eventSlug:n,ticketId:r}),"get"),create:o(async(t,n,r)=>e.post("/organizations/:organizationSlug/events/:eventSlug/tickets",r,{organizationSlug:t,eventSlug:n}),"create"),update:o(async(t,n,r,s)=>e.put("/organizations/:organizationSlug/events/:eventSlug/tickets/:ticketId",s,{organizationSlug:t,eventSlug:n,ticketId:r}),"update"),delete:o(async(t,n,r)=>e.delete("/organizations/:organizationSlug/events/:eventSlug/tickets/:ticketId",null,{organizationSlug:t,eventSlug:n,ticketId:r}),"delete")}),"organizationsEventsTickets");var zo=o(e=>({record:o(async(t,n)=>e.post("/organizations/:organizationSlug/events/:eventSlug/views",null,{organizationSlug:t,eventSlug:n}),"record")}),"organizationsEventsViews");var Do=o(e=>({search:o(async(t,n)=>e.get("/organizations/events/search",{q:t,limit:n}),"search"),getAll:o(async(t,n)=>t?e.get("/organizations/:organizationSlug/events",{organizationSlug:t,...n}):e.get("/organizations/events",n),"getAll"),getSuggestions:o(async t=>e.get("/organizations/events/suggestions",t),"getSuggestions"),getNearby:o(async t=>e.get("/organizations/events/nearby",t),"getNearby"),getPast:o(async(t,n)=>e.get("/organizations/:organizationSlug/events/past",{organizationSlug:t,...n}),"getPast"),getUpcoming:o(async(t,n)=>e.get("/organizations/:organizationSlug/events/upcoming",{organizationSlug:t,...n}),"getUpcoming"),get:o(async(t,n)=>e.get("/organizations/:organizationSlug/events/:eventSlug",{organizationSlug:t,eventSlug:n}),"get"),create:o(async(t,n)=>e.post("/organizations/:organizationSlug/events",n,{organizationSlug:t}),"create"),update:o(async(t,n,r)=>e.put("/organizations/:organizationSlug/events/:eventSlug",r,{organizationSlug:t,eventSlug:n}),"update"),delete:o(async(t,n)=>e.delete("/organizations/:organizationSlug/events/:eventSlug",null,{organizationSlug:t,eventSlug:n}),"delete"),orders:_o(e),styles:Po(e),tickets:No(e),views:zo(e)}),"organizationsEvents");var Uo=o(e=>({getAll:o(async()=>e.get("/organizations/members"),"getAll"),delete:o(async t=>e.delete("/organizations/members/:memberId",null,{memberId:t}),"delete")}),"organizationsMembers");var Lo=e=>({search:o(async(t,n)=>e.get("/organizations/search",{q:t,limit:n}),"search"),getAll:o(async()=>e.get("/organizations"),"getAll"),get:o(async t=>e.get("/organizations/:organizationSlug",{organizationSlug:t}),"get"),create:o(async t=>e.post("/organizations",t),"create"),update:o(async(t,n)=>e.put("/organizations/:organizationSlug",n,{organizationSlug:t}),"update"),delete:o(async t=>e.delete("/organizations/:organizationSlug",null,{organizationSlug:t}),"delete"),billing:Oo(e),events:Do(e),members:Uo(e)});var Fo=e=>({follow:o(async t=>e.post("/profiles/:username/relationships/follow",null,{username:t}),"follow"),unfollow:o(async t=>e.post("/profiles/:username/relationships/unfollow",null,{username:t}),"unfollow"),getSuggestions:o(async t=>e.get("/profiles/@me/relationships/suggestions",t),"getSuggestions"),getFollowers:o(async(t,n)=>e.get("/profiles/:username/relationships/followers",{username:t,...n}),"getFollowers")});var Mo=e=>({get:o(async t=>e.get("/profiles/:username",{username:t}),"get"),relationships:Fo(e)});var Bo=e=>({getAll:o(async()=>e.get("/users/bookings"),"getAll"),get:o(async t=>e.get("/users/bookings/:bookingId",{bookingId:t}),"get"),me:o(async()=>e.get("/users/@me/bookings"),"me")});var ko=e=>({me:o(async()=>e.get("/users/@me/notifications"),"me"),count:o(async t=>e.get("/users/@me/notifications/count",t),"count")});var qo=e=>({search:o(async(t,n)=>e.get("/users/search",{q:t,limit:n}),"search"),getAll:o(async()=>e.get("/users"),"getAll"),get:o(async t=>e.get("/users/:userId",{userId:t}),"get"),me:o(async()=>e.get("/users/@me"),"me"),check:o(async(t,n)=>e.get("/users/check/:identifier",{identifier:t,suggestions:n}),"check"),update:o(async(t,n)=>e.put("/users/:userId",n,{userId:t}),"update"),uploadFile:o(async(t,n,r)=>e.post("/users/:userId/files/:userFileType",bo("file",r),{userId:t,userFileType:n}),"uploadFile"),bookings:Bo(e),notifications:ko(e)});var Go=e=>({registerToBeta:o(async t=>e.post("/notifications/subscribe/beta",{email:t}),"registerToBeta")});var Wo=class{static{o(this,"TonightPass");}client;auth;careers;channels;health;orders;organizations;profiles;users;notifications;constructor(t){this.client=new We(t),this.auth=xo(this.client),this.careers=So(this.client),this.channels=Ao(this.client),this.health=jo(this.client),this.orders=wo(this.client),this.organizations=Lo(this.client),this.profiles=Mo(this.client),this.users=qo(this.client),this.notifications=Go(this.client);}};
2
+ export{_e as AttachmentType,H as ChannelType,We as Client,B as CreateAttachmentDto,ae as CreateChannelDto,pe as CreateChannelMessageDto,b as CreateLocationDto,ue as CreateOrganizationDto,f as CreateOrganizationEventDto,Lt as CreateOrganizationEventOrderDto,Ue as CreateOrganizationEventStyleDto,c as CreateOrganizationEventTicketDto,q as CreateOrganizationIdentityDto,ke as CreateOrganizationMemberDto,Ae as CreateUserDto,F as CreateUserIdentityDto,ee as Currency,ct as DEFAULT_API_URL,ti as ErrorType,h as GeoPointDto,_i as Language,ii as OrganizationEventStyleType,J as OrganizationEventTicketCategory,Z as OrganizationEventTicketType,Q as OrganizationEventType,Y as OrganizationEventVisibilityType,K as OrganizationMemberRole,ci as OrganizationMemberStatus,fi as OrganizationSocialType,wi as ProfileType,d as REGEX,it as RecoveryDto,je as RecoveryResetDto,Ge as SignInUserDto,Wo as TonightPass,dt as TonightPassAPIError,De as UpdateChannelDto,be as UpdateChannelMessageDto,I as UpdateLocationDto,me as UpdateOrganizationDto,u as UpdateOrganizationEventDto,Ft as UpdateOrganizationEventStyleDto,l as UpdateOrganizationEventTicketDto,V as UpdateOrganizationIdentityDto,ot as UpdateOrganizationMemberDto,we as UpdateUserDto,xi as UserFileType,T as UserIdentityGender,yi as UserNotificationType,Ii as UserRole,hi as UserTokenType,xo as auth,bo as buildFileFormData,So as careers,Ao as channels,jo as health,M as isBrowser,Go as notifications,wo as orders,Lo as organizations,Mo as profiles,Io as request,v as sdk,qo as users};//# sourceMappingURL=index.mjs.map
3
3
  //# sourceMappingURL=index.mjs.map