@silexpert/core 1.1.34 → 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/api/registration/ReadRegistration.d.ts +2 -2
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.js +2 -1
- package/es/types/Interface/api/registration/ReadRegistration.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 +31 -31
- 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 +11 -11
- package/es/utils/vat/3517/century23.js.map +1 -1
- package/es/utils/vat/utils.d.ts +1 -0
- package/es/utils/vat/utils.d.ts.map +1 -1
- package/es/utils/vat/utils.js +3 -0
- package/es/utils/vat/utils.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/api/registration/ReadRegistration.js +2 -0
- package/js/types/Interface/api/registration/ReadRegistration.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 +25 -25
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/js/utils/vat/3517/century23.js +10 -10
- package/js/utils/vat/3517/century23.js.map +1 -1
- package/js/utils/vat/utils.js +4 -0
- package/js/utils/vat/utils.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/api/registration/ReadRegistration.ts +4 -1
- 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 +34 -32
- package/ts/utils/vat/3517/century23.ts +13 -11
- package/ts/utils/vat/utils.ts +4 -0
- 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
|
@@ -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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IFollowedQualityMail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFollowedQualityMail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,yBAAyB,EAAE,MAAM,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IFollowedQualityMail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFollowedQualityMail.ts"],"names":[],"mappings":"","sourcesContent":["import { IFollowedQualityMailType } from './IFollowedQualityMailType';\nimport { IFile } from './IFile';\n\n// followedQualityMail\nexport interface IFollowedQualityMail {\n id?: number;\n idTypeFollowedQualityMail: number;\n idSociety: number;\n idFile: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n typeFollowedMail: IFollowedQualityMailType;\n file: IFile;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IFollowedQualityMailType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFollowedQualityMailType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IFollowedQualityMailType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFollowedQualityMailType.ts"],"names":[],"mappings":"","sourcesContent":["// typeFollowedQualityMail\nexport interface IFollowedQualityMailType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IFormalism } from './IFormalism';
|
|
2
|
-
import { ISociety } from './ISociety';
|
|
3
|
-
export interface IIdentification {
|
|
4
|
-
id?: number;
|
|
5
|
-
observation: string | null;
|
|
6
|
-
activityBefore: string | null;
|
|
7
|
-
otherActivities: string | null;
|
|
8
|
-
identityDocument: string | null;
|
|
9
|
-
reason: string | null;
|
|
10
|
-
compliantAt: Date | null;
|
|
11
|
-
idFormalism: number | null;
|
|
12
|
-
idSociety: number | null;
|
|
13
|
-
createdAt?: Date | null;
|
|
14
|
-
updatedAt?: Date | null;
|
|
15
|
-
formalism: IFormalism;
|
|
16
|
-
society: ISociety;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=IIdentification.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IIdentification.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IIdentification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,SAAS,EAAE,UAAU,CAAC;IACtB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IIdentification.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IIdentification.ts"],"names":[],"mappings":"","sourcesContent":["import { IFormalism } from './IFormalism';\nimport { ISociety } from './ISociety';\n\n// identifications\nexport interface IIdentification {\n id?: number;\n observation: string | null;\n activityBefore: string | null;\n otherActivities: string | null;\n identityDocument: string | null;\n reason: string | null;\n compliantAt: Date | null;\n idFormalism: number | null;\n idSociety: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n formalism: IFormalism;\n society: ISociety;\n}\n"]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IJobCategory } from './IJobCategory';
|
|
2
|
-
import { ISupervision } from './ISupervision';
|
|
3
|
-
export interface IJob {
|
|
4
|
-
id?: number;
|
|
5
|
-
name: string;
|
|
6
|
-
idJobCategories: number;
|
|
7
|
-
createdAt?: Date | null;
|
|
8
|
-
updatedAt?: Date | null;
|
|
9
|
-
jobsHaveCategory: IJobCategory;
|
|
10
|
-
supervisions: ISupervision[];
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=IJob.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IJob.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IJob.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,IAAI;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,gBAAgB,EAAE,YAAY,CAAC;IAC/B,YAAY,EAAE,YAAY,EAAE,CAAC;CAC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IJob.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IJob.ts"],"names":[],"mappings":"","sourcesContent":["import { IJobCategory } from './IJobCategory';\nimport { ISupervision } from './ISupervision';\n\n// jobs\nexport interface IJob {\n id?: number;\n name: string;\n idJobCategories: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n jobsHaveCategory: IJobCategory;\n supervisions: ISupervision[];\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IJobCategory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IJobCategory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,iBAAiB,EAAE,IAAI,EAAE,CAAC;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IJobCategory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IJobCategory.ts"],"names":[],"mappings":"","sourcesContent":["import { IJob } from './IJob';\n\n// jobCategories\nexport interface IJobCategory {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n jobCategoriesJobs: IJob[];\n}\n"]}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ISociety } from './ISociety';
|
|
2
|
-
import { IPenaltyType } from './IPenaltyType';
|
|
3
|
-
import { ICustomerVat } from './ICustomerVat';
|
|
4
|
-
import { IUser } from './IUser';
|
|
5
|
-
export interface IPenalty {
|
|
6
|
-
id?: number;
|
|
7
|
-
idTypePenality: number | null;
|
|
8
|
-
idSociety: number;
|
|
9
|
-
idAccountant: number;
|
|
10
|
-
idCustomerTva: number | null;
|
|
11
|
-
reason: string | null;
|
|
12
|
-
rebate: boolean;
|
|
13
|
-
rebateIsAccepted: boolean | null;
|
|
14
|
-
rebateAmount: number | null;
|
|
15
|
-
amountRefunded: number | null;
|
|
16
|
-
rebateIsDone: boolean;
|
|
17
|
-
idCustomerTvaEnd: number | null;
|
|
18
|
-
customerIsRefunded: boolean | null;
|
|
19
|
-
createdAt?: Date | null;
|
|
20
|
-
updatedAt?: Date | null;
|
|
21
|
-
society: ISociety;
|
|
22
|
-
typePenality: IPenaltyType;
|
|
23
|
-
customersTvaBegin: ICustomerVat;
|
|
24
|
-
customersTvaEnd: ICustomerVat;
|
|
25
|
-
user: IUser;
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=IPenalty.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPenalty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,YAAY,EAAE,YAAY,CAAC;IAC3B,iBAAiB,EAAE,YAAY,CAAC;IAChC,eAAe,EAAE,YAAY,CAAC;IAC9B,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPenalty.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IPenaltyType } from './IPenaltyType';\nimport { ICustomerVat } from './ICustomerVat';\nimport { IUser } from './IUser';\n\n// penalities\nexport interface IPenalty {\n id?: number;\n idTypePenality: number | null;\n idSociety: number;\n idAccountant: number;\n idCustomerTva: number | null;\n reason: string | null;\n rebate: boolean;\n rebateIsAccepted: boolean | null;\n rebateAmount: number | null;\n amountRefunded: number | null;\n rebateIsDone: boolean;\n idCustomerTvaEnd: number | null;\n customerIsRefunded: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n typePenality: IPenaltyType;\n customersTvaBegin: ICustomerVat;\n customersTvaEnd: ICustomerVat;\n user: IUser;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPenaltyType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPenaltyType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"names":[],"mappings":"","sourcesContent":["// typePenalities\nexport interface IPenaltyType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { IAccountingEntry } from './IAccountingEntry';
|
|
2
|
-
import { IAccount } from './IAccount';
|
|
3
|
-
export interface ISuggestion {
|
|
4
|
-
id: number;
|
|
5
|
-
accountNumber: string;
|
|
6
|
-
score: number;
|
|
7
|
-
idAccount?: number;
|
|
8
|
-
account?: IAccount;
|
|
9
|
-
idAccountingEntry?: number;
|
|
10
|
-
accountingEntry?: IAccountingEntry;
|
|
11
|
-
createdAt?: Date | null;
|
|
12
|
-
updatedAt?: Date | null;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=ISuggestion.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ISuggestion.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISuggestion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IAEd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,QAAQ,CAAC;IAEnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,gBAAgB,CAAC;IAEnC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ISuggestion.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISuggestion.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccountingEntry } from './IAccountingEntry';\nimport { IAccount } from './IAccount';\n\nexport interface ISuggestion {\n id: number;\n accountNumber: string;\n score: number;\n\n idAccount?: number;\n account?: IAccount;\n\n idAccountingEntry?: number;\n accountingEntry?: IAccountingEntry;\n\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ISupervisionJob.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionJob.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ISupervisionJob.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionJob.ts"],"names":[],"mappings":"","sourcesContent":["// supervisionsJobs\nexport interface ISupervisionJob {\n id?: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idSupervision: number | null;\n idJob: number;\n}\n"]}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IUser } from './IUser';
|
|
2
|
-
export interface ITmpValidationToken {
|
|
3
|
-
id?: number;
|
|
4
|
-
token: number;
|
|
5
|
-
availability: Date;
|
|
6
|
-
idUser: number;
|
|
7
|
-
createdAt?: Date | null;
|
|
8
|
-
updatedAt?: Date | null;
|
|
9
|
-
user: IUser;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=ITmpValidationToken.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ITmpValidationToken.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ITmpValidationToken.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ITmpValidationToken.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ITmpValidationToken.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\n\n// tmpValidationToken\nexport interface ITmpValidationToken {\n id?: number;\n token: number;\n availability: Date;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user: IUser;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IUserSocietyTicketSupport.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUserSocietyTicketSupport.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,yBAAyB;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IUserSocietyTicketSupport.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUserSocietyTicketSupport.ts"],"names":[],"mappings":"","sourcesContent":["// usersSocietiesTicketSupport\nexport interface IUserSocietyTicketSupport {\n id?: number;\n idTicketSupport: number | null;\n idSociety: number | null;\n idUser: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IVatMargin.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatMargin.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IVatMargin.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatMargin.ts"],"names":[],"mappings":"","sourcesContent":["// tvaMargin\nexport interface IVatMargin {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IWebMailSpam.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailSpam.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IWebMailSpam.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailSpam.ts"],"names":[],"mappings":"","sourcesContent":["// webmailSpam\nexport interface IWebMailSpam {\n id?: number;\n keywords: string;\n idTypeSpam: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IWebMailSpamType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailSpamType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IWebMailSpamType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailSpamType.ts"],"names":[],"mappings":"","sourcesContent":["// webmailTypesSpam\nexport interface IWebMailSpamType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction_new.js","names":[],"sources":["../../../../ts/types/Interface/models/IAccountingTransaction_new.ts"],"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"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAutoLoginToken.js","names":[],"sources":["../../../../ts/types/Interface/models/IAutoLoginToken.ts"],"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"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBankTransaction.js","names":[],"sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"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"],"mappings":""}
|