@silexpert/core 0.4.168 → 0.4.172

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 (81) hide show
  1. package/es/api/resources/MachineLearning.js +1 -1
  2. package/es/api/resources/MachineLearning.js.map +1 -1
  3. package/es/api/resources/VatDeclaration.js +1 -1
  4. package/es/api/resources/VatDeclaration.js.map +1 -1
  5. package/es/types/Enum/BrandClementine.d.ts +20 -1
  6. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  7. package/es/types/Enum/BrandClementine.js +38 -9
  8. package/es/types/Enum/BrandClementine.js.map +1 -1
  9. package/es/types/Enum/BrandComptalib.d.ts +31 -0
  10. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  11. package/es/types/Enum/BrandComptalib.js +30 -0
  12. package/es/types/Enum/BrandComptalib.js.map +1 -1
  13. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  14. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  15. package/es/types/Enum/BrandLegalstart.js +10 -9
  16. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  17. package/es/types/Enum/Prestation.d.ts +2 -1
  18. package/es/types/Enum/Prestation.d.ts.map +1 -1
  19. package/es/types/Enum/Prestation.js +1 -0
  20. package/es/types/Enum/Prestation.js.map +1 -1
  21. package/es/types/Enum/VatRegime.js +1 -1
  22. package/es/types/Enum/VatRegime.js.map +1 -1
  23. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +1 -0
  24. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -1
  25. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +5 -0
  26. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
  27. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts +1 -0
  28. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts.map +1 -1
  29. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +8 -0
  30. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
  31. package/es/types/Interface/api/internalInvoicing/GetLastRef.d.ts +6 -0
  32. package/es/types/Interface/api/internalInvoicing/GetLastRef.d.ts.map +1 -0
  33. package/es/types/Interface/api/internalInvoicing/GetLastRef.js +29 -0
  34. package/es/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -0
  35. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +1 -1
  36. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +2 -2
  37. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  38. package/es/types/Interface/models/IVatDeclaration.d.ts +1 -1
  39. package/es/types/Interface/models/IVatDeclaration.js.map +1 -1
  40. package/es/types/index.d.ts +1 -0
  41. package/es/types/index.d.ts.map +1 -1
  42. package/es/types/index.js +1 -0
  43. package/es/types/index.js.map +1 -1
  44. package/js/api/resources/MachineLearning.js +1 -1
  45. package/js/api/resources/MachineLearning.js.map +1 -1
  46. package/js/api/resources/VatDeclaration.js +1 -3
  47. package/js/api/resources/VatDeclaration.js.map +1 -1
  48. package/js/types/Enum/BrandClementine.js +38 -9
  49. package/js/types/Enum/BrandClementine.js.map +1 -1
  50. package/js/types/Enum/BrandComptalib.js +30 -0
  51. package/js/types/Enum/BrandComptalib.js.map +1 -1
  52. package/js/types/Enum/BrandLegalstart.js +10 -9
  53. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  54. package/js/types/Enum/Prestation.js +1 -0
  55. package/js/types/Enum/Prestation.js.map +1 -1
  56. package/js/types/Enum/VatRegime.js +1 -1
  57. package/js/types/Enum/VatRegime.js.map +1 -1
  58. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +2 -0
  59. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
  60. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +6 -2
  61. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
  62. package/js/types/Interface/api/internalInvoicing/GetLastRef.js +33 -0
  63. package/js/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -0
  64. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +1 -1
  65. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  66. package/js/types/index.js +12 -0
  67. package/js/types/index.js.map +1 -1
  68. package/package.json +1 -1
  69. package/ts/api/resources/MachineLearning.ts +1 -1
  70. package/ts/api/resources/VatDeclaration.ts +1 -1
  71. package/ts/types/Enum/BrandClementine.ts +38 -9
  72. package/ts/types/Enum/BrandComptalib.ts +30 -0
  73. package/ts/types/Enum/BrandLegalstart.ts +10 -9
  74. package/ts/types/Enum/Prestation.ts +1 -0
  75. package/ts/types/Enum/VatRegime.ts +2 -2
  76. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +4 -0
  77. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts +7 -0
  78. package/ts/types/Interface/api/internalInvoicing/GetLastRef.ts +16 -0
  79. package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +3 -3
  80. package/ts/types/Interface/models/IVatDeclaration.ts +1 -1
  81. package/ts/types/index.ts +1 -0
@@ -0,0 +1,16 @@
1
+ import { IsArray, IsString } from 'class-validator';
2
+ import { ApiProperty } from '../../../../utils';
3
+
4
+ export class GetLastRef {
5
+ @ApiProperty()
6
+ @IsString()
7
+ login: string;
8
+
9
+ @ApiProperty()
10
+ @IsString()
11
+ password: string;
12
+
13
+ @ApiProperty()
14
+ @IsArray()
15
+ idTypeBrand: Array<number>;
16
+ }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  IsBoolean,
3
- IsDate, IsInt, IsOptional,
3
+ IsDate, IsInt, IsOptional, IsString,
4
4
  } from 'class-validator';
5
5
  import { ApiPropertyOptional } from '../../../..';
6
6
 
@@ -31,9 +31,9 @@ export class QueryVatDeclaration {
31
31
  idUser?: number;
32
32
 
33
33
  @ApiPropertyOptional()
34
- @IsInt()
34
+ @IsString()
35
35
  @IsOptional()
36
- idDeposit?: number | null ;
36
+ idDeposit?: string | null ;
37
37
 
38
38
  @ApiPropertyOptional()
39
39
  @IsOptional()
@@ -13,7 +13,7 @@ export interface IVatDeclaration {
13
13
  idUser: number | null;
14
14
  idExercice: number | null;
15
15
  idCerfaType: number | null;
16
- depositId: string | null;
16
+ idDeposit: string | null;
17
17
  isComplete: boolean;
18
18
  payload: string | null;
19
19
  declarationDate: Date | null;
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';