@silexpert/core 1.0.72 → 1.0.73
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/Commercial.d.ts +8 -1
- package/es/api/resources/Commercial.d.ts.map +1 -1
- package/es/api/resources/Commercial.js +13 -1
- package/es/api/resources/Commercial.js.map +1 -1
- package/es/api/resources/Regulate.d.ts +7 -0
- package/es/api/resources/Regulate.d.ts.map +1 -0
- package/es/api/resources/Regulate.js +7 -0
- package/es/api/resources/Regulate.js.map +1 -0
- 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/BrandPourcentage.js +1 -1
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +2 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +2 -2
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/RegulateType.d.ts +10 -0
- package/es/types/Enum/RegulateType.d.ts.map +1 -0
- package/es/types/Enum/RegulateType.js +11 -0
- package/es/types/Enum/RegulateType.js.map +1 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts +7 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts.map +1 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +26 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -0
- package/es/types/Interface/api/commercial/QueryGetStats.d.ts +6 -0
- package/es/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -0
- package/es/types/Interface/api/commercial/QueryGetStats.js +32 -0
- package/es/types/Interface/api/commercial/QueryGetStats.js.map +1 -0
- package/es/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.d.ts +4 -0
- package/es/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.d.ts.map +1 -0
- package/es/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js +19 -0
- package/es/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js.map +1 -0
- package/es/types/Interface/api/regulate/QueryGetAll.d.ts +6 -0
- package/es/types/Interface/api/regulate/QueryGetAll.d.ts.map +1 -0
- package/es/types/Interface/api/regulate/QueryGetAll.js +32 -0
- package/es/types/Interface/api/regulate/QueryGetAll.js.map +1 -0
- package/es/types/Interface/api/regulate/RegulateWithStats.d.ts +13 -0
- package/es/types/Interface/api/regulate/RegulateWithStats.d.ts.map +1 -0
- package/es/types/Interface/api/regulate/RegulateWithStats.js +2 -0
- package/es/types/Interface/api/regulate/RegulateWithStats.js.map +1 -0
- package/es/types/Interface/api/society/QuerySociety.d.ts +1 -0
- package/es/types/Interface/api/society/QuerySociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/QuerySociety.js +6 -0
- package/es/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts +1 -1
- package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts.map +1 -1
- package/es/types/Interface/api/society/SocietyWithStatsCaParams.js.map +1 -1
- package/es/types/Interface/models/IOldExpertInfo.d.ts +1 -0
- package/es/types/Interface/models/IOldExpertInfo.d.ts.map +1 -1
- package/es/types/Interface/models/IOldExpertInfo.js.map +1 -1
- package/es/types/Interface/models/IRegulate.d.ts +5 -0
- package/es/types/Interface/models/IRegulate.d.ts.map +1 -1
- package/es/types/Interface/models/IRegulate.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 +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Commercial.js +31 -1
- package/js/api/resources/Commercial.js.map +1 -1
- package/js/api/resources/Regulate.js +22 -0
- package/js/api/resources/Regulate.js.map +1 -0
- package/js/api/resources.js +3 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +1 -1
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/Ged.js +3 -3
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/RegulateType.js +18 -0
- package/js/types/Enum/RegulateType.js.map +1 -0
- package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +35 -0
- package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -0
- package/js/types/Interface/api/commercial/QueryGetStats.js +33 -0
- package/js/types/Interface/api/commercial/QueryGetStats.js.map +1 -0
- package/js/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js +29 -0
- package/js/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js.map +1 -0
- package/js/types/Interface/api/regulate/QueryGetAll.js +33 -0
- package/js/types/Interface/api/regulate/QueryGetAll.js.map +1 -0
- package/js/types/Interface/api/regulate/RegulateWithStats.js +6 -0
- package/js/types/Interface/api/regulate/RegulateWithStats.js.map +1 -0
- package/js/types/Interface/api/society/QuerySociety.js +6 -0
- package/js/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Commercial.ts +17 -2
- package/ts/api/resources/Regulate.ts +9 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandPourcentage.ts +1 -1
- package/ts/types/Enum/Ged.ts +2 -2
- package/ts/types/Enum/RegulateType.ts +10 -0
- package/ts/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.ts +16 -0
- package/ts/types/Interface/api/commercial/QueryGetStats.ts +21 -0
- package/ts/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.ts +10 -0
- package/ts/types/Interface/api/regulate/QueryGetAll.ts +21 -0
- package/ts/types/Interface/api/regulate/RegulateWithStats.ts +12 -0
- package/ts/types/Interface/api/society/QuerySociety.ts +5 -0
- package/ts/types/Interface/api/society/SocietyWithStatsCaParams.ts +1 -1
- package/ts/types/Interface/models/IOldExpertInfo.ts +1 -0
- package/ts/types/Interface/models/IRegulate.ts +7 -0
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +6 -0
|
@@ -55,7 +55,7 @@ const BrandPourcentage = exports.BrandPourcentage = [{
|
|
|
55
55
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
56
56
|
hiddenPages: [],
|
|
57
57
|
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
58
|
-
urlApp: 'https://app.pourcentage.fr
|
|
58
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
59
59
|
urlApi1: 'https://api.pourcentage.fr',
|
|
60
60
|
urlApi2: 'https://api-next.pourcentage.fr',
|
|
61
61
|
urlExpert: 'https://pro.pourcentage.fr',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandPourcentage.js","mappings":";;;;;AAAO,MAAMA,gBAAgB,WAAhBA,gBAAgB,GAAG,CAC9B;EACEC,WAAW,EAAE,CADf;EAEEC,KAAK,EAAE,2DAFT;EAGEC,MAAM,EAAE,6BAHV;EAIEC,IAAI,EAAE,aAJR;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,MAAM,EAAE,gBAHE;IAIVC,SAAS,EAAE;EAJD,CARd;EAcEC,SAAS,EAAE;IACTC,aAAa,EAAE,wBADN;IAETC,GAAG,EAAE,wBAFI;IAGTC,OAAO,EAAE,wBAHA;IAITP,OAAO,EAAE,wBAJA;IAKTQ,WAAW,EAAE,4BALJ;IAMTC,QAAQ,EAAE,wBAND;IAOTN,SAAS,EAAE,0BAPF;IAQTO,YAAY,EAAE,wBARL;IASTC,GAAG,EAAE,wBATI;IAUTC,OAAO,EAAE,wBAVA;IAWTX,OAAO,EAAE,wBAXA;IAYTY,QAAQ,EAAE,wBAZD;IAaTC,EAAE,EAAE,mBAbK;IAcTZ,MAAM,EAAE,uBAdC;IAeTa,OAAO,EAAE,wBAfA;IAgBTC,GAAG,EAAE,wBAhBI;IAiBTC,EAAE,EAAE;EAjBK,CAdb;EAiCEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,SAJE;IAKlBC,gBAAgB,EAAE,aALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,mBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CAjCtB;EA+CEC,2BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,GAAf,EAAoB,GAApB,CA/C/B;EAgDEC,OAAO,EAAE,sBAhDX;EAiDEC,WAAW,EAAE,2BAjDf;EAkDEC,WAAW,EAAE,EAlDf;EAmDEC,kBAAkB,EAAE,0CAnDtB;EAoDEC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"BrandPourcentage.js","mappings":";;;;;AAAO,MAAMA,gBAAgB,WAAhBA,gBAAgB,GAAG,CAC9B;EACEC,WAAW,EAAE,CADf;EAEEC,KAAK,EAAE,2DAFT;EAGEC,MAAM,EAAE,6BAHV;EAIEC,IAAI,EAAE,aAJR;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,MAAM,EAAE,gBAHE;IAIVC,SAAS,EAAE;EAJD,CARd;EAcEC,SAAS,EAAE;IACTC,aAAa,EAAE,wBADN;IAETC,GAAG,EAAE,wBAFI;IAGTC,OAAO,EAAE,wBAHA;IAITP,OAAO,EAAE,wBAJA;IAKTQ,WAAW,EAAE,4BALJ;IAMTC,QAAQ,EAAE,wBAND;IAOTN,SAAS,EAAE,0BAPF;IAQTO,YAAY,EAAE,wBARL;IASTC,GAAG,EAAE,wBATI;IAUTC,OAAO,EAAE,wBAVA;IAWTX,OAAO,EAAE,wBAXA;IAYTY,QAAQ,EAAE,wBAZD;IAaTC,EAAE,EAAE,mBAbK;IAcTZ,MAAM,EAAE,uBAdC;IAeTa,OAAO,EAAE,wBAfA;IAgBTC,GAAG,EAAE,wBAhBI;IAiBTC,EAAE,EAAE;EAjBK,CAdb;EAiCEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,SAJE;IAKlBC,gBAAgB,EAAE,aALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,mBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CAjCtB;EA+CEC,2BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,GAAf,EAAoB,GAApB,CA/C/B;EAgDEC,OAAO,EAAE,sBAhDX;EAiDEC,WAAW,EAAE,2BAjDf;EAkDEC,WAAW,EAAE,EAlDf;EAmDEC,kBAAkB,EAAE,0CAnDtB;EAoDEC,MAAM,EAAE,4BApDV;EAqDEC,OAAO,EAAE,4BArDX;EAsDEC,OAAO,EAAE,iCAtDX;EAuDEC,SAAS,EAAE,4BAvDb;EAwDEC,SAAS,EAAE,4BAxDb;EAyDEC,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,aAHF;IAIJC,EAAE,EAAE;EAJA,CAzDR;EA+DEC,iBAAiB,EAAE;IACjBjB,MAAM,EAAE,MADS;IAEjBjC,IAAI,EAAE,aAFW;IAGjBmD,OAAO,EAAE,mBAHQ;IAIjBjB,OAAO,EAAE,OAJQ;IAKjBT,IAAI,EAAE,OALW;IAMjB2B,OAAO,EAAE,QANQ;IAOjB1B,cAAc,EAAE,SAPC;IAQjB2B,KAAK,EAAE,gBARU;IASjB9B,GAAG,EAAE,OATY;IAUjBS,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjBwB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU,CA/DrB;EA8EEC,OAAO,EAAE;IACPC,MAAM,EAAE;EADD;AA9EX,CAD8B,CAAzB","names":["BrandPourcentage","idTypeBrand","urlS3","logoS3","name","colors","primary","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n];"]}
|
package/js/types/Enum/Ged.js
CHANGED
|
@@ -19,9 +19,9 @@ var GedCategory = exports.GedCategory = undefined;
|
|
|
19
19
|
var GedFolder = exports.GedFolder = undefined;
|
|
20
20
|
|
|
21
21
|
(function (GedFolder) {
|
|
22
|
-
GedFolder[GedFolder["KBIS"] = 1] = "KBIS";
|
|
23
|
-
|
|
24
|
-
// Balance-GL Journals = 5,
|
|
22
|
+
GedFolder[GedFolder["KBIS"] = 1] = "KBIS";
|
|
23
|
+
GedFolder[GedFolder["LDM"] = 2] = "LDM";
|
|
24
|
+
GedFolder[GedFolder["RIB_MANDATES"] = 3] = "RIB_MANDATES"; // Balance-GL Journals = 5,
|
|
25
25
|
// Closes & Balance Sheets = 7,
|
|
26
26
|
// VAT declarations = 10,
|
|
27
27
|
// IS declarations = 11,
|
package/js/types/Enum/Ged.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.js","mappings":";;;;;AAAA,IAAYA,WASX,WATWA,WASX,YATD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CATD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB;;AAWA,IAAYC,SAmCX,WAnCWA,SAmCX,YAnCD;;AAAA,WAAYA,SAAZ,EAAqB;EACnBA,
|
|
1
|
+
{"version":3,"file":"Ged.js","mappings":"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","names":["GedCategory","GedFolder","GedFileType","GedFileTypeDetail","STATUTES","id","name","IDENTITY_CARD","KBIS","RIB","FISCAL_MEMENTO","SEPA","PLAQUETTE","M0","DBE","OTHER","SIRENE","PATRIMONY","DBE2","DISTRIBUTION_OF_SHARE","REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE","REPRESENTATIVE_OF_THE_ASSOCIATION","RULES_OF_PROCEDURE","REVISION_GUIDE","SUMMARY_NOTE","BALANCESHEET_NOTE","PERSONNAL_RIB"],"sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"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 Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n CABINET_INVOICES = 23,\n OTHER = 24,\n VEHICLES = 25,\n BORROWING_TABLES = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 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 N-1 = 40\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}\n\nexport const GedFileTypeDetail = {\n STATUTES: {\n id: GedFileType.STATUTES,\n name: 'Statuts',\n },\n IDENTITY_CARD: {\n id: GedFileType.IDENTITY_CARD,\n name: 'Carte d\\'identité',\n },\n KBIS: {\n id: GedFileType.KBIS,\n name: 'KBis',\n },\n RIB: {\n id: 4,\n name: 'RIB',\n },\n FISCAL_MEMENTO: {\n id: GedFileType.FISCAL_MEMENTO,\n name: 'Memento fiscal',\n },\n SEPA: {\n id: GedFileType.SEPA,\n name: 'SEPA',\n },\n PLAQUETTE: {\n id: GedFileType.PLAQUETTE,\n name: 'Plaquette',\n },\n M0: {\n id: GedFileType.M0,\n name: 'M0',\n },\n DBE: {\n id: GedFileType.DBE,\n name: 'DBE',\n },\n OTHER: {\n id: GedFileType.OTHER,\n name: 'Autres',\n },\n SIRENE: {\n id: GedFileType.SIRENE,\n name: 'Inscription au répertoire SIRENE / Répertoire des métiers',\n },\n PATRIMONY: {\n id: GedFileType.PATRIMONY,\n name: 'Déclaration du patrimoine affectée',\n },\n DBE2: {\n id: GedFileType.DBE2,\n name: 'Déclaration des bénéficiaires effectifs',\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 },\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 },\n REPRESENTATIVE_OF_THE_ASSOCIATION: {\n id: GedFileType.REPRESENTATIVE_OF_THE_ASSOCIATION,\n name: 'Liste des représentants de l’association',\n },\n RULES_OF_PROCEDURE: {\n id: GedFileType.RULES_OF_PROCEDURE,\n name: 'Règlement intérieur',\n },\n REVISION_GUIDE: {\n id: GedFileType.REVISION_GUIDE,\n name: 'Guide de révision',\n },\n SUMMARY_NOTE: {\n id: GedFileType.SUMMARY_NOTE,\n name: 'Notes de synthèse',\n },\n BALANCESHEET_NOTE: {\n id: GedFileType.BALANCESHEET_NOTE,\n name: 'Notes de bilan',\n },\n PERSONNAL_RIB: {\n id: GedFileType.PERSONNAL_RIB,\n name: 'RIB Personnel',\n },\n};"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var RegulateType = exports.RegulateType = undefined;
|
|
7
|
+
|
|
8
|
+
(function (RegulateType) {
|
|
9
|
+
RegulateType[RegulateType["SATISFIED_REFUNDED"] = 1] = "SATISFIED_REFUNDED";
|
|
10
|
+
})(RegulateType || (exports.RegulateType = RegulateType = {}));
|
|
11
|
+
|
|
12
|
+
const RegulateTypeDetail = exports.RegulateTypeDetail = {
|
|
13
|
+
SATISFIED_REFUNDED: {
|
|
14
|
+
id: RegulateType.SATISFIED_REFUNDED,
|
|
15
|
+
name: 'Satisfait/remboursé'
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=RegulateType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegulateType.js","mappings":";;;;;AAAA,IAAYA,YAGX,WAHWA,YAGX,YAHD;;AAAA,WAAYA,YAAZ,EAAwB;EACtBA;AAED,CAHD,EAAYA,YAAY,aAAZA,YAAY,GAAZA,YAAY,MAAxB;;AAIO,MAAMC,kBAAkB,WAAlBA,kBAAkB,GAAG;EAChCC,kBAAkB,EAAE;IAClBC,EAAE,EAAEH,YAAY,CAACE,kBADC;IAElBE,IAAI,EAAE;EAFY;AADY,CAA3B","names":["RegulateType","RegulateTypeDetail","SATISFIED_REFUNDED","id","name"],"sourceRoot":"","sources":["../../../ts/types/Enum/RegulateType.ts"],"sourcesContent":["export enum RegulateType {\n SATISFIED_REFUNDED = 1,\n\n}\nexport const RegulateTypeDetail = {\n SATISFIED_REFUNDED: {\n id: RegulateType.SATISFIED_REFUNDED,\n name: 'Satisfait/remboursé',\n },\n};"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryFetchDialogDatasDocsOk = exports.QueryFetchDialogDatasInfosOk = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryFetchDialogDatasInfosOk {}
|
|
25
|
+
|
|
26
|
+
exports.QueryFetchDialogDatasInfosOk = QueryFetchDialogDatasInfosOk;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryFetchDialogDatasInfosOk.prototype, "idSociety", void 0);
|
|
29
|
+
|
|
30
|
+
class QueryFetchDialogDatasDocsOk {}
|
|
31
|
+
|
|
32
|
+
exports.QueryFetchDialogDatasDocsOk = QueryFetchDialogDatasDocsOk;
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryFetchDialogDatasDocsOk.prototype, "idSociety", void 0);
|
|
35
|
+
//# sourceMappingURL=QueryFetchDialogDatasInfosOk.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryFetchDialogDatasInfosOk.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,4BAAP,CAAmC;;QAA5BA,4B,GAAAA,4B;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAGI,MAAOC,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAGXD,YAFC,yBAED,EADC,4BACD","names":["QueryFetchDialogDatasInfosOk","__decorate","QueryFetchDialogDatasDocsOk"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.ts"],"sourcesContent":["import {\n IsInt,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryFetchDialogDatasInfosOk {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n}\n\nexport class QueryFetchDialogDatasDocsOk {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetStats = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryGetStats {}
|
|
25
|
+
|
|
26
|
+
exports.QueryGetStats = QueryGetStats;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetStats.prototype, "month", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetStats.prototype, "year", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetStats.prototype, "idUser", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryGetStats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetStats.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD","names":["QueryGetStats","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/commercial/QueryGetStats.ts"],"sourcesContent":["import {\n IsInt, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetStats {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n}\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryMovePrestationsToNextMonth = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryMovePrestationsToNextMonth {}
|
|
25
|
+
|
|
26
|
+
exports.QueryMovePrestationsToNextMonth = QueryMovePrestationsToNextMonth;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryMovePrestationsToNextMonth.prototype, "idUser", void 0);
|
|
29
|
+
//# sourceMappingURL=QueryMovePrestationsToNextMonth.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryMovePrestationsToNextMonth.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,+BAAP,CAAsC;;QAA/BA,+B,GAAAA,+B;;AAGXC,YAFC,yBAED,EADC,4BACD","names":["QueryMovePrestationsToNextMonth","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.ts"],"sourcesContent":["import {\n IsInt,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryMovePrestationsToNextMonth {\n @ApiProperty()\n @IsInt()\n idUser: number;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetAll = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryGetAll {}
|
|
25
|
+
|
|
26
|
+
exports.QueryGetAll = QueryGetAll;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAll.prototype, "month", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAll.prototype, "year", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAll.prototype, "idUser", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryGetAll.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetAll.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD","names":["QueryGetAll","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/regulate/QueryGetAll.ts"],"sourcesContent":["import {\n IsInt, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAll {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegulateWithStats.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.QuerySociety = undefined;
|
|
7
7
|
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
8
10
|
var _decorators = require("../../../../utils/decorators");
|
|
9
11
|
|
|
10
12
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
@@ -26,4 +28,8 @@ exports.QuerySociety = QuerySociety;
|
|
|
26
28
|
__decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Number)], QuerySociety.prototype, "id", void 0);
|
|
27
29
|
|
|
28
30
|
__decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Array)], QuerySociety.prototype, "attributes", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsIn)(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], {
|
|
33
|
+
each: true
|
|
34
|
+
}), __metadata("design:type", Array)], QuerySociety.prototype, "include", void 0);
|
|
29
35
|
//# sourceMappingURL=QuerySociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySociety.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,sCACD;;AAGAA,YADC,sCACD","names":["QuerySociety","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QuerySociety.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QuerySociety {\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n attributes?: string[];\n}\n"]}
|
|
1
|
+
{"version":3,"file":"QuerySociety.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,sCACD;;AAGAA,YADC,sCACD;;AAIAA,YAFC,sCAED,EADC,0BAAK,CAAC,WAAD,EAAc,eAAd,EAA+B,aAA/B,EAA8C,gBAA9C,EAAgE,eAAhE,EAAiF,UAAjF,EAA6F,SAA7F,EAAwG,QAAxG,EAAkH,kBAAlH,EAAsI,SAAtI,EAAiJ,WAAjJ,EAA8J,YAA9J,EAA4K,eAA5K,EAA6L,WAA7L,EAA0M,kBAA1M,CAAL,EAAoO;EAAEC,IAAI,EAAE;AAAR,CAApO,CACD","names":["QuerySociety","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QuerySociety.ts"],"sourcesContent":["import { IsIn } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QuerySociety {\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsIn(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true })\n include?: string[];\n}\n"]}
|
package/js/types/index.js
CHANGED
|
@@ -5392,6 +5392,18 @@ Object.keys(_ReportService).forEach(function (key) {
|
|
|
5392
5392
|
});
|
|
5393
5393
|
});
|
|
5394
5394
|
|
|
5395
|
+
var _RegulateType = require("./Enum/RegulateType");
|
|
5396
|
+
|
|
5397
|
+
Object.keys(_RegulateType).forEach(function (key) {
|
|
5398
|
+
if (key === "default" || key === "__esModule") return;
|
|
5399
|
+
Object.defineProperty(exports, key, {
|
|
5400
|
+
enumerable: true,
|
|
5401
|
+
get: function () {
|
|
5402
|
+
return _RegulateType[key];
|
|
5403
|
+
}
|
|
5404
|
+
});
|
|
5405
|
+
});
|
|
5406
|
+
|
|
5395
5407
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
5396
5408
|
|
|
5397
5409
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
@@ -6148,6 +6160,42 @@ Object.keys(_QueryPaginatedSocietyWithStatsCa).forEach(function (key) {
|
|
|
6148
6160
|
});
|
|
6149
6161
|
});
|
|
6150
6162
|
|
|
6163
|
+
var _QueryGetStats = require("./Interface/api/commercial/QueryGetStats");
|
|
6164
|
+
|
|
6165
|
+
Object.keys(_QueryGetStats).forEach(function (key) {
|
|
6166
|
+
if (key === "default" || key === "__esModule") return;
|
|
6167
|
+
Object.defineProperty(exports, key, {
|
|
6168
|
+
enumerable: true,
|
|
6169
|
+
get: function () {
|
|
6170
|
+
return _QueryGetStats[key];
|
|
6171
|
+
}
|
|
6172
|
+
});
|
|
6173
|
+
});
|
|
6174
|
+
|
|
6175
|
+
var _QueryFetchDialogDatasInfosOk = require("./Interface/api/commercial/QueryFetchDialogDatasInfosOk");
|
|
6176
|
+
|
|
6177
|
+
Object.keys(_QueryFetchDialogDatasInfosOk).forEach(function (key) {
|
|
6178
|
+
if (key === "default" || key === "__esModule") return;
|
|
6179
|
+
Object.defineProperty(exports, key, {
|
|
6180
|
+
enumerable: true,
|
|
6181
|
+
get: function () {
|
|
6182
|
+
return _QueryFetchDialogDatasInfosOk[key];
|
|
6183
|
+
}
|
|
6184
|
+
});
|
|
6185
|
+
});
|
|
6186
|
+
|
|
6187
|
+
var _QueryMovePrestationsToNextMonth = require("./Interface/api/commercial/QueryMovePrestationsToNextMonth");
|
|
6188
|
+
|
|
6189
|
+
Object.keys(_QueryMovePrestationsToNextMonth).forEach(function (key) {
|
|
6190
|
+
if (key === "default" || key === "__esModule") return;
|
|
6191
|
+
Object.defineProperty(exports, key, {
|
|
6192
|
+
enumerable: true,
|
|
6193
|
+
get: function () {
|
|
6194
|
+
return _QueryMovePrestationsToNextMonth[key];
|
|
6195
|
+
}
|
|
6196
|
+
});
|
|
6197
|
+
});
|
|
6198
|
+
|
|
6151
6199
|
var _GetDataSociety = require("./Interface/api/society/GetDataSociety");
|
|
6152
6200
|
|
|
6153
6201
|
Object.keys(_GetDataSociety).forEach(function (key) {
|
|
@@ -9232,6 +9280,30 @@ Object.keys(_QueryGetAllTask).forEach(function (key) {
|
|
|
9232
9280
|
});
|
|
9233
9281
|
});
|
|
9234
9282
|
|
|
9283
|
+
var _QueryGetAll = require("./Interface/api/regulate/QueryGetAll");
|
|
9284
|
+
|
|
9285
|
+
Object.keys(_QueryGetAll).forEach(function (key) {
|
|
9286
|
+
if (key === "default" || key === "__esModule") return;
|
|
9287
|
+
Object.defineProperty(exports, key, {
|
|
9288
|
+
enumerable: true,
|
|
9289
|
+
get: function () {
|
|
9290
|
+
return _QueryGetAll[key];
|
|
9291
|
+
}
|
|
9292
|
+
});
|
|
9293
|
+
});
|
|
9294
|
+
|
|
9295
|
+
var _RegulateWithStats = require("./Interface/api/regulate/RegulateWithStats");
|
|
9296
|
+
|
|
9297
|
+
Object.keys(_RegulateWithStats).forEach(function (key) {
|
|
9298
|
+
if (key === "default" || key === "__esModule") return;
|
|
9299
|
+
Object.defineProperty(exports, key, {
|
|
9300
|
+
enumerable: true,
|
|
9301
|
+
get: function () {
|
|
9302
|
+
return _RegulateWithStats[key];
|
|
9303
|
+
}
|
|
9304
|
+
});
|
|
9305
|
+
});
|
|
9306
|
+
|
|
9235
9307
|
var _QueryPaginatedTask = require("./Interface/api/task/QueryPaginatedTask");
|
|
9236
9308
|
|
|
9237
9309
|
Object.keys(_QueryPaginatedTask).forEach(function (key) {
|