@talkplay/shared-types 1.0.26 → 1.0.27

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
 
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
 
package/dist/index.js CHANGED
@@ -182,7 +182,8 @@ var TkplayErrorCodesEnum = {
182
182
  USER_PASSWORDS_DONT_MATCH: "USER_PASSWORDS_DONT_MATCH",
183
183
  UNABLE_TO_DELETE_USER: "UNABLE_TO_DELETE_USER",
184
184
  // Leads
185
- LEAD_RADIO_ALREADY_EXISTIS: "LEAD_RADIO_ALREADY_EXISTIS"
185
+ LEAD_RADIO_ALREADY_EXISTIS: "LEAD_RADIO_ALREADY_EXISTIS",
186
+ LEAD_NOT_FOUND: "LEAD_NOT_FOUND"
186
187
  };
187
188
 
188
189
  // src/enums/commom/error-names.ts
@@ -386,7 +387,8 @@ var TKPLAY_ERRORS_MAP = {
386
387
  USER_PASSWORDS_DONT_MATCH: "Provided passwords dont match",
387
388
  UNABLE_TO_DELETE_USER: "Admin users cannot be deleted",
388
389
  // Lead Errors
389
- LEAD_RADIO_ALREADY_EXISTIS: "A radio with this lead infos alkready exists"
390
+ LEAD_RADIO_ALREADY_EXISTIS: "A radio with this lead infos alkready exists",
391
+ LEAD_NOT_FOUND: "Lead not found"
390
392
  };
391
393
 
392
394
  // src/constants/tkplay-errors-ptbr.ts
@@ -434,7 +436,8 @@ var TKPLAY_ERRORS__PTBR = {
434
436
  USER_PASSWORDS_DONT_MATCH: "As senhas informadas n\xE3o coincidem",
435
437
  UNABLE_TO_DELETE_USER: "Usu\xE1rios administradores n\xE3o podem ser removidos",
436
438
  // Lead Errors
437
- LEAD_RADIO_ALREADY_EXISTIS: "J\xE1 existe uma r\xE1dio cadastrada com as informa\xE7\xF5es do lead"
439
+ LEAD_RADIO_ALREADY_EXISTIS: "J\xE1 existe uma r\xE1dio cadastrada com as informa\xE7\xF5es do lead",
440
+ LEAD_NOT_FOUND: "Lead n\xE3o encontrado"
438
441
  };
439
442
 
440
443
  // src/constants/tkplay-error-message-splitter.ts
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
@@ -333,7 +334,8 @@ var TKPLAY_ERRORS_MAP = {
333
334
  USER_PASSWORDS_DONT_MATCH: "Provided passwords dont match",
334
335
  UNABLE_TO_DELETE_USER: "Admin users cannot be deleted",
335
336
  // Lead Errors
336
- LEAD_RADIO_ALREADY_EXISTIS: "A radio with this lead infos alkready exists"
337
+ LEAD_RADIO_ALREADY_EXISTIS: "A radio with this lead infos alkready exists",
338
+ LEAD_NOT_FOUND: "Lead not found"
337
339
  };
338
340
 
339
341
  // src/constants/tkplay-errors-ptbr.ts
@@ -381,7 +383,8 @@ var TKPLAY_ERRORS__PTBR = {
381
383
  USER_PASSWORDS_DONT_MATCH: "As senhas informadas n\xE3o coincidem",
382
384
  UNABLE_TO_DELETE_USER: "Usu\xE1rios administradores n\xE3o podem ser removidos",
383
385
  // Lead Errors
384
- LEAD_RADIO_ALREADY_EXISTIS: "J\xE1 existe uma r\xE1dio cadastrada com as informa\xE7\xF5es do lead"
386
+ LEAD_RADIO_ALREADY_EXISTIS: "J\xE1 existe uma r\xE1dio cadastrada com as informa\xE7\xF5es do lead",
387
+ LEAD_NOT_FOUND: "Lead n\xE3o encontrado"
385
388
  };
386
389
 
387
390
  // src/constants/tkplay-error-message-splitter.ts
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.27",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",