@silexpert/core 0.4.87 → 0.4.89

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 (106) hide show
  1. package/es/api/resources/Connector.d.ts +5 -0
  2. package/es/api/resources/Connector.d.ts.map +1 -0
  3. package/es/api/resources/Connector.js +7 -0
  4. package/es/api/resources/Connector.js.map +1 -0
  5. package/es/api/resources/FecFile.d.ts +3 -1
  6. package/es/api/resources/FecFile.d.ts.map +1 -1
  7. package/es/api/resources/FecFile.js +6 -0
  8. package/es/api/resources/FecFile.js.map +1 -1
  9. package/es/api/resources/Report.d.ts +6 -0
  10. package/es/api/resources/Report.d.ts.map +1 -1
  11. package/es/api/resources/Report.js +3 -0
  12. package/es/api/resources/Report.js.map +1 -1
  13. package/es/api/resources/SalariesFile.d.ts +3 -0
  14. package/es/api/resources/SalariesFile.d.ts.map +1 -1
  15. package/es/api/resources/SalariesFile.js +3 -0
  16. package/es/api/resources/SalariesFile.js.map +1 -1
  17. package/es/api/resources.d.ts +2 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +2 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/AccountType.d.ts +1 -6
  22. package/es/types/Enum/AccountType.d.ts.map +1 -1
  23. package/es/types/Enum/AccountType.js +1 -6
  24. package/es/types/Enum/AccountType.js.map +1 -1
  25. package/es/types/Enum/BrandClementine.d.ts +23 -0
  26. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  27. package/es/types/Enum/BrandClementine.js +27 -7
  28. package/es/types/Enum/BrandClementine.js.map +1 -1
  29. package/es/types/Enum/BrandComptalib.d.ts +58 -2
  30. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  31. package/es/types/Enum/BrandComptalib.js +15 -2
  32. package/es/types/Enum/BrandComptalib.js.map +1 -1
  33. package/es/types/Enum/BrandLegalstart.d.ts +6 -0
  34. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  35. package/es/types/Enum/BrandLegalstart.js +7 -1
  36. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  37. package/es/types/Form/FormConnector.d.ts +1 -0
  38. package/es/types/Form/FormConnector.d.ts.map +1 -1
  39. package/es/types/Form/FormConnector.js.map +1 -1
  40. package/es/types/Interface/api/fecFile/DeleteFecFile.d.ts +6 -0
  41. package/es/types/Interface/api/fecFile/DeleteFecFile.d.ts.map +1 -0
  42. package/es/types/Interface/api/fecFile/DeleteFecFile.js +2 -0
  43. package/es/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -0
  44. package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts +4 -4
  45. package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts.map +1 -1
  46. package/es/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
  47. package/es/types/Interface/api/report/CreateReport.d.ts +1 -1
  48. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  49. package/es/types/Interface/api/report/CreateReport.js +1 -1
  50. package/es/types/Interface/api/report/CreateReport.js.map +1 -1
  51. package/es/types/Interface/models/IApiError.d.ts +2 -0
  52. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  53. package/es/types/Interface/models/IApiError.js +2 -0
  54. package/es/types/Interface/models/IApiError.js.map +1 -1
  55. package/es/types/Interface/models/IReport.d.ts +1 -1
  56. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  57. package/es/types/Interface/models/IReport.js.map +1 -1
  58. package/es/types/index.d.ts +1 -0
  59. package/es/types/index.d.ts.map +1 -1
  60. package/es/types/index.js +1 -0
  61. package/es/types/index.js.map +1 -1
  62. package/js/api/resources/Connector.js +18 -0
  63. package/js/api/resources/Connector.js.map +1 -0
  64. package/js/api/resources/FecFile.js +10 -0
  65. package/js/api/resources/FecFile.js.map +1 -1
  66. package/js/api/resources/Report.js +6 -0
  67. package/js/api/resources/Report.js.map +1 -1
  68. package/js/api/resources/SalariesFile.js +4 -0
  69. package/js/api/resources/SalariesFile.js.map +1 -1
  70. package/js/api/resources.js +4 -1
  71. package/js/api/resources.js.map +1 -1
  72. package/js/types/Enum/AccountType.js +1 -6
  73. package/js/types/Enum/AccountType.js.map +1 -1
  74. package/js/types/Enum/BrandClementine.js +27 -7
  75. package/js/types/Enum/BrandClementine.js.map +1 -1
  76. package/js/types/Enum/BrandComptalib.js +15 -2
  77. package/js/types/Enum/BrandComptalib.js.map +1 -1
  78. package/js/types/Enum/BrandLegalstart.js +7 -1
  79. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  80. package/js/types/Form/FormConnector.js.map +1 -1
  81. package/js/types/Interface/api/fecFile/DeleteFecFile.js +6 -0
  82. package/js/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -0
  83. package/js/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
  84. package/js/types/Interface/api/report/CreateReport.js +1 -1
  85. package/js/types/Interface/api/report/CreateReport.js.map +1 -1
  86. package/js/types/Interface/models/IApiError.js +3 -1
  87. package/js/types/Interface/models/IApiError.js.map +1 -1
  88. package/js/types/index.js +12 -0
  89. package/js/types/index.js.map +1 -1
  90. package/package.json +1 -1
  91. package/ts/api/resources/Connector.ts +7 -0
  92. package/ts/api/resources/FecFile.ts +9 -0
  93. package/ts/api/resources/Report.ts +5 -0
  94. package/ts/api/resources/SalariesFile.ts +4 -0
  95. package/ts/api/resources.ts +2 -0
  96. package/ts/types/Enum/AccountType.ts +1 -6
  97. package/ts/types/Enum/BrandClementine.ts +27 -7
  98. package/ts/types/Enum/BrandComptalib.ts +15 -2
  99. package/ts/types/Enum/BrandLegalstart.ts +7 -1
  100. package/ts/types/Form/FormConnector.ts +3 -0
  101. package/ts/types/Interface/api/fecFile/DeleteFecFile.ts +5 -0
  102. package/ts/types/Interface/api/prestashop/InvoicesPrestashop.ts +4 -4
  103. package/ts/types/Interface/api/report/CreateReport.ts +1 -1
  104. package/ts/types/Interface/models/IApiError.ts +2 -0
  105. package/ts/types/Interface/models/IReport.ts +1 -1
  106. package/ts/types/index.ts +1 -0
@@ -29,11 +29,6 @@ export const AccountType = {
29
29
  color: '#009688',
30
30
  icon: 'accountLogo/679928ed-dba5-5634-b925-ec392037a32d',
31
31
  },
32
- SALAIRES: {
33
- id: 7,
34
- color: '#FBA55A',
35
- icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',
36
- },
37
32
  TAXES: {
38
33
  id: 8,
39
34
  color: '#26D395',
@@ -69,7 +64,7 @@ export const AccountType = {
69
64
  color: '#FBD65C',
70
65
  icon: 'accountLogo/eca668d8-5fab-50eb-8131-eaa386e814fb',
71
66
  },
72
- SALAIRES_2: {
67
+ SALAIRES: {
73
68
  id: 15,
74
69
  color: '#9AACF8',
75
70
  icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',
@@ -5,6 +5,11 @@ export const BrandClementine = [
5
5
  colors: {
6
6
  primary: '#ff7e3c',
7
7
  },
8
+ listPhones: {
9
+ contact: '03 83 93 14 14',
10
+ qualite: '03 83 93 30 44',
11
+ juridique: '03 83 93 16 22',
12
+ },
8
13
  listMails: {
9
14
  administratif: 'administratif@compta-clementine.fr',
10
15
  app: 'app@compta-clementine.fr',
@@ -24,16 +29,18 @@ export const BrandClementine = [
24
29
  wb: 'wb@compta-clementine.fr',
25
30
  },
26
31
  companyInformation: {
27
- bp: 'BP 80016',
28
- city: 'Ludres',
32
+ ape: '6920Z',
33
+ bp: 'BP 31029',
34
+ city: 'Laxou',
29
35
  montantCapital: '500 000',
30
- nomRaisonSociale: 'SAS EXPERTISE CHOIX B',
36
+ nomRaisonSociale: 'EXPERTISE CHOIX B',
37
+ ECName: 'M. Jean-Louis BOICHÉ',
31
38
  ECOrderCity: 'Nancy',
32
39
  phone: '03 83 93 14 14',
33
- postalAddress: '88, rue Pierre et Marie Curie',
40
+ postalAddress: '9, avenue du Rhin',
34
41
  rcs: '752 566 687',
35
42
  statut: 'SAS',
36
- zipCode: '54 710',
43
+ zipCode: '54 520',
37
44
  },
38
45
  idPrestationsListHidden: [197], // TODO:
39
46
  logoUrl: 'logo-dark.svg',
@@ -47,14 +54,20 @@ export const BrandClementine = [
47
54
  colors: {
48
55
  primary: '#16a974',
49
56
  },
57
+ listPhones: {
58
+ contact: '01 76 39 00 60',
59
+ qualite: '01 76 39 00 60',
60
+ juridique: '01 76 39 00 60',
61
+ },
50
62
  listMails: {
51
63
  contact: 'comptastart@legalstart.fr',
52
64
  },
53
65
  companyInformation: {
66
+ ape: '5829C',
54
67
  bp: '',
55
68
  city: 'Paris',
56
69
  montantCapital: '11 051,85',
57
- nomRaisonSociale: 'SAS Yolaw',
70
+ nomRaisonSociale: 'Yolaw',
58
71
  ECOrderCity: 'Nancy',
59
72
  phone: '01 76 39 00 60',
60
73
  postalAddress: '50, rue d\'Hauteville',
@@ -82,6 +95,11 @@ export const BrandClementine = [
82
95
  colors: {
83
96
  primary: '#1e6f5c',
84
97
  },
98
+ listPhones: {
99
+ contact: '01 86 90 82 15',
100
+ qualite: '01 86 90 82 15',
101
+ juridique: '01 86 90 82 15',
102
+ },
85
103
  listMails: {
86
104
  administratif: 'administratif@pourcentage.fr',
87
105
  app: 'app@pourcentage.fr',
@@ -101,10 +119,12 @@ export const BrandClementine = [
101
119
  wb: 'wb@pourcentage.fr',
102
120
  },
103
121
  companyInformation: {
122
+ ape: '6920Z',
104
123
  bp: '',
105
124
  city: 'Paris',
106
125
  montantCapital: '10 000',
107
- nomRaisonSociale: 'SAS POURCENTAGE',
126
+ nomRaisonSociale: 'POURCENTAGE',
127
+ ECName: 'M. Jean-Louis BOICHÉ',
108
128
  ECOrderCity: 'Nancy',
109
129
  phone: '01 86 90 82 15',
110
130
  postalAddress: '30, rue des Mathurins',
@@ -5,6 +5,11 @@ export const BrandComptalib = [
5
5
  colors: {
6
6
  primary: '#1656ff',
7
7
  },
8
+ listPhones: {
9
+ contact: '01 86 90 92 80',
10
+ qualite: '01 86 90 92 80',
11
+ juridique: '01 86 90 92 80',
12
+ },
8
13
  listMails: {
9
14
  administratif: 'contact@comptalib.com',
10
15
  app: 'contact@comptalib.com',
@@ -24,10 +29,11 @@ export const BrandComptalib = [
24
29
  wb: 'contact@comptalib.com',
25
30
  },
26
31
  companyInformation: {
32
+ ape: '6201Z',
27
33
  bp: '',
28
34
  city: 'Paris',
29
35
  montantCapital: '10 000',
30
- nomRaisonSociale: 'SAS COMPTALIB',
36
+ nomRaisonSociale: 'COMPTALIB',
31
37
  ECOrderCity: 'Nancy',
32
38
  phone: '01 86 90 92 80',
33
39
  postalAddress: '30, rue des Mathurins',
@@ -48,6 +54,11 @@ export const BrandComptalib = [
48
54
  colors: {
49
55
  primary: '#1e6f5c',
50
56
  },
57
+ listPhones: {
58
+ contact: '01 86 90 82 15',
59
+ qualite: '01 86 90 82 15',
60
+ juridique: '01 86 90 82 15',
61
+ },
51
62
  listMails: {
52
63
  administratif: 'contact@pourcentage.fr',
53
64
  app: 'contact@pourcentage.fr',
@@ -67,10 +78,12 @@ export const BrandComptalib = [
67
78
  wb: 'contact@pourcentage.fr',
68
79
  },
69
80
  companyInformation: {
81
+ ape: '6920Z',
70
82
  bp: '',
71
83
  city: 'Paris',
72
84
  montantCapital: '10 000',
73
- nomRaisonSociale: 'SAS POURCENTAGE',
85
+ nomRaisonSociale: 'POURCENTAGE',
86
+ ECName: 'M. Jean-Louis BOICHÉ',
74
87
  ECOrderCity: 'Nancy',
75
88
  phone: '01 86 90 82 15',
76
89
  postalAddress: '30, rue des Mathurins',
@@ -5,6 +5,11 @@ export const BrandLegalstart = [
5
5
  colors: {
6
6
  primary: '#16a974',
7
7
  },
8
+ listPhones: {
9
+ contact: '01 76 39 00 60',
10
+ qualite: '01 76 39 00 60',
11
+ juridique: '01 76 39 00 60',
12
+ },
8
13
  listMails: {
9
14
  administratif: 'comptastart@legalstart.fr',
10
15
  app: 'comptastart@legalstart.fr',
@@ -24,10 +29,11 @@ export const BrandLegalstart = [
24
29
  wb: 'comptastart@legalstart.fr',
25
30
  },
26
31
  companyInformation: {
32
+ ape: '5829C',
27
33
  bp: '',
28
34
  city: 'Paris',
29
35
  montantCapital: '11 051,85',
30
- nomRaisonSociale: 'SAS Yolaw',
36
+ nomRaisonSociale: 'Yolaw',
31
37
  ECOrderCity: 'Nancy',
32
38
  phone: '01 76 39 00 60',
33
39
  postalAddress: '50, rue d\'Hauteville',
@@ -1,6 +1,9 @@
1
1
  import { ConnectorType } from '../Enum/ConnectorType';
2
2
 
3
3
  export class FormConnector {
4
+ // @ApiProperty()
5
+ id?: number;
6
+
4
7
  // @ApiProperty()
5
8
  username?: string;
6
9
 
@@ -0,0 +1,5 @@
1
+ export interface DeleteFecFile {
2
+ accountingEntriesDeleted: number,
3
+ accountingTransactionsDeleted: number,
4
+ fecFileDeleted: boolean,
5
+ }
@@ -2,11 +2,11 @@ import { ApiPropertyOptional } from '../../../../utils';
2
2
 
3
3
  export class InvoicesPrestashop {
4
4
  @ApiPropertyOptional()
5
- order: string;
5
+ order?: string;
6
6
  @ApiPropertyOptional()
7
- limit: number;
7
+ limit?: number;
8
8
  @ApiPropertyOptional()
9
- ids: number[];
9
+ ids?: number[];
10
10
  @ApiPropertyOptional()
11
- idSociety: number;
11
+ idSociety?: number;
12
12
  }
@@ -22,7 +22,7 @@ export class CreateReport implements IReport {
22
22
  declareSoupcons?: boolean;
23
23
 
24
24
  @ApiPropertyOptional()
25
- etat?: number;
25
+ state?: number;
26
26
 
27
27
  @ApiPropertyOptional()
28
28
  informerjlb?: boolean;
@@ -98,6 +98,7 @@ export enum Code {
98
98
 
99
99
  // FecFile
100
100
  insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',
101
+ fecFileAlreadyExists = 'fec_file_already_exists',
101
102
 
102
103
  // User creation
103
104
  userAlreadyExistWithSociety = 'user-already-exists',
@@ -116,6 +117,7 @@ export enum Code {
116
117
  idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',
117
118
  sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',
118
119
  sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',
120
+ societyNotFound = 'society_not_found',
119
121
 
120
122
  payloadIsEmpty = 'payload_is_empty',
121
123
 
@@ -9,7 +9,7 @@ export interface IReport {
9
9
  idReportType?: number | null;
10
10
  idLetterType?: number | null;
11
11
  declareSoupcons?: boolean | null;
12
- etat?: number | null;
12
+ state?: number | null;
13
13
  informerjlb?: boolean | null;
14
14
  ressenti?: number | null;
15
15
  action?: number | null;
package/ts/types/index.ts CHANGED
@@ -430,6 +430,7 @@ export * from './Interface/api/partner/CreatePartner';
430
430
  export * from './Interface/api/partner/GetPartners';
431
431
  // export * from './Interface/api/generalLedger/GeneralLedgerQuery';
432
432
  export * from './Interface/api/fecFile/CreateFecFile';
433
+ export * from './Interface/api/fecFile/DeleteFecFile';
433
434
  export * from './Interface/api/fecFile/ReadFecFile';
434
435
  export * from './Interface/api/generalLedger/QueryGeneralLedger';
435
436
  export * from './Interface/api/incomeStatement/QueryIncomeStatement';