@silexpert/core 0.4.167 → 0.4.170

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.
Files changed (60) hide show
  1. package/es/api/resources/BankAccount.js +1 -1
  2. package/es/api/resources/BankAccount.js.map +1 -1
  3. package/es/types/Enum/BrandClementine.d.ts +20 -1
  4. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  5. package/es/types/Enum/BrandClementine.js +38 -9
  6. package/es/types/Enum/BrandClementine.js.map +1 -1
  7. package/es/types/Enum/BrandComptalib.d.ts +31 -0
  8. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  9. package/es/types/Enum/BrandComptalib.js +33 -3
  10. package/es/types/Enum/BrandComptalib.js.map +1 -1
  11. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  12. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  13. package/es/types/Enum/BrandLegalstart.js +10 -9
  14. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  15. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +1 -0
  16. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -1
  17. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +5 -0
  18. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
  19. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts +1 -0
  20. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts.map +1 -1
  21. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +8 -0
  22. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
  23. package/es/types/Interface/api/internalInvoicing/GetLastRef.d.ts +6 -0
  24. package/es/types/Interface/api/internalInvoicing/GetLastRef.d.ts.map +1 -0
  25. package/es/types/Interface/api/internalInvoicing/GetLastRef.js +29 -0
  26. package/es/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -0
  27. package/es/types/Interface/api/user/CreateCoworker.js +1 -1
  28. package/es/types/Interface/api/user/CreateCoworker.js.map +1 -1
  29. package/es/types/index.d.ts +1 -0
  30. package/es/types/index.d.ts.map +1 -1
  31. package/es/types/index.js +1 -0
  32. package/es/types/index.js.map +1 -1
  33. package/js/api/resources/BankAccount.js +1 -3
  34. package/js/api/resources/BankAccount.js.map +1 -1
  35. package/js/types/Enum/BrandClementine.js +38 -9
  36. package/js/types/Enum/BrandClementine.js.map +1 -1
  37. package/js/types/Enum/BrandComptalib.js +33 -3
  38. package/js/types/Enum/BrandComptalib.js.map +1 -1
  39. package/js/types/Enum/BrandLegalstart.js +10 -9
  40. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  41. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +2 -0
  42. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
  43. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +6 -2
  44. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
  45. package/js/types/Interface/api/internalInvoicing/GetLastRef.js +33 -0
  46. package/js/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -0
  47. package/js/types/Interface/api/user/CreateCoworker.js +1 -1
  48. package/js/types/Interface/api/user/CreateCoworker.js.map +1 -1
  49. package/js/types/index.js +12 -0
  50. package/js/types/index.js.map +1 -1
  51. package/package.json +1 -1
  52. package/ts/api/resources/BankAccount.ts +1 -1
  53. package/ts/types/Enum/BrandClementine.ts +38 -9
  54. package/ts/types/Enum/BrandComptalib.ts +33 -3
  55. package/ts/types/Enum/BrandLegalstart.ts +10 -9
  56. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +4 -0
  57. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts +7 -0
  58. package/ts/types/Interface/api/internalInvoicing/GetLastRef.ts +16 -0
  59. package/ts/types/Interface/api/user/CreateCoworker.ts +1 -1
  60. package/ts/types/index.ts +1 -0
@@ -31,7 +31,7 @@ export class CreateCoworker {
31
31
 
32
32
  @ApiProperty()
33
33
  @IsDefined()
34
- @IsPhoneNumber()
34
+ @IsPhoneNumber('FR')
35
35
  phone: string;
36
36
 
37
37
  @ApiPropertyOptional()
package/ts/types/index.ts CHANGED
@@ -478,6 +478,7 @@ export * from './Interface/api/account/ReadQuoteAccount';
478
478
  export * from './Interface/api/internalInvoicing/CreateInternalInvoicing';
479
479
  export * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';
480
480
  export * from './Interface/api/internalInvoicing/RegenerateInternalInvoicing';
481
+ export * from './Interface/api/internalInvoicing/GetLastRef';
481
482
  export * from './Interface/api/exercice/QueryExercice';
482
483
  export * from './Interface/api/exercice/CreateExercice';
483
484
  export * from './Interface/api/accountingIncome/ReadAccountingIncome';