@talkplay/shared-types 1.0.44 → 1.0.46
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 +16 -19
- package/dist/index.d.ts +16 -19
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -811,7 +811,20 @@ type UpdateRadioPayload = Partial<{
|
|
|
811
811
|
wppNumber: string;
|
|
812
812
|
isActive: boolean;
|
|
813
813
|
address: Omit<AddressEntity, "id">;
|
|
814
|
-
|
|
814
|
+
neighborhoods?: string[];
|
|
815
|
+
allowAiPersonNames?: boolean;
|
|
816
|
+
slogan?: string | null;
|
|
817
|
+
prefix?: string | null;
|
|
818
|
+
frequency?: string | null;
|
|
819
|
+
audiences?: RadioAudienceEnum[];
|
|
820
|
+
segments?: RadioSegmentEnum[];
|
|
821
|
+
externalMedias?: Partial<{
|
|
822
|
+
website?: string | null;
|
|
823
|
+
instagram?: string | null;
|
|
824
|
+
facebook?: string | null;
|
|
825
|
+
whatsapp?: string | null;
|
|
826
|
+
tiktok?: string | null;
|
|
827
|
+
}>;
|
|
815
828
|
}>;
|
|
816
829
|
|
|
817
830
|
type GetRadioDetailsResponse = RadioEntity & {
|
|
@@ -822,6 +835,7 @@ type GetRadioDetailsResponse = RadioEntity & {
|
|
|
822
835
|
legalAgreements: RadioLegalAgreementEntity[];
|
|
823
836
|
modules: SystemModuleEntity[];
|
|
824
837
|
subscription: RadioSubscriptionEntity;
|
|
838
|
+
externalMedias: RadioExternalMediasEntity;
|
|
825
839
|
};
|
|
826
840
|
|
|
827
841
|
type ListRadiosParams = PaginationParams & {
|
|
@@ -843,23 +857,6 @@ type ListRadiosResponse = PaginatedResponseDTO<Omit<RadioEntity, "logoImg" | "ad
|
|
|
843
857
|
subscription: RadioSubscriptionEntity;
|
|
844
858
|
}>>;
|
|
845
859
|
|
|
846
|
-
type UpdateRadioProfilePayload = {
|
|
847
|
-
neighborhoods?: string[];
|
|
848
|
-
allowAiPersonNames?: boolean;
|
|
849
|
-
slogan?: string | null;
|
|
850
|
-
prefix?: string | null;
|
|
851
|
-
frequency?: string | null;
|
|
852
|
-
audiences?: RadioAudienceEnum[];
|
|
853
|
-
segments?: RadioSegmentEnum[];
|
|
854
|
-
externalMedias?: {
|
|
855
|
-
website?: string | null;
|
|
856
|
-
instagram?: string | null;
|
|
857
|
-
facebook?: string | null;
|
|
858
|
-
whatsapp?: string | null;
|
|
859
|
-
tiktok?: string | null;
|
|
860
|
-
};
|
|
861
|
-
};
|
|
862
|
-
|
|
863
860
|
type UpsertPlanPayload = {
|
|
864
861
|
name: string;
|
|
865
862
|
description: string;
|
|
@@ -978,4 +975,4 @@ declare const TKPLAY_ERRORS__PTBR: TkplayMappedErrors__Ptbr;
|
|
|
978
975
|
|
|
979
976
|
declare const TKPLAY_ERROR_MESSAGE_SPLITTER = "::";
|
|
980
977
|
|
|
981
|
-
export { type AddressEntity, AudioBitratesEnum, AudioFormatsEnum, AudioFrequenciesEnum, type BaseEntity, BrStatesEnum, type CasterAvatarEntity, type CasterEntity, type ChargeEntity, ChargeItemTypesEnum, ChargeStatusEnum, ChargeTypesEnum, type CouponActivationEntity, type CouponEntity, CouponTypesEnum, CouponTypesTranslationsEnum, type CreateCouponPayload, type CreateCouponResponse, type CreateLandingPageLeadPayload, type CreateLegalTermAgreementPayload, type CreateLegalTermPayload, type CreateLegalTermResponse, type CreateRadioPayload, type CreateRadioUserPayload, type CreateRadioUserResponse, type CreateSignupLeadPayload, type CreateSystemUserPayload, type Enum, EpGenerationQualityEnum, EpGenerationTypesEnum, type EpisodeCreatedEvt, type EpisodeErrorEvt, type EpisodeProgressEvt, FFmpegAudioCurveEnum, type GenerateEpJobPayload, type GenerateEpisodePayload, type GenerateEpisodeResponse, type GetCouponByIdResponse, type GetCouponValidationResponse, type GetPenaltyValueResponse, type GetRadioDetailsResponse, JobsEnum, type LeadEntity, LeadStatusEnum, LeadStatusTranslationsEnum, LeadTypesEnum, LeadTypesTranslationsEnum, type LegalTermEntity, LegalTermTypesEnum, LegalTermTypesTranslationsEnum, type ListChargesParams, type ListChargesResponse, type ListCouponsParams, type ListCouponsResponse, type ListLeadsParams, type ListLeadsResponse, type ListLegalTermsParams, type ListLegalTermsResponse, type ListRadioUsersParams, type ListRadioUsersResponse, type ListRadiosParams, type ListRadiosResponse, type ListSystemModulesResponse, type ListSystemUsersParams, type ListSystemUsersResponse, type LoginPayload, type LoginResponse, type MusicProgramScriptElement, NewsCategoriesEnum, type NewsProgramScriptElement, type NewsProgramScriptElementOptions, type OffProgramScriptElement, type PaginatedResponseDTO, type Pagination, type PaginationParams, type PlanEntity, type PopulatedProgramScriptBlock, type PopulatedProgramScriptElement, type PopulatedProgramScriptEntity, type ProgramEntity, type ProgramEpisodeBlockEntity, type ProgramEpisodeEntity, type ProgramScriptElement, type ProgramScriptElementOptionsAll, ProgramScriptElementTypesEnum, type ProgramScriptEntity, RadioAudienceEnum, type RadioAudienceTranslation, RadioAudienceTranslationsEnum, RadioBandsEnum, type RadioContractEntity, type RadioEntity, type RadioExternalMediasEntity, type RadioLegalAgreementEntity, type RadioLogoEntity, RadioSegmentEnum, type RadioSegmentTranslationEnum, RadioSegmentTranslationsEnum, type RadioSubscriptionEntity, RadioSubscriptionStatusEnum, RadioSubscriptionStatusTranslationsEnum, type RadioUserAvatarEntity, type RadioUserEntity, S3DirectoriesEnum, type S3FileEntity, type ScriptBlock, type SessionEntity, SessionTypesEnum, type SessionUser, type SoundtrackProgramScriptElementOptions, type SystemModuleEntity, type SystemUserEntity, TKPLAY_ERRORS_MAP, TKPLAY_ERRORS__PTBR, TKPLAY_ERROR_MESSAGE_SPLITTER, TkplayErrorCodesEnum, type TkplayErrorEntity, TkplayErrorNamesEnum, type TkplayMappedErrors, type TkplayMappedErrors__Ptbr, type UpdateCouponPayload, type UpdateCouponResponse, type UpdateLandingPageLeadPayload, type UpdateRadioPayload, type
|
|
978
|
+
export { type AddressEntity, AudioBitratesEnum, AudioFormatsEnum, AudioFrequenciesEnum, type BaseEntity, BrStatesEnum, type CasterAvatarEntity, type CasterEntity, type ChargeEntity, ChargeItemTypesEnum, ChargeStatusEnum, ChargeTypesEnum, type CouponActivationEntity, type CouponEntity, CouponTypesEnum, CouponTypesTranslationsEnum, type CreateCouponPayload, type CreateCouponResponse, type CreateLandingPageLeadPayload, type CreateLegalTermAgreementPayload, type CreateLegalTermPayload, type CreateLegalTermResponse, type CreateRadioPayload, type CreateRadioUserPayload, type CreateRadioUserResponse, type CreateSignupLeadPayload, type CreateSystemUserPayload, type Enum, EpGenerationQualityEnum, EpGenerationTypesEnum, type EpisodeCreatedEvt, type EpisodeErrorEvt, type EpisodeProgressEvt, FFmpegAudioCurveEnum, type GenerateEpJobPayload, type GenerateEpisodePayload, type GenerateEpisodeResponse, type GetCouponByIdResponse, type GetCouponValidationResponse, type GetPenaltyValueResponse, type GetRadioDetailsResponse, JobsEnum, type LeadEntity, LeadStatusEnum, LeadStatusTranslationsEnum, LeadTypesEnum, LeadTypesTranslationsEnum, type LegalTermEntity, LegalTermTypesEnum, LegalTermTypesTranslationsEnum, type ListChargesParams, type ListChargesResponse, type ListCouponsParams, type ListCouponsResponse, type ListLeadsParams, type ListLeadsResponse, type ListLegalTermsParams, type ListLegalTermsResponse, type ListRadioUsersParams, type ListRadioUsersResponse, type ListRadiosParams, type ListRadiosResponse, type ListSystemModulesResponse, type ListSystemUsersParams, type ListSystemUsersResponse, type LoginPayload, type LoginResponse, type MusicProgramScriptElement, NewsCategoriesEnum, type NewsProgramScriptElement, type NewsProgramScriptElementOptions, type OffProgramScriptElement, type PaginatedResponseDTO, type Pagination, type PaginationParams, type PlanEntity, type PopulatedProgramScriptBlock, type PopulatedProgramScriptElement, type PopulatedProgramScriptEntity, type ProgramEntity, type ProgramEpisodeBlockEntity, type ProgramEpisodeEntity, type ProgramScriptElement, type ProgramScriptElementOptionsAll, ProgramScriptElementTypesEnum, type ProgramScriptEntity, RadioAudienceEnum, type RadioAudienceTranslation, RadioAudienceTranslationsEnum, RadioBandsEnum, type RadioContractEntity, type RadioEntity, type RadioExternalMediasEntity, type RadioLegalAgreementEntity, type RadioLogoEntity, RadioSegmentEnum, type RadioSegmentTranslationEnum, RadioSegmentTranslationsEnum, type RadioSubscriptionEntity, RadioSubscriptionStatusEnum, RadioSubscriptionStatusTranslationsEnum, type RadioUserAvatarEntity, type RadioUserEntity, S3DirectoriesEnum, type S3FileEntity, type ScriptBlock, type SessionEntity, SessionTypesEnum, type SessionUser, type SoundtrackProgramScriptElementOptions, type SystemModuleEntity, type SystemUserEntity, TKPLAY_ERRORS_MAP, TKPLAY_ERRORS__PTBR, TKPLAY_ERROR_MESSAGE_SPLITTER, TkplayErrorCodesEnum, type TkplayErrorEntity, TkplayErrorNamesEnum, type TkplayMappedErrors, type TkplayMappedErrors__Ptbr, type UpdateCouponPayload, type UpdateCouponResponse, type UpdateLandingPageLeadPayload, type UpdateRadioPayload, type UpdateRadioUserPasswordPayload, type UpdateRadioUserProfilePayload, type UpdateRadioUserResponse, type UpdateRadioUserRolePayload, type UpdateSignupLeadPayload, type UpdateSystemUserPaswordPayload, type UpdateSystemUserPayload, type UpdateSystemUserResponse, type UpsertPlanPayload, type UpsertPlanResponse, type UpsertSystemModulePayload, type UpsertSystemModuleResponse, type UpsertSystemUserResponse, type UserLegalAgreementEntity, UserRolesEnum, UserRolesTranslationsEnum, type VerifyEmailAvailabilityResponse, type VignetteProgramScriptElement };
|
package/dist/index.d.ts
CHANGED
|
@@ -811,7 +811,20 @@ type UpdateRadioPayload = Partial<{
|
|
|
811
811
|
wppNumber: string;
|
|
812
812
|
isActive: boolean;
|
|
813
813
|
address: Omit<AddressEntity, "id">;
|
|
814
|
-
|
|
814
|
+
neighborhoods?: string[];
|
|
815
|
+
allowAiPersonNames?: boolean;
|
|
816
|
+
slogan?: string | null;
|
|
817
|
+
prefix?: string | null;
|
|
818
|
+
frequency?: string | null;
|
|
819
|
+
audiences?: RadioAudienceEnum[];
|
|
820
|
+
segments?: RadioSegmentEnum[];
|
|
821
|
+
externalMedias?: Partial<{
|
|
822
|
+
website?: string | null;
|
|
823
|
+
instagram?: string | null;
|
|
824
|
+
facebook?: string | null;
|
|
825
|
+
whatsapp?: string | null;
|
|
826
|
+
tiktok?: string | null;
|
|
827
|
+
}>;
|
|
815
828
|
}>;
|
|
816
829
|
|
|
817
830
|
type GetRadioDetailsResponse = RadioEntity & {
|
|
@@ -822,6 +835,7 @@ type GetRadioDetailsResponse = RadioEntity & {
|
|
|
822
835
|
legalAgreements: RadioLegalAgreementEntity[];
|
|
823
836
|
modules: SystemModuleEntity[];
|
|
824
837
|
subscription: RadioSubscriptionEntity;
|
|
838
|
+
externalMedias: RadioExternalMediasEntity;
|
|
825
839
|
};
|
|
826
840
|
|
|
827
841
|
type ListRadiosParams = PaginationParams & {
|
|
@@ -843,23 +857,6 @@ type ListRadiosResponse = PaginatedResponseDTO<Omit<RadioEntity, "logoImg" | "ad
|
|
|
843
857
|
subscription: RadioSubscriptionEntity;
|
|
844
858
|
}>>;
|
|
845
859
|
|
|
846
|
-
type UpdateRadioProfilePayload = {
|
|
847
|
-
neighborhoods?: string[];
|
|
848
|
-
allowAiPersonNames?: boolean;
|
|
849
|
-
slogan?: string | null;
|
|
850
|
-
prefix?: string | null;
|
|
851
|
-
frequency?: string | null;
|
|
852
|
-
audiences?: RadioAudienceEnum[];
|
|
853
|
-
segments?: RadioSegmentEnum[];
|
|
854
|
-
externalMedias?: {
|
|
855
|
-
website?: string | null;
|
|
856
|
-
instagram?: string | null;
|
|
857
|
-
facebook?: string | null;
|
|
858
|
-
whatsapp?: string | null;
|
|
859
|
-
tiktok?: string | null;
|
|
860
|
-
};
|
|
861
|
-
};
|
|
862
|
-
|
|
863
860
|
type UpsertPlanPayload = {
|
|
864
861
|
name: string;
|
|
865
862
|
description: string;
|
|
@@ -978,4 +975,4 @@ declare const TKPLAY_ERRORS__PTBR: TkplayMappedErrors__Ptbr;
|
|
|
978
975
|
|
|
979
976
|
declare const TKPLAY_ERROR_MESSAGE_SPLITTER = "::";
|
|
980
977
|
|
|
981
|
-
export { type AddressEntity, AudioBitratesEnum, AudioFormatsEnum, AudioFrequenciesEnum, type BaseEntity, BrStatesEnum, type CasterAvatarEntity, type CasterEntity, type ChargeEntity, ChargeItemTypesEnum, ChargeStatusEnum, ChargeTypesEnum, type CouponActivationEntity, type CouponEntity, CouponTypesEnum, CouponTypesTranslationsEnum, type CreateCouponPayload, type CreateCouponResponse, type CreateLandingPageLeadPayload, type CreateLegalTermAgreementPayload, type CreateLegalTermPayload, type CreateLegalTermResponse, type CreateRadioPayload, type CreateRadioUserPayload, type CreateRadioUserResponse, type CreateSignupLeadPayload, type CreateSystemUserPayload, type Enum, EpGenerationQualityEnum, EpGenerationTypesEnum, type EpisodeCreatedEvt, type EpisodeErrorEvt, type EpisodeProgressEvt, FFmpegAudioCurveEnum, type GenerateEpJobPayload, type GenerateEpisodePayload, type GenerateEpisodeResponse, type GetCouponByIdResponse, type GetCouponValidationResponse, type GetPenaltyValueResponse, type GetRadioDetailsResponse, JobsEnum, type LeadEntity, LeadStatusEnum, LeadStatusTranslationsEnum, LeadTypesEnum, LeadTypesTranslationsEnum, type LegalTermEntity, LegalTermTypesEnum, LegalTermTypesTranslationsEnum, type ListChargesParams, type ListChargesResponse, type ListCouponsParams, type ListCouponsResponse, type ListLeadsParams, type ListLeadsResponse, type ListLegalTermsParams, type ListLegalTermsResponse, type ListRadioUsersParams, type ListRadioUsersResponse, type ListRadiosParams, type ListRadiosResponse, type ListSystemModulesResponse, type ListSystemUsersParams, type ListSystemUsersResponse, type LoginPayload, type LoginResponse, type MusicProgramScriptElement, NewsCategoriesEnum, type NewsProgramScriptElement, type NewsProgramScriptElementOptions, type OffProgramScriptElement, type PaginatedResponseDTO, type Pagination, type PaginationParams, type PlanEntity, type PopulatedProgramScriptBlock, type PopulatedProgramScriptElement, type PopulatedProgramScriptEntity, type ProgramEntity, type ProgramEpisodeBlockEntity, type ProgramEpisodeEntity, type ProgramScriptElement, type ProgramScriptElementOptionsAll, ProgramScriptElementTypesEnum, type ProgramScriptEntity, RadioAudienceEnum, type RadioAudienceTranslation, RadioAudienceTranslationsEnum, RadioBandsEnum, type RadioContractEntity, type RadioEntity, type RadioExternalMediasEntity, type RadioLegalAgreementEntity, type RadioLogoEntity, RadioSegmentEnum, type RadioSegmentTranslationEnum, RadioSegmentTranslationsEnum, type RadioSubscriptionEntity, RadioSubscriptionStatusEnum, RadioSubscriptionStatusTranslationsEnum, type RadioUserAvatarEntity, type RadioUserEntity, S3DirectoriesEnum, type S3FileEntity, type ScriptBlock, type SessionEntity, SessionTypesEnum, type SessionUser, type SoundtrackProgramScriptElementOptions, type SystemModuleEntity, type SystemUserEntity, TKPLAY_ERRORS_MAP, TKPLAY_ERRORS__PTBR, TKPLAY_ERROR_MESSAGE_SPLITTER, TkplayErrorCodesEnum, type TkplayErrorEntity, TkplayErrorNamesEnum, type TkplayMappedErrors, type TkplayMappedErrors__Ptbr, type UpdateCouponPayload, type UpdateCouponResponse, type UpdateLandingPageLeadPayload, type UpdateRadioPayload, type
|
|
978
|
+
export { type AddressEntity, AudioBitratesEnum, AudioFormatsEnum, AudioFrequenciesEnum, type BaseEntity, BrStatesEnum, type CasterAvatarEntity, type CasterEntity, type ChargeEntity, ChargeItemTypesEnum, ChargeStatusEnum, ChargeTypesEnum, type CouponActivationEntity, type CouponEntity, CouponTypesEnum, CouponTypesTranslationsEnum, type CreateCouponPayload, type CreateCouponResponse, type CreateLandingPageLeadPayload, type CreateLegalTermAgreementPayload, type CreateLegalTermPayload, type CreateLegalTermResponse, type CreateRadioPayload, type CreateRadioUserPayload, type CreateRadioUserResponse, type CreateSignupLeadPayload, type CreateSystemUserPayload, type Enum, EpGenerationQualityEnum, EpGenerationTypesEnum, type EpisodeCreatedEvt, type EpisodeErrorEvt, type EpisodeProgressEvt, FFmpegAudioCurveEnum, type GenerateEpJobPayload, type GenerateEpisodePayload, type GenerateEpisodeResponse, type GetCouponByIdResponse, type GetCouponValidationResponse, type GetPenaltyValueResponse, type GetRadioDetailsResponse, JobsEnum, type LeadEntity, LeadStatusEnum, LeadStatusTranslationsEnum, LeadTypesEnum, LeadTypesTranslationsEnum, type LegalTermEntity, LegalTermTypesEnum, LegalTermTypesTranslationsEnum, type ListChargesParams, type ListChargesResponse, type ListCouponsParams, type ListCouponsResponse, type ListLeadsParams, type ListLeadsResponse, type ListLegalTermsParams, type ListLegalTermsResponse, type ListRadioUsersParams, type ListRadioUsersResponse, type ListRadiosParams, type ListRadiosResponse, type ListSystemModulesResponse, type ListSystemUsersParams, type ListSystemUsersResponse, type LoginPayload, type LoginResponse, type MusicProgramScriptElement, NewsCategoriesEnum, type NewsProgramScriptElement, type NewsProgramScriptElementOptions, type OffProgramScriptElement, type PaginatedResponseDTO, type Pagination, type PaginationParams, type PlanEntity, type PopulatedProgramScriptBlock, type PopulatedProgramScriptElement, type PopulatedProgramScriptEntity, type ProgramEntity, type ProgramEpisodeBlockEntity, type ProgramEpisodeEntity, type ProgramScriptElement, type ProgramScriptElementOptionsAll, ProgramScriptElementTypesEnum, type ProgramScriptEntity, RadioAudienceEnum, type RadioAudienceTranslation, RadioAudienceTranslationsEnum, RadioBandsEnum, type RadioContractEntity, type RadioEntity, type RadioExternalMediasEntity, type RadioLegalAgreementEntity, type RadioLogoEntity, RadioSegmentEnum, type RadioSegmentTranslationEnum, RadioSegmentTranslationsEnum, type RadioSubscriptionEntity, RadioSubscriptionStatusEnum, RadioSubscriptionStatusTranslationsEnum, type RadioUserAvatarEntity, type RadioUserEntity, S3DirectoriesEnum, type S3FileEntity, type ScriptBlock, type SessionEntity, SessionTypesEnum, type SessionUser, type SoundtrackProgramScriptElementOptions, type SystemModuleEntity, type SystemUserEntity, TKPLAY_ERRORS_MAP, TKPLAY_ERRORS__PTBR, TKPLAY_ERROR_MESSAGE_SPLITTER, TkplayErrorCodesEnum, type TkplayErrorEntity, TkplayErrorNamesEnum, type TkplayMappedErrors, type TkplayMappedErrors__Ptbr, type UpdateCouponPayload, type UpdateCouponResponse, type UpdateLandingPageLeadPayload, type UpdateRadioPayload, type UpdateRadioUserPasswordPayload, type UpdateRadioUserProfilePayload, type UpdateRadioUserResponse, type UpdateRadioUserRolePayload, type UpdateSignupLeadPayload, type UpdateSystemUserPaswordPayload, type UpdateSystemUserPayload, type UpdateSystemUserResponse, type UpsertPlanPayload, type UpsertPlanResponse, type UpsertSystemModulePayload, type UpsertSystemModuleResponse, type UpsertSystemUserResponse, type UserLegalAgreementEntity, UserRolesEnum, UserRolesTranslationsEnum, type VerifyEmailAvailabilityResponse, type VignetteProgramScriptElement };
|