@silexpert/core 1.3.97-1 → 1.3.98

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 (103) hide show
  1. package/dist/cjs/api/resources/User.js +1 -1
  2. package/dist/cjs/api/resources/User.js.map +1 -1
  3. package/dist/cjs/types/Enum/BalanceSheet.d.ts +2 -2
  4. package/dist/cjs/types/Enum/BalanceSheet.js +2 -2
  5. package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
  6. package/dist/cjs/types/Enum/BrandClementine.js +5 -5
  7. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  8. package/dist/cjs/types/Enum/BrandComptalib.js +1 -1
  9. package/dist/cjs/types/Enum/BrandComptalib.js.map +1 -1
  10. package/dist/cjs/types/Enum/BrandLegalstart.js +1 -1
  11. package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
  12. package/dist/cjs/types/Enum/BrandPourcentage.js +4 -4
  13. package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
  14. package/dist/cjs/types/Enum/Card.d.ts +18 -11
  15. package/dist/cjs/types/Enum/Card.d.ts.map +1 -1
  16. package/dist/cjs/types/Enum/Card.js +28 -10
  17. package/dist/cjs/types/Enum/Card.js.map +1 -1
  18. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
  19. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  20. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +7 -0
  21. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  22. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
  23. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
  24. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +4 -0
  25. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
  26. package/dist/cjs/types/Interface/api/card/Cron.d.ts +8 -0
  27. package/dist/cjs/types/Interface/api/card/Cron.d.ts.map +1 -0
  28. package/dist/cjs/types/Interface/api/card/Cron.js +39 -0
  29. package/dist/cjs/types/Interface/api/card/Cron.js.map +1 -0
  30. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +4 -20
  31. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  32. package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
  33. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts +5 -4
  34. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
  35. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js +13 -0
  36. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
  37. package/dist/cjs/types/index.d.ts +1 -1
  38. package/dist/cjs/types/index.d.ts.map +1 -1
  39. package/dist/cjs/types/index.js +1 -1
  40. package/dist/cjs/types/index.js.map +1 -1
  41. package/dist/mjs/api/resources/User.js +1 -1
  42. package/dist/mjs/api/resources/User.js.map +1 -1
  43. package/dist/mjs/types/Enum/BalanceSheet.d.ts +2 -2
  44. package/dist/mjs/types/Enum/BalanceSheet.js +2 -2
  45. package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
  46. package/dist/mjs/types/Enum/BrandClementine.js +5 -5
  47. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  48. package/dist/mjs/types/Enum/BrandComptalib.js +1 -1
  49. package/dist/mjs/types/Enum/BrandComptalib.js.map +1 -1
  50. package/dist/mjs/types/Enum/BrandLegalstart.js +1 -1
  51. package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
  52. package/dist/mjs/types/Enum/BrandPourcentage.js +4 -4
  53. package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
  54. package/dist/mjs/types/Enum/Card.d.ts +18 -11
  55. package/dist/mjs/types/Enum/Card.d.ts.map +1 -1
  56. package/dist/mjs/types/Enum/Card.js +28 -10
  57. package/dist/mjs/types/Enum/Card.js.map +1 -1
  58. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
  59. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  60. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +8 -0
  61. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  62. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
  63. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
  64. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +5 -0
  65. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
  66. package/dist/mjs/types/Interface/api/card/Cron.d.ts +8 -0
  67. package/dist/mjs/types/Interface/api/card/Cron.d.ts.map +1 -0
  68. package/dist/mjs/types/Interface/api/card/Cron.js +37 -0
  69. package/dist/mjs/types/Interface/api/card/Cron.js.map +1 -0
  70. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +4 -20
  71. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  72. package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
  73. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts +5 -4
  74. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
  75. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js +14 -0
  76. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
  77. package/dist/mjs/types/index.d.ts +1 -1
  78. package/dist/mjs/types/index.d.ts.map +1 -1
  79. package/dist/mjs/types/index.js +1 -1
  80. package/dist/mjs/types/index.js.map +1 -1
  81. package/package.json +1 -1
  82. package/ts/api/resources/User.ts +1 -1
  83. package/ts/types/Enum/BalanceSheet.ts +2 -2
  84. package/ts/types/Enum/BrandClementine.ts +5 -5
  85. package/ts/types/Enum/BrandComptalib.ts +1 -1
  86. package/ts/types/Enum/BrandLegalstart.ts +1 -1
  87. package/ts/types/Enum/BrandPourcentage.ts +4 -4
  88. package/ts/types/Enum/Card.ts +29 -11
  89. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +6 -0
  90. package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +3 -0
  91. package/ts/types/Interface/api/card/Cron.ts +21 -0
  92. package/ts/types/Interface/api/config/ConfigType.ts +2 -22
  93. package/ts/types/Interface/api/shopify/InvoicesShopify.ts +19 -4
  94. package/ts/types/index.ts +1 -1
  95. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.d.ts +0 -46
  96. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.d.ts.map +0 -1
  97. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.js +0 -3
  98. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.js.map +0 -1
  99. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.d.ts +0 -46
  100. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.d.ts.map +0 -1
  101. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.js +0 -2
  102. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.js.map +0 -1
  103. package/ts/types/Interface/api/companeo/CompaneoReturn.ts +0 -47
@@ -54,7 +54,7 @@ export const BrandClementine: Brand[] = [
54
54
  city: 'LAXOU CEDEX',
55
55
  montantCapital: '500 000',
56
56
  nomRaisonSociale: 'EXPERTISE CHOIX B',
57
- ECName: 'M. Jean-Louis BOICHÉ',
57
+ ECName: 'M. Maximilien SAINTDIZIER',
58
58
  ECOrderCity: 'Nancy',
59
59
  ECDepartment: 'Lorraine',
60
60
  ECPosition: 'Président',
@@ -155,7 +155,7 @@ export const BrandClementine: Brand[] = [
155
155
  city: 'LAXOU CEDEX',
156
156
  montantCapital: '500 000',
157
157
  nomRaisonSociale: 'EXPERTISE CHOIX B',
158
- ECName: 'M. Jean-Louis BOICHÉ',
158
+ ECName: 'M. Maximilien SAINTDIZIER',
159
159
  ECOrderCity: 'Nancy',
160
160
  ECPosition: 'Président',
161
161
  phone: '03 83 93 14 14',
@@ -268,7 +268,7 @@ export const BrandClementine: Brand[] = [
268
268
  city: 'LAXOU CEDEX',
269
269
  montantCapital: '500 000',
270
270
  nomRaisonSociale: 'EXPERTISE CHOIX B',
271
- ECName: 'M. Jean-Louis BOICHÉ',
271
+ ECName: 'M. Maximilien SAINTDIZIER',
272
272
  ECOrderCity: 'Nancy',
273
273
  ECDepartment: 'Lorraine',
274
274
  ECPosition: 'Président',
@@ -323,7 +323,7 @@ export const BrandClementine: Brand[] = [
323
323
  city: 'LAXOU CEDEX',
324
324
  montantCapital: '500 000',
325
325
  nomRaisonSociale: 'EXPERTISE CHOIX B',
326
- ECName: 'M. Jean-Louis BOICHÉ',
326
+ ECName: 'M. Maximilien SAINTDIZIER',
327
327
  ECOrderCity: 'Nancy',
328
328
  ECDepartment: 'Lorraine',
329
329
  ECPosition: 'Président',
@@ -423,7 +423,7 @@ export const BrandClementine: Brand[] = [
423
423
  city: 'LAXOU CEDEX',
424
424
  montantCapital: '500 000',
425
425
  nomRaisonSociale: 'EXPERTISE CHOIX B',
426
- ECName: 'M. Jean-Louis BOICHÉ',
426
+ ECName: 'M. Maximilien SAINTDIZIER',
427
427
  ECOrderCity: 'Nancy',
428
428
  ECDepartment: 'Lorraine',
429
429
  ECPosition: 'Président',
@@ -117,7 +117,7 @@ export const BrandComptalib: Brand[] = [
117
117
  city: 'Paris',
118
118
  montantCapital: '10 000',
119
119
  nomRaisonSociale: 'POURCENTAGE',
120
- ECName: 'M. Jean-Louis BOICHÉ',
120
+ ECName: 'M. Maximilien SAINTDIZIER',
121
121
  ECOrderCity: 'Nancy',
122
122
  ECPosition: 'Président',
123
123
  phone: '01 86 90 82 15',
@@ -51,7 +51,7 @@ export const BrandLegalstart: Brand[] = [
51
51
  city: 'Laxou',
52
52
  montantCapital: '500 000',
53
53
  nomRaisonSociale: 'EXPERTISE CHOIX B',
54
- ECName: 'M. Jean-Louis BOICHÉ',
54
+ ECName: 'M. Maximilien SAINTDIZIER',
55
55
  ECOrderCity: 'Nancy',
56
56
  ECPosition: 'Président',
57
57
  phone: '03 83 93 14 14',
@@ -55,7 +55,7 @@ export const BrandPourcentage: Brand[] = [
55
55
  city: 'Laxou',
56
56
  montantCapital: '150 000',
57
57
  nomRaisonSociale: 'EXPERTISE CHOIX C',
58
- ECName: 'M. Jean-Louis BOICHÉ',
58
+ ECName: 'M. Maximilien SAINTDIZIER',
59
59
  ECOrderCity: 'Nancy',
60
60
  ECDepartment: 'Lorraine',
61
61
  ECPosition: 'Président',
@@ -183,7 +183,7 @@ export const BrandPourcentage: Brand[] = [
183
183
  city: 'MONTREUIL SOUS BOIS',
184
184
  montantCapital: '153 000',
185
185
  nomRaisonSociale: 'SOFRAGECO',
186
- ECName: 'M. Jean-Louis BOICHÉ',
186
+ ECName: 'M. Maximilien SAINTDIZIER',
187
187
  ECOrderCity: 'Nancy',
188
188
  ECPosition: 'Président',
189
189
  phone: '01 48 58 29 45',
@@ -279,7 +279,7 @@ export const BrandPourcentage: Brand[] = [
279
279
  city: 'NICE',
280
280
  montantCapital: '466 800',
281
281
  nomRaisonSociale: 'EXPERTISE CHOIX E',
282
- ECName: 'M. Jean-Louis BOICHÉ',
282
+ ECName: 'M. Maximilien SAINTDIZIER',
283
283
  ECOrderCity: 'Nice',
284
284
  ECDepartment: 'PACA',
285
285
  ECPosition: 'Président',
@@ -378,7 +378,7 @@ export const BrandPourcentage: Brand[] = [
378
378
  city: 'NICE',
379
379
  montantCapital: '466 800',
380
380
  nomRaisonSociale: 'EXPERTISE CHOIX E',
381
- ECName: 'M. Jean-Louis BOICHÉ',
381
+ ECName: 'M. Maximilien SAINTDIZIER',
382
382
  ECOrderCity: 'Nice',
383
383
  ECPosition: 'Salarié',
384
384
  ECDepartment: 'PACA',
@@ -17,9 +17,9 @@ export enum CardType {
17
17
  CONTROL_REVISION_SURVEY = 13, // Contrôle/Revision/Sondage
18
18
  SETUP_AND_INTEGRATION_N_MINUS_1 = 14, // Paramétrage & Intégration N-1
19
19
  VAT_REFUSED_SIE = 15, // TVA Refus SIE
20
- ADVANCE_IS = 16, // Acompte IS
20
+ ADVANCE_IS_PREPARATION = 16, // Acompte IS préparation
21
21
  VAT_EXPRESS = 17, // TVA EXPRESS
22
- ADVANCE_IS_REFUSED_SIE = 18, // Acompte Refus SIE
22
+ ADVANCE_IS_REFUSED_SIE = 18, // Acompte IS Refus SIE
23
23
  CLR = 19, // CLR
24
24
  CLR_EXCEPTIONAL_MISSION = 20, // CLR mission exceptionnelle (V2)
25
25
  CUT_OFF = 21, // Cut Off
@@ -32,6 +32,7 @@ export enum CardType {
32
32
  ADVANCE_SIMPLIFIED_VAT_PREPARATION = 28, // Acompte de TVA préparation
33
33
  ADVANCE_SIMPLIFIED_VAT_SEND_SIE = 29, // Acompte de TVA envoi SIE
34
34
  VAT_SEND_SIE = 30, // TVA envoi SIE
35
+ ADVANCE_IS_SEND_SIE = 31, // Acompte IS envoi SIE
35
36
  }
36
37
 
37
38
  export enum CardState {
@@ -51,6 +52,7 @@ export enum CardGroupEnum {
51
52
  ANNOTATION = 7,
52
53
  CLR = 8,
53
54
  CUT_OFF = 9,
55
+ ADVANCE_IS_GROUP = 10,
54
56
  }
55
57
 
56
58
  export interface CardGroupType {
@@ -87,13 +89,23 @@ export const CardGroup: readonly CardGroupType[] = [
87
89
  CardType.VAT_EXPRESS,
88
90
  CardType.ADVANCE_SIMPLIFIED_VAT_PREPARATION,
89
91
  CardType.ADVANCE_SIMPLIFIED_VAT_SEND_SIE,
90
- CardType.ADVANCE_IS,
92
+ ],
93
+ roles: [Role.ACCOUNTANT],
94
+ teamType: TeamType.VAT,
95
+ maxByDay: 6,
96
+ },
97
+ {
98
+ id: CardGroupEnum.ADVANCE_IS_GROUP,
99
+ label: 'Acomptes IS',
100
+ types: [
101
+ CardType.ADVANCE_IS_PREPARATION,
102
+ CardType.ADVANCE_IS_SEND_SIE,
91
103
  CardType.ADVANCE_IS_REFUSED_SIE,
92
104
  CardType.ADVANCE_IS_REFUSED_BY_CLIENT,
93
105
  ],
94
106
  roles: [Role.ACCOUNTANT],
95
107
  teamType: TeamType.VAT,
96
- maxByDay: 6,
108
+ maxByDay: 4,
97
109
  },
98
110
  {
99
111
  id: CardGroupEnum.CARRY_FORWARD,
@@ -223,22 +235,28 @@ export const CardTypeLabel = [
223
235
  groupId: CardGroupEnum.VAT_GROUP,
224
236
  },
225
237
  {
226
- id: CardType.ADVANCE_IS,
227
- label: 'Acompte IS',
238
+ id: CardType.ADVANCE_IS_PREPARATION,
239
+ label: 'Acompte IS préparation',
228
240
  refLabel: 'AIS',
229
- groupId: CardGroupEnum.VAT_GROUP,
241
+ groupId: CardGroupEnum.ADVANCE_IS_GROUP,
242
+ },
243
+ {
244
+ id: CardType.ADVANCE_IS_SEND_SIE,
245
+ label: 'Acompte IS envoi SIE',
246
+ refLabel: 'AIS-SIE',
247
+ groupId: CardGroupEnum.ADVANCE_IS_GROUP,
230
248
  },
231
249
  {
232
250
  id: CardType.ADVANCE_IS_REFUSED_SIE,
233
- label: 'Acompte Refus SIE',
251
+ label: 'Acompte IS Refus SIE',
234
252
  refLabel: 'ARS',
235
- groupId: CardGroupEnum.VAT_GROUP,
253
+ groupId: CardGroupEnum.ADVANCE_IS_GROUP,
236
254
  },
237
255
  {
238
256
  id: CardType.ADVANCE_IS_REFUSED_BY_CLIENT,
239
- label: 'Acompte Refus Client',
257
+ label: 'Acompte IS Refus Client',
240
258
  refLabel: 'ARC',
241
- groupId: CardGroupEnum.VAT_GROUP,
259
+ groupId: CardGroupEnum.ADVANCE_IS_GROUP,
242
260
  },
243
261
  {
244
262
  id: CardType.CHECK_BALANCE_ANNOTATION_NEW_CLIENT,
@@ -86,4 +86,10 @@ export class QueryPaginatedAccountingFile {
86
86
  @IsDateString()
87
87
  @IsOptional()
88
88
  endDate?: string;
89
+
90
+ @ApiPropertyOptional()
91
+ @IsBoolean()
92
+ @ToBoolean()
93
+ @IsOptional()
94
+ notAttached?: boolean;
89
95
  }
@@ -37,6 +37,9 @@ export class UpdateCalendarEvent {
37
37
  @ApiPropertyOptional()
38
38
  idUser?: number;
39
39
 
40
+ @ApiPropertyOptional()
41
+ idUserToUpdate?: number;
42
+
40
43
  @ApiPropertyOptional()
41
44
  typeComptable?: number;
42
45
 
@@ -0,0 +1,21 @@
1
+ import { IsInt, IsOptional } from 'class-validator';
2
+ import { ApiPropertyOptional } from '../../../../utils';
3
+
4
+ export class GenerateVatCard {
5
+ @ApiPropertyOptional()
6
+ @IsOptional()
7
+ @IsInt()
8
+ idSociety?: number;
9
+ }
10
+
11
+ export class GenerateAdvanceISCard {
12
+ @ApiPropertyOptional()
13
+ @IsOptional()
14
+ @IsInt()
15
+ idSociety?: number;
16
+
17
+ @ApiPropertyOptional()
18
+ @IsOptional()
19
+ @IsInt()
20
+ month?: number;
21
+ }
@@ -17,11 +17,9 @@ export interface ConfigType {
17
17
  brand: ConfigBrand;
18
18
  ocr: Ocr;
19
19
  jeDeclare: JeDeclare;
20
- notification: Notification;
21
20
  pdfizer: Pdfizer;
22
21
  iDocus: IDocus;
23
- imageMagick: LambdaInfos;
24
- companeo: Companeo;
22
+ imageMagick: { url: string };
25
23
  inpi: Inpi;
26
24
  brevo: Brevo;
27
25
  tinyurl: LambdaInfos;
@@ -32,7 +30,7 @@ export interface ConfigType {
32
30
  pdftkizer: LambdaInfos;
33
31
  sharper: LambdaInfos;
34
32
  chartizer: LambdaInfos;
35
- authentication: Authentication;
33
+ authentication?: Authentication;
36
34
  }
37
35
 
38
36
  interface Authentication {
@@ -41,7 +39,6 @@ interface Authentication {
41
39
 
42
40
  interface LambdaInfos {
43
41
  url: string;
44
- key: string;
45
42
  }
46
43
 
47
44
  interface Mongodb {
@@ -135,7 +132,6 @@ interface Shine {
135
132
  hostV3: string;
136
133
  publicHost: string;
137
134
  clientId: string;
138
- clientSecret: string;
139
135
  redirect_uris: string[];
140
136
  status: string;
141
137
  scope: string;
@@ -158,7 +154,6 @@ interface DefaultPermissions {
158
154
 
159
155
  interface Crisp {
160
156
  identifier: string;
161
- key: string;
162
157
  }
163
158
 
164
159
  interface ConfigBrand {
@@ -186,7 +181,6 @@ interface Access2 {
186
181
 
187
182
  interface Test {
188
183
  login: string;
189
- password: string;
190
184
  editor: string;
191
185
  software: string;
192
186
  wsdl: Wsdl;
@@ -198,7 +192,6 @@ interface Wsdl {
198
192
 
199
193
  interface Production {
200
194
  login: string;
201
- password: string;
202
195
  editor: string;
203
196
  software: string;
204
197
  wsdl: Wsdl2;
@@ -208,29 +201,17 @@ interface Wsdl2 {
208
201
  url: string;
209
202
  }
210
203
 
211
- export interface Notification {
212
- hookToken: string;
213
- }
214
-
215
204
  interface Pdfizer {
216
205
  url: string;
217
- key: string;
218
206
  }
219
207
 
220
208
  interface IDocus {
221
209
  baseUrl: string;
222
210
  callbackurl: string;
223
- authorizationKey: string;
224
- }
225
-
226
- interface Companeo {
227
- username: string;
228
- pass: string;
229
211
  }
230
212
 
231
213
  interface Inpi {
232
214
  username: string;
233
- password: string;
234
215
  }
235
216
 
236
217
  interface Brevo {
@@ -245,5 +226,4 @@ interface Brevo {
245
226
  interface Echo {
246
227
  url: string;
247
228
  accountid: string;
248
- apikey: string;
249
229
  }
@@ -1,12 +1,27 @@
1
+ import { IsBoolean, IsOptional } from 'class-validator';
1
2
  import { ApiPropertyOptional } from '../../../../utils';
3
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
2
4
 
3
5
  export class InvoicesShopify {
4
6
  @ApiPropertyOptional()
5
- order: string;
7
+ @IsOptional()
8
+ order?: string;
9
+
6
10
  @ApiPropertyOptional()
7
- limit: number;
11
+ @IsOptional()
12
+ limit?: number;
13
+
8
14
  @ApiPropertyOptional()
9
- ids: number[];
15
+ @IsOptional()
16
+ ids?: number[];
17
+
18
+ @ApiPropertyOptional()
19
+ @IsOptional()
20
+ idSociety?: number;
21
+
10
22
  @ApiPropertyOptional()
11
- idSociety: number;
23
+ @IsOptional()
24
+ @IsBoolean()
25
+ @ToBoolean()
26
+ debug?: boolean;
12
27
  }
package/ts/types/index.ts CHANGED
@@ -765,7 +765,6 @@ export * from './Interface/api/textMessage/Create';
765
765
  export * from './Interface/api/textMessage/Update';
766
766
  export * from './Interface/api/textMessage/Query';
767
767
  export * from './Interface/api/textMessage/Read';
768
- export * from './Interface/api/companeo/CompaneoReturn';
769
768
  export * from './Interface/api/inpi/inpi';
770
769
  export * from './Interface/api/team/QueryCreate';
771
770
  export * from './Interface/api/team/QueryGetAllWithIncludes';
@@ -1122,6 +1121,7 @@ export * from './Interface/api/config/ConfigType';
1122
1121
  export * from './Interface/api/card/ModifyBalanceSheet';
1123
1122
  export * from './Interface/api/card/ModifyAcceptation';
1124
1123
  export * from './Interface/api/card/ModifyCustomerVat';
1124
+ export * from './Interface/api/card/Cron';
1125
1125
  export * from './Interface/api/user/RegisterProspect';
1126
1126
  export * from './Interface/api/stateBankAccount/Query';
1127
1127
  export * from './Interface/api/absenceRequest/QueryAbsenceRequest';
@@ -1,46 +0,0 @@
1
- export interface CompaneoQuestionType {
2
- $: {
3
- question_id: number;
4
- };
5
- value: string;
6
- reponse: {
7
- _?: string;
8
- $: {
9
- answer_id: number;
10
- };
11
- };
12
- }
13
- export interface CompaneoBasicData {
14
- _?: string;
15
- $?: {
16
- code: string;
17
- };
18
- }
19
- export interface CompaneoReturn {
20
- id: number;
21
- lead_id: number;
22
- dem_num: string;
23
- lead_date: Date;
24
- raison_sociale: string;
25
- civilite: string;
26
- nom: string;
27
- prenom: string;
28
- activite: CompaneoBasicData;
29
- poste: CompaneoBasicData;
30
- fonction: CompaneoBasicData;
31
- code_postal: string;
32
- ville: string;
33
- adresse: string;
34
- adresse2?: string;
35
- adresse3?: string;
36
- email: string;
37
- telephone: string;
38
- fax: string;
39
- mobile: string;
40
- segment: string;
41
- date_creation: string;
42
- commentaire: string;
43
- comment_companeo: string;
44
- questionnaire: string;
45
- }
46
- //# sourceMappingURL=CompaneoReturn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CompaneoReturn.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/companeo/CompaneoReturn.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,CAAC,EAAE;QACD,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE;QACP,CAAC,CAAC,EAAE,MAAM,CAAC;QACX,CAAC,EAAE;YACD,SAAS,EAAE,MAAM,CAAC;SACnB,CAAC;KACH,CAAC;CACH;AAED,MAAM,WAAW,iBAAiB;IAChC,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE;QACF,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,KAAK,EAAE,iBAAiB,CAAC;IACzB,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CompaneoReturn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CompaneoReturn.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/companeo/CompaneoReturn.ts"],"names":[],"mappings":"","sourcesContent":["export interface CompaneoQuestionType {\n $: {\n question_id: number;\n };\n value: string;\n reponse: {\n _?: string;\n $: {\n answer_id: number;\n };\n };\n}\n\nexport interface CompaneoBasicData {\n _?: string;\n $?: {\n code: string;\n };\n}\n\nexport interface CompaneoReturn {\n id: number;\n lead_id: number;\n dem_num: string;\n lead_date: Date;\n raison_sociale: string;\n civilite: string;\n nom: string;\n prenom: string;\n activite: CompaneoBasicData;\n poste: CompaneoBasicData;\n fonction: CompaneoBasicData;\n code_postal: string;\n ville: string;\n adresse: string;\n adresse2?: string;\n adresse3?: string;\n email: string;\n telephone: string;\n fax: string;\n mobile: string;\n segment: string;\n date_creation: string;\n commentaire: string;\n comment_companeo: string;\n questionnaire: string;\n}\n"]}
@@ -1,46 +0,0 @@
1
- export interface CompaneoQuestionType {
2
- $: {
3
- question_id: number;
4
- };
5
- value: string;
6
- reponse: {
7
- _?: string;
8
- $: {
9
- answer_id: number;
10
- };
11
- };
12
- }
13
- export interface CompaneoBasicData {
14
- _?: string;
15
- $?: {
16
- code: string;
17
- };
18
- }
19
- export interface CompaneoReturn {
20
- id: number;
21
- lead_id: number;
22
- dem_num: string;
23
- lead_date: Date;
24
- raison_sociale: string;
25
- civilite: string;
26
- nom: string;
27
- prenom: string;
28
- activite: CompaneoBasicData;
29
- poste: CompaneoBasicData;
30
- fonction: CompaneoBasicData;
31
- code_postal: string;
32
- ville: string;
33
- adresse: string;
34
- adresse2?: string;
35
- adresse3?: string;
36
- email: string;
37
- telephone: string;
38
- fax: string;
39
- mobile: string;
40
- segment: string;
41
- date_creation: string;
42
- commentaire: string;
43
- comment_companeo: string;
44
- questionnaire: string;
45
- }
46
- //# sourceMappingURL=CompaneoReturn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CompaneoReturn.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/companeo/CompaneoReturn.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,CAAC,EAAE;QACD,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE;QACP,CAAC,CAAC,EAAE,MAAM,CAAC;QACX,CAAC,EAAE;YACD,SAAS,EAAE,MAAM,CAAC;SACnB,CAAC;KACH,CAAC;CACH;AAED,MAAM,WAAW,iBAAiB;IAChC,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE;QACF,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,KAAK,EAAE,iBAAiB,CAAC;IACzB,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=CompaneoReturn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CompaneoReturn.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/companeo/CompaneoReturn.ts"],"names":[],"mappings":"","sourcesContent":["export interface CompaneoQuestionType {\n $: {\n question_id: number;\n };\n value: string;\n reponse: {\n _?: string;\n $: {\n answer_id: number;\n };\n };\n}\n\nexport interface CompaneoBasicData {\n _?: string;\n $?: {\n code: string;\n };\n}\n\nexport interface CompaneoReturn {\n id: number;\n lead_id: number;\n dem_num: string;\n lead_date: Date;\n raison_sociale: string;\n civilite: string;\n nom: string;\n prenom: string;\n activite: CompaneoBasicData;\n poste: CompaneoBasicData;\n fonction: CompaneoBasicData;\n code_postal: string;\n ville: string;\n adresse: string;\n adresse2?: string;\n adresse3?: string;\n email: string;\n telephone: string;\n fax: string;\n mobile: string;\n segment: string;\n date_creation: string;\n commentaire: string;\n comment_companeo: string;\n questionnaire: string;\n}\n"]}
@@ -1,47 +0,0 @@
1
- export interface CompaneoQuestionType {
2
- $: {
3
- question_id: number;
4
- };
5
- value: string;
6
- reponse: {
7
- _?: string;
8
- $: {
9
- answer_id: number;
10
- };
11
- };
12
- }
13
-
14
- export interface CompaneoBasicData {
15
- _?: string;
16
- $?: {
17
- code: string;
18
- };
19
- }
20
-
21
- export interface CompaneoReturn {
22
- id: number;
23
- lead_id: number;
24
- dem_num: string;
25
- lead_date: Date;
26
- raison_sociale: string;
27
- civilite: string;
28
- nom: string;
29
- prenom: string;
30
- activite: CompaneoBasicData;
31
- poste: CompaneoBasicData;
32
- fonction: CompaneoBasicData;
33
- code_postal: string;
34
- ville: string;
35
- adresse: string;
36
- adresse2?: string;
37
- adresse3?: string;
38
- email: string;
39
- telephone: string;
40
- fax: string;
41
- mobile: string;
42
- segment: string;
43
- date_creation: string;
44
- commentaire: string;
45
- comment_companeo: string;
46
- questionnaire: string;
47
- }