@silexpert/core 1.1.35 → 1.1.36
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/AccountingFiles.d.ts +2 -1
- package/es/api/resources/AccountingFiles.d.ts.map +1 -1
- package/es/api/resources/AccountingFiles.js +3 -0
- package/es/api/resources/AccountingFiles.js.map +1 -1
- package/es/api/resources/Rule.d.ts +1 -0
- package/es/api/resources/Rule.d.ts.map +1 -1
- package/es/api/resources/Rule.js +3 -0
- package/es/api/resources/Rule.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +20 -20
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/ConnectorType.d.ts +0 -1
- package/es/types/Enum/ConnectorType.d.ts.map +1 -1
- package/es/types/Enum/ConnectorType.js +1 -1
- package/es/types/Enum/ConnectorType.js.map +1 -1
- package/es/types/Enum/Unit.d.ts +2 -1
- package/es/types/Enum/Unit.d.ts.map +1 -1
- package/es/types/Enum/Unit.js +11 -0
- package/es/types/Enum/Unit.js.map +1 -1
- package/es/types/Interface/api/accountingFiles/Read.d.ts +6 -0
- package/es/types/Interface/api/accountingFiles/Read.d.ts.map +1 -0
- package/es/types/Interface/api/accountingFiles/Read.js +2 -0
- package/es/types/Interface/api/accountingFiles/Read.js.map +1 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +1 -1
- package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -1
- package/es/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
- package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
- package/es/types/Interface/api/exercice/CreateExercice.d.ts +1 -0
- package/es/types/Interface/api/exercice/CreateExercice.d.ts.map +1 -1
- package/es/types/Interface/api/exercice/CreateExercice.js +7 -0
- package/es/types/Interface/api/exercice/CreateExercice.js.map +1 -1
- package/es/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
- package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
- package/es/types/Interface/api/exercice/UpdateExercice.js +7 -0
- package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.d.ts +0 -2
- package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +1 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +0 -2
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/ISupervision.d.ts +0 -4
- package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervision.js.map +1 -1
- package/es/types/index.d.ts +1 -20
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -20
- package/es/types/index.js.map +1 -1
- package/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +1 -1
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/es/utils/vat/3517/century23.d.ts.map +1 -1
- package/es/utils/vat/3517/century23.js +2 -2
- package/es/utils/vat/3517/century23.js.map +1 -1
- package/js/api/resources/AccountingFiles.js +3 -0
- package/js/api/resources/AccountingFiles.js.map +1 -1
- package/js/api/resources/Rule.js +3 -0
- package/js/api/resources/Rule.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +20 -20
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/ConnectorType.js +1 -1
- package/js/types/Enum/ConnectorType.js.map +1 -1
- package/js/types/Enum/Unit.js +10 -0
- package/js/types/Enum/Unit.js.map +1 -1
- package/js/types/Interface/{models/IFaq.js → api/accountingFiles/Read.js} +1 -1
- package/js/types/Interface/api/accountingFiles/Read.js.map +1 -0
- package/js/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
- package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
- package/js/types/Interface/api/exercice/CreateExercice.js +1 -0
- package/js/types/Interface/api/exercice/CreateExercice.js.map +1 -1
- package/js/types/Interface/api/exercice/UpdateExercice.js +1 -0
- package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/js/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +1 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/Interface/models/ISupervision.js.map +1 -1
- package/js/types/index.js +34 -224
- package/js/types/index.js.map +1 -1
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/js/utils/vat/3517/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/AccountingFiles.ts +5 -1
- package/ts/api/resources/Rule.ts +4 -0
- package/ts/types/Enum/BrandLegalstart.ts +20 -20
- package/ts/types/Enum/ConnectorType.ts +1 -1
- package/ts/types/Enum/Unit.ts +11 -0
- package/ts/types/Interface/api/accountingFiles/Read.ts +6 -0
- package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +1 -1
- package/ts/types/Interface/api/exercice/CreateExercice.ts +6 -0
- package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
- package/ts/types/Interface/models/IAccountingEntry.ts +0 -2
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +0 -2
- package/ts/types/Interface/models/ISupervision.ts +0 -4
- package/ts/types/index.ts +1 -20
- package/ts/utils/vat/3310/century23.ts +4 -2
- package/ts/utils/vat/3517/century23.ts +4 -2
- package/es/types/Interface/models/IAccountingTransaction_new.d.ts +0 -18
- package/es/types/Interface/models/IAccountingTransaction_new.d.ts.map +0 -1
- package/es/types/Interface/models/IAccountingTransaction_new.js +0 -2
- package/es/types/Interface/models/IAccountingTransaction_new.js.map +0 -1
- package/es/types/Interface/models/IAutoLoginToken.d.ts +0 -10
- package/es/types/Interface/models/IAutoLoginToken.d.ts.map +0 -1
- package/es/types/Interface/models/IAutoLoginToken.js +0 -2
- package/es/types/Interface/models/IAutoLoginToken.js.map +0 -1
- package/es/types/Interface/models/IBankTransaction.d.ts +0 -34
- package/es/types/Interface/models/IBankTransaction.d.ts.map +0 -1
- package/es/types/Interface/models/IBankTransaction.js +0 -2
- package/es/types/Interface/models/IBankTransaction.js.map +0 -1
- package/es/types/Interface/models/ICallDirectly.d.ts +0 -26
- package/es/types/Interface/models/ICallDirectly.d.ts.map +0 -1
- package/es/types/Interface/models/ICallDirectly.js +0 -2
- package/es/types/Interface/models/ICallDirectly.js.map +0 -1
- package/es/types/Interface/models/IFaq.d.ts +0 -15
- package/es/types/Interface/models/IFaq.d.ts.map +0 -1
- package/es/types/Interface/models/IFaq.js +0 -2
- package/es/types/Interface/models/IFaq.js.map +0 -1
- package/es/types/Interface/models/IFaqCategory.d.ts +0 -5
- package/es/types/Interface/models/IFaqCategory.d.ts.map +0 -1
- package/es/types/Interface/models/IFaqCategory.js +0 -2
- package/es/types/Interface/models/IFaqCategory.js.map +0 -1
- package/es/types/Interface/models/IFollowedQualityMail.d.ts +0 -13
- package/es/types/Interface/models/IFollowedQualityMail.d.ts.map +0 -1
- package/es/types/Interface/models/IFollowedQualityMail.js +0 -2
- package/es/types/Interface/models/IFollowedQualityMail.js.map +0 -1
- package/es/types/Interface/models/IFollowedQualityMailType.d.ts +0 -7
- package/es/types/Interface/models/IFollowedQualityMailType.d.ts.map +0 -1
- package/es/types/Interface/models/IFollowedQualityMailType.js +0 -2
- package/es/types/Interface/models/IFollowedQualityMailType.js.map +0 -1
- package/es/types/Interface/models/IIdentification.d.ts +0 -18
- package/es/types/Interface/models/IIdentification.d.ts.map +0 -1
- package/es/types/Interface/models/IIdentification.js +0 -2
- package/es/types/Interface/models/IIdentification.js.map +0 -1
- package/es/types/Interface/models/IJob.d.ts +0 -12
- package/es/types/Interface/models/IJob.d.ts.map +0 -1
- package/es/types/Interface/models/IJob.js +0 -2
- package/es/types/Interface/models/IJob.js.map +0 -1
- package/es/types/Interface/models/IJobCategory.d.ts +0 -9
- package/es/types/Interface/models/IJobCategory.d.ts.map +0 -1
- package/es/types/Interface/models/IJobCategory.js +0 -2
- package/es/types/Interface/models/IJobCategory.js.map +0 -1
- package/es/types/Interface/models/IPenalty.d.ts +0 -27
- package/es/types/Interface/models/IPenalty.d.ts.map +0 -1
- package/es/types/Interface/models/IPenalty.js +0 -2
- package/es/types/Interface/models/IPenalty.js.map +0 -1
- package/es/types/Interface/models/IPenaltyType.d.ts +0 -7
- package/es/types/Interface/models/IPenaltyType.d.ts.map +0 -1
- package/es/types/Interface/models/IPenaltyType.js +0 -2
- package/es/types/Interface/models/IPenaltyType.js.map +0 -1
- package/es/types/Interface/models/ISuggestion.d.ts +0 -14
- package/es/types/Interface/models/ISuggestion.d.ts.map +0 -1
- package/es/types/Interface/models/ISuggestion.js +0 -2
- package/es/types/Interface/models/ISuggestion.js.map +0 -1
- package/es/types/Interface/models/ISupervisionJob.d.ts +0 -8
- package/es/types/Interface/models/ISupervisionJob.d.ts.map +0 -1
- package/es/types/Interface/models/ISupervisionJob.js +0 -2
- package/es/types/Interface/models/ISupervisionJob.js.map +0 -1
- package/es/types/Interface/models/ITmpValidationToken.d.ts +0 -11
- package/es/types/Interface/models/ITmpValidationToken.d.ts.map +0 -1
- package/es/types/Interface/models/ITmpValidationToken.js +0 -2
- package/es/types/Interface/models/ITmpValidationToken.js.map +0 -1
- package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts +0 -9
- package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts.map +0 -1
- package/es/types/Interface/models/IUserSocietyTicketSupport.js +0 -2
- package/es/types/Interface/models/IUserSocietyTicketSupport.js.map +0 -1
- package/es/types/Interface/models/IVatMargin.d.ts +0 -7
- package/es/types/Interface/models/IVatMargin.d.ts.map +0 -1
- package/es/types/Interface/models/IVatMargin.js +0 -2
- package/es/types/Interface/models/IVatMargin.js.map +0 -1
- package/es/types/Interface/models/IWebMailSpam.d.ts +0 -8
- package/es/types/Interface/models/IWebMailSpam.d.ts.map +0 -1
- package/es/types/Interface/models/IWebMailSpam.js +0 -2
- package/es/types/Interface/models/IWebMailSpam.js.map +0 -1
- package/es/types/Interface/models/IWebMailSpamType.d.ts +0 -7
- package/es/types/Interface/models/IWebMailSpamType.d.ts.map +0 -1
- package/es/types/Interface/models/IWebMailSpamType.js +0 -2
- package/es/types/Interface/models/IWebMailSpamType.js.map +0 -1
- package/js/types/Interface/models/IAccountingTransaction_new.js +0 -6
- package/js/types/Interface/models/IAccountingTransaction_new.js.map +0 -1
- package/js/types/Interface/models/IAutoLoginToken.js +0 -6
- package/js/types/Interface/models/IAutoLoginToken.js.map +0 -1
- package/js/types/Interface/models/IBankTransaction.js +0 -6
- package/js/types/Interface/models/IBankTransaction.js.map +0 -1
- package/js/types/Interface/models/ICallDirectly.js +0 -6
- package/js/types/Interface/models/ICallDirectly.js.map +0 -1
- package/js/types/Interface/models/IFaq.js.map +0 -1
- package/js/types/Interface/models/IFaqCategory.js +0 -6
- package/js/types/Interface/models/IFaqCategory.js.map +0 -1
- package/js/types/Interface/models/IFollowedQualityMail.js +0 -6
- package/js/types/Interface/models/IFollowedQualityMail.js.map +0 -1
- package/js/types/Interface/models/IFollowedQualityMailType.js +0 -6
- package/js/types/Interface/models/IFollowedQualityMailType.js.map +0 -1
- package/js/types/Interface/models/IIdentification.js +0 -6
- package/js/types/Interface/models/IIdentification.js.map +0 -1
- package/js/types/Interface/models/IJob.js +0 -6
- package/js/types/Interface/models/IJob.js.map +0 -1
- package/js/types/Interface/models/IJobCategory.js +0 -6
- package/js/types/Interface/models/IJobCategory.js.map +0 -1
- package/js/types/Interface/models/IPenalty.js +0 -6
- package/js/types/Interface/models/IPenalty.js.map +0 -1
- package/js/types/Interface/models/IPenaltyType.js +0 -6
- package/js/types/Interface/models/IPenaltyType.js.map +0 -1
- package/js/types/Interface/models/ISuggestion.js +0 -6
- package/js/types/Interface/models/ISuggestion.js.map +0 -1
- package/js/types/Interface/models/ISupervisionJob.js +0 -6
- package/js/types/Interface/models/ISupervisionJob.js.map +0 -1
- package/js/types/Interface/models/ITmpValidationToken.js +0 -6
- package/js/types/Interface/models/ITmpValidationToken.js.map +0 -1
- package/js/types/Interface/models/IUserSocietyTicketSupport.js +0 -6
- package/js/types/Interface/models/IUserSocietyTicketSupport.js.map +0 -1
- package/js/types/Interface/models/IVatMargin.js +0 -6
- package/js/types/Interface/models/IVatMargin.js.map +0 -1
- package/js/types/Interface/models/IWebMailSpam.js +0 -6
- package/js/types/Interface/models/IWebMailSpam.js.map +0 -1
- package/js/types/Interface/models/IWebMailSpamType.js +0 -6
- package/js/types/Interface/models/IWebMailSpamType.js.map +0 -1
- package/ts/types/Interface/models/IAccountingTransaction_new.ts +0 -20
- package/ts/types/Interface/models/IAutoLoginToken.ts +0 -10
- package/ts/types/Interface/models/IBankTransaction.ts +0 -37
- package/ts/types/Interface/models/ICallDirectly.ts +0 -29
- package/ts/types/Interface/models/IFaq.ts +0 -18
- package/ts/types/Interface/models/IFaqCategory.ts +0 -5
- package/ts/types/Interface/models/IFollowedQualityMail.ts +0 -16
- package/ts/types/Interface/models/IFollowedQualityMailType.ts +0 -7
- package/ts/types/Interface/models/IIdentification.ts +0 -21
- package/ts/types/Interface/models/IJob.ts +0 -15
- package/ts/types/Interface/models/IJobCategory.ts +0 -12
- package/ts/types/Interface/models/IPenalty.ts +0 -30
- package/ts/types/Interface/models/IPenaltyType.ts +0 -7
- package/ts/types/Interface/models/ISuggestion.ts +0 -17
- package/ts/types/Interface/models/ISupervisionJob.ts +0 -8
- package/ts/types/Interface/models/ITmpValidationToken.ts +0 -14
- package/ts/types/Interface/models/IUserSocietyTicketSupport.ts +0 -9
- package/ts/types/Interface/models/IVatMargin.ts +0 -7
- package/ts/types/Interface/models/IWebMailSpam.ts +0 -8
- package/ts/types/Interface/models/IWebMailSpamType.ts +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.36",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "js/index.js",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
2
|
import {
|
|
3
|
-
BasePaginate, IAccountingFile, QueryAccountingFiles, QueryTransaction, ReadFormattedAccountingTransaction,
|
|
3
|
+
BasePaginate, IAccountingFile, QueryAccountingFiles, QueryTransaction, ReadFormattedAccountingTransaction, ReadUpdateAccouningFile,
|
|
4
4
|
} from '../../types';
|
|
5
5
|
|
|
6
6
|
export class AccountingFiles extends Resource {
|
|
@@ -29,4 +29,8 @@ export class AccountingFiles extends Resource {
|
|
|
29
29
|
getPaginated(idSociety: number, params: QueryTransaction): Promise<BasePaginate<IAccountingFile>> {
|
|
30
30
|
return this.axios.$get(`/society/${idSociety}/accountingFiles`, { params });
|
|
31
31
|
}
|
|
32
|
+
|
|
33
|
+
update(id:number, payload: Partial<IAccountingFile>): Promise<ReadUpdateAccouningFile> {
|
|
34
|
+
return this.axios.$put(`/accounting-files/${id}`, payload);
|
|
35
|
+
}
|
|
32
36
|
}
|
package/ts/api/resources/Rule.ts
CHANGED
|
@@ -21,4 +21,8 @@ export class Rule extends Resource {
|
|
|
21
21
|
update(idRule: number, params: UpdateRule): Promise<IRule> {
|
|
22
22
|
return this.axios.$post(`rules/${idRule}`, params);
|
|
23
23
|
}
|
|
24
|
+
|
|
25
|
+
delete(idRule: number): Promise<number> {
|
|
26
|
+
return this.axios.$delete(`rules/${idRule}`);
|
|
27
|
+
}
|
|
24
28
|
}
|
|
@@ -13,23 +13,23 @@ export const BrandLegalstart = [
|
|
|
13
13
|
juridique: '01 76 39 00 60',
|
|
14
14
|
},
|
|
15
15
|
listMails: {
|
|
16
|
-
administratif: 'comptastart@
|
|
17
|
-
app: 'comptastart@
|
|
18
|
-
bonjour: '
|
|
19
|
-
contact: '
|
|
20
|
-
facturation: '
|
|
21
|
-
feedback: 'comptastart@
|
|
22
|
-
juridique: '
|
|
23
|
-
informatique: '
|
|
24
|
-
msd: 'comptastart@
|
|
25
|
-
noreply: '
|
|
26
|
-
qualite: 'comptastart@
|
|
27
|
-
paiement: 'comptastart@
|
|
28
|
-
rh: 'comptastart@
|
|
29
|
-
social: '
|
|
30
|
-
support: 'comptastart@
|
|
31
|
-
tva: 'comptastart@
|
|
32
|
-
wb: 'comptastart@
|
|
16
|
+
administratif: 'comptastart@comptastartbyclementine.fr',
|
|
17
|
+
app: 'comptastart@comptastartbyclementine.fr',
|
|
18
|
+
bonjour: 'bonjour@comptastartbyclementine.fr',
|
|
19
|
+
contact: 'contact@comptastartbyclementine.fr',
|
|
20
|
+
facturation: 'facturation@comptastartbyclementine.fr',
|
|
21
|
+
feedback: 'comptastart@comptastartbyclementine.fr',
|
|
22
|
+
juridique: 'juridique@comptastartbyclementine.fr',
|
|
23
|
+
informatique: 'informatique@comptastartbyclementine.fr',
|
|
24
|
+
msd: 'comptastart@comptastartbyclementine.fr',
|
|
25
|
+
noreply: 'noreply@comptastartbyclementine.fr',
|
|
26
|
+
qualite: 'comptastart@comptastartbyclementine.fr',
|
|
27
|
+
paiement: 'comptastart@comptastartbyclementine.fr',
|
|
28
|
+
rh: 'comptastart@comptastartbyclementine.fr',
|
|
29
|
+
social: 'social@comptastartbyclementine.fr',
|
|
30
|
+
support: 'comptastart@comptastartbyclementine.fr',
|
|
31
|
+
tva: 'comptastart@comptastartbyclementine.fr',
|
|
32
|
+
wb: 'comptastart@comptastartbyclementine.fr',
|
|
33
33
|
},
|
|
34
34
|
companyInformation: {
|
|
35
35
|
ape: '6920Z',
|
|
@@ -54,7 +54,7 @@ export const BrandLegalstart = [
|
|
|
54
54
|
urlApi1: 'https://api-legalstart.compta-clementine.fr',
|
|
55
55
|
urlApi2: 'https://api-next-legalstart.compta-clementine.fr',
|
|
56
56
|
urlExpert: 'https://pro.comptalib.com',
|
|
57
|
-
urlClient: 'https://
|
|
57
|
+
urlClient: 'https://clementine.fr',
|
|
58
58
|
bank: {
|
|
59
59
|
IBAN: 'FR7616106840138646838239863',
|
|
60
60
|
BIC: 'AGRIFRPP861',
|
|
@@ -74,10 +74,10 @@ export const BrandLegalstart = [
|
|
|
74
74
|
rcs: '752 566 687',
|
|
75
75
|
phone: '03 83 93 14 14',
|
|
76
76
|
vatIntracom: 'FR47752566687',
|
|
77
|
-
email: 'facturation@
|
|
77
|
+
email: 'facturation@comptastartbyclementine.fr',
|
|
78
78
|
},
|
|
79
79
|
webmail: {
|
|
80
|
-
domain: '@
|
|
80
|
+
domain: '@comptastartbyclementine.fr',
|
|
81
81
|
},
|
|
82
82
|
offices: {
|
|
83
83
|
LAXOU: {
|
package/ts/types/Enum/Unit.ts
CHANGED
|
@@ -26,6 +26,7 @@ export enum UnitId {
|
|
|
26
26
|
SUBSCRIPTION = 17,
|
|
27
27
|
NIGHT = 18,
|
|
28
28
|
TON = 19,
|
|
29
|
+
HECTARE = 20,
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
export type IUnitList = Array<{ name: string; id: number; shortName: string; }>;
|
|
@@ -126,6 +127,11 @@ export const Unit: IUnit = {
|
|
|
126
127
|
name: 'Tonne',
|
|
127
128
|
shortName: 't',
|
|
128
129
|
},
|
|
130
|
+
HECTARE: {
|
|
131
|
+
id: UnitId.HECTARE,
|
|
132
|
+
name: 'Hectare',
|
|
133
|
+
shortName: 'ha',
|
|
134
|
+
},
|
|
129
135
|
};
|
|
130
136
|
|
|
131
137
|
export const UnitList = [
|
|
@@ -224,4 +230,9 @@ export const UnitList = [
|
|
|
224
230
|
name: 'Tonne',
|
|
225
231
|
shortName: 't',
|
|
226
232
|
},
|
|
233
|
+
{
|
|
234
|
+
id: UnitId.HECTARE,
|
|
235
|
+
name: 'Hectare',
|
|
236
|
+
shortName: 'ha',
|
|
237
|
+
},
|
|
227
238
|
];
|
|
@@ -3,7 +3,6 @@ import { IThirdParty } from './IThirdParty';
|
|
|
3
3
|
import { IAccountingTransaction } from './IAccountingTransaction';
|
|
4
4
|
import { IVat } from './IVat';
|
|
5
5
|
import { IImmobilization } from './IImmobilization';
|
|
6
|
-
import { ISuggestion } from './ISuggestion';
|
|
7
6
|
|
|
8
7
|
// accountingEntries
|
|
9
8
|
export interface IAccountingEntry {
|
|
@@ -34,5 +33,4 @@ export interface IAccountingEntry {
|
|
|
34
33
|
accountingTransaction?: IAccountingTransaction;
|
|
35
34
|
vat?: IVat;
|
|
36
35
|
immobilization?: IImmobilization;
|
|
37
|
-
suggestions?: ISuggestion[];
|
|
38
36
|
}
|
|
@@ -4,7 +4,6 @@ import { IThirdParty } from './IThirdParty';
|
|
|
4
4
|
import { IReport } from './IReport';
|
|
5
5
|
import { IConnector } from './IConnector';
|
|
6
6
|
import { IBankConnection } from './IBankConnection';
|
|
7
|
-
import { IFollowedQualityMail } from './IFollowedQualityMail';
|
|
8
7
|
import { IFollow } from './IFollow';
|
|
9
8
|
import { IPaymentExpectation } from './IPaymentExpectation';
|
|
10
9
|
import { ILegalForm } from './ILegalForm';
|
|
@@ -165,7 +164,6 @@ export interface ISociety {
|
|
|
165
164
|
reports?: IReport[];
|
|
166
165
|
connectors?: IConnector[];
|
|
167
166
|
bankConnections?: IBankConnection[];
|
|
168
|
-
societiesFollowedQualityMail?: IFollowedQualityMail[];
|
|
169
167
|
societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];
|
|
170
168
|
societyFollow?: IFollow[];
|
|
171
169
|
paymentsExpectations?: IPaymentExpectation[];
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { IExercice } from './IExercice';
|
|
2
|
-
import { ISupervisionJob } from './ISupervisionJob';
|
|
3
2
|
import { IUser } from './IUser';
|
|
4
3
|
import { IBalanceSheet } from './IBalanceSheet';
|
|
5
4
|
import { IFile } from './IFile';
|
|
6
5
|
import { IPendingPoint } from './IPendingPoint';
|
|
7
|
-
import { IJob } from './IJob';
|
|
8
6
|
import { ILetter } from './ILetter';
|
|
9
7
|
|
|
10
8
|
// supervisions
|
|
@@ -28,7 +26,6 @@ export interface ISupervision {
|
|
|
28
26
|
|
|
29
27
|
// Associations
|
|
30
28
|
exercice: IExercice;
|
|
31
|
-
supervisionsToJobs: ISupervisionJob[];
|
|
32
29
|
supervisionUsers: IUser;
|
|
33
30
|
supervisionExpertUsers: IUser;
|
|
34
31
|
supervisionAccountant: IUser;
|
|
@@ -36,5 +33,4 @@ export interface ISupervision {
|
|
|
36
33
|
file: IFile;
|
|
37
34
|
letter: ILetter;
|
|
38
35
|
pendingPoints: IPendingPoint[];
|
|
39
|
-
jobs: IJob[];
|
|
40
36
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -25,7 +25,6 @@ export * from './Interface/models/IAbsenceRequestTime';
|
|
|
25
25
|
export * from './Interface/models/IAttachmentFile';
|
|
26
26
|
export * from './Interface/models/IAttestation';
|
|
27
27
|
export * from './Interface/models/IAttributionHistory';
|
|
28
|
-
export * from './Interface/models/IAutoLoginToken';
|
|
29
28
|
export * from './Interface/models/IBalanceBankAccount';
|
|
30
29
|
export * from './Interface/models/IBalanceSheet';
|
|
31
30
|
export * from './Interface/models/IAccountingStatementHistory';
|
|
@@ -33,12 +32,10 @@ export * from './Interface/models/IBankAccountSynchroHistory';
|
|
|
33
32
|
export * from './Interface/models/IBankAccount';
|
|
34
33
|
export * from './Interface/models/IBankConnection';
|
|
35
34
|
export * from './Interface/models/IBankList';
|
|
36
|
-
export * from './Interface/models/IBankTransaction';
|
|
37
35
|
export * from './Interface/models/IBusinessLine';
|
|
38
36
|
export * from './Interface/models/IBusinessPartner';
|
|
39
37
|
export * from './Interface/models/ICalendarEvent';
|
|
40
38
|
export * from './Interface/models/ICalendarEventUser';
|
|
41
|
-
export * from './Interface/models/ICallDirectly';
|
|
42
39
|
export * from './Interface/models/ICategory';
|
|
43
40
|
export * from './Interface/models/ICerfaType';
|
|
44
41
|
export * from './Interface/models/ICerfaValue';
|
|
@@ -71,14 +68,11 @@ export * from './Interface/models/IExerciceComment';
|
|
|
71
68
|
export * from './Interface/models/IExercice';
|
|
72
69
|
export * from './Interface/models/IExercicePrestation';
|
|
73
70
|
export * from './Interface/models/IFailedLoginAttempt';
|
|
74
|
-
export * from './Interface/models/IFaqCategory';
|
|
75
|
-
export * from './Interface/models/IFaq';
|
|
76
71
|
export * from './Interface/models/IFileType';
|
|
77
72
|
export * from './Interface/models/IFile';
|
|
78
73
|
export * from './Interface/models/IFileMissing';
|
|
79
74
|
export * from './Interface/models/IFiscalRegime';
|
|
80
75
|
export * from './Interface/models/IFolderFile';
|
|
81
|
-
export * from './Interface/models/IFollowedQualityMail';
|
|
82
76
|
export * from './Interface/models/IFollow';
|
|
83
77
|
export * from './Interface/models/IFollowList';
|
|
84
78
|
export * from './Interface/models/IFormalismValue';
|
|
@@ -88,14 +82,11 @@ export * from './Interface/models/IFuel';
|
|
|
88
82
|
export * from './Interface/models/IGedCategory';
|
|
89
83
|
export * from './Interface/models/IGedFile';
|
|
90
84
|
export * from './Interface/models/IGedFolder';
|
|
91
|
-
export * from './Interface/models/IIdentification';
|
|
92
85
|
export * from './Interface/models/IIndependentReview';
|
|
93
86
|
export * from './Interface/models/IInternalEstimate';
|
|
94
87
|
export * from './Interface/models/IIpTmpBlocked';
|
|
95
88
|
export * from './Interface/models/IProductInvoice';
|
|
96
|
-
export * from './Interface/models/IJobCategory';
|
|
97
89
|
export * from './Interface/models/IImmobilization';
|
|
98
|
-
export * from './Interface/models/IJob';
|
|
99
90
|
export * from './Interface/models/IKilometricAllowanceScale';
|
|
100
91
|
export * from './Interface/models/ILabelPaymentWaiting';
|
|
101
92
|
export * from './Interface/models/ILegalForm';
|
|
@@ -132,7 +123,6 @@ export * from './Interface/models/IPaymentExpectation';
|
|
|
132
123
|
export * from './Interface/models/IPaymentExpectationCustomer';
|
|
133
124
|
export * from './Interface/models/IPaymentMethod';
|
|
134
125
|
export * from './Interface/models/IPaymentWaiting';
|
|
135
|
-
export * from './Interface/models/IPenalty';
|
|
136
126
|
export * from './Interface/models/IPendingPoint';
|
|
137
127
|
export * from './Interface/models/IPermission';
|
|
138
128
|
export * from './Interface/models/IPhoneNumber';
|
|
@@ -207,7 +197,6 @@ export * from './Interface/models/ISponsorshipCheck';
|
|
|
207
197
|
export * from './Interface/models/IStatusSignature';
|
|
208
198
|
export * from './Interface/models/IStripeEvent';
|
|
209
199
|
export * from './Interface/models/ISupervision';
|
|
210
|
-
export * from './Interface/models/ISupervisionJob';
|
|
211
200
|
export * from './Interface/models/ISupervisionPendingPoint';
|
|
212
201
|
export * from './Interface/models/ISurvey';
|
|
213
202
|
export * from './Interface/models/ITag';
|
|
@@ -221,9 +210,7 @@ export * from './Interface/models/IThirdParty';
|
|
|
221
210
|
export * from './Interface/models/IThirdPartySociety';
|
|
222
211
|
export * from './Interface/models/ITimeTracking';
|
|
223
212
|
export * from './Interface/models/ITimeTrackingSource';
|
|
224
|
-
export * from './Interface/models/ITmpValidationToken';
|
|
225
213
|
export * from './Interface/models/IAccountantTracker';
|
|
226
|
-
export * from './Interface/models/IVatMargin';
|
|
227
214
|
export * from './Interface/models/IVatRegime';
|
|
228
215
|
export * from './Interface/models/IVat';
|
|
229
216
|
export * from './Interface/models/IAbsenceType';
|
|
@@ -242,7 +229,6 @@ export * from './Interface/models/IContractType';
|
|
|
242
229
|
export * from './Interface/models/ICustomizationType';
|
|
243
230
|
export * from './Interface/models/IDocumentWaitingType';
|
|
244
231
|
export * from './Interface/models/IEstimateInvoiceType';
|
|
245
|
-
export * from './Interface/models/IFollowedQualityMailType';
|
|
246
232
|
export * from './Interface/models/IFirstStep';
|
|
247
233
|
export * from './Interface/models/IGedFileType';
|
|
248
234
|
export * from './Interface/models/ILetterType';
|
|
@@ -250,7 +236,6 @@ export * from './Interface/models/ILogType';
|
|
|
250
236
|
export * from './Interface/models/INotificationCodeType';
|
|
251
237
|
export * from './Interface/models/INotificationType';
|
|
252
238
|
export * from './Interface/models/IPartnerTransactionType';
|
|
253
|
-
export * from './Interface/models/IPenaltyType';
|
|
254
239
|
export * from './Interface/models/IRepeatType';
|
|
255
240
|
export * from './Interface/models/IReportType';
|
|
256
241
|
export * from './Interface/models/IAdjustment';
|
|
@@ -262,7 +247,6 @@ export * from './Interface/models/IVehicleType';
|
|
|
262
247
|
export * from './Interface/models/IUser';
|
|
263
248
|
export * from './Interface/models/IUserNotification';
|
|
264
249
|
export * from './Interface/models/IUserSocietyPermission';
|
|
265
|
-
export * from './Interface/models/IUserSocietyTicketSupport';
|
|
266
250
|
export * from './Interface/models/IUserTeam';
|
|
267
251
|
export * from './Interface/models/IUserFile';
|
|
268
252
|
export * from './Interface/models/IUserTest';
|
|
@@ -277,14 +261,11 @@ export * from './Interface/models/ITaskAttachment';
|
|
|
277
261
|
export * from './Interface/models/IMailContent';
|
|
278
262
|
export * from './Interface/models/IWebMail';
|
|
279
263
|
export * from './Interface/models/IWebMailAttachment';
|
|
280
|
-
export * from './Interface/models/IWebMailSpam';
|
|
281
264
|
export * from './Interface/models/IWebMailStat';
|
|
282
265
|
export * from './Interface/models/IWebMailType';
|
|
283
|
-
export * from './Interface/models/IWebMailSpamType';
|
|
284
266
|
export * from './Interface/models/IWorkingSchedule';
|
|
285
267
|
export * from './Interface/models/IField';
|
|
286
268
|
export * from './Interface/models/IFecFile';
|
|
287
|
-
export * from './Interface/models/ISuggestion';
|
|
288
269
|
export * from './Interface/models/ISalariesFile';
|
|
289
270
|
export * from './Interface/models/IPromoCode';
|
|
290
271
|
export * from './Interface/models/ILoan';
|
|
@@ -292,7 +273,6 @@ export * from './Interface/models/IBalanceSheetModule';
|
|
|
292
273
|
export * from './Interface/models/IStock';
|
|
293
274
|
export * from './Interface/models/ISocietyPromoCode';
|
|
294
275
|
export * from './Interface/models/IZTicket';
|
|
295
|
-
export * from './Interface/models/IAccountingTransaction_new';
|
|
296
276
|
export * from './Interface/models/IExerciceNote';
|
|
297
277
|
export * from './Interface/models/IRevisionGuide';
|
|
298
278
|
export * from './Interface/models/ISponsorshipWithSponsorInfo';
|
|
@@ -587,6 +567,7 @@ export * from './Interface/api/accountingFiles/queryAccountingFiles';
|
|
|
587
567
|
export * from './Interface/api/accountingFiles/Ocr';
|
|
588
568
|
export * from './Interface/api/accountingFiles/OcrPayload';
|
|
589
569
|
export * from './Interface/api/accountingFiles/OcrValue';
|
|
570
|
+
export * from './Interface/api/accountingFiles/Read';
|
|
590
571
|
export * from './Interface/api/stock/StockEntries';
|
|
591
572
|
export * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';
|
|
592
573
|
export * from './Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats';
|
|
@@ -4,7 +4,9 @@ import { round as _round, flatten, uniqBy } from 'lodash';
|
|
|
4
4
|
import { IAccountingEntry } from '../../../types/Interface/models/IAccountingEntry';
|
|
5
5
|
import { Cerfa3310_2023, PayloadCerfa3310_2023 } from '../../../types/Interface/api/cerfa/3310';
|
|
6
6
|
import { Vat } from '../../../types/Enum/Vat';
|
|
7
|
-
import {
|
|
7
|
+
import {
|
|
8
|
+
getAmountByAccountNumber, getTaxAmountByAccountNumber, setZeroIfIsNegative, textFormatting,
|
|
9
|
+
} from '../utils';
|
|
8
10
|
import { AsponeFormFields, CerfaPayloadForm } from '../../../types/Interface/api/cerfa/ReadCerfa';
|
|
9
11
|
import { UpdatedAnnotation } from '../../../types/Interface/api/registration/ReadRegistration';
|
|
10
12
|
|
|
@@ -62,7 +64,7 @@ export function getCerfa3310Century23Payload(accountingEntries: IAccountingEntry
|
|
|
62
64
|
// TVA brute
|
|
63
65
|
const normalRate = setZeroIfIsNegative(getAmountByAccountNumber(taxedServicesEntries.filter((e) => vats.filter((v) => v.value === 20).map((v) => v.id).includes(e.idVat)), servicesAccounts, 0, true)
|
|
64
66
|
+ getAmountByAccountNumber(intracommunityServiceEntries.filter((e) => vats.filter((v) => v.value === 20).map((v) => v.id).includes(e.idVat)), ['6'], 0, true));
|
|
65
|
-
|
|
67
|
+
|
|
66
68
|
const normalRateTax = _round(normalRate * 0.2);
|
|
67
69
|
|
|
68
70
|
const reducedRate5Dot5 = setZeroIfIsNegative(getAmountByAccountNumber(taxedServicesEntries.filter((e) => vats.filter((v) => v.value === 5.5).map((v) => v.id).includes(e.idVat)), servicesAccounts, 0, true)
|
|
@@ -4,7 +4,9 @@ import { round as _round, uniqBy } from 'lodash';
|
|
|
4
4
|
import { Cerfa3517_2023, PayloadCerfa3517_2023 } from '../../../types/Interface/api/cerfa/3517';
|
|
5
5
|
import { IAccountingEntry } from '../../../types/Interface/models/IAccountingEntry';
|
|
6
6
|
import { Vat } from '../../../types/Enum/Vat';
|
|
7
|
-
import {
|
|
7
|
+
import {
|
|
8
|
+
getAmountByAccountNumber, getTaxAmountByAccountNumber, setZeroIfIsNegative, textFormatting,
|
|
9
|
+
} from '../utils';
|
|
8
10
|
import { Cerfa3514_2022, CerfaPayloadForm, IRegistration } from '../../../types';
|
|
9
11
|
|
|
10
12
|
export function getCerfa3517Century23Payload(accountingEntries: IAccountingEntry[], payload: PayloadCerfa3517_2023): Cerfa3517_2023 {
|
|
@@ -35,7 +37,7 @@ export function getCerfa3517Century23Payload(accountingEntries: IAccountingEntry
|
|
|
35
37
|
|
|
36
38
|
const saleOfImmobilization = setZeroIfIsNegative(getAmountByAccountNumber(vatEntries.filter((ae) => !withoutTaxVat.includes(ae.idVat) && frenchVat.includes(ae.idVat)), ['775'], 0, true));
|
|
37
39
|
|
|
38
|
-
const onInvoiceDeductible = setZeroIfIsNegative(getTaxAmountByAccountNumber(vatEntries.filter(ae => !importationVat.includes(ae.idVat)), ['6']));
|
|
40
|
+
const onInvoiceDeductible = setZeroIfIsNegative(getTaxAmountByAccountNumber(vatEntries.filter((ae) => !importationVat.includes(ae.idVat)), ['6']));
|
|
39
41
|
const onImmobilizationDeductible = setZeroIfIsNegative(getTaxAmountByAccountNumber(vatEntries, ['2']));
|
|
40
42
|
|
|
41
43
|
const julyAdvance: IRegistration | null = payload?.exerciceAdvanceRegistrations?.find((a) => [5, 6].includes(dayjs(a.endDate).month())) ?? null;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IBankAccount } from './IBankAccount';
|
|
2
|
-
import { IRule } from './IRule';
|
|
3
|
-
import { ISociety } from './ISociety';
|
|
4
|
-
export interface IAccountingTransaction_new {
|
|
5
|
-
idAccountingTransaction?: number;
|
|
6
|
-
budgeaTransactionId: number;
|
|
7
|
-
idBankAccount: number;
|
|
8
|
-
idSociety: number;
|
|
9
|
-
idRule: number;
|
|
10
|
-
dateValue: Date;
|
|
11
|
-
dateLocked: Date | null;
|
|
12
|
-
createdAt?: Date | null;
|
|
13
|
-
updatedAt?: Date | null;
|
|
14
|
-
bankAccount: IBankAccount;
|
|
15
|
-
society: ISociety;
|
|
16
|
-
rule: IRule;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=IAccountingTransaction_new.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction_new.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction_new.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,0BAA0B;IACzC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAE;IACvB,SAAS,EAAC,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction_new.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction_new.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IRule } from './IRule';\nimport { ISociety } from './ISociety';\n\nexport interface IAccountingTransaction_new {\n idAccountingTransaction?: number;\n budgeaTransactionId: number;\n idBankAccount: number ;\n idSociety:number;\n idRule: number;\n dateValue: Date;\n dateLocked: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount: IBankAccount;\n society: ISociety;\n rule: IRule;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAutoLoginToken.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAutoLoginToken.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAutoLoginToken.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAutoLoginToken.ts"],"names":[],"mappings":"","sourcesContent":["// autologinToken\nexport interface IAutoLoginToken {\n id?: number;\n staffid?: number;\n securityToken: string;\n used: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { IBankAccount } from './IBankAccount';
|
|
2
|
-
import { IAccountingJournal } from './IAccountingJournal';
|
|
3
|
-
import { ISociety } from './ISociety';
|
|
4
|
-
import { IUser } from './IUser';
|
|
5
|
-
export interface IBankTransaction {
|
|
6
|
-
id?: number;
|
|
7
|
-
reference: string | null;
|
|
8
|
-
dateValue: Date;
|
|
9
|
-
dateLocked: Date | null;
|
|
10
|
-
checkDateLocked: boolean | null;
|
|
11
|
-
dateVerified: Date | null;
|
|
12
|
-
idUser: number | null;
|
|
13
|
-
isBlocked: boolean;
|
|
14
|
-
exported: Date | null;
|
|
15
|
-
kilometers: number | null;
|
|
16
|
-
purchaseTtc: number | null;
|
|
17
|
-
isReadMobile: boolean;
|
|
18
|
-
invoiceRequested: boolean;
|
|
19
|
-
isLockedMobile: boolean;
|
|
20
|
-
idBankAccount: number | null;
|
|
21
|
-
idSociety: number;
|
|
22
|
-
idPaymentMethod: number | null;
|
|
23
|
-
idSocietyVehicle: number | null;
|
|
24
|
-
idSocietyPartner: number | null;
|
|
25
|
-
idRule: number | null;
|
|
26
|
-
idAccountingJournal: number;
|
|
27
|
-
createdAt?: Date | null;
|
|
28
|
-
updatedAt?: Date | null;
|
|
29
|
-
bankAccount: IBankAccount;
|
|
30
|
-
accountingJournal: IAccountingJournal;
|
|
31
|
-
society: ISociety;
|
|
32
|
-
user: IUser;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=IBankTransaction.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBankTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBankTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// bankTransactions\nexport interface IBankTransaction {\n id?: number;\n reference: string | null;\n dateValue: Date;\n dateLocked: Date | null;\n checkDateLocked: boolean | null;\n dateVerified: Date | null;\n idUser: number | null;\n isBlocked: boolean;\n exported: Date | null;\n kilometers: number | null;\n purchaseTtc: number | null;\n isReadMobile: boolean;\n invoiceRequested: boolean;\n isLockedMobile: boolean;\n idBankAccount: number | null;\n idSociety: number;\n idPaymentMethod: number | null;\n idSocietyVehicle: number | null;\n idSocietyPartner: number | null;\n idRule: number | null;\n idAccountingJournal: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount: IBankAccount;\n accountingJournal: IAccountingJournal;\n society: ISociety;\n user: IUser;\n}\n"]}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { IUser } from './IUser';
|
|
2
|
-
import { IComment } from './IComment';
|
|
3
|
-
import { ISociety } from './ISociety';
|
|
4
|
-
import { IWebMail } from './IWebMail';
|
|
5
|
-
export interface ICallDirectly {
|
|
6
|
-
id?: number;
|
|
7
|
-
idSociety: number | null;
|
|
8
|
-
dateCall: Date | null;
|
|
9
|
-
responseDate: Date | null;
|
|
10
|
-
stateFollowCall: number | null;
|
|
11
|
-
idUserDemand: number | null;
|
|
12
|
-
idCollaborator: number | null;
|
|
13
|
-
idComment: number | null;
|
|
14
|
-
idResponseComment: number | null;
|
|
15
|
-
idMail: number | null;
|
|
16
|
-
blocked: boolean;
|
|
17
|
-
createdAt?: Date | null;
|
|
18
|
-
updatedAt?: Date | null;
|
|
19
|
-
callDirectlyUserDemand: IUser;
|
|
20
|
-
collaborator: IUser;
|
|
21
|
-
comment: IComment;
|
|
22
|
-
responseComment: IComment;
|
|
23
|
-
society: ISociety;
|
|
24
|
-
webmailMail: IWebMail;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=ICallDirectly.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ICallDirectly.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICallDirectly.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,sBAAsB,EAAE,KAAK,CAAC;IAC9B,YAAY,EAAE,KAAK,CAAC;IACpB,OAAO,EAAE,QAAQ,CAAC;IAClB,eAAe,EAAE,QAAQ,CAAC;IAC1B,OAAO,EAAE,QAAQ,CAAC;IAClB,WAAW,EAAE,QAAQ,CAAC;CACvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ICallDirectly.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICallDirectly.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IComment } from './IComment';\nimport { ISociety } from './ISociety';\nimport { IWebMail } from './IWebMail';\n\n// callDirectly\nexport interface ICallDirectly {\n id?: number;\n idSociety: number | null;\n dateCall: Date | null;\n responseDate: Date | null;\n stateFollowCall: number | null;\n idUserDemand: number | null;\n idCollaborator: number | null;\n idComment: number | null;\n idResponseComment: number | null;\n idMail: number | null;\n blocked: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n callDirectlyUserDemand: IUser;\n collaborator: IUser;\n comment: IComment;\n responseComment: IComment;\n society: ISociety;\n webmailMail: IWebMail;\n}\n"]}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IFaqCategory } from './IFaqCategory';
|
|
2
|
-
import { IComptaType } from './IComptaType';
|
|
3
|
-
export interface IFaq {
|
|
4
|
-
id?: number;
|
|
5
|
-
question: string;
|
|
6
|
-
answer: string;
|
|
7
|
-
showForSwitchTour: string | null;
|
|
8
|
-
idFaqsCategorie: number;
|
|
9
|
-
idTypeCompta: number | null;
|
|
10
|
-
createdAt?: Date | null;
|
|
11
|
-
updatedAt?: Date | null;
|
|
12
|
-
faqCategory: IFaqCategory;
|
|
13
|
-
compta: IComptaType;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=IFaq.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IFaq.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFaq.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,IAAI;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,MAAM,EAAE,WAAW,CAAC;CACrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IFaq.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFaq.ts"],"names":[],"mappings":"","sourcesContent":["import { IFaqCategory } from './IFaqCategory';\nimport { IComptaType } from './IComptaType';\n\n// faqs\nexport interface IFaq {\n id?: number;\n question: string;\n answer: string;\n showForSwitchTour: string | null;\n idFaqsCategorie: number;\n idTypeCompta: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n faqCategory: IFaqCategory;\n compta: IComptaType;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IFaqCategory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFaqCategory.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IFaqCategory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFaqCategory.ts"],"names":[],"mappings":"","sourcesContent":["// faqCategories\nexport interface IFaqCategory {\n id?: number;\n name: string;\n}\n"]}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IFollowedQualityMailType } from './IFollowedQualityMailType';
|
|
2
|
-
import { IFile } from './IFile';
|
|
3
|
-
export interface IFollowedQualityMail {
|
|
4
|
-
id?: number;
|
|
5
|
-
idTypeFollowedQualityMail: number;
|
|
6
|
-
idSociety: number;
|
|
7
|
-
idFile: number | null;
|
|
8
|
-
createdAt?: Date | null;
|
|
9
|
-
updatedAt?: Date | null;
|
|
10
|
-
typeFollowedMail: IFollowedQualityMailType;
|
|
11
|
-
file: IFile;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=IFollowedQualityMail.d.ts.map
|