@talkplay/shared-types 1.0.26 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -72,6 +72,7 @@ declare const TkplayErrorCodesEnum: {
72
72
  USER_PASSWORDS_DONT_MATCH: string;
73
73
  UNABLE_TO_DELETE_USER: string;
74
74
  LEAD_RADIO_ALREADY_EXISTIS: string;
75
+ LEAD_NOT_FOUND: string;
75
76
  };
76
77
  type TkplayErrorCodesEnum = Enum<typeof TkplayErrorCodesEnum>;
77
78
 
@@ -197,6 +198,13 @@ declare const LeadStatusEnum: {
197
198
  readonly FAILED: "FAILED";
198
199
  };
199
200
  type LeadStatusEnum = Enum<typeof LeadStatusEnum>;
201
+ declare const LeadStatusTranslationsEnum: {
202
+ readonly PENDING: "Pendente";
203
+ readonly IN_PROSPECTION: "Em prospecção";
204
+ readonly CONVERTED: "Convertido";
205
+ readonly FAILED: "Falhou";
206
+ };
207
+ type LeadStatusTranslationsEnum = Enum<typeof LeadStatusTranslationsEnum>;
200
208
 
201
209
  declare const AudioBitratesEnum: {
202
210
  readonly "32k": "32k";
@@ -816,4 +824,4 @@ declare const TKPLAY_ERRORS__PTBR: TkplayMappedErrors__Ptbr;
816
824
 
817
825
  declare const TKPLAY_ERROR_MESSAGE_SPLITTER = "::";
818
826
 
819
- export { type AddressEntity, AudioBitratesEnum, AudioFormatsEnum, AudioFrequenciesEnum, type BaseEntity, BrStatesEnum, type CasterAvatarEntity, type CasterEntity, type ChargeEntity, ChargeItemTypesEnum, ChargeStatusEnum, type CouponActivationEntity, type CouponEntity, CouponTypesEnum, CouponTypesTranslationsEnum, type CreateCouponPayload, type CreateCouponResponse, type CreateLeadPayload, type CreateLegalTermAgreementPayload, type CreateLegalTermPayload, type CreateLegalTermResponse, type CreateRadioPayload, type CreateRadioUserPayload, type CreateRadioUserResponse, 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, type LegalTermEntity, LegalTermTypesEnum, LegalTermTypesTranslationsEnum, type ListChargesParams, 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, RadioBandsEnum, type RadioContractEntity, type RadioEntity, type RadioLegalAgreementEntity, type RadioLogoEntity, type RadioSubscriptionEntity, RadioSubscriptionStatusEnum, 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 UpdateLeadPayload, type UpdateRadioUserPasswordPayload, type UpdateRadioUserProfilePayload, type UpdateRadioUserResponse, type UpdateRadioUserRolePayload, type UpdateSystemUserPaswordPayload, type UpdateSystemUserPayload, type UpdateSystemUserResponse, type UpsertPlanPayload, type UpsertPlanResponse, type UpsertSystemModulePayload, type UpsertSystemModuleResponse, type UpsertSystemUserResponse, type UserLegalAgreementEntity, UserRolesEnum, UserRolesTranslationsEnum, type VerifyEmailAvailabilityResponse, type VignetteProgramScriptElement };
827
+ export { type AddressEntity, AudioBitratesEnum, AudioFormatsEnum, AudioFrequenciesEnum, type BaseEntity, BrStatesEnum, type CasterAvatarEntity, type CasterEntity, type ChargeEntity, ChargeItemTypesEnum, ChargeStatusEnum, type CouponActivationEntity, type CouponEntity, CouponTypesEnum, CouponTypesTranslationsEnum, type CreateCouponPayload, type CreateCouponResponse, type CreateLeadPayload, type CreateLegalTermAgreementPayload, type CreateLegalTermPayload, type CreateLegalTermResponse, type CreateRadioPayload, type CreateRadioUserPayload, type CreateRadioUserResponse, 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, type LegalTermEntity, LegalTermTypesEnum, LegalTermTypesTranslationsEnum, type ListChargesParams, 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, RadioBandsEnum, type RadioContractEntity, type RadioEntity, type RadioLegalAgreementEntity, type RadioLogoEntity, type RadioSubscriptionEntity, RadioSubscriptionStatusEnum, 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 UpdateLeadPayload, type UpdateRadioUserPasswordPayload, type UpdateRadioUserProfilePayload, type UpdateRadioUserResponse, type UpdateRadioUserRolePayload, 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
@@ -72,6 +72,7 @@ declare const TkplayErrorCodesEnum: {
72
72
  USER_PASSWORDS_DONT_MATCH: string;
73
73
  UNABLE_TO_DELETE_USER: string;
74
74
  LEAD_RADIO_ALREADY_EXISTIS: string;
75
+ LEAD_NOT_FOUND: string;
75
76
  };
76
77
  type TkplayErrorCodesEnum = Enum<typeof TkplayErrorCodesEnum>;
77
78
 
@@ -197,6 +198,13 @@ declare const LeadStatusEnum: {
197
198
  readonly FAILED: "FAILED";
198
199
  };
199
200
  type LeadStatusEnum = Enum<typeof LeadStatusEnum>;
201
+ declare const LeadStatusTranslationsEnum: {
202
+ readonly PENDING: "Pendente";
203
+ readonly IN_PROSPECTION: "Em prospecção";
204
+ readonly CONVERTED: "Convertido";
205
+ readonly FAILED: "Falhou";
206
+ };
207
+ type LeadStatusTranslationsEnum = Enum<typeof LeadStatusTranslationsEnum>;
200
208
 
201
209
  declare const AudioBitratesEnum: {
202
210
  readonly "32k": "32k";
@@ -816,4 +824,4 @@ declare const TKPLAY_ERRORS__PTBR: TkplayMappedErrors__Ptbr;
816
824
 
817
825
  declare const TKPLAY_ERROR_MESSAGE_SPLITTER = "::";
818
826
 
819
- export { type AddressEntity, AudioBitratesEnum, AudioFormatsEnum, AudioFrequenciesEnum, type BaseEntity, BrStatesEnum, type CasterAvatarEntity, type CasterEntity, type ChargeEntity, ChargeItemTypesEnum, ChargeStatusEnum, type CouponActivationEntity, type CouponEntity, CouponTypesEnum, CouponTypesTranslationsEnum, type CreateCouponPayload, type CreateCouponResponse, type CreateLeadPayload, type CreateLegalTermAgreementPayload, type CreateLegalTermPayload, type CreateLegalTermResponse, type CreateRadioPayload, type CreateRadioUserPayload, type CreateRadioUserResponse, 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, type LegalTermEntity, LegalTermTypesEnum, LegalTermTypesTranslationsEnum, type ListChargesParams, 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, RadioBandsEnum, type RadioContractEntity, type RadioEntity, type RadioLegalAgreementEntity, type RadioLogoEntity, type RadioSubscriptionEntity, RadioSubscriptionStatusEnum, 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 UpdateLeadPayload, type UpdateRadioUserPasswordPayload, type UpdateRadioUserProfilePayload, type UpdateRadioUserResponse, type UpdateRadioUserRolePayload, type UpdateSystemUserPaswordPayload, type UpdateSystemUserPayload, type UpdateSystemUserResponse, type UpsertPlanPayload, type UpsertPlanResponse, type UpsertSystemModulePayload, type UpsertSystemModuleResponse, type UpsertSystemUserResponse, type UserLegalAgreementEntity, UserRolesEnum, UserRolesTranslationsEnum, type VerifyEmailAvailabilityResponse, type VignetteProgramScriptElement };
827
+ export { type AddressEntity, AudioBitratesEnum, AudioFormatsEnum, AudioFrequenciesEnum, type BaseEntity, BrStatesEnum, type CasterAvatarEntity, type CasterEntity, type ChargeEntity, ChargeItemTypesEnum, ChargeStatusEnum, type CouponActivationEntity, type CouponEntity, CouponTypesEnum, CouponTypesTranslationsEnum, type CreateCouponPayload, type CreateCouponResponse, type CreateLeadPayload, type CreateLegalTermAgreementPayload, type CreateLegalTermPayload, type CreateLegalTermResponse, type CreateRadioPayload, type CreateRadioUserPayload, type CreateRadioUserResponse, 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, type LegalTermEntity, LegalTermTypesEnum, LegalTermTypesTranslationsEnum, type ListChargesParams, 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, RadioBandsEnum, type RadioContractEntity, type RadioEntity, type RadioLegalAgreementEntity, type RadioLogoEntity, type RadioSubscriptionEntity, RadioSubscriptionStatusEnum, 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 UpdateLeadPayload, type UpdateRadioUserPasswordPayload, type UpdateRadioUserProfilePayload, type UpdateRadioUserResponse, type UpdateRadioUserRolePayload, 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.js CHANGED
@@ -33,6 +33,7 @@ __export(index_exports, {
33
33
  FFmpegAudioCurveEnum: () => FFmpegAudioCurveEnum,
34
34
  JobsEnum: () => JobsEnum,
35
35
  LeadStatusEnum: () => LeadStatusEnum,
36
+ LeadStatusTranslationsEnum: () => LeadStatusTranslationsEnum,
36
37
  LegalTermTypesEnum: () => LegalTermTypesEnum,
37
38
  LegalTermTypesTranslationsEnum: () => LegalTermTypesTranslationsEnum,
38
39
  NewsCategoriesEnum: () => NewsCategoriesEnum,
@@ -182,7 +183,8 @@ var TkplayErrorCodesEnum = {
182
183
  USER_PASSWORDS_DONT_MATCH: "USER_PASSWORDS_DONT_MATCH",
183
184
  UNABLE_TO_DELETE_USER: "UNABLE_TO_DELETE_USER",
184
185
  // Leads
185
- LEAD_RADIO_ALREADY_EXISTIS: "LEAD_RADIO_ALREADY_EXISTIS"
186
+ LEAD_RADIO_ALREADY_EXISTIS: "LEAD_RADIO_ALREADY_EXISTIS",
187
+ LEAD_NOT_FOUND: "LEAD_NOT_FOUND"
186
188
  };
187
189
 
188
190
  // src/enums/commom/error-names.ts
@@ -274,6 +276,12 @@ var LeadStatusEnum = {
274
276
  CONVERTED: "CONVERTED",
275
277
  FAILED: "FAILED"
276
278
  };
279
+ var LeadStatusTranslationsEnum = {
280
+ PENDING: "Pendente",
281
+ IN_PROSPECTION: "Em prospec\xE7\xE3o",
282
+ CONVERTED: "Convertido",
283
+ FAILED: "Falhou"
284
+ };
277
285
 
278
286
  // src/enums/media/audio-bitrates.enum.ts
279
287
  var AudioBitratesEnum = {
@@ -386,7 +394,8 @@ var TKPLAY_ERRORS_MAP = {
386
394
  USER_PASSWORDS_DONT_MATCH: "Provided passwords dont match",
387
395
  UNABLE_TO_DELETE_USER: "Admin users cannot be deleted",
388
396
  // Lead Errors
389
- LEAD_RADIO_ALREADY_EXISTIS: "A radio with this lead infos alkready exists"
397
+ LEAD_RADIO_ALREADY_EXISTIS: "A radio with this lead infos alkready exists",
398
+ LEAD_NOT_FOUND: "Lead not found"
390
399
  };
391
400
 
392
401
  // src/constants/tkplay-errors-ptbr.ts
@@ -434,7 +443,8 @@ var TKPLAY_ERRORS__PTBR = {
434
443
  USER_PASSWORDS_DONT_MATCH: "As senhas informadas n\xE3o coincidem",
435
444
  UNABLE_TO_DELETE_USER: "Usu\xE1rios administradores n\xE3o podem ser removidos",
436
445
  // Lead Errors
437
- LEAD_RADIO_ALREADY_EXISTIS: "J\xE1 existe uma r\xE1dio cadastrada com as informa\xE7\xF5es do lead"
446
+ LEAD_RADIO_ALREADY_EXISTIS: "J\xE1 existe uma r\xE1dio cadastrada com as informa\xE7\xF5es do lead",
447
+ LEAD_NOT_FOUND: "Lead n\xE3o encontrado"
438
448
  };
439
449
 
440
450
  // src/constants/tkplay-error-message-splitter.ts
@@ -454,6 +464,7 @@ var TKPLAY_ERROR_MESSAGE_SPLITTER = "::";
454
464
  FFmpegAudioCurveEnum,
455
465
  JobsEnum,
456
466
  LeadStatusEnum,
467
+ LeadStatusTranslationsEnum,
457
468
  LegalTermTypesEnum,
458
469
  LegalTermTypesTranslationsEnum,
459
470
  NewsCategoriesEnum,
package/dist/index.mjs CHANGED
@@ -129,7 +129,8 @@ var TkplayErrorCodesEnum = {
129
129
  USER_PASSWORDS_DONT_MATCH: "USER_PASSWORDS_DONT_MATCH",
130
130
  UNABLE_TO_DELETE_USER: "UNABLE_TO_DELETE_USER",
131
131
  // Leads
132
- LEAD_RADIO_ALREADY_EXISTIS: "LEAD_RADIO_ALREADY_EXISTIS"
132
+ LEAD_RADIO_ALREADY_EXISTIS: "LEAD_RADIO_ALREADY_EXISTIS",
133
+ LEAD_NOT_FOUND: "LEAD_NOT_FOUND"
133
134
  };
134
135
 
135
136
  // src/enums/commom/error-names.ts
@@ -221,6 +222,12 @@ var LeadStatusEnum = {
221
222
  CONVERTED: "CONVERTED",
222
223
  FAILED: "FAILED"
223
224
  };
225
+ var LeadStatusTranslationsEnum = {
226
+ PENDING: "Pendente",
227
+ IN_PROSPECTION: "Em prospec\xE7\xE3o",
228
+ CONVERTED: "Convertido",
229
+ FAILED: "Falhou"
230
+ };
224
231
 
225
232
  // src/enums/media/audio-bitrates.enum.ts
226
233
  var AudioBitratesEnum = {
@@ -333,7 +340,8 @@ var TKPLAY_ERRORS_MAP = {
333
340
  USER_PASSWORDS_DONT_MATCH: "Provided passwords dont match",
334
341
  UNABLE_TO_DELETE_USER: "Admin users cannot be deleted",
335
342
  // Lead Errors
336
- LEAD_RADIO_ALREADY_EXISTIS: "A radio with this lead infos alkready exists"
343
+ LEAD_RADIO_ALREADY_EXISTIS: "A radio with this lead infos alkready exists",
344
+ LEAD_NOT_FOUND: "Lead not found"
337
345
  };
338
346
 
339
347
  // src/constants/tkplay-errors-ptbr.ts
@@ -381,7 +389,8 @@ var TKPLAY_ERRORS__PTBR = {
381
389
  USER_PASSWORDS_DONT_MATCH: "As senhas informadas n\xE3o coincidem",
382
390
  UNABLE_TO_DELETE_USER: "Usu\xE1rios administradores n\xE3o podem ser removidos",
383
391
  // Lead Errors
384
- LEAD_RADIO_ALREADY_EXISTIS: "J\xE1 existe uma r\xE1dio cadastrada com as informa\xE7\xF5es do lead"
392
+ LEAD_RADIO_ALREADY_EXISTIS: "J\xE1 existe uma r\xE1dio cadastrada com as informa\xE7\xF5es do lead",
393
+ LEAD_NOT_FOUND: "Lead n\xE3o encontrado"
385
394
  };
386
395
 
387
396
  // src/constants/tkplay-error-message-splitter.ts
@@ -400,6 +409,7 @@ export {
400
409
  FFmpegAudioCurveEnum,
401
410
  JobsEnum,
402
411
  LeadStatusEnum,
412
+ LeadStatusTranslationsEnum,
403
413
  LegalTermTypesEnum,
404
414
  LegalTermTypesTranslationsEnum,
405
415
  NewsCategoriesEnum,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",