@silexpert/core 1.1.121 → 1.1.123

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 (122) hide show
  1. package/es/api/resources/DocumentSection.d.ts +33 -0
  2. package/es/api/resources/DocumentSection.d.ts.map +1 -0
  3. package/es/api/resources/DocumentSection.js +38 -0
  4. package/es/api/resources/DocumentSection.js.map +1 -0
  5. package/es/api/resources/Library.d.ts +2 -1
  6. package/es/api/resources/Library.d.ts.map +1 -1
  7. package/es/api/resources/Library.js +3 -0
  8. package/es/api/resources/Library.js.map +1 -1
  9. package/es/api/resources/SocietyDetail.d.ts +7 -0
  10. package/es/api/resources/SocietyDetail.d.ts.map +1 -0
  11. package/es/api/resources/SocietyDetail.js +10 -0
  12. package/es/api/resources/SocietyDetail.js.map +1 -0
  13. package/es/api/resources/StatutsGeneration.d.ts +17 -0
  14. package/es/api/resources/StatutsGeneration.d.ts.map +1 -0
  15. package/es/api/resources/StatutsGeneration.js +20 -0
  16. package/es/api/resources/StatutsGeneration.js.map +1 -0
  17. package/es/api/resources.d.ts +6 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +6 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  22. package/es/types/Enum/BrandClementine.js +16 -2
  23. package/es/types/Enum/BrandClementine.js.map +1 -1
  24. package/es/types/Enum/BrandPourcentage.d.ts +2 -2
  25. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  26. package/es/types/Enum/BrandPourcentage.js +24 -37
  27. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  28. package/es/types/Enum/MachineLearning.d.ts +1 -0
  29. package/es/types/Enum/MachineLearning.d.ts.map +1 -1
  30. package/es/types/Enum/MachineLearning.js +1 -0
  31. package/es/types/Enum/MachineLearning.js.map +1 -1
  32. package/es/types/Enum/StatutsSection.d.ts +90 -0
  33. package/es/types/Enum/StatutsSection.d.ts.map +1 -0
  34. package/es/types/Enum/StatutsSection.js +449 -0
  35. package/es/types/Enum/StatutsSection.js.map +1 -0
  36. package/es/types/Interface/api/balanceSheet/Read.d.ts +3 -0
  37. package/es/types/Interface/api/balanceSheet/Read.d.ts.map +1 -1
  38. package/es/types/Interface/api/balanceSheet/Read.js.map +1 -1
  39. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +1 -0
  40. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
  41. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +6 -0
  42. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
  43. package/es/types/Interface/api/documentSection/Update.d.ts +8 -0
  44. package/es/types/Interface/api/documentSection/Update.d.ts.map +1 -0
  45. package/es/types/Interface/api/{society/CreateSocietyDetail.js → documentSection/Update.js} +21 -9
  46. package/es/types/Interface/api/documentSection/Update.js.map +1 -0
  47. package/es/types/Interface/api/library/QueryLibrary.d.ts +5 -0
  48. package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  49. package/es/types/Interface/api/library/QueryLibrary.js +22 -2
  50. package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
  51. package/es/types/Interface/api/society/GetSocietyDetail.d.ts +4 -0
  52. package/es/types/Interface/api/society/GetSocietyDetail.d.ts.map +1 -0
  53. package/es/types/Interface/api/society/GetSocietyDetail.js +20 -0
  54. package/es/types/Interface/api/society/GetSocietyDetail.js.map +1 -0
  55. package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts +9 -0
  56. package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts.map +1 -0
  57. package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +35 -0
  58. package/es/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -0
  59. package/es/types/Interface/models/IDocumentSection.d.ts +13 -0
  60. package/es/types/Interface/models/IDocumentSection.d.ts.map +1 -0
  61. package/es/types/Interface/models/IDocumentSection.js +2 -0
  62. package/es/types/Interface/models/IDocumentSection.js.map +1 -0
  63. package/es/types/index.d.ts +5 -1
  64. package/es/types/index.d.ts.map +1 -1
  65. package/es/types/index.js +5 -1
  66. package/es/types/index.js.map +1 -1
  67. package/js/api/resources/DocumentSection.js +45 -0
  68. package/js/api/resources/DocumentSection.js.map +1 -0
  69. package/js/api/resources/Library.js +10 -0
  70. package/js/api/resources/Library.js.map +1 -1
  71. package/js/api/resources/SocietyDetail.js +21 -0
  72. package/js/api/resources/SocietyDetail.js.map +1 -0
  73. package/js/api/resources/StatutsGeneration.js +27 -0
  74. package/js/api/resources/StatutsGeneration.js.map +1 -0
  75. package/js/api/resources.js +6 -0
  76. package/js/api/resources.js.map +1 -1
  77. package/js/types/Enum/BrandClementine.js +14 -2
  78. package/js/types/Enum/BrandClementine.js.map +1 -1
  79. package/js/types/Enum/BrandPourcentage.js +26 -39
  80. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  81. package/js/types/Enum/MachineLearning.js +1 -0
  82. package/js/types/Enum/MachineLearning.js.map +1 -1
  83. package/js/types/Enum/StatutsSection.js +382 -0
  84. package/js/types/Enum/StatutsSection.js.map +1 -0
  85. package/js/types/Interface/api/balanceSheet/Read.js.map +1 -1
  86. package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +1 -0
  87. package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
  88. package/js/types/Interface/api/documentSection/Update.js +26 -0
  89. package/js/types/Interface/api/documentSection/Update.js.map +1 -0
  90. package/js/types/Interface/api/library/QueryLibrary.js +11 -2
  91. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
  92. package/js/types/Interface/api/society/{CreateSocietyDetail.js → GetSocietyDetail.js} +7 -7
  93. package/js/types/Interface/api/society/GetSocietyDetail.js.map +1 -0
  94. package/js/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +25 -0
  95. package/js/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -0
  96. package/js/types/Interface/models/IDocumentSection.js +6 -0
  97. package/js/types/Interface/models/IDocumentSection.js.map +1 -0
  98. package/js/types/index.js +52 -12
  99. package/js/types/index.js.map +1 -1
  100. package/package.json +1 -1
  101. package/ts/api/resources/DocumentSection.ts +44 -0
  102. package/ts/api/resources/Library.ts +5 -1
  103. package/ts/api/resources/SocietyDetail.ts +15 -0
  104. package/ts/api/resources/StatutsGeneration.ts +23 -0
  105. package/ts/api/resources.ts +6 -0
  106. package/ts/types/Enum/BrandClementine.ts +16 -2
  107. package/ts/types/Enum/BrandPourcentage.ts +24 -37
  108. package/ts/types/Enum/MachineLearning.ts +2 -1
  109. package/ts/types/Enum/StatutsSection.ts +459 -0
  110. package/ts/types/Interface/api/balanceSheet/Read.ts +2 -1
  111. package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +5 -0
  112. package/ts/types/Interface/api/documentSection/Update.ts +31 -0
  113. package/ts/types/Interface/api/library/QueryLibrary.ts +18 -3
  114. package/ts/types/Interface/api/society/GetSocietyDetail.ts +9 -0
  115. package/ts/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.ts +23 -0
  116. package/ts/types/Interface/models/IDocumentSection.ts +15 -0
  117. package/ts/types/index.ts +5 -1
  118. package/es/types/Interface/api/society/CreateSocietyDetail.d.ts +0 -6
  119. package/es/types/Interface/api/society/CreateSocietyDetail.d.ts.map +0 -1
  120. package/es/types/Interface/api/society/CreateSocietyDetail.js.map +0 -1
  121. package/js/types/Interface/api/society/CreateSocietyDetail.js.map +0 -1
  122. package/ts/types/Interface/api/society/CreateSocietyDetail.ts +0 -19
@@ -1,19 +0,0 @@
1
- import { IsOptional, IsString } from 'class-validator';
2
- import { ApiPropertyOptional } from '../../../../utils';
3
-
4
- export class CreateSocietyDetail {
5
- @ApiPropertyOptional()
6
- @IsOptional()
7
- @IsString()
8
- personnalContributionCapital?: string | null;
9
-
10
- @ApiPropertyOptional()
11
- @IsOptional()
12
- @IsString()
13
- personnalContributionCurrentBankAccount?: string | null;
14
-
15
- @ApiPropertyOptional()
16
- @IsOptional()
17
- @IsString()
18
- personnalContributionInKind?: string | null;
19
- }