@silexpert/core 1.1.261 → 1.1.263
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/dist/cjs/api/resources/BankAccount.d.ts +2 -1
- package/dist/cjs/api/resources/BankAccount.d.ts.map +1 -1
- package/dist/cjs/api/resources/BankAccount.js +3 -0
- package/dist/cjs/api/resources/BankAccount.js.map +1 -1
- package/dist/cjs/api/resources/Registration.d.ts +1 -1
- package/dist/cjs/api/resources/Registration.d.ts.map +1 -1
- package/dist/cjs/api/resources/Registration.js +2 -2
- package/dist/cjs/api/resources/Registration.js.map +1 -1
- package/dist/cjs/api/resources/Vat.d.ts +1 -1
- package/dist/cjs/api/resources/Vat.d.ts.map +1 -1
- package/dist/cjs/api/resources/Vat.js +2 -2
- package/dist/cjs/api/resources/Vat.js.map +1 -1
- package/dist/cjs/types/Enum/Country.d.ts +3 -2
- package/dist/cjs/types/Enum/Country.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Country.js +4 -2
- package/dist/cjs/types/Enum/Country.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +2 -1
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +2 -0
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Create.d.ts +4 -0
- package/dist/cjs/types/Interface/api/bankAccount/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Create.js +16 -1
- package/dist/cjs/types/Interface/api/bankAccount/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Delete.d.ts +14 -0
- package/dist/cjs/types/Interface/api/bankAccount/Delete.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/bankAccount/Delete.js +78 -0
- package/dist/cjs/types/Interface/api/bankAccount/Delete.js.map +1 -0
- package/dist/cjs/types/Interface/api/bankAccount/Query.d.ts +5 -12
- package/dist/cjs/types/Interface/api/bankAccount/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Query.js +27 -40
- package/dist/cjs/types/Interface/api/bankAccount/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Update.d.ts +7 -0
- package/dist/cjs/types/Interface/api/bankAccount/Update.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/bankAccount/{QueryBankAccount.js → Update.js} +24 -22
- package/dist/cjs/types/Interface/api/bankAccount/Update.js.map +1 -0
- package/dist/cjs/types/Interface/api/registration/QueryRegistration.d.ts +1 -0
- package/dist/cjs/types/Interface/api/registration/QueryRegistration.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/registration/QueryRegistration.js +7 -0
- package/dist/cjs/types/Interface/api/registration/QueryRegistration.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -2
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -2
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/email.js +1 -1
- package/dist/cjs/utils/email.js.map +1 -1
- package/dist/cjs/utils/vat/registration.d.ts.map +1 -1
- package/dist/cjs/utils/vat/registration.js +4 -0
- package/dist/cjs/utils/vat/registration.js.map +1 -1
- package/dist/mjs/api/resources/BankAccount.d.ts +2 -1
- package/dist/mjs/api/resources/BankAccount.d.ts.map +1 -1
- package/dist/mjs/api/resources/BankAccount.js +3 -0
- package/dist/mjs/api/resources/BankAccount.js.map +1 -1
- package/dist/mjs/api/resources/Registration.d.ts +1 -1
- package/dist/mjs/api/resources/Registration.d.ts.map +1 -1
- package/dist/mjs/api/resources/Registration.js +5 -2
- package/dist/mjs/api/resources/Registration.js.map +1 -1
- package/dist/mjs/api/resources/Vat.d.ts +1 -1
- package/dist/mjs/api/resources/Vat.d.ts.map +1 -1
- package/dist/mjs/api/resources/Vat.js +5 -2
- package/dist/mjs/api/resources/Vat.js.map +1 -1
- package/dist/mjs/types/Enum/Country.d.ts +3 -2
- package/dist/mjs/types/Enum/Country.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Country.js +4 -2
- package/dist/mjs/types/Enum/Country.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +2 -1
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +2 -0
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Interface/api/bankAccount/Create.d.ts +4 -0
- package/dist/mjs/types/Interface/api/bankAccount/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/bankAccount/Create.js +18 -2
- package/dist/mjs/types/Interface/api/bankAccount/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/bankAccount/Delete.d.ts +14 -0
- package/dist/mjs/types/Interface/api/bankAccount/Delete.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/bankAccount/Delete.js +81 -0
- package/dist/mjs/types/Interface/api/bankAccount/Delete.js.map +1 -0
- package/dist/mjs/types/Interface/api/bankAccount/Query.d.ts +5 -12
- package/dist/mjs/types/Interface/api/bankAccount/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/bankAccount/Query.js +29 -46
- package/dist/mjs/types/Interface/api/bankAccount/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/bankAccount/Update.d.ts +7 -0
- package/dist/mjs/types/Interface/api/bankAccount/Update.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/bankAccount/{QueryBankAccount.js → Update.js} +28 -25
- package/dist/mjs/types/Interface/api/bankAccount/Update.js.map +1 -0
- package/dist/mjs/types/Interface/api/registration/QueryRegistration.d.ts +1 -0
- package/dist/mjs/types/Interface/api/registration/QueryRegistration.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/registration/QueryRegistration.js +8 -0
- package/dist/mjs/types/Interface/api/registration/QueryRegistration.js.map +1 -1
- package/dist/mjs/types/index.d.ts +2 -2
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +2 -2
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/email.js +1 -1
- package/dist/mjs/utils/email.js.map +1 -1
- package/dist/mjs/utils/vat/registration.d.ts.map +1 -1
- package/dist/mjs/utils/vat/registration.js +4 -0
- package/dist/mjs/utils/vat/registration.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BankAccount.ts +5 -1
- package/ts/api/resources/Registration.ts +5 -2
- package/ts/api/resources/Vat.ts +5 -2
- package/ts/types/Enum/Country.ts +4 -2
- package/ts/types/Enum/Ged.ts +2 -0
- package/ts/types/Interface/api/bankAccount/Create.ts +14 -2
- package/ts/types/Interface/api/bankAccount/Delete.ts +55 -0
- package/ts/types/Interface/api/bankAccount/Query.ts +22 -30
- package/ts/types/Interface/api/bankAccount/Update.ts +26 -0
- package/ts/types/Interface/api/registration/QueryRegistration.ts +6 -0
- package/ts/types/index.ts +2 -2
- package/ts/utils/email.ts +1 -1
- package/ts/utils/vat/registration.ts +4 -0
- package/dist/cjs/types/Interface/api/bankAccount/ImportBankAccount.d.ts +0 -5
- package/dist/cjs/types/Interface/api/bankAccount/ImportBankAccount.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/bankAccount/ImportBankAccount.js +0 -30
- package/dist/cjs/types/Interface/api/bankAccount/ImportBankAccount.js.map +0 -1
- package/dist/cjs/types/Interface/api/bankAccount/QueryBankAccount.d.ts +0 -6
- package/dist/cjs/types/Interface/api/bankAccount/QueryBankAccount.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/bankAccount/QueryBankAccount.js.map +0 -1
- package/dist/mjs/types/Interface/api/bankAccount/ImportBankAccount.d.ts +0 -5
- package/dist/mjs/types/Interface/api/bankAccount/ImportBankAccount.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/bankAccount/ImportBankAccount.js +0 -28
- package/dist/mjs/types/Interface/api/bankAccount/ImportBankAccount.js.map +0 -1
- package/dist/mjs/types/Interface/api/bankAccount/QueryBankAccount.d.ts +0 -6
- package/dist/mjs/types/Interface/api/bankAccount/QueryBankAccount.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/bankAccount/QueryBankAccount.js.map +0 -1
- package/ts/types/Interface/api/bankAccount/ImportBankAccount.ts +0 -14
- package/ts/types/Interface/api/bankAccount/QueryBankAccount.ts +0 -27
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,UAAU,IAAI;IACd,OAAO,IAAI;IACX,IAAI,IAAI;IACR,cAAc,IAAI;CACnB;AAED,oBAAY,SAAS;IACnB,IAAI,IAAI;IACR,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,UAAU,IAAI;IACd,mBAAmB,IAAI;IACvB,GAAG,KAAK;IACR,eAAe,KAAK;IACpB,QAAQ,KAAK;IACb,6BAA6B,KAAK;IAClC,UAAU,KAAK;IACf,MAAM,KAAK;IACX,SAAS,KAAK;IACd,GAAG,KAAK;IACR,GAAG,KAAK;IACR,gBAAgB,KAAK;IACrB,UAAU,KAAK;IACf,gBAAgB,KAAK;IACrB,KAAK,KAAK;IACV,QAAQ,KAAK;IACb,gBAAgB,KAAK;IACrB,UAAU,KAAK;IACf,aAAa,KAAK;IAClB,SAAS,KAAK;IACd,4BAA4B,KAAK;IACjC,aAAa,KAAK;IAClB,mBAAmB,KAAK;IACxB,YAAY,KAAK;IACjB,QAAQ,KAAK;IACb,cAAc,KAAK;IACnB,aAAa,KAAK;IAClB,cAAc,KAAK;IACnB,SAAS,KAAK;IACd,cAAc,KAAK;IACnB,wBAAwB,KAAK;IAC7B,SAAS,KAAK;IACd,UAAU,KAAK;IACf,oBAAoB,KAAK;IACzB,aAAa,KAAK;IAClB,kBAAkB,KAAK;
|
|
1
|
+
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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"}
|
|
@@ -53,6 +53,7 @@ var GedFolder;
|
|
|
53
53
|
GedFolder[GedFolder["EMPLOYEMENT_CONTRACT"] = 43] = "EMPLOYEMENT_CONTRACT";
|
|
54
54
|
GedFolder[GedFolder["EXIT_DOCUMENT"] = 44] = "EXIT_DOCUMENT";
|
|
55
55
|
GedFolder[GedFolder["JEDECLARE_MANDATES"] = 45] = "JEDECLARE_MANDATES";
|
|
56
|
+
GedFolder[GedFolder["COMPANY_PASSWORD_SERVICE"] = 46] = "COMPANY_PASSWORD_SERVICE";
|
|
56
57
|
})(GedFolder = exports.GedFolder || (exports.GedFolder = {}));
|
|
57
58
|
var TypeFile;
|
|
58
59
|
(function (TypeFile) {
|
|
@@ -359,6 +360,7 @@ exports.GedFolderList = [
|
|
|
359
360
|
{ id: GedFolder.EMPLOYEMENT_CONTRACT, name: 'Contrats de travail & avenants', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
360
361
|
{ id: GedFolder.EXIT_DOCUMENT, name: 'Documents de sorties', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
361
362
|
{ id: GedFolder.JEDECLARE_MANDATES, name: 'Mandat JeDeclare', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
363
|
+
{ id: GedFolder.COMPANY_PASSWORD_SERVICE, name: 'Mot de passe service entreprise', isVisibleForClient: false, idGedCategory: GedCategory.COMPANY },
|
|
362
364
|
];
|
|
363
365
|
exports.gedCategoryWithName = [
|
|
364
366
|
{ idGedCategory: GedCategory.COMPANY, name: 'Entreprise' },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n LDM = 2,\n RIB_MANDATES = 3,\n BALANCE_GL = 5,\n CLOSE_BALANCE_SHEET = 7,\n VAT = 10,\n IS_DECLARATIONS = 11,\n STATUTES = 13,\n TRAINING_AND_PROFESSIONAL_TAX = 14,\n DADS_U_DUE = 15,\n URSSAF = 16,\n PAY_SLIPS = 17,\n TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n CONTRACTS_LEASES = 20,\n INSURANCES = 22,\n CABINET_INVOICES = 23,\n OTHER = 24,\n VEHICLES = 25,\n BORROWING_TABLES = 26,\n RSI_URSSAF = 27,\n GA_BALANCE_PV = 28,\n SLIPS_CFE = 29,\n APPENDIX_PROVIDERS_CUSTOMERS = 30,\n MISCELLANEOUS = 31,\n LEGAL_ANNOUNCEMENTS = 32,\n CERTIFICATES = 33,\n PARTNERS = 34,\n INCOMING_MAILS = 35,\n OUTGOING_MAIL = 36,\n BANK_STATEMENT = 37,\n FORMALISM = 38,\n PENDING_POINTS = 39,\n BALANCE_GL_JOURNALS_YEAR = 40,\n JURIDICAL = 41,\n SUBVENTION = 42,\n EMPLOYEMENT_CONTRACT = 43,\n EXIT_DOCUMENT = 44,\n JEDECLARE_MANDATES = 45,\n}\n\nexport enum TypeFile {\n ASSURANCE = 1,\n EMPRUNT = 2,\n CREDIT_BAIL = 3,\n BANQUE = 4,\n CAISSE = 5,\n RELEVE = 6,\n PV_AG = 7,\n CONVENTION = 8,\n AUTRE_CONVENTION = 9,\n RECIPROCITE = 10,\n CA = 11,\n SUBVENTION = 12,\n CFE = 13,\n TAXE = 14,\n PENALITE = 15,\n TVA = 16,\n ATTESTATION = 17,\n STOCK = 18,\n FACTURE_FOURNISSEUR = 19,\n FACTURE_CLIENT = 20,\n AUTRE_FACTURE = 21,\n CARTE_GRISE = 22,\n CA_TO_SIGN = 23,\n CCA_TO_SIGN = 24,\n INVENTORY_TO_SIGN = 25,\n FUND_TO_SIGN = 26,\n SUPPLIER_BOOK_TO_SIGN = 27,\n CLIENT_BOOK_TO_SIGN = 28,\n STATUTES_PROJECT = 29,\n IDENTITY_CARD_RECTO = 30,\n IDENTITY_CARD_VERSO = 31,\n RESIDENCE_CERTIFICATE = 32,\n NO_CONDEMNATION = 33,\n CAPITAL_DEPOSIT = 34,\n DOMICILIATION = 35,\n DEFINITIVE_STATUTES = 36,\n LEGAL_ANNOUNCEMENT = 37,\n DEPOSIT_GREFFE = 38,\n LAST_TAX_NOTICE_OR_CERTIFICATE_OF_PURCHASE_WITHOUT_PRICE = 39,\n COMMERCIAL_OR_PROFESSIONAL_LEASE = 40,\n COPY_OF_DEGREE_FOR_PROFESSIONAL_ACTIVITY = 41,\n PROOF_OF_THREE_YEARS_EXPERIENCE = 42,\n PROMISE_TO_HIRE = 43,\n RECEIPT_FOR_OPENING_OR_TRANSFER_OF_LIQUOR_LICENSE = 44,\n CERTIFICATE_OF_REGISTRATION_WITH_THE_PROFESSIONAL_ORDER = 45,\n COPY_OF_BUSINESS_CARD = 46,\n COPY_OF_PARKING_AUTHORIZATION = 47,\n COPY_OF_FIRST_SIGNED_SALES_AGENT_CONTRACT = 48,\n DISTRIBUTION_OF_SHARE = 49,\n CERTIFICATE_OF_AVAILABILITY = 50,\n DECLARATION_OF_NON_CONVICTION = 51,\n AUTHORIZATION = 52,\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n IDENTITY_CARD = 2,\n KBIS = 3,\n RIB = 4,\n FISCAL_MEMENTO = 5,\n SEPA = 6,\n PLAQUETTE = 7,\n M0 = 8,\n DBE = 9,\n OTHER = 10,\n SIRENE = 11, // Inscription au répertoire SIRENE / Répertoire des métiers\n PATRIMONY = 12, // Déclaration du patrimoine affectée\n DBE2 = 13, // 13,'Déclaration des bénéficiaires effectifs'\n DISTRIBUTION_OF_SHARE = 14, // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE = 15, // 15,'Récépissé d’inscription de l’association en préfecture'\n REPRESENTATIVE_OF_THE_ASSOCIATION = 16, // 16,'Liste des représentants de l’association'\n RULES_OF_PROCEDURE = 17, // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n PERSONNAL_RIB = 21, // RIB PERSO,\n FISCAL_BUNDLE = 22, // LIASSE FISCALE\n}\n\nexport const SignFileDetail = [\n {\n id: TypeFile.CA_TO_SIGN,\n name: 'CA',\n },\n {\n id: TypeFile.CCA_TO_SIGN,\n name: 'CCA',\n },\n {\n id: TypeFile.INVENTORY_TO_SIGN,\n name: 'Inventaire',\n },\n {\n id: TypeFile.FUND_TO_SIGN,\n name: 'Caisse',\n },\n {\n id: TypeFile.SUPPLIER_BOOK_TO_SIGN,\n name: 'Grand Livre fournisseur',\n },\n {\n id: TypeFile.CLIENT_BOOK_TO_SIGN,\n name: 'Grand Livre client',\n },\n];\n\nexport const JuridicalSignFileDetail = [\n {\n id: TypeFile.STATUTES_PROJECT,\n name: 'Statut définitif',\n idGedFolder: GedFolder.JURIDICAL,\n },\n {\n id: TypeFile.DISTRIBUTION_OF_SHARE,\n name: 'Liste des souscripteurs',\n idGedFolder: GedFolder.JURIDICAL,\n },\n {\n id: TypeFile.CERTIFICATE_OF_AVAILABILITY,\n name: 'Attestation de mise à disposition',\n idGedFolder: GedFolder.JURIDICAL,\n },\n {\n id: TypeFile.DECLARATION_OF_NON_CONVICTION,\n name: 'Déclaration de non condamnation',\n idGedFolder: GedFolder.JURIDICAL,\n forEachLeader: true,\n },\n {\n id: TypeFile.AUTHORIZATION,\n name: 'Pouvoir',\n idGedFolder: GedFolder.JURIDICAL,\n },\n];\n\nexport const JuridicalJuristFile = [\n {\n id: TypeFile.DEFINITIVE_STATUTES,\n title: 'Statut définitif',\n idGedFolder: GedFolder.JURIDICAL,\n },\n {\n id: TypeFile.LEGAL_ANNOUNCEMENT,\n title: 'Attestation annonce légale',\n idGedFolder: GedFolder.LEGAL_ANNOUNCEMENTS,\n },\n {\n id: TypeFile.DEPOSIT_GREFFE,\n title: 'Attestation dépôt Greffe',\n idGedFolder: GedFolder.JURIDICAL,\n },\n];\n\nexport const GedFileTypeDetail = {\n STATUTES: {\n id: GedFileType.STATUTES,\n name: 'Statuts',\n idGedFolder: GedFolder.KBIS,\n },\n IDENTITY_CARD: {\n id: GedFileType.IDENTITY_CARD,\n name: 'Carte d\\'identité',\n idGedFolder: GedFolder.KBIS,\n },\n KBIS: {\n id: GedFileType.KBIS,\n name: 'KBis',\n idGedFolder: GedFolder.KBIS,\n },\n RIB: {\n id: GedFileType.RIB,\n name: 'RIB',\n idGedFolder: GedFolder.RIB_MANDATES,\n },\n FISCAL_MEMENTO: {\n id: GedFileType.FISCAL_MEMENTO,\n name: 'Memento fiscal',\n idGedFolder: GedFolder.KBIS,\n },\n SEPA: {\n id: GedFileType.SEPA,\n name: 'SEPA',\n idGedFolder: GedFolder.RIB_MANDATES,\n },\n PLAQUETTE: {\n id: GedFileType.PLAQUETTE,\n name: 'Plaquette',\n idGedFolder: GedFolder.LDM,\n },\n M0: {\n id: GedFileType.M0,\n name: 'M0',\n idGedFolder: GedFolder.KBIS,\n },\n // NE PLUS UTILISER\n // Passer par DBE2\n DBE: {\n id: GedFileType.DBE,\n name: 'DBE',\n idGedFolder: GedFolder.KBIS,\n },\n OTHER: {\n id: GedFileType.OTHER,\n name: 'Autres',\n idGedFolder: GedFolder.AGM,\n },\n SIRENE: {\n id: GedFileType.SIRENE,\n name: 'Inscription au répertoire SIRENE / Répertoire des métiers',\n idGedFolder: GedFolder.KBIS,\n },\n PATRIMONY: {\n id: GedFileType.PATRIMONY,\n name: 'Déclaration du patrimoine affectée',\n idGedFolder: GedFolder.KBIS,\n },\n DBE2: {\n id: GedFileType.DBE2,\n name: 'Déclaration des bénéficiaires effectifs',\n idGedFolder: GedFolder.KBIS,\n },\n DISTRIBUTION_OF_SHARE: {\n id: GedFileType.DISTRIBUTION_OF_SHARE,\n name: 'Liste des souscripteurs pour connaître la répartition des actions',\n idGedFolder: GedFolder.STATUTES,\n },\n REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE: {\n id: GedFileType.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,\n name: 'Récépissé d’inscription de l’association en préfecture',\n idGedFolder: GedFolder.KBIS,\n },\n REPRESENTATIVE_OF_THE_ASSOCIATION: {\n id: GedFileType.REPRESENTATIVE_OF_THE_ASSOCIATION,\n name: 'Liste des représentants de l’association',\n idGedFolder: GedFolder.KBIS,\n },\n RULES_OF_PROCEDURE: {\n id: GedFileType.RULES_OF_PROCEDURE,\n name: 'Règlement intérieur',\n idGedFolder: GedFolder.STATUTES,\n },\n REVISION_GUIDE: {\n id: GedFileType.REVISION_GUIDE,\n name: 'Guide de révision',\n idGedFolder: GedFolder.PENDING_POINTS,\n },\n SUMMARY_NOTE: {\n id: GedFileType.SUMMARY_NOTE,\n name: 'Notes de synthèse',\n idGedFolder: GedFolder.FORMALISM,\n },\n BALANCESHEET_NOTE: {\n id: GedFileType.BALANCESHEET_NOTE,\n name: 'Notes de bilan',\n idGedFolder: GedFolder.FORMALISM,\n },\n PERSONNAL_RIB: {\n id: GedFileType.PERSONNAL_RIB,\n name: 'RIB Personnel',\n idGedFolder: GedFolder.RIB_MANDATES,\n },\n FISCAL_BUNDLE: {\n id: GedFileType.FISCAL_BUNDLE,\n name: 'Document Comptable N-1',\n idGedFolder: GedFolder.CLOSE_BALANCE_SHEET,\n },\n};\n\nexport const GedFolderList: Array<{ id: GedFolder, isVisibleForClient: boolean; idGedCategory: GedCategory; name: string }> = [\n { id: GedFolder.KBIS, name: 'K-bis & Carte d\\'identité & Mémento fiscal', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.BALANCE_GL, name: 'Balance-GL Journaux', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.CLOSE_BALANCE_SHEET, name: 'Clôtures & Bilans', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.VAT, name: 'Déclarations de TVA', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.IS_DECLARATIONS, name: 'Déclarations d\\'IS', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX, name: 'Formation et taxe professionnelle', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.PAY_SLIPS, name: 'Bulletins de salaires', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.AGM, name: 'PV d\\'AG', isVisibleForClient: true,\tidGedCategory: GedCategory.JURIDIC },\n { id: GedFolder.CONTRACTS_LEASES, name: 'Contrats & Baux', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.CABINET_INVOICES, name: 'Factures Cabinet', isVisibleForClient: true,\tidGedCategory: GedCategory.BILLING },\n { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.BORROWING_TABLES, name: 'Tableaux d’emprunts', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.GA_BALANCE_PV, name: 'Bilan & PV d’AG antérieur', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.SLIPS_CFE, name: 'Bordereaux pour la CFE', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS, name: 'Annexes fournisseurs/clients', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.MISCELLANEOUS, name: 'Divers', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.LEGAL_ANNOUNCEMENTS, name: 'Annonces Légales', isVisibleForClient: true,\tidGedCategory: GedCategory.JURIDIC },\n { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.INCOMING_MAILS, name: 'Courriers entrants', isVisibleForClient: true,\tidGedCategory: GedCategory.MAIL },\n { id: GedFolder.OUTGOING_MAIL, name: 'Courriers sortants', isVisibleForClient: true,\tidGedCategory: GedCategory.MAIL },\n { id: GedFolder.BANK_STATEMENT, name: 'Relevés Bancaires', isVisibleForClient: true,\tidGedCategory: GedCategory.BANK_STATEMENT },\n { id: GedFolder.FORMALISM, name: 'Formalisme', isVisibleForClient:false,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.PENDING_POINTS, name: 'Points en suspens', isVisibleForClient:false,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.BALANCE_GL_JOURNALS_YEAR, name: 'Balance-GL Journaux Année N-1', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true,\tidGedCategory: GedCategory.JURIDIC },\n { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.EMPLOYEMENT_CONTRACT, name: 'Contrats de travail & avenants', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.EXIT_DOCUMENT, name: 'Documents de sorties', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.JEDECLARE_MANDATES, name: 'Mandat JeDeclare', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n];\n\nexport const gedCategoryWithName: Array<{ idGedCategory: number, name: string }> = [\n { idGedCategory: GedCategory.COMPANY, name: 'Entreprise' },\n { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité' },\n { idGedCategory: GedCategory.SOCIAL, name: 'Social' },\n { idGedCategory: GedCategory.JURIDIC, name: 'Juridique' },\n { idGedCategory: GedCategory.GENERALITY, name: 'Généralités' },\n { idGedCategory: GedCategory.BILLING, name: 'Facturation' },\n { idGedCategory: GedCategory.MAIL, name: 'Courriers' },\n { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires' },\n];"]}
|
|
1
|
+
{"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n LDM = 2,\n RIB_MANDATES = 3,\n BALANCE_GL = 5,\n CLOSE_BALANCE_SHEET = 7,\n VAT = 10,\n IS_DECLARATIONS = 11,\n STATUTES = 13,\n TRAINING_AND_PROFESSIONAL_TAX = 14,\n DADS_U_DUE = 15,\n URSSAF = 16,\n PAY_SLIPS = 17,\n TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n CONTRACTS_LEASES = 20,\n INSURANCES = 22,\n CABINET_INVOICES = 23,\n OTHER = 24,\n VEHICLES = 25,\n BORROWING_TABLES = 26,\n RSI_URSSAF = 27,\n GA_BALANCE_PV = 28,\n SLIPS_CFE = 29,\n APPENDIX_PROVIDERS_CUSTOMERS = 30,\n MISCELLANEOUS = 31,\n LEGAL_ANNOUNCEMENTS = 32,\n CERTIFICATES = 33,\n PARTNERS = 34,\n INCOMING_MAILS = 35,\n OUTGOING_MAIL = 36,\n BANK_STATEMENT = 37,\n FORMALISM = 38,\n PENDING_POINTS = 39,\n BALANCE_GL_JOURNALS_YEAR = 40,\n JURIDICAL = 41,\n SUBVENTION = 42,\n EMPLOYEMENT_CONTRACT = 43,\n EXIT_DOCUMENT = 44,\n JEDECLARE_MANDATES = 45,\n COMPANY_PASSWORD_SERVICE = 46,\n}\n\nexport enum TypeFile {\n ASSURANCE = 1,\n EMPRUNT = 2,\n CREDIT_BAIL = 3,\n BANQUE = 4,\n CAISSE = 5,\n RELEVE = 6,\n PV_AG = 7,\n CONVENTION = 8,\n AUTRE_CONVENTION = 9,\n RECIPROCITE = 10,\n CA = 11,\n SUBVENTION = 12,\n CFE = 13,\n TAXE = 14,\n PENALITE = 15,\n TVA = 16,\n ATTESTATION = 17,\n STOCK = 18,\n FACTURE_FOURNISSEUR = 19,\n FACTURE_CLIENT = 20,\n AUTRE_FACTURE = 21,\n CARTE_GRISE = 22,\n CA_TO_SIGN = 23,\n CCA_TO_SIGN = 24,\n INVENTORY_TO_SIGN = 25,\n FUND_TO_SIGN = 26,\n SUPPLIER_BOOK_TO_SIGN = 27,\n CLIENT_BOOK_TO_SIGN = 28,\n STATUTES_PROJECT = 29,\n IDENTITY_CARD_RECTO = 30,\n IDENTITY_CARD_VERSO = 31,\n RESIDENCE_CERTIFICATE = 32,\n NO_CONDEMNATION = 33,\n CAPITAL_DEPOSIT = 34,\n DOMICILIATION = 35,\n DEFINITIVE_STATUTES = 36,\n LEGAL_ANNOUNCEMENT = 37,\n DEPOSIT_GREFFE = 38,\n LAST_TAX_NOTICE_OR_CERTIFICATE_OF_PURCHASE_WITHOUT_PRICE = 39,\n COMMERCIAL_OR_PROFESSIONAL_LEASE = 40,\n COPY_OF_DEGREE_FOR_PROFESSIONAL_ACTIVITY = 41,\n PROOF_OF_THREE_YEARS_EXPERIENCE = 42,\n PROMISE_TO_HIRE = 43,\n RECEIPT_FOR_OPENING_OR_TRANSFER_OF_LIQUOR_LICENSE = 44,\n CERTIFICATE_OF_REGISTRATION_WITH_THE_PROFESSIONAL_ORDER = 45,\n COPY_OF_BUSINESS_CARD = 46,\n COPY_OF_PARKING_AUTHORIZATION = 47,\n COPY_OF_FIRST_SIGNED_SALES_AGENT_CONTRACT = 48,\n DISTRIBUTION_OF_SHARE = 49,\n CERTIFICATE_OF_AVAILABILITY = 50,\n DECLARATION_OF_NON_CONVICTION = 51,\n AUTHORIZATION = 52,\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n IDENTITY_CARD = 2,\n KBIS = 3,\n RIB = 4,\n FISCAL_MEMENTO = 5,\n SEPA = 6,\n PLAQUETTE = 7,\n M0 = 8,\n DBE = 9,\n OTHER = 10,\n SIRENE = 11, // Inscription au répertoire SIRENE / Répertoire des métiers\n PATRIMONY = 12, // Déclaration du patrimoine affectée\n DBE2 = 13, // 13,'Déclaration des bénéficiaires effectifs'\n DISTRIBUTION_OF_SHARE = 14, // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE = 15, // 15,'Récépissé d’inscription de l’association en préfecture'\n REPRESENTATIVE_OF_THE_ASSOCIATION = 16, // 16,'Liste des représentants de l’association'\n RULES_OF_PROCEDURE = 17, // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n PERSONNAL_RIB = 21, // RIB PERSO,\n FISCAL_BUNDLE = 22, // LIASSE FISCALE\n}\n\nexport const SignFileDetail = [\n {\n id: TypeFile.CA_TO_SIGN,\n name: 'CA',\n },\n {\n id: TypeFile.CCA_TO_SIGN,\n name: 'CCA',\n },\n {\n id: TypeFile.INVENTORY_TO_SIGN,\n name: 'Inventaire',\n },\n {\n id: TypeFile.FUND_TO_SIGN,\n name: 'Caisse',\n },\n {\n id: TypeFile.SUPPLIER_BOOK_TO_SIGN,\n name: 'Grand Livre fournisseur',\n },\n {\n id: TypeFile.CLIENT_BOOK_TO_SIGN,\n name: 'Grand Livre client',\n },\n];\n\nexport const JuridicalSignFileDetail = [\n {\n id: TypeFile.STATUTES_PROJECT,\n name: 'Statut définitif',\n idGedFolder: GedFolder.JURIDICAL,\n },\n {\n id: TypeFile.DISTRIBUTION_OF_SHARE,\n name: 'Liste des souscripteurs',\n idGedFolder: GedFolder.JURIDICAL,\n },\n {\n id: TypeFile.CERTIFICATE_OF_AVAILABILITY,\n name: 'Attestation de mise à disposition',\n idGedFolder: GedFolder.JURIDICAL,\n },\n {\n id: TypeFile.DECLARATION_OF_NON_CONVICTION,\n name: 'Déclaration de non condamnation',\n idGedFolder: GedFolder.JURIDICAL,\n forEachLeader: true,\n },\n {\n id: TypeFile.AUTHORIZATION,\n name: 'Pouvoir',\n idGedFolder: GedFolder.JURIDICAL,\n },\n];\n\nexport const JuridicalJuristFile = [\n {\n id: TypeFile.DEFINITIVE_STATUTES,\n title: 'Statut définitif',\n idGedFolder: GedFolder.JURIDICAL,\n },\n {\n id: TypeFile.LEGAL_ANNOUNCEMENT,\n title: 'Attestation annonce légale',\n idGedFolder: GedFolder.LEGAL_ANNOUNCEMENTS,\n },\n {\n id: TypeFile.DEPOSIT_GREFFE,\n title: 'Attestation dépôt Greffe',\n idGedFolder: GedFolder.JURIDICAL,\n },\n];\n\nexport const GedFileTypeDetail = {\n STATUTES: {\n id: GedFileType.STATUTES,\n name: 'Statuts',\n idGedFolder: GedFolder.KBIS,\n },\n IDENTITY_CARD: {\n id: GedFileType.IDENTITY_CARD,\n name: 'Carte d\\'identité',\n idGedFolder: GedFolder.KBIS,\n },\n KBIS: {\n id: GedFileType.KBIS,\n name: 'KBis',\n idGedFolder: GedFolder.KBIS,\n },\n RIB: {\n id: GedFileType.RIB,\n name: 'RIB',\n idGedFolder: GedFolder.RIB_MANDATES,\n },\n FISCAL_MEMENTO: {\n id: GedFileType.FISCAL_MEMENTO,\n name: 'Memento fiscal',\n idGedFolder: GedFolder.KBIS,\n },\n SEPA: {\n id: GedFileType.SEPA,\n name: 'SEPA',\n idGedFolder: GedFolder.RIB_MANDATES,\n },\n PLAQUETTE: {\n id: GedFileType.PLAQUETTE,\n name: 'Plaquette',\n idGedFolder: GedFolder.LDM,\n },\n M0: {\n id: GedFileType.M0,\n name: 'M0',\n idGedFolder: GedFolder.KBIS,\n },\n // NE PLUS UTILISER\n // Passer par DBE2\n DBE: {\n id: GedFileType.DBE,\n name: 'DBE',\n idGedFolder: GedFolder.KBIS,\n },\n OTHER: {\n id: GedFileType.OTHER,\n name: 'Autres',\n idGedFolder: GedFolder.AGM,\n },\n SIRENE: {\n id: GedFileType.SIRENE,\n name: 'Inscription au répertoire SIRENE / Répertoire des métiers',\n idGedFolder: GedFolder.KBIS,\n },\n PATRIMONY: {\n id: GedFileType.PATRIMONY,\n name: 'Déclaration du patrimoine affectée',\n idGedFolder: GedFolder.KBIS,\n },\n DBE2: {\n id: GedFileType.DBE2,\n name: 'Déclaration des bénéficiaires effectifs',\n idGedFolder: GedFolder.KBIS,\n },\n DISTRIBUTION_OF_SHARE: {\n id: GedFileType.DISTRIBUTION_OF_SHARE,\n name: 'Liste des souscripteurs pour connaître la répartition des actions',\n idGedFolder: GedFolder.STATUTES,\n },\n REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE: {\n id: GedFileType.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,\n name: 'Récépissé d’inscription de l’association en préfecture',\n idGedFolder: GedFolder.KBIS,\n },\n REPRESENTATIVE_OF_THE_ASSOCIATION: {\n id: GedFileType.REPRESENTATIVE_OF_THE_ASSOCIATION,\n name: 'Liste des représentants de l’association',\n idGedFolder: GedFolder.KBIS,\n },\n RULES_OF_PROCEDURE: {\n id: GedFileType.RULES_OF_PROCEDURE,\n name: 'Règlement intérieur',\n idGedFolder: GedFolder.STATUTES,\n },\n REVISION_GUIDE: {\n id: GedFileType.REVISION_GUIDE,\n name: 'Guide de révision',\n idGedFolder: GedFolder.PENDING_POINTS,\n },\n SUMMARY_NOTE: {\n id: GedFileType.SUMMARY_NOTE,\n name: 'Notes de synthèse',\n idGedFolder: GedFolder.FORMALISM,\n },\n BALANCESHEET_NOTE: {\n id: GedFileType.BALANCESHEET_NOTE,\n name: 'Notes de bilan',\n idGedFolder: GedFolder.FORMALISM,\n },\n PERSONNAL_RIB: {\n id: GedFileType.PERSONNAL_RIB,\n name: 'RIB Personnel',\n idGedFolder: GedFolder.RIB_MANDATES,\n },\n FISCAL_BUNDLE: {\n id: GedFileType.FISCAL_BUNDLE,\n name: 'Document Comptable N-1',\n idGedFolder: GedFolder.CLOSE_BALANCE_SHEET,\n },\n};\n\nexport const GedFolderList: Array<{ id: GedFolder, isVisibleForClient: boolean; idGedCategory: GedCategory; name: string }> = [\n { id: GedFolder.KBIS, name: 'K-bis & Carte d\\'identité & Mémento fiscal', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.BALANCE_GL, name: 'Balance-GL Journaux', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.CLOSE_BALANCE_SHEET, name: 'Clôtures & Bilans', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.VAT, name: 'Déclarations de TVA', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.IS_DECLARATIONS, name: 'Déclarations d\\'IS', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX, name: 'Formation et taxe professionnelle', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.PAY_SLIPS, name: 'Bulletins de salaires', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.AGM, name: 'PV d\\'AG', isVisibleForClient: true,\tidGedCategory: GedCategory.JURIDIC },\n { id: GedFolder.CONTRACTS_LEASES, name: 'Contrats & Baux', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.CABINET_INVOICES, name: 'Factures Cabinet', isVisibleForClient: true,\tidGedCategory: GedCategory.BILLING },\n { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.BORROWING_TABLES, name: 'Tableaux d’emprunts', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.GA_BALANCE_PV, name: 'Bilan & PV d’AG antérieur', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.SLIPS_CFE, name: 'Bordereaux pour la CFE', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS, name: 'Annexes fournisseurs/clients', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.MISCELLANEOUS, name: 'Divers', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.LEGAL_ANNOUNCEMENTS, name: 'Annonces Légales', isVisibleForClient: true,\tidGedCategory: GedCategory.JURIDIC },\n { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.INCOMING_MAILS, name: 'Courriers entrants', isVisibleForClient: true,\tidGedCategory: GedCategory.MAIL },\n { id: GedFolder.OUTGOING_MAIL, name: 'Courriers sortants', isVisibleForClient: true,\tidGedCategory: GedCategory.MAIL },\n { id: GedFolder.BANK_STATEMENT, name: 'Relevés Bancaires', isVisibleForClient: true,\tidGedCategory: GedCategory.BANK_STATEMENT },\n { id: GedFolder.FORMALISM, name: 'Formalisme', isVisibleForClient:false,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.PENDING_POINTS, name: 'Points en suspens', isVisibleForClient:false,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.BALANCE_GL_JOURNALS_YEAR, name: 'Balance-GL Journaux Année N-1', isVisibleForClient: true,\tidGedCategory: GedCategory.ACCOUNTING_AND_TAX },\n { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true,\tidGedCategory: GedCategory.JURIDIC },\n { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true,\tidGedCategory: GedCategory.GENERALITY },\n { id: GedFolder.EMPLOYEMENT_CONTRACT, name: 'Contrats de travail & avenants', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.EXIT_DOCUMENT, name: 'Documents de sorties', isVisibleForClient: true,\tidGedCategory: GedCategory.SOCIAL },\n { id: GedFolder.JEDECLARE_MANDATES, name: 'Mandat JeDeclare', isVisibleForClient: true,\tidGedCategory: GedCategory.COMPANY },\n { id: GedFolder.COMPANY_PASSWORD_SERVICE, name: 'Mot de passe service entreprise', isVisibleForClient: false, idGedCategory: GedCategory.COMPANY },\n];\n\nexport const gedCategoryWithName: Array<{ idGedCategory: number, name: string }> = [\n { idGedCategory: GedCategory.COMPANY, name: 'Entreprise' },\n { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité' },\n { idGedCategory: GedCategory.SOCIAL, name: 'Social' },\n { idGedCategory: GedCategory.JURIDIC, name: 'Juridique' },\n { idGedCategory: GedCategory.GENERALITY, name: 'Généralités' },\n { idGedCategory: GedCategory.BILLING, name: 'Facturation' },\n { idGedCategory: GedCategory.MAIL, name: 'Courriers' },\n { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires' },\n];"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Create.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,qBAAa,iBAAiB;IAG1B,iBAAiB,EAAE,eAAe,CAAC;IAInC,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
|
1
|
+
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Create.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,qBAAa,iBAAiB;IAG1B,iBAAiB,EAAE,eAAe,CAAC;IAInC,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,iBAAiB;IAI1B,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.CreateBankAccount = void 0;
|
|
12
|
+
exports.ImportBankAccount = exports.CreateBankAccount = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const BankAccountType_1 = require("../../../Enum/BankAccountType");
|
|
@@ -26,4 +26,19 @@ __decorate([
|
|
|
26
26
|
__metadata("design:type", String)
|
|
27
27
|
], CreateBankAccount.prototype, "name", void 0);
|
|
28
28
|
exports.CreateBankAccount = CreateBankAccount;
|
|
29
|
+
class ImportBankAccount {
|
|
30
|
+
}
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
33
|
+
(0, class_validator_1.IsDateString)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], ImportBankAccount.prototype, "startDate", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
39
|
+
(0, class_validator_1.IsDateString)(),
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], ImportBankAccount.prototype, "endDate", void 0);
|
|
43
|
+
exports.ImportBankAccount = ImportBankAccount;
|
|
29
44
|
//# sourceMappingURL=Create.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4E;AAC5E,6CAAqE;AACrE,mEAAgE;AAEhE,MAAa,iBAAiB;CAQ7B;AAPC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;4DAC6B;AAErC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;+CACI;AAPjB,8CAQC;AAED,MAAa,iBAAiB;CAU7B;AATC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;oDACQ;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;kDACM;AATrB,8CAUC","sourcesContent":["import { IsInt, IsString, IsDateString, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { BankAccountType } from '../../../Enum/BankAccountType';\n\nexport class CreateBankAccount {\n @ApiProperty()\n @IsInt()\n idBankAccountType: BankAccountType;\n\n @ApiProperty()\n @IsString()\n name: string;\n}\n\nexport class ImportBankAccount {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n}"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PartnerTransactionType } from '../../../Enum/PartnerTransactionType';
|
|
2
|
+
export declare class DeleteTransactions {
|
|
3
|
+
idBankAccount: number;
|
|
4
|
+
isLocked?: boolean;
|
|
5
|
+
isExported?: boolean;
|
|
6
|
+
startDate?: string;
|
|
7
|
+
endDate?: string;
|
|
8
|
+
deleteBankAccount?: boolean;
|
|
9
|
+
partnerTransactionTypes?: PartnerTransactionType[];
|
|
10
|
+
}
|
|
11
|
+
export declare class DeleteSocietyTransactions {
|
|
12
|
+
id: number | number[];
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=Delete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Delete.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Delete.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAG9E,qBAAa,kBAAkB;IAG3B,aAAa,EAAE,MAAM,CAAC;IAMtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAOnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAOrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAOnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAOjB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAM5B,uBAAuB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACtD;AAED,qBAAa,yBAAyB;IAElC,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACzB"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.DeleteSocietyTransactions = exports.DeleteTransactions = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
const PartnerTransactionType_1 = require("../../../Enum/PartnerTransactionType");
|
|
16
|
+
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
17
|
+
class DeleteTransactions {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, utils_1.ApiProperty)(),
|
|
21
|
+
(0, class_validator_1.IsNumber)(),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], DeleteTransactions.prototype, "idBankAccount", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
26
|
+
(0, class_validator_1.IsBoolean)(),
|
|
27
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
__metadata("design:type", Boolean)
|
|
30
|
+
], DeleteTransactions.prototype, "isLocked", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
33
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
34
|
+
(0, class_validator_1.IsBoolean)(),
|
|
35
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
36
|
+
(0, class_validator_1.IsOptional)(),
|
|
37
|
+
__metadata("design:type", Boolean)
|
|
38
|
+
], DeleteTransactions.prototype, "isExported", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
41
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
42
|
+
(0, class_validator_1.IsBoolean)(),
|
|
43
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
44
|
+
(0, class_validator_1.IsOptional)(),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], DeleteTransactions.prototype, "startDate", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
49
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
50
|
+
(0, class_validator_1.IsBoolean)(),
|
|
51
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], DeleteTransactions.prototype, "endDate", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, utils_1.ApiPropertyOptional)({ description: 'Deleting the bank account. Warning ! this delete also the transactions of the specified bank account' }),
|
|
57
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
58
|
+
(0, class_validator_1.IsBoolean)(),
|
|
59
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
60
|
+
(0, class_validator_1.IsOptional)(),
|
|
61
|
+
__metadata("design:type", Boolean)
|
|
62
|
+
], DeleteTransactions.prototype, "deleteBankAccount", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
(0, class_validator_1.IsInt)(),
|
|
67
|
+
(0, class_validator_1.IsEnum)(PartnerTransactionType_1.PartnerTransactionType),
|
|
68
|
+
__metadata("design:type", Array)
|
|
69
|
+
], DeleteTransactions.prototype, "partnerTransactionTypes", void 0);
|
|
70
|
+
exports.DeleteTransactions = DeleteTransactions;
|
|
71
|
+
class DeleteSocietyTransactions {
|
|
72
|
+
}
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, utils_1.ApiProperty)(),
|
|
75
|
+
__metadata("design:type", Object)
|
|
76
|
+
], DeleteSocietyTransactions.prototype, "id", void 0);
|
|
77
|
+
exports.DeleteSocietyTransactions = DeleteSocietyTransactions;
|
|
78
|
+
//# sourceMappingURL=Delete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Delete.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Delete.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkF;AAClF,6CAAqE;AACrE,iFAA8E;AAC9E,sFAA2E;AAE3E,MAAa,kBAAkB;CA4C9B;AA3CC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yDACa;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACQ;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACU;AAEvB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACM;AAEnB;IAAC,IAAA,2BAAmB,EAAC,EAAE,WAAW,EAAE,sGAAsG,EAAE,CAAC;IAC5I,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACiB;AAE9B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,+CAAsB,CAAC;;mEACsB;AA3CvD,gDA4CC;AAED,MAAa,yBAAyB;CAGrC;AAFC;IAAC,IAAA,mBAAW,GAAE;;qDACU;AAF1B,8DAGC","sourcesContent":["import { IsBoolean, IsEnum, IsInt, IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { PartnerTransactionType } from '../../../Enum/PartnerTransactionType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class DeleteTransactions {\n @ApiProperty()\n @IsNumber()\n idBankAccount: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isLocked?: boolean;\n\n @ApiPropertyOptional()\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isExported?: boolean;\n\n @ApiPropertyOptional()\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional({ description: 'Deleting the bank account. Warning ! this delete also the transactions of the specified bank account' })\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n deleteBankAccount?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(PartnerTransactionType)\n partnerTransactionTypes?: PartnerTransactionType[];\n}\n\nexport class DeleteSocietyTransactions {\n @ApiProperty()\n id: number | number[];\n}"]}
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
import { PartnerTransactionType } from '../../../Enum/PartnerTransactionType';
|
|
2
2
|
import { Nature } from '../../../Enum/Nature';
|
|
3
|
-
export declare class DeleteTransactions {
|
|
4
|
-
idBankAccount: number;
|
|
5
|
-
isLocked?: boolean;
|
|
6
|
-
isExported?: boolean;
|
|
7
|
-
startDate?: string;
|
|
8
|
-
endDate?: string;
|
|
9
|
-
deleteBankAccount?: boolean;
|
|
10
|
-
partnerTransactionTypes?: PartnerTransactionType[];
|
|
11
|
-
}
|
|
12
|
-
export declare class DeleteSocietyTransactions {
|
|
13
|
-
id: number | number[];
|
|
14
|
-
}
|
|
15
3
|
export type FilterByType = 'debit' | 'credit' | null;
|
|
16
4
|
export declare class QueryTransactionsForComparisonPaginated {
|
|
17
5
|
idSociety: number;
|
|
@@ -26,4 +14,9 @@ export declare class QueryTransactionsForComparisonPaginated {
|
|
|
26
14
|
minimumAmount?: number;
|
|
27
15
|
maximumAmount?: number;
|
|
28
16
|
}
|
|
17
|
+
export declare class QueryBankAccount {
|
|
18
|
+
isActivated?: boolean;
|
|
19
|
+
idBankAccountType?: number;
|
|
20
|
+
idPartnerType?: PartnerTransactionType;
|
|
21
|
+
}
|
|
29
22
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,IAAI,CAAC;AAErD,qBAAa,uCAAuC;IAGhD,SAAS,EAAE,MAAM,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAKhB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,KAAK,CAAC,EAAE,MAAM,CAAC;IAMf,UAAU,CAAC,EAAE,OAAO,CAAC;IAIrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,qBAAa,gBAAgB;IAKzB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAM3B,aAAa,CAAC,EAAE,sBAAsB,CAAC;CAC1C"}
|
|
@@ -9,50 +9,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.QueryBankAccount = exports.QueryTransactionsForComparisonPaginated = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
|
+
const PartnerTransactionType_1 = require("../../../Enum/PartnerTransactionType");
|
|
15
16
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
17
|
const Nature_1 = require("../../../Enum/Nature");
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
__decorate([
|
|
20
|
-
(0, utils_1.ApiProperty)(),
|
|
21
|
-
__metadata("design:type", Number)
|
|
22
|
-
], DeleteTransactions.prototype, "idBankAccount", void 0);
|
|
23
|
-
__decorate([
|
|
24
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
25
|
-
__metadata("design:type", Boolean)
|
|
26
|
-
], DeleteTransactions.prototype, "isLocked", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
29
|
-
__metadata("design:type", Boolean)
|
|
30
|
-
], DeleteTransactions.prototype, "isExported", void 0);
|
|
31
|
-
__decorate([
|
|
32
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
33
|
-
__metadata("design:type", String)
|
|
34
|
-
], DeleteTransactions.prototype, "startDate", void 0);
|
|
35
|
-
__decorate([
|
|
36
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
37
|
-
__metadata("design:type", String)
|
|
38
|
-
], DeleteTransactions.prototype, "endDate", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, utils_1.ApiPropertyOptional)({ description: 'Deleting the bank account. Warning ! this delete also the transactions of the specified bank account' }),
|
|
41
|
-
__metadata("design:type", Boolean)
|
|
42
|
-
], DeleteTransactions.prototype, "deleteBankAccount", void 0);
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
45
|
-
(0, class_validator_1.IsOptional)(),
|
|
46
|
-
__metadata("design:type", Array)
|
|
47
|
-
], DeleteTransactions.prototype, "partnerTransactionTypes", void 0);
|
|
48
|
-
exports.DeleteTransactions = DeleteTransactions;
|
|
49
|
-
class DeleteSocietyTransactions {
|
|
50
|
-
}
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, utils_1.ApiProperty)(),
|
|
53
|
-
__metadata("design:type", Object)
|
|
54
|
-
], DeleteSocietyTransactions.prototype, "id", void 0);
|
|
55
|
-
exports.DeleteSocietyTransactions = DeleteSocietyTransactions;
|
|
18
|
+
const BankAccountType_1 = require("../../../Enum/BankAccountType");
|
|
56
19
|
class QueryTransactionsForComparisonPaginated {
|
|
57
20
|
}
|
|
58
21
|
__decorate([
|
|
@@ -119,4 +82,28 @@ __decorate([
|
|
|
119
82
|
__metadata("design:type", Number)
|
|
120
83
|
], QueryTransactionsForComparisonPaginated.prototype, "maximumAmount", void 0);
|
|
121
84
|
exports.QueryTransactionsForComparisonPaginated = QueryTransactionsForComparisonPaginated;
|
|
85
|
+
class QueryBankAccount {
|
|
86
|
+
}
|
|
87
|
+
__decorate([
|
|
88
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
89
|
+
(0, class_validator_1.IsOptional)(),
|
|
90
|
+
(0, class_validator_1.IsBoolean)(),
|
|
91
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
92
|
+
__metadata("design:type", Boolean)
|
|
93
|
+
], QueryBankAccount.prototype, "isActivated", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
96
|
+
(0, class_validator_1.IsOptional)(),
|
|
97
|
+
(0, class_validator_1.IsInt)(),
|
|
98
|
+
(0, class_validator_1.IsEnum)(BankAccountType_1.BankAccountType),
|
|
99
|
+
__metadata("design:type", Number)
|
|
100
|
+
], QueryBankAccount.prototype, "idBankAccountType", void 0);
|
|
101
|
+
__decorate([
|
|
102
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
103
|
+
(0, class_validator_1.IsOptional)(),
|
|
104
|
+
(0, class_validator_1.IsInt)(),
|
|
105
|
+
(0, class_validator_1.IsEnum)(PartnerTransactionType_1.PartnerTransactionType),
|
|
106
|
+
__metadata("design:type", Number)
|
|
107
|
+
], QueryBankAccount.prototype, "idPartnerType", void 0);
|
|
108
|
+
exports.QueryBankAccount = QueryBankAccount;
|
|
122
109
|
//# sourceMappingURL=Query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2F;AAC3F,6CAAqE;AACrE,iFAA8E;AAC9E,sFAA2E;AAC3E,iDAA8C;AAC9C,mEAAgE;AAIhE,MAAa,uCAAuC;CAoDnD;AAnDC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;0EACS;AAEpB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;0EACS;AAEpB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;wEACO;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sEACI;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qEACG;AAEhB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uEACK;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sEACI;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;2EACW;AAEvB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;6EACW;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8EACY;AAEzB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8EACY;AAnD3B,0FAoDC;AAED,MAAa,gBAAgB;CAkB5B;AAjBC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;qDACY;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,iCAAe,CAAC;;2DACK;AAE7B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,+CAAsB,CAAC;;uDACU;AAjB3C,4CAkBC","sourcesContent":["import { IsBoolean, IsNumber, IsOptional, IsString, IsInt, IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { PartnerTransactionType } from '../../../Enum/PartnerTransactionType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { Nature } from '../../../Enum/Nature';\nimport { BankAccountType } from '../../../Enum/BankAccountType';\n\nexport type FilterByType = 'debit' | 'credit' | null;\n\nexport class QueryTransactionsForComparisonPaginated {\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsString()\n startDate: string;\n \n @ApiProperty()\n @IsString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n limit?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n page?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n order?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n descending?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n filterByType?: Nature;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n minimumAmount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n maximumAmount?: number;\n}\n\nexport class QueryBankAccount {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isActivated?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(BankAccountType)\n idBankAccountType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(PartnerTransactionType)\n idPartnerType?: PartnerTransactionType;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Update.ts"],"names":[],"mappings":"AAIA,qBAAa,sBAAsB;IAM/B,mBAAmB,EAAE,MAAM,EAAE,CAAC;IAI9B,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAMd,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACrC"}
|
|
@@ -9,34 +9,36 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.UpdateBankAccountMerge = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
|
-
|
|
17
|
-
const PartnerTransactionType_1 = require("../../../Enum/PartnerTransactionType");
|
|
18
|
-
class QueryBankAccount {
|
|
16
|
+
class UpdateBankAccountMerge {
|
|
19
17
|
}
|
|
20
18
|
__decorate([
|
|
21
|
-
(0, utils_1.
|
|
22
|
-
(0, class_validator_1.
|
|
23
|
-
(0, class_validator_1.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
19
|
+
(0, utils_1.ApiProperty)(),
|
|
20
|
+
(0, class_validator_1.IsArray)(),
|
|
21
|
+
(0, class_validator_1.IsInt)({
|
|
22
|
+
each: true,
|
|
23
|
+
}),
|
|
24
|
+
__metadata("design:type", Array)
|
|
25
|
+
], UpdateBankAccountMerge.prototype, "idBankAccountSource", void 0);
|
|
27
26
|
__decorate([
|
|
28
|
-
(0, utils_1.
|
|
29
|
-
(0, class_validator_1.
|
|
30
|
-
(
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
(0, utils_1.ApiProperty)(),
|
|
28
|
+
(0, class_validator_1.IsDate)(),
|
|
29
|
+
__metadata("design:type", Date)
|
|
30
|
+
], UpdateBankAccountMerge.prototype, "dateStart", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, utils_1.ApiProperty)(),
|
|
33
|
+
(0, class_validator_1.IsDate)(),
|
|
34
|
+
__metadata("design:type", Date)
|
|
35
|
+
], UpdateBankAccountMerge.prototype, "dateEnd", void 0);
|
|
34
36
|
__decorate([
|
|
35
37
|
(0, utils_1.ApiPropertyOptional)(),
|
|
38
|
+
(0, class_validator_1.IsBoolean)(),
|
|
39
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
36
40
|
(0, class_validator_1.IsOptional)(),
|
|
37
|
-
(
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
exports.QueryBankAccount = QueryBankAccount;
|
|
42
|
-
//# sourceMappingURL=QueryBankAccount.js.map
|
|
41
|
+
__metadata("design:type", Boolean)
|
|
42
|
+
], UpdateBankAccountMerge.prototype, "deleteBankAccountSource", void 0);
|
|
43
|
+
exports.UpdateBankAccountMerge = UpdateBankAccountMerge;
|
|
44
|
+
//# sourceMappingURL=Update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/bankAccount/Update.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,sBAAsB;CAqBlC;AApBC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;IACT,IAAA,uBAAK,EAAC;QACL,IAAI,EAAE,IAAI;KACX,CAAC;;mEAC8B;AAEhC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACI,IAAI;yDAAC;AAElB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACE,IAAI;uDAAC;AAEhB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uEACuB;AApBtC,wDAqBC","sourcesContent":["import { IsBoolean, IsDate, IsArray, IsOptional, IsInt } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateBankAccountMerge {\n @ApiProperty()\n @IsArray()\n @IsInt({\n each: true,\n })\n idBankAccountSource: number[];\n\n @ApiProperty()\n @IsDate()\n dateStart: Date;\n\n @ApiProperty()\n @IsDate()\n dateEnd: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n deleteBankAccountSource?: boolean;\n}"]}
|
|
@@ -11,5 +11,6 @@ export declare class QueryPaginatedRegistration extends RequiredQueryPaginate {
|
|
|
11
11
|
}
|
|
12
12
|
export declare class QueryPaginatedRegistrationWithType extends QueryPaginatedRegistration {
|
|
13
13
|
idCerfaType: CerfaType[];
|
|
14
|
+
idExercice?: number;
|
|
14
15
|
}
|
|
15
16
|
//# sourceMappingURL=QueryRegistration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryRegistration.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/registration/QueryRegistration.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,qBAAa,iBAAiB;IAK1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,0BAA2B,SAAQ,qBAAqB;IAIjE,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAMjB,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,qBAAa,kCAAmC,SAAQ,0BAA0B;IAK9E,WAAW,EAAE,SAAS,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"QueryRegistration.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/registration/QueryRegistration.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,qBAAa,iBAAiB;IAK1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,0BAA2B,SAAQ,qBAAqB;IAIjE,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAMjB,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,qBAAa,kCAAmC,SAAQ,0BAA0B;IAK9E,WAAW,EAAE,SAAS,EAAE,CAAC;IAMzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -62,5 +62,12 @@ __decorate([
|
|
|
62
62
|
}),
|
|
63
63
|
__metadata("design:type", Array)
|
|
64
64
|
], QueryPaginatedRegistrationWithType.prototype, "idCerfaType", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, decorators_1.ApiPropertyOptional)(),
|
|
67
|
+
(0, class_validator_1.IsInt)(),
|
|
68
|
+
(0, class_validator_1.IsPositive)(),
|
|
69
|
+
(0, class_validator_1.IsOptional)(),
|
|
70
|
+
__metadata("design:type", Number)
|
|
71
|
+
], QueryPaginatedRegistrationWithType.prototype, "idExercice", void 0);
|
|
65
72
|
exports.QueryPaginatedRegistrationWithType = QueryPaginatedRegistrationWithType;
|
|
66
73
|
//# sourceMappingURL=QueryRegistration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryRegistration.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/registration/QueryRegistration.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,sFAA2E;AAC3E,kDAAwD;AACxD,6DAAgF;AAChF,uDAAoD;AAEpD,MAAa,iBAAiB;CAM7B;AALC;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;qDACS;AALxB,8CAMC;AAED,MAAa,0BAA2B,SAAQ,oCAAqB;CAqBpE;AApBC;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;6DACM;AAErB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;2DACI;AAEnB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACQ;AAEnB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACY;AApB3B,gEAqBC;AAED,MAAa,kCAAmC,SAAQ,0BAA0B;
|
|
1
|
+
{"version":3,"file":"QueryRegistration.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/registration/QueryRegistration.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,sFAA2E;AAC3E,kDAAwD;AACxD,6DAAgF;AAChF,uDAAoD;AAEpD,MAAa,iBAAiB;CAM7B;AALC;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;qDACS;AALxB,8CAMC;AAED,MAAa,0BAA2B,SAAQ,oCAAqB;CAqBpE;AApBC;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;6DACM;AAErB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;2DACI;AAEnB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACQ;AAEnB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACY;AApB3B,gEAqBC;AAED,MAAa,kCAAmC,SAAQ,0BAA0B;CAYjF;AAXC;IAAC,IAAA,wBAAW,GAAE;IACb,IAAA,wBAAM,EAAC,qBAAS,EAAE;QACjB,IAAI,EAAE,IAAI;KACX,CAAC;;uEACyB;AAE3B;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;sEACS;AAXxB,gFAYC","sourcesContent":["import {\n IsInt, IsPositive, IsOptional, IsDateString, IsString, IsBoolean, IsEnum,\n} from 'class-validator';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { RequiredQueryPaginate } from '../BasePaginate';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { CerfaType } from '../../../Enum/CerfaType';\n\nexport class QueryRegistration {\n @ApiPropertyOptional()\n @IsInt()\n @IsPositive()\n @IsOptional()\n idExercice?: number;\n}\n\nexport class QueryPaginatedRegistration extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n orderBy?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isDescending?: boolean;\n}\n\nexport class QueryPaginatedRegistrationWithType extends QueryPaginatedRegistration {\n @ApiProperty()\n @IsEnum(CerfaType, {\n each: true,\n })\n idCerfaType: CerfaType[];\n\n @ApiPropertyOptional()\n @IsInt()\n @IsPositive()\n @IsOptional()\n idExercice?: number;\n}"]}
|
|
@@ -700,8 +700,7 @@ export * from './Interface/api/webmail/PostAttachmentEmailFromLambdaParams';
|
|
|
700
700
|
export * from './Interface/api/webmail/GetPaginatedWhereObjectParams';
|
|
701
701
|
export * from './Interface/api/promoCode/CreateDefaultPromoCode';
|
|
702
702
|
export * from './Interface/api/promoCode/ReadDefaultPaginationPromoCode';
|
|
703
|
-
export * from './Interface/api/bankAccount/
|
|
704
|
-
export * from './Interface/api/bankAccount/ImportBankAccount';
|
|
703
|
+
export * from './Interface/api/bankAccount/Delete';
|
|
705
704
|
export * from './Interface/api/log/QueryLogPagination';
|
|
706
705
|
export * from './Interface/api/employee/QueryEmployeeSearch';
|
|
707
706
|
export * from './Interface/api/employee/QueryCreateEmployee';
|
|
@@ -784,6 +783,7 @@ export * from './Interface/api/statistic/QueryGetDirection';
|
|
|
784
783
|
export * from './Interface/api/statistic/QueryCustomerSuccess';
|
|
785
784
|
export * from './Interface/api/pappers/CreatePappers';
|
|
786
785
|
export * from './Interface/api/bankAccount/Query';
|
|
786
|
+
export * from './Interface/api/bankAccount/Update';
|
|
787
787
|
export * from './Interface/api/stripe/QueryStripe';
|
|
788
788
|
export * from './Interface/api/stripe/ReadStripe';
|
|
789
789
|
export * from './Interface/api/salariesFile/ReadSalariesFile';
|