@silexpert/core 1.3.96 → 1.3.97-1

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 (47) 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/Interface/api/accountingFiles/queryAccountingFiles.d.ts +0 -1
  7. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  8. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +0 -7
  9. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  10. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +0 -1
  11. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
  12. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +0 -4
  13. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
  14. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +3 -0
  15. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  16. package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
  17. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts +4 -5
  18. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
  19. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js +0 -13
  20. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
  21. package/dist/mjs/api/resources/User.js +1 -1
  22. package/dist/mjs/api/resources/User.js.map +1 -1
  23. package/dist/mjs/types/Enum/BalanceSheet.d.ts +2 -2
  24. package/dist/mjs/types/Enum/BalanceSheet.js +2 -2
  25. package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
  26. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +0 -1
  27. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  28. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +0 -8
  29. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  30. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +0 -1
  31. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
  32. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +0 -5
  33. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
  34. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +3 -0
  35. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  36. package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
  37. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts +4 -5
  38. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
  39. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js +0 -14
  40. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
  41. package/package.json +1 -1
  42. package/ts/api/resources/User.ts +1 -1
  43. package/ts/types/Enum/BalanceSheet.ts +2 -2
  44. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +0 -6
  45. package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +0 -3
  46. package/ts/types/Interface/api/config/ConfigType.ts +3 -0
  47. package/ts/types/Interface/api/shopify/InvoicesShopify.ts +4 -19
@@ -164,7 +164,7 @@ export const BalanceSheetDetails = [
164
164
  text: 'Standby',
165
165
  color: 'grey lighten-1',
166
166
  textColor: 'grey--text',
167
- forRoles: [['admin'], ['super_admin'], ['controle_interne'], ['satisfaction']],
167
+ forRoles: [['admin'], ['super_admin'], ['controle_interne']],
168
168
  },
169
169
  {
170
170
  text: 'Impayé',
@@ -229,7 +229,7 @@ export const BalanceSheetDetails = [
229
229
  value: BalanceSheetState.FIX_IN_PROGRESS,
230
230
  color: 'blue darken-4',
231
231
  textColor: 'blue--text',
232
- forRoles: [['front_office'], ['expert'], ['satisfaction']],
232
+ forRoles: [['front_office'], ['expert']],
233
233
  },
234
234
  {
235
235
  text: "Accepté SIE en l'état",
@@ -86,10 +86,4 @@ 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;
95
89
  }
@@ -37,9 +37,6 @@ export class UpdateCalendarEvent {
37
37
  @ApiPropertyOptional()
38
38
  idUser?: number;
39
39
 
40
- @ApiPropertyOptional()
41
- idUserToUpdate?: number;
42
-
43
40
  @ApiPropertyOptional()
44
41
  typeComptable?: number;
45
42
 
@@ -135,6 +135,7 @@ interface Shine {
135
135
  hostV3: string;
136
136
  publicHost: string;
137
137
  clientId: string;
138
+ clientSecret: string;
138
139
  redirect_uris: string[];
139
140
  status: string;
140
141
  scope: string;
@@ -185,6 +186,7 @@ interface Access2 {
185
186
 
186
187
  interface Test {
187
188
  login: string;
189
+ password: string;
188
190
  editor: string;
189
191
  software: string;
190
192
  wsdl: Wsdl;
@@ -196,6 +198,7 @@ interface Wsdl {
196
198
 
197
199
  interface Production {
198
200
  login: string;
201
+ password: string;
199
202
  editor: string;
200
203
  software: string;
201
204
  wsdl: Wsdl2;
@@ -1,27 +1,12 @@
1
- import { IsBoolean, IsOptional } from 'class-validator';
2
1
  import { ApiPropertyOptional } from '../../../../utils';
3
- import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
2
 
5
3
  export class InvoicesShopify {
6
4
  @ApiPropertyOptional()
7
- @IsOptional()
8
- order?: string;
9
-
5
+ order: string;
10
6
  @ApiPropertyOptional()
11
- @IsOptional()
12
- limit?: number;
13
-
7
+ limit: number;
14
8
  @ApiPropertyOptional()
15
- @IsOptional()
16
- ids?: number[];
17
-
18
- @ApiPropertyOptional()
19
- @IsOptional()
20
- idSociety?: number;
21
-
9
+ ids: number[];
22
10
  @ApiPropertyOptional()
23
- @IsOptional()
24
- @IsBoolean()
25
- @ToBoolean()
26
- debug?: boolean;
11
+ idSociety: number;
27
12
  }