@silexpert/core 1.1.157 → 1.1.159

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 (108) hide show
  1. package/dist/cjs/api/resources/Facturation.d.ts +1 -0
  2. package/dist/cjs/api/resources/Facturation.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Facturation.js +3 -0
  4. package/dist/cjs/api/resources/Facturation.js.map +1 -1
  5. package/dist/cjs/api/resources/Regulate.d.ts +2 -1
  6. package/dist/cjs/api/resources/Regulate.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/Regulate.js +3 -0
  8. package/dist/cjs/api/resources/Regulate.js.map +1 -1
  9. package/dist/cjs/api/resources/User.d.ts +1 -1
  10. package/dist/cjs/api/resources/User.d.ts.map +1 -1
  11. package/dist/cjs/api/resources/User.js.map +1 -1
  12. package/dist/cjs/types/Enum/BrandClementine.d.ts +25 -2
  13. package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
  14. package/dist/cjs/types/Enum/BrandClementine.js +27 -2
  15. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  16. package/dist/cjs/types/Enum/GlobalRegime.d.ts.map +1 -1
  17. package/dist/cjs/types/Enum/GlobalRegime.js +10 -0
  18. package/dist/cjs/types/Enum/GlobalRegime.js.map +1 -1
  19. package/dist/cjs/types/Enum/TypeCustomerProviderOperation.d.ts +3 -1
  20. package/dist/cjs/types/Enum/TypeCustomerProviderOperation.d.ts.map +1 -1
  21. package/dist/cjs/types/Enum/TypeCustomerProviderOperation.js +2 -0
  22. package/dist/cjs/types/Enum/TypeCustomerProviderOperation.js.map +1 -1
  23. package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +2 -0
  24. package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  25. package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +8 -0
  26. package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  27. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  28. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  29. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +7 -0
  30. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  31. package/dist/cjs/types/Interface/api/facturation/GoToFacturation.d.ts +4 -0
  32. package/dist/cjs/types/Interface/api/facturation/GoToFacturation.d.ts.map +1 -0
  33. package/dist/cjs/types/Interface/api/facturation/GoToFacturation.js +23 -0
  34. package/dist/cjs/types/Interface/api/facturation/GoToFacturation.js.map +1 -0
  35. package/dist/cjs/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
  36. package/dist/cjs/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  37. package/dist/cjs/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  38. package/dist/cjs/types/Interface/models/IPrestation.d.ts +1 -0
  39. package/dist/cjs/types/Interface/models/IPrestation.d.ts.map +1 -1
  40. package/dist/cjs/types/Interface/models/IPrestation.js.map +1 -1
  41. package/dist/cjs/types/Interface/models/ISociety.d.ts +0 -1
  42. package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
  43. package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
  44. package/dist/cjs/types/index.d.ts +1 -0
  45. package/dist/cjs/types/index.d.ts.map +1 -1
  46. package/dist/cjs/types/index.js +1 -0
  47. package/dist/cjs/types/index.js.map +1 -1
  48. package/dist/mjs/api/resources/Facturation.d.ts +1 -0
  49. package/dist/mjs/api/resources/Facturation.d.ts.map +1 -1
  50. package/dist/mjs/api/resources/Facturation.js +3 -0
  51. package/dist/mjs/api/resources/Facturation.js.map +1 -1
  52. package/dist/mjs/api/resources/Regulate.d.ts +2 -1
  53. package/dist/mjs/api/resources/Regulate.d.ts.map +1 -1
  54. package/dist/mjs/api/resources/Regulate.js +3 -0
  55. package/dist/mjs/api/resources/Regulate.js.map +1 -1
  56. package/dist/mjs/api/resources/User.d.ts +1 -1
  57. package/dist/mjs/api/resources/User.d.ts.map +1 -1
  58. package/dist/mjs/api/resources/User.js.map +1 -1
  59. package/dist/mjs/types/Enum/BrandClementine.d.ts +25 -2
  60. package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
  61. package/dist/mjs/types/Enum/BrandClementine.js +27 -2
  62. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  63. package/dist/mjs/types/Enum/GlobalRegime.d.ts.map +1 -1
  64. package/dist/mjs/types/Enum/GlobalRegime.js +10 -0
  65. package/dist/mjs/types/Enum/GlobalRegime.js.map +1 -1
  66. package/dist/mjs/types/Enum/TypeCustomerProviderOperation.d.ts +3 -1
  67. package/dist/mjs/types/Enum/TypeCustomerProviderOperation.d.ts.map +1 -1
  68. package/dist/mjs/types/Enum/TypeCustomerProviderOperation.js +2 -0
  69. package/dist/mjs/types/Enum/TypeCustomerProviderOperation.js.map +1 -1
  70. package/dist/mjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +2 -0
  71. package/dist/mjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  72. package/dist/mjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +10 -0
  73. package/dist/mjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  74. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  75. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  76. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +8 -0
  77. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  78. package/dist/mjs/types/Interface/api/facturation/GoToFacturation.d.ts +4 -0
  79. package/dist/mjs/types/Interface/api/facturation/GoToFacturation.d.ts.map +1 -0
  80. package/dist/mjs/types/Interface/api/facturation/GoToFacturation.js +20 -0
  81. package/dist/mjs/types/Interface/api/facturation/GoToFacturation.js.map +1 -0
  82. package/dist/mjs/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
  83. package/dist/mjs/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  84. package/dist/mjs/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  85. package/dist/mjs/types/Interface/models/IPrestation.d.ts +1 -0
  86. package/dist/mjs/types/Interface/models/IPrestation.d.ts.map +1 -1
  87. package/dist/mjs/types/Interface/models/IPrestation.js.map +1 -1
  88. package/dist/mjs/types/Interface/models/ISociety.d.ts +0 -1
  89. package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
  90. package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
  91. package/dist/mjs/types/index.d.ts +1 -0
  92. package/dist/mjs/types/index.d.ts.map +1 -1
  93. package/dist/mjs/types/index.js +1 -0
  94. package/dist/mjs/types/index.js.map +1 -1
  95. package/package.json +1 -1
  96. package/ts/api/resources/Facturation.ts +4 -0
  97. package/ts/api/resources/Regulate.ts +5 -1
  98. package/ts/api/resources/User.ts +1 -1
  99. package/ts/types/Enum/BrandClementine.ts +27 -2
  100. package/ts/types/Enum/GlobalRegime.ts +10 -0
  101. package/ts/types/Enum/TypeCustomerProviderOperation.ts +2 -0
  102. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  103. package/ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts +6 -0
  104. package/ts/types/Interface/api/facturation/GoToFacturation.ts +8 -0
  105. package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
  106. package/ts/types/Interface/models/IPrestation.ts +1 -0
  107. package/ts/types/Interface/models/ISociety.ts +0 -1
  108. package/ts/types/index.ts +1 -0
@@ -69,6 +69,12 @@ export class CreateBalanceSheetModuleForm {
69
69
  @ApiPropertyOptional()
70
70
  hasCustomerPrepaidIncome?: boolean | null;
71
71
 
72
+ @ApiPropertyOptional()
73
+ hasCustomerDebt?: boolean | null;
74
+
75
+ @ApiPropertyOptional()
76
+ hasProviderDue?: boolean | null;
77
+
72
78
  @ApiPropertyOptional()
73
79
  hasProviderPrepaidReceived?: boolean | null;
74
80
 
@@ -68,4 +68,10 @@ export class QueryPaginatedSocietyWithStatsCa extends OptionalQueryPaginate {
68
68
  @IsOptional()
69
69
  @IsInt()
70
70
  idBillingState?: number;
71
+
72
+ @ApiPropertyOptional()
73
+ @IsOptional()
74
+ @IsBoolean()
75
+ @ToBoolean()
76
+ goToFacturation?: boolean;
71
77
  }
@@ -0,0 +1,8 @@
1
+ import { ApiProperty } from '../../../..';
2
+ import { IsInt } from 'class-validator';
3
+
4
+ export class GoToFacturationParams {
5
+ @ApiProperty()
6
+ @IsInt({ each: true })
7
+ idPrestations: number[];
8
+ }
@@ -15,9 +15,11 @@ export interface IBalanceSheetModule {
15
15
  hasCustomerInvoiceToEstablish?: boolean | null;
16
16
  hasCustomerAssetToEstablish?: boolean | null;
17
17
  hasCustomerPrepaidIncome?: boolean | null;
18
+ hasCustomerDebt?: boolean | null;
18
19
  hasProviderPrepaidReceived?: boolean | null;
19
20
  hasProviderAssetToReceived?: boolean | null;
20
21
  hasProviderInvoiceNotReceived?: boolean | null;
22
+ hasProviderDue?: boolean | null;
21
23
  hasManualEntryToDeclare?: boolean | null;
22
24
  hasLaundryFees?: boolean | null;
23
25
  hasMealExpenses?: boolean | null;
@@ -27,6 +27,7 @@ export interface IPrestation {
27
27
  dateValidPrestation: Date | null;
28
28
  goToOnboarding: Date | null;
29
29
  goToClient: Date | null;
30
+ goToFacturation: Date | null;
30
31
  scoring: number | null;
31
32
  state: boolean;
32
33
  commentPdf: string | null;
@@ -95,7 +95,6 @@ export interface ISociety {
95
95
  waitFirstContact: boolean | null;
96
96
  sendFirstContact: boolean | null;
97
97
  toConstitution: number | null;
98
- passwordIsuite: string | null;
99
98
  numberFrp: string | null;
100
99
  socialParts: string | null;
101
100
  numberSie: string | null;
package/ts/types/index.ts CHANGED
@@ -581,6 +581,7 @@ export * from './Interface/api/facturation/Query';
581
581
  export * from './Interface/api/facturation/QueryPaginatedSocietyWithFacturation';
582
582
  export * from './Interface/api/billingHistory/QueryPaginatedBillingHistory';
583
583
  export * from './Interface/api/facturation/CreateRebilling';
584
+ export * from './Interface/api/facturation/GoToFacturation';
584
585
  export * from './Interface/api/commercial/QueryGetStats';
585
586
  export * from './Interface/api/commercial/RequiredDocsTypeParams';
586
587
  export * from './Interface/api/commercial/QueryFetchDialogDatasInfosOk';