@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.
- package/es/api/resources/Connector.d.ts +5 -0
- package/es/api/resources/Connector.d.ts.map +1 -0
- package/es/api/resources/Connector.js +7 -0
- package/es/api/resources/Connector.js.map +1 -0
- package/es/api/resources/FecFile.d.ts +3 -1
- package/es/api/resources/FecFile.d.ts.map +1 -1
- package/es/api/resources/FecFile.js +6 -0
- package/es/api/resources/FecFile.js.map +1 -1
- package/es/api/resources/Report.d.ts +6 -0
- package/es/api/resources/Report.d.ts.map +1 -1
- package/es/api/resources/Report.js +3 -0
- package/es/api/resources/Report.js.map +1 -1
- package/es/api/resources/SalariesFile.d.ts +3 -0
- package/es/api/resources/SalariesFile.d.ts.map +1 -1
- package/es/api/resources/SalariesFile.js +3 -0
- package/es/api/resources/SalariesFile.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AccountType.d.ts +1 -6
- package/es/types/Enum/AccountType.d.ts.map +1 -1
- package/es/types/Enum/AccountType.js +1 -6
- package/es/types/Enum/AccountType.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +23 -0
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +27 -7
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +58 -2
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +15 -2
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +6 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +7 -1
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Form/FormConnector.d.ts +1 -0
- package/es/types/Form/FormConnector.d.ts.map +1 -1
- package/es/types/Form/FormConnector.js.map +1 -1
- package/es/types/Interface/api/fecFile/DeleteFecFile.d.ts +6 -0
- package/es/types/Interface/api/fecFile/DeleteFecFile.d.ts.map +1 -0
- package/es/types/Interface/api/fecFile/DeleteFecFile.js +2 -0
- package/es/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -0
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts +4 -4
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts.map +1 -1
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
- package/es/types/Interface/api/report/CreateReport.d.ts +1 -1
- package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/CreateReport.js +1 -1
- package/es/types/Interface/api/report/CreateReport.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +2 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +2 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IReport.d.ts +1 -1
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Connector.js +18 -0
- package/js/api/resources/Connector.js.map +1 -0
- package/js/api/resources/FecFile.js +10 -0
- package/js/api/resources/FecFile.js.map +1 -1
- package/js/api/resources/Report.js +6 -0
- package/js/api/resources/Report.js.map +1 -1
- package/js/api/resources/SalariesFile.js +4 -0
- package/js/api/resources/SalariesFile.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountType.js +1 -6
- package/js/types/Enum/AccountType.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +27 -7
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +15 -2
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +7 -1
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Form/FormConnector.js.map +1 -1
- package/js/types/Interface/api/fecFile/DeleteFecFile.js +6 -0
- package/js/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -0
- package/js/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
- package/js/types/Interface/api/report/CreateReport.js +1 -1
- package/js/types/Interface/api/report/CreateReport.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +3 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +12 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Connector.ts +7 -0
- package/ts/api/resources/FecFile.ts +9 -0
- package/ts/api/resources/Report.ts +5 -0
- package/ts/api/resources/SalariesFile.ts +4 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AccountType.ts +1 -6
- package/ts/types/Enum/BrandClementine.ts +27 -7
- package/ts/types/Enum/BrandComptalib.ts +15 -2
- package/ts/types/Enum/BrandLegalstart.ts +7 -1
- package/ts/types/Form/FormConnector.ts +3 -0
- package/ts/types/Interface/api/fecFile/DeleteFecFile.ts +5 -0
- package/ts/types/Interface/api/prestashop/InvoicesPrestashop.ts +4 -4
- package/ts/types/Interface/api/report/CreateReport.ts +1 -1
- package/ts/types/Interface/models/IApiError.ts +2 -0
- package/ts/types/Interface/models/IReport.ts +1 -1
- 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
|
-
|
|
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
|
-
|
|
28
|
-
|
|
32
|
+
ape: '6920Z',
|
|
33
|
+
bp: 'BP 31029',
|
|
34
|
+
city: 'Laxou',
|
|
29
35
|
montantCapital: '500 000',
|
|
30
|
-
nomRaisonSociale: '
|
|
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: '
|
|
40
|
+
postalAddress: '9, avenue du Rhin',
|
|
34
41
|
rcs: '752 566 687',
|
|
35
42
|
statut: 'SAS',
|
|
36
|
-
zipCode: '54
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
36
|
+
nomRaisonSociale: 'Yolaw',
|
|
31
37
|
ECOrderCity: 'Nancy',
|
|
32
38
|
phone: '01 76 39 00 60',
|
|
33
39
|
postalAddress: '50, rue d\'Hauteville',
|
|
@@ -2,11 +2,11 @@ import { ApiPropertyOptional } from '../../../../utils';
|
|
|
2
2
|
|
|
3
3
|
export class InvoicesPrestashop {
|
|
4
4
|
@ApiPropertyOptional()
|
|
5
|
-
order
|
|
5
|
+
order?: string;
|
|
6
6
|
@ApiPropertyOptional()
|
|
7
|
-
limit
|
|
7
|
+
limit?: number;
|
|
8
8
|
@ApiPropertyOptional()
|
|
9
|
-
ids
|
|
9
|
+
ids?: number[];
|
|
10
10
|
@ApiPropertyOptional()
|
|
11
|
-
idSociety
|
|
11
|
+
idSociety?: number;
|
|
12
12
|
}
|
|
@@ -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
|
-
|
|
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';
|