@silexpert/core 0.4.90 → 0.4.92
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/PartneredAccountant.d.ts +14 -0
- package/es/api/resources/PartneredAccountant.d.ts.map +1 -0
- package/es/api/resources/PartneredAccountant.js +28 -0
- package/es/api/resources/PartneredAccountant.js.map +1 -0
- package/es/api/resources/QuotesAccount.d.ts +3 -2
- package/es/api/resources/QuotesAccount.d.ts.map +1 -1
- package/es/api/resources/QuotesAccount.js +4 -1
- package/es/api/resources/QuotesAccount.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +3 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +6 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/PartneredAccountantServiceState.d.ts +7 -0
- package/es/types/Enum/PartneredAccountantServiceState.d.ts.map +1 -0
- package/es/types/Enum/PartneredAccountantServiceState.js +8 -0
- package/es/types/Enum/PartneredAccountantServiceState.js.map +1 -0
- package/es/types/Enum/Proceding.d.ts +35 -0
- package/es/types/Enum/Proceding.d.ts.map +1 -0
- package/es/types/Enum/Proceding.js +35 -0
- package/es/types/Enum/Proceding.js.map +1 -0
- package/es/types/Enum/ReportType.d.ts +4 -0
- package/es/types/Enum/ReportType.d.ts.map +1 -1
- package/es/types/Enum/ReportType.js +4 -0
- package/es/types/Enum/ReportType.js.map +1 -1
- package/es/types/Enum/Role.d.ts +3 -1
- package/es/types/Enum/Role.d.ts.map +1 -1
- package/es/types/Enum/Role.js +2 -0
- package/es/types/Enum/Role.js.map +1 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts +8 -0
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts.map +1 -0
- package/es/types/Interface/api/account/ReadQuoteAccount.js +2 -0
- package/es/types/Interface/api/account/ReadQuoteAccount.js.map +1 -0
- package/es/types/Interface/api/accountingEntry/CreateManualEntry.d.ts +8 -0
- package/es/types/Interface/api/accountingEntry/CreateManualEntry.d.ts.map +1 -0
- package/es/types/Interface/api/accountingEntry/CreateManualEntry.js +33 -0
- package/es/types/Interface/api/accountingEntry/CreateManualEntry.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.d.ts +6 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js +25 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.d.ts +5 -0
- package/es/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js +21 -0
- package/es/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountant.d.ts +19 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js +3 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.d.ts +5 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts +9 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js +3 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.d.ts +5 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js +3 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.d.ts +8 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.d.ts +6 -0
- package/es/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js +22 -0
- package/es/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js.map +1 -0
- package/es/types/Interface/api/salariesFile/ReadSalariesFile.d.ts +3 -0
- package/es/types/Interface/api/salariesFile/ReadSalariesFile.d.ts.map +1 -1
- package/es/types/Interface/api/salariesFile/ReadSalariesFile.js.map +1 -1
- package/es/types/Interface/api/sponsorship/QuerySponsorship.d.ts +3 -0
- package/es/types/Interface/api/sponsorship/QuerySponsorship.d.ts.map +1 -1
- package/es/types/Interface/api/sponsorship/QuerySponsorship.js +6 -0
- package/es/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
- package/es/types/Interface/api/sponsorship/ReadSponsorship.d.ts +10 -0
- package/es/types/Interface/api/sponsorship/ReadSponsorship.d.ts.map +1 -1
- package/es/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.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/IPartneredAccountant.d.ts +27 -0
- package/es/types/Interface/models/IPartneredAccountant.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountant.js +2 -0
- package/es/types/Interface/models/IPartneredAccountant.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantCompanyService.d.ts +17 -0
- package/es/types/Interface/models/IPartneredAccountantCompanyService.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantCompanyService.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantCompanyService.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantPicture.d.ts +12 -0
- package/es/types/Interface/models/IPartneredAccountantPicture.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantPicture.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantPicture.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantService.d.ts +13 -0
- package/es/types/Interface/models/IPartneredAccountantService.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantService.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantService.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantTag.d.ts +8 -0
- package/es/types/Interface/models/IPartneredAccountantTag.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantTag.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantTag.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantToTag.d.ts +12 -0
- package/es/types/Interface/models/IPartneredAccountantToTag.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantToTag.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantToTag.js.map +1 -0
- package/es/types/Interface/models/ISalariesFile.d.ts +2 -0
- package/es/types/Interface/models/ISalariesFile.d.ts.map +1 -1
- package/es/types/Interface/models/ISalariesFile.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -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/{ISocietyProceeding.d.ts → ISocietyProceding.d.ts} +6 -6
- package/es/types/Interface/models/ISocietyProceding.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyProceding.js +2 -0
- package/es/types/Interface/models/ISocietyProceding.js.map +1 -0
- package/es/types/Interface/models/ITeam.d.ts +1 -1
- package/es/types/Interface/models/ITeam.d.ts.map +1 -1
- package/es/types/Interface/models/ITeam.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +19 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +19 -1
- package/es/types/index.js.map +1 -1
- package/export-models.json +9 -0
- package/js/api/resources/PartneredAccountant.js +52 -0
- package/js/api/resources/PartneredAccountant.js.map +1 -0
- package/js/api/resources/QuotesAccount.js +5 -1
- package/js/api/resources/QuotesAccount.js.map +1 -1
- package/js/api/resources/Transaction.js +8 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/PartneredAccountantServiceState.js +14 -0
- package/js/types/Enum/PartneredAccountantServiceState.js.map +1 -0
- package/js/types/Enum/Proceding.js +40 -0
- package/js/types/Enum/Proceding.js.map +1 -0
- package/js/types/Enum/ReportType.js +4 -0
- package/js/types/Enum/ReportType.js.map +1 -1
- package/js/types/Enum/Role.js +2 -0
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Interface/{models/ISocietyProceeding.js → api/account/ReadQuoteAccount.js} +1 -1
- package/js/types/Interface/{models/ISocietyProceeding.js.map → api/account/ReadQuoteAccount.js.map} +1 -1
- package/js/types/Interface/api/accountingEntry/CreateManualEntry.js +35 -0
- package/js/types/Interface/api/accountingEntry/CreateManualEntry.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js +31 -0
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js +29 -0
- package/js/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js +10 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js +6 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js +10 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js +10 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js +6 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js +31 -0
- package/js/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js.map +1 -0
- package/js/types/Interface/api/sponsorship/QuerySponsorship.js +9 -1
- package/js/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
- package/js/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountant.js +6 -0
- package/js/types/Interface/models/IPartneredAccountant.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantCompanyService.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantCompanyService.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantPicture.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantPicture.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantService.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantService.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantTag.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantTag.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantToTag.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantToTag.js.map +1 -0
- package/js/types/Interface/models/ISocietyProceding.js +6 -0
- package/js/types/Interface/models/ISocietyProceding.js.map +1 -0
- package/js/types/index.js +219 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/table.json +1 -1
- package/ts/api/resources/PartneredAccountant.ts +51 -0
- package/ts/api/resources/QuotesAccount.ts +8 -4
- package/ts/api/resources/Transaction.ts +9 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/PartneredAccountantServiceState.ts +6 -0
- package/ts/types/Enum/Proceding.ts +34 -0
- package/ts/types/Enum/ReportType.ts +4 -0
- package/ts/types/Enum/Role.ts +2 -0
- package/ts/types/Interface/api/account/ReadQuoteAccount.ts +8 -0
- package/ts/types/Interface/api/accountingEntry/CreateManualEntry.ts +18 -0
- package/ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.ts +12 -0
- package/ts/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.ts +9 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountant.ts +21 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.ts +5 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts +8 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.ts +4 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.ts +11 -0
- package/ts/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.ts +10 -0
- package/ts/types/Interface/api/salariesFile/ReadSalariesFile.ts +3 -0
- package/ts/types/Interface/api/sponsorship/QuerySponsorship.ts +5 -0
- package/ts/types/Interface/api/sponsorship/ReadSponsorship.ts +1 -1
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/IPartneredAccountant.ts +30 -0
- package/ts/types/Interface/models/IPartneredAccountantCompanyService.ts +20 -0
- package/ts/types/Interface/models/IPartneredAccountantPicture.ts +15 -0
- package/ts/types/Interface/models/IPartneredAccountantService.ts +16 -0
- package/ts/types/Interface/models/IPartneredAccountantTag.ts +8 -0
- package/ts/types/Interface/models/IPartneredAccountantToTag.ts +15 -0
- package/ts/types/Interface/models/ISalariesFile.ts +2 -0
- package/ts/types/Interface/models/ISociety.ts +2 -2
- package/ts/types/Interface/models/{ISocietyProceeding.ts → ISocietyProceding.ts} +5 -5
- package/ts/types/Interface/models/ITeam.ts +1 -1
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +19 -1
- package/es/types/Interface/models/ISocietyProceeding.d.ts.map +0 -1
- package/es/types/Interface/models/ISocietyProceeding.js +0 -2
- package/es/types/Interface/models/ISocietyProceeding.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountant.ts"],"names":[],"mappings":"AAIA,MAAM,OAAO,uBAAuB;CAgBnC","sourcesContent":["import {\n IFile, IPartneredAccountantTag, IVat,\n} from '../../..';\n\nexport class ReadPartneredAccountant {\n id: number;\n name: string;\n address: string;\n zipCode: string;\n city: string;\n yearOfOrderRegistration: number;\n schedules: string;\n description: string;\n VAT: IVat;\n partneredAccountantTags: IPartneredAccountantTag[];\n logo: IFile | null;\n logoColor: string | null;\n banner: IFile | null;\n videoLink: string | null;\n hasPendingRequests: boolean;\n}"]}
|
package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IPartneredAccountant, IPartneredAccountantCompanyService } from '../../..';
|
|
2
|
+
export interface ReadPartneredAccountantRequestedService extends IPartneredAccountant {
|
|
3
|
+
partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=ReadPartneredAccountantRequestedService.d.ts.map
|
package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantRequestedService.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,MAAM,UAAU,CAAC;AAEpF,MAAM,WAAW,uCAAwC,SAAQ,oBAAoB;IACnF,oCAAoC,EAAE,kCAAkC,EAAE,CAAA;CAC3E"}
|
package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantRequestedService.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.ts"],"names":[],"mappings":"","sourcesContent":["import { IPartneredAccountant, IPartneredAccountantCompanyService } from '../../..';\n\nexport interface ReadPartneredAccountantRequestedService extends IPartneredAccountant {\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[]\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantService.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,qBAAa,8BAA8B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantService.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,8BAA8B;CAO1C","sourcesContent":["export class ReadPartneredAccountantService {\n id: number;\n name: string;\n description: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n isPending: boolean;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantSoldServiceStatistics.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.ts"],"names":[],"mappings":"AAAA,qBAAa,4CAA4C;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantSoldServiceStatistics.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,4CAA4C;CAGxD","sourcesContent":["export class ReadPartneredAccountantSoldServiceStatistics {\n state: number;\n preTaxPriceTotal: number;\n}"]}
|
package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BasePaginate, ISociety, IUser } from '../../..';
|
|
2
|
+
export interface ReadPartneredAccountantSoldService extends ISociety {
|
|
3
|
+
contact: IUser;
|
|
4
|
+
}
|
|
5
|
+
export interface ReadPartneredAccountantSoldServicesPaginated extends BasePaginate<ISociety> {
|
|
6
|
+
data: Array<ReadPartneredAccountantSoldService>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ReadPartneredAccountantSoldServicesPaginated.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantSoldServicesPaginated.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EAAE,QAAQ,EAAE,KAAK,EAC9B,MAAM,UAAU,CAAC;AAElB,MAAM,WAAW,kCAAmC,SAAQ,QAAQ;IAClE,OAAO,EAAE,KAAK,CAAC;CAChB;AAED,MAAM,WAAW,4CAA6C,SAAQ,YAAY,CAAC,QAAQ,CAAC;IAC1F,IAAI,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CACjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantSoldServicesPaginated.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.ts"],"names":[],"mappings":"","sourcesContent":["import {\n BasePaginate, ISociety, IUser,\n} from '../../..';\n\nexport interface ReadPartneredAccountantSoldService extends ISociety {\n contact: IUser;\n}\n\nexport interface ReadPartneredAccountantSoldServicesPaginated extends BasePaginate<ISociety> {\n data: Array<ReadPartneredAccountantSoldService>;\n}"]}
|
package/es/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdatePartneredAccountantSoldService.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAG3D,qBAAa,oCAAoC;IAE/C,KAAK,CAAC,EAAE,+BAA+B,CAAC;IAGxC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { PartneredAccountantServiceState } from '../../..';
|
|
11
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class UpdatePartneredAccountantSoldService {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiPropertyOptional(),
|
|
16
|
+
__metadata("design:type", Number)
|
|
17
|
+
], UpdatePartneredAccountantSoldService.prototype, "state", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
ApiPropertyOptional(),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], UpdatePartneredAccountantSoldService.prototype, "preTaxPrice", void 0);
|
|
22
|
+
//# sourceMappingURL=UpdatePartneredAccountantSoldService.js.map
|
package/es/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdatePartneredAccountantSoldService.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,oCAAoC;CAMhD;AAJC;IADC,mBAAmB,EAAE;;mEACkB;AAGxC;IADC,mBAAmB,EAAE;;yEACD","sourcesContent":["import { PartneredAccountantServiceState } from '../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdatePartneredAccountantSoldService {\n @ApiPropertyOptional()\n state?: PartneredAccountantServiceState;\n\n @ApiPropertyOptional()\n preTaxPrice?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadSalariesFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/salariesFile/ReadSalariesFile.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB,GAAG;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,IAAI,CAAC,EAAC,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"ReadSalariesFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/salariesFile/ReadSalariesFile.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,IAAI,CAAC,EAAC,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadSalariesFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/salariesFile/ReadSalariesFile.ts"],"names":[],"mappings":"","sourcesContent":["export type ReadSalariesFile = {\n idSociety: number,\n idFile: number,\n idAccountingTransaction: number,\n label?: string,\n dateValue?: Date,\n token?:string,\n name?:string\n createdAt?: string,\n updatedAt?: string,\n};"]}
|
|
1
|
+
{"version":3,"file":"ReadSalariesFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/salariesFile/ReadSalariesFile.ts"],"names":[],"mappings":"","sourcesContent":["export type ReadSalariesFile = {\n id: number,\n idSociety: number,\n idFile: number,\n datePeriodEnd?: Date,\n datePeriodStart?: Date,\n idAccountingTransaction: number,\n label?: string,\n dateValue?: Date,\n token?:string,\n name?:string\n createdAt?: string,\n updatedAt?: string,\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySponsorship.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAE3B,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"QuerySponsorship.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAE3B,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,uBAAuB;IAElC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB"}
|
|
@@ -26,4 +26,10 @@ __decorate([
|
|
|
26
26
|
ApiProperty(),
|
|
27
27
|
__metadata("design:type", Number)
|
|
28
28
|
], QuerySponsorship.prototype, "idSociety", void 0);
|
|
29
|
+
export class QuerySponsorshipApprove {
|
|
30
|
+
}
|
|
31
|
+
__decorate([
|
|
32
|
+
ApiPropertyOptional({ description: 'Disable e-mail send with summary' }),
|
|
33
|
+
__metadata("design:type", Boolean)
|
|
34
|
+
], QuerySponsorshipApprove.prototype, "disableEmail", void 0);
|
|
29
35
|
//# sourceMappingURL=QuerySponsorship.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySponsorship.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,gBAAgB;CAY5B;AAVC;IADC,WAAW,EAAE;;8CACD;AAGb;IADC,WAAW,EAAE;;+CACA;AAGd;IADC,mBAAmB,EAAE;;+CACP;AAGf;IADC,WAAW,EAAE;;mDACK","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySponsorship {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiProperty()\n idSociety?: number;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"QuerySponsorship.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,gBAAgB;CAY5B;AAVC;IADC,WAAW,EAAE;;8CACD;AAGb;IADC,WAAW,EAAE;;+CACA;AAGd;IADC,mBAAmB,EAAE;;+CACP;AAGf;IADC,WAAW,EAAE;;mDACK;AAGrB,MAAM,OAAO,uBAAuB;CAGnC;AADC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,kCAAkC,EAAE,CAAC;;6DAClD","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySponsorship {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiProperty()\n idSociety?: number;\n}\n\nexport class QuerySponsorshipApprove {\n @ApiPropertyOptional({ description: 'Disable e-mail send with summary' })\n disableEmail?: boolean;\n}"]}
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
export declare class ReadSponsorshipApprove {
|
|
2
2
|
approved: Array<{
|
|
3
3
|
idBeneficiary: number;
|
|
4
|
+
subscriptionId: string;
|
|
5
|
+
name: string;
|
|
6
|
+
createdAt: string;
|
|
7
|
+
sponsor: {
|
|
8
|
+
idSociety: number;
|
|
9
|
+
subscriptionId: string;
|
|
10
|
+
iban: string;
|
|
11
|
+
bic: string;
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
4
14
|
}>;
|
|
5
15
|
failed: Array<{
|
|
6
16
|
idBeneficiary: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadSponsorship.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/ReadSponsorship.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IACjC,QAAQ,EAAE,KAAK,CAAC;QAAE,aAAa,EAAE,MAAM,CAAC;KAAE,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"ReadSponsorship.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/ReadSponsorship.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IACjC,QAAQ,EAAE,KAAK,CAAC;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,cAAc,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAA,OAAO,EAAE;YAAE,SAAS,EAAE,MAAM,CAAC;YAAC,cAAc,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAC;YAAC,GAAG,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAC;SAAE,CAAA;KAAE,CAAC,CAAC;IACrM,MAAM,EAAE,KAAK,CAAC;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;KAAE,CAAC,CAAC;IAC1D,OAAO,EAAE,KAAK,CAAC;QAAE,aAAa,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadSponsorship.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/ReadSponsorship.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,sBAAsB;CAIlC","sourcesContent":["export class ReadSponsorshipApprove {\n approved: Array<{ idBeneficiary: number; }>;\n failed: Array<{ idBeneficiary: number; reason: string; }>;\n waiting: Array<{ idBeneficiary: number }>;\n}"]}
|
|
1
|
+
{"version":3,"file":"ReadSponsorship.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/ReadSponsorship.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,sBAAsB;CAIlC","sourcesContent":["export class ReadSponsorshipApprove {\n approved: Array<{ idBeneficiary: number; subscriptionId: string; name: string; createdAt: string;sponsor: { idSociety: number, subscriptionId: string; iban: string; bic: string; name: string; } }>;\n failed: Array<{ idBeneficiary: number; reason: string; }>;\n waiting: Array<{ idBeneficiary: number }>;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"IAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idLettering?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n lettering?: ILettering;\n partnersTransaction: IPartnerTransaction | null;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IAccountingTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n isManual?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idLettering?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n lettering?: ILettering;\n partnersTransaction: IPartnerTransaction | null;\n}\n"]}
|
|
@@ -90,6 +90,7 @@ export declare enum Code {
|
|
|
90
90
|
userEmailAndPhoneAlreadyExist = "user-username-and-phone-already-exist",
|
|
91
91
|
userEmailAlreadyExist = "user-username-already-exists",
|
|
92
92
|
userPhoneAlreadyExist = "user-phone-already-exists",
|
|
93
|
+
couldNotFindUser = "could-not-find-user",
|
|
93
94
|
civilityNotFound = "civility_not_found",
|
|
94
95
|
invalidData = "invalidData",
|
|
95
96
|
emailAlreadyUsedForsponsorship = "email_already_used_for_sponsorship",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,cAAc;IACtB,SAAS,yBAAyB;IAClC,aAAa,cAAc;CAC5B;AAED,oBAAY,IAAI;IAEd,YAAY,iCAAiC;IAC7C,qBAAqB,uCAAuC;IAC5D,QAAQ,uBAAuB;IAC/B,eAAe,8BAA8B;IAC7C,eAAe,8BAA8B;IAC7C,UAAU,iBAAiB;IAC3B,mBAAmB,0BAA0B;IAC7C,kBAAkB,sBAAsB;IACxC,kBAAkB,wBAAwB;IAC1C,cAAc,oBAAoB;IAGlC,kBAAkB,yBAAyB;IAC3C,+BAA+B,2CAA2C;IAC1E,6BAA6B,yCAAyC;IACtE,uDAAuD,yEAAyE;IAChI,iBAAiB,wBAAwB;IACzC,mCAAmC,6CAA6C;IAChF,+BAA+B,0CAA0C;IACzE,+BAA+B,2CAA2C;IAC1E,6BAA6B,wCAAwC;IACrE,8BAA8B,wCAAwC;IACtE,4BAA4B,oCAAoC;IAChE,oBAAoB,6BAA6B;IACjD,iBAAiB,yBAAyB;IAC1C,uCAAuC,kDAAkD;IACzF,kCAAkC,6CAA6C;IAC/E,uCAAuC,kDAAkD;IACzF,sBAAsB,6BAA6B;IACnD,uBAAuB,+BAA+B;IACtD,mBAAmB,2BAA2B;IAC9C,gCAAgC,yCAAyC;IACzE,6CAA6C,uDAAuD;IACpG,gDAAgD,4DAA4D;IAC5G,wDAAwD,oEAAoE;IAC5H,sBAAsB,6BAA6B;IAGnD,WAAW,iBAAiB;IAC5B,eAAe,qBAAqB;IACpC,UAAU,gBAAgB;IAG1B,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IACzC,8BAA8B,uCAAuC;IACrE,0BAA0B,mCAAmC;IAC7D,aAAa,oBAAoB;IAGjC,yBAAyB,iCAAiC;IAC1D,0BAA0B,mCAAmC;IAG7D,0BAA0B,kCAAkC;IAG5D,8BAA8B,mCAAmC;IACjE,0CAA0C,+CAA+C;IACzF,yCAAyC,8CAA8C;IACvF,2CAA2C,gDAAgD;IAC3F,4CAA4C,iDAAiD;IAC7F,4CAA4C,iDAAiD;IAC7F,qCAAqC,0CAA0C;IAC/E,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;IACnE,0BAA0B,+BAA+B;IACzD,8CAA8C,mDAAmD;IACjG,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,yCAAyC,8CAA8C;IACvF,wCAAwC,6CAA6C;IACrF,oCAAoC,yCAAyC;IAC7E,uCAAuC,4CAA4C;IACnF,oCAAoC,yCAAyC;IAC7E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,uDAAuD,4DAA4D;IACnH,mCAAmC,wCAAwC;IAC3E,iCAAiC,sCAAsC;IACvE,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IAGzC,uBAAuB,+BAA+B;IAGtD,iCAAiC,yCAAyC;IAC1E,oBAAoB,4BAA4B;IAGhD,2BAA2B,wBAAwB;IACnD,iBAAiB,wBAAwB;IACzC,2BAA2B,mCAAmC;IAC9D,cAAc,qBAAqB;IACnC,mBAAmB,4BAA4B;IAC/C,YAAY,mBAAmB;IAC/B,6BAA6B,0CAA0C;IACvE,qBAAqB,iCAAiC;IACtD,qBAAqB,8BAA8B;
|
|
1
|
+
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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"}
|
|
@@ -102,6 +102,7 @@ export var Code;
|
|
|
102
102
|
Code["userEmailAndPhoneAlreadyExist"] = "user-username-and-phone-already-exist";
|
|
103
103
|
Code["userEmailAlreadyExist"] = "user-username-already-exists";
|
|
104
104
|
Code["userPhoneAlreadyExist"] = "user-phone-already-exists";
|
|
105
|
+
Code["couldNotFindUser"] = "could-not-find-user";
|
|
105
106
|
// Cerfa
|
|
106
107
|
Code["civilityNotFound"] = "civility_not_found";
|
|
107
108
|
Code["invalidData"] = "invalidData";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,mCAAsB,CAAA;IACtB,+CAAkC,CAAA;IAClC,wCAA2B,CAAA;AAC7B,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB;AAED,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"IApiError.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n udpateTokenFailed = 'update_token_failed',\n\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IFile } from './IFile';
|
|
2
|
+
import { IPartneredAccountantTag } from './IPartneredAccountantTag';
|
|
3
|
+
import { IVat } from './IVat';
|
|
4
|
+
export interface IPartneredAccountant {
|
|
5
|
+
id?: number;
|
|
6
|
+
idUser: number;
|
|
7
|
+
name: string;
|
|
8
|
+
address: string;
|
|
9
|
+
zipCode: string;
|
|
10
|
+
city: string;
|
|
11
|
+
yearOfOrderRegistration: number;
|
|
12
|
+
schedules?: string;
|
|
13
|
+
description: string;
|
|
14
|
+
idVAT: number;
|
|
15
|
+
idLogo?: number;
|
|
16
|
+
logoColor?: string;
|
|
17
|
+
idBanner?: number;
|
|
18
|
+
videoLink?: string;
|
|
19
|
+
createdAt?: Date;
|
|
20
|
+
updatedAt?: Date;
|
|
21
|
+
deletedAt?: Date | null;
|
|
22
|
+
VAT?: IVat;
|
|
23
|
+
logo?: IFile;
|
|
24
|
+
banner?: IFile;
|
|
25
|
+
partneredAccountantTags?: IPartneredAccountantTag[];
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=IPartneredAccountant.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountant.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAC,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB,EAAE,MAAM,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,uBAAuB,CAAC,EAAE,uBAAuB,EAAE,CAAA;CACpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountant.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountant.ts"],"names":[],"mappings":"","sourcesContent":["import { IFile } from './IFile';\nimport { IPartneredAccountantTag } from './IPartneredAccountantTag';\nimport { IVat } from './IVat';\n\nexport interface IPartneredAccountant {\n id?: number;\n idUser: number;\n name: string;\n address: string;\n zipCode:string;\n city: string;\n yearOfOrderRegistration: number;\n schedules?: string;\n description: string;\n idVAT: number;\n idLogo?: number;\n logoColor?: string;\n idBanner?: number;\n videoLink?: string;\n\n createdAt?: Date;\n updatedAt?: Date;\n deletedAt?: Date | null;\n\n // Associations\n VAT?: IVat;\n logo?: IFile;\n banner?: IFile;\n partneredAccountantTags?: IPartneredAccountantTag[]\n}"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PartneredAccountantServiceState } from '../../Enum/PartneredAccountantServiceState';
|
|
2
|
+
import { IPartneredAccountantService } from './IPartneredAccountantService';
|
|
3
|
+
import { ISociety } from './ISociety';
|
|
4
|
+
export interface IPartneredAccountantCompanyService {
|
|
5
|
+
id?: number;
|
|
6
|
+
idPartneredAccountantService: number;
|
|
7
|
+
idSociety: number;
|
|
8
|
+
state: PartneredAccountantServiceState;
|
|
9
|
+
preTaxPrice?: number;
|
|
10
|
+
notes?: string;
|
|
11
|
+
createdAt?: Date;
|
|
12
|
+
updatedAt?: Date;
|
|
13
|
+
deletedAt?: Date | null;
|
|
14
|
+
partneredAccountantService: IPartneredAccountantService;
|
|
15
|
+
society: ISociety;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=IPartneredAccountantCompanyService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantCompanyService.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantCompanyService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,4CAA4C,CAAC;AAC7F,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,kCAAkC;IACjD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,4BAA4B,EAAE,MAAM,CAAC;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,+BAA+B,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,0BAA0B,EAAE,2BAA2B,CAAC;IACxD,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantCompanyService.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantCompanyService.ts"],"names":[],"mappings":"","sourcesContent":["import { PartneredAccountantServiceState } from '../../Enum/PartneredAccountantServiceState';\nimport { IPartneredAccountantService } from './IPartneredAccountantService';\nimport { ISociety } from './ISociety';\n\nexport interface IPartneredAccountantCompanyService {\n id?: number;\n idPartneredAccountantService: number;\n idSociety: number;\n state: PartneredAccountantServiceState;\n preTaxPrice?: number;\n notes?: string;\n\n createdAt?: Date;\n updatedAt?: Date;\n deletedAt?: Date | null;\n\n // Associations\n partneredAccountantService: IPartneredAccountantService;\n society: ISociety;\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IFile } from './IFile';
|
|
2
|
+
import { IPartneredAccountant } from './IPartneredAccountant';
|
|
3
|
+
export interface IPartneredAccountantPicture {
|
|
4
|
+
id?: number;
|
|
5
|
+
idPartneredAccountant: number;
|
|
6
|
+
idFile: number;
|
|
7
|
+
createdAt?: number;
|
|
8
|
+
updatedAt?: number;
|
|
9
|
+
partneredAccountant?: IPartneredAccountant;
|
|
10
|
+
file?: IFile;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=IPartneredAccountantPicture.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantPicture.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantPicture.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,MAAM,WAAW,2BAA2B;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qBAAqB,EAAE,MAAM,CAAC;IAC9B,MAAM,EAAE,MAAM,CAAC;IAEf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,mBAAmB,CAAC,EAAE,oBAAoB,CAAC;IAC3C,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantPicture.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantPicture.ts"],"names":[],"mappings":"","sourcesContent":["import { IFile } from './IFile';\nimport { IPartneredAccountant } from './IPartneredAccountant';\n\nexport interface IPartneredAccountantPicture {\n id?: number;\n idPartneredAccountant: number;\n idFile: number;\n\n createdAt?: number;\n updatedAt?: number;\n\n // Associations\n partneredAccountant?: IPartneredAccountant;\n file?: IFile;\n}"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IPartneredAccountant } from './IPartneredAccountant';
|
|
2
|
+
export interface IPartneredAccountantService {
|
|
3
|
+
id?: number;
|
|
4
|
+
name: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
preTaxPrice: number;
|
|
7
|
+
idPartneredAccountant: number;
|
|
8
|
+
createdAt?: Date;
|
|
9
|
+
updatedAt?: Date;
|
|
10
|
+
deletedAt?: Date | null;
|
|
11
|
+
partneredAccountant?: IPartneredAccountant;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=IPartneredAccountantService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantService.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,MAAM,WAAW,2BAA2B;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAE9B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantService.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantService.ts"],"names":[],"mappings":"","sourcesContent":["import { IPartneredAccountant } from './IPartneredAccountant';\n\nexport interface IPartneredAccountantService {\n id?: number;\n name: string;\n description?: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n\n createdAt?: Date;\n updatedAt?: Date;\n deletedAt?: Date | null;\n\n // Associations\n partneredAccountant?: IPartneredAccountant;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantTag.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantTag.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IAEd,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantTag.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantTag.ts"],"names":[],"mappings":"","sourcesContent":["export interface IPartneredAccountantTag {\n id?: number;\n name: string;\n color: string;\n\n createdAt?: Date;\n updatedAt?: Date;\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IPartneredAccountantTag } from './IPartneredAccountantTag';
|
|
2
|
+
import { IPartneredAccountant } from './IPartneredAccountant';
|
|
3
|
+
export interface IPartneredAccountantToTag {
|
|
4
|
+
id?: number;
|
|
5
|
+
idPartneredAccountant: number;
|
|
6
|
+
idPartneredAccountantTag: number;
|
|
7
|
+
createdAt?: number;
|
|
8
|
+
updatedAt?: number;
|
|
9
|
+
partneredAccountant?: IPartneredAccountant;
|
|
10
|
+
partneredAccountantTag?: IPartneredAccountantTag;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=IPartneredAccountantToTag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantToTag.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantToTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,MAAM,WAAW,yBAAyB;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qBAAqB,EAAE,MAAM,CAAC;IAC9B,wBAAwB,EAAE,MAAM,CAAC;IAEjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,mBAAmB,CAAC,EAAE,oBAAoB,CAAC;IAC3C,sBAAsB,CAAC,EAAE,uBAAuB,CAAC;CAClD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantToTag.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantToTag.ts"],"names":[],"mappings":"","sourcesContent":["import { IPartneredAccountantTag } from './IPartneredAccountantTag';\nimport { IPartneredAccountant } from './IPartneredAccountant';\n\nexport interface IPartneredAccountantToTag {\n id?: number;\n idPartneredAccountant: number;\n idPartneredAccountantTag: number;\n\n createdAt?: number;\n updatedAt?: number;\n\n // Associations\n partneredAccountant?: IPartneredAccountant;\n partneredAccountantTag?: IPartneredAccountantTag;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISalariesFile.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISalariesFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,uBAAuB,EAAE,MAAM,CAAC;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"ISalariesFile.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISalariesFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,uBAAuB,EAAE,MAAM,CAAC;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISalariesFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISalariesFile.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { IAccountingTransaction } from './IAccountingTransaction';\n\nexport interface ISalariesFile {\n id?: number;\n idFile: number;\n idAccountingTransaction: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n file?: IFile;\n accountingTransaction?: IAccountingTransaction;\n society?: ISociety;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"ISalariesFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISalariesFile.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { IAccountingTransaction } from './IAccountingTransaction';\n\nexport interface ISalariesFile {\n id?: number;\n idFile: number;\n idAccountingTransaction: number;\n idSociety: number;\n datePeriodStart?: Date | null;\n datePeriodEnd?: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n file?: IFile;\n accountingTransaction?: IAccountingTransaction;\n society?: ISociety;\n}\n"]}
|
|
@@ -40,7 +40,7 @@ import { ISocietyJuridical } from './ISocietyJuridical';
|
|
|
40
40
|
import { IPaymentWaiting } from './IPaymentWaiting';
|
|
41
41
|
import { IExercice } from './IExercice';
|
|
42
42
|
import { IWebMail } from './IWebMail';
|
|
43
|
-
import {
|
|
43
|
+
import { ISocietyProceding } from './ISocietyProceding';
|
|
44
44
|
import { ISocietyAction } from './ISocietyAction';
|
|
45
45
|
import { ISocietyStat } from './ISocietyStat';
|
|
46
46
|
import { ISurvey } from './ISurvey';
|
|
@@ -176,7 +176,7 @@ export interface ISociety {
|
|
|
176
176
|
paymentWaitings?: IPaymentWaiting[];
|
|
177
177
|
societyExercices?: IExercice[];
|
|
178
178
|
webmailMails?: IWebMail[];
|
|
179
|
-
|
|
179
|
+
societyProcedings?: ISocietyProceding[];
|
|
180
180
|
societyActions?: ISocietyAction[];
|
|
181
181
|
societyStats?: ISocietyStat[];
|
|
182
182
|
survey?: ISurvey[];
|