@silexpert/core 1.0.73 → 1.0.74
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/Facturation.d.ts +10 -0
- package/es/api/resources/Facturation.d.ts.map +1 -0
- package/es/api/resources/Facturation.js +13 -0
- package/es/api/resources/Facturation.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/TimeCounterType.js +7 -7
- package/es/types/Enum/TimeCounterType.js.map +1 -1
- package/es/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.d.ts +5 -0
- package/es/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.d.ts.map +1 -0
- package/es/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js +26 -0
- package/es/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js.map +1 -0
- package/es/types/Interface/api/facturation/CreateRebilling.d.ts +11 -0
- package/es/types/Interface/api/facturation/CreateRebilling.d.ts.map +1 -0
- package/es/types/Interface/api/facturation/CreateRebilling.js +58 -0
- package/es/types/Interface/api/facturation/CreateRebilling.js.map +1 -0
- package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.d.ts +11 -0
- package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.d.ts.map +1 -0
- package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js +62 -0
- package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js.map +1 -0
- package/es/types/Interface/api/society/QuerySociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/QuerySociety.js +3 -1
- package/es/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/es/types/Interface/models/IBillingHistory.d.ts +18 -0
- package/es/types/Interface/models/IBillingHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IBillingHistory.js +2 -0
- package/es/types/Interface/models/IBillingHistory.js.map +1 -0
- package/es/types/Interface/models/IExercice.d.ts +1 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +4 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Facturation.js +34 -0
- package/js/api/resources/Facturation.js.map +1 -0
- package/js/api/resources.js +3 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/TimeCounterType.js +7 -7
- package/js/types/Enum/TimeCounterType.js.map +1 -1
- package/js/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js +35 -0
- package/js/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js.map +1 -0
- package/js/types/Interface/api/facturation/CreateRebilling.js +45 -0
- package/js/types/Interface/api/facturation/CreateRebilling.js.map +1 -0
- package/js/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js +47 -0
- package/js/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js.map +1 -0
- package/js/types/Interface/api/society/QuerySociety.js +2 -2
- package/js/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/js/types/Interface/models/IBillingHistory.js +6 -0
- package/js/types/Interface/models/IBillingHistory.js.map +1 -0
- package/js/types/index.js +48 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Facturation.ts +18 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/TimeCounterType.ts +7 -7
- package/ts/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.ts +16 -0
- package/ts/types/Interface/api/facturation/CreateRebilling.ts +42 -0
- package/ts/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.ts +46 -0
- package/ts/types/Interface/api/society/QuerySociety.ts +3 -1
- package/ts/types/Interface/models/IBillingHistory.ts +21 -0
- package/ts/types/Interface/models/IExercice.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +2 -1
- package/ts/types/index.ts +4 -0
|
@@ -12,28 +12,28 @@ const TimeCounterType = exports.TimeCounterType = {
|
|
|
12
12
|
id: 1,
|
|
13
13
|
label: 'OnBoarding',
|
|
14
14
|
aberrantTime: 60,
|
|
15
|
-
limitedRoles: [_Role.Role.FRONT_OFFICE],
|
|
15
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE, _Role.Role.FRONT_OFFICE_EXPRESS],
|
|
16
16
|
color: 'fire'
|
|
17
17
|
},
|
|
18
18
|
VAT: {
|
|
19
19
|
id: 2,
|
|
20
20
|
label: 'TVA',
|
|
21
21
|
aberrantTime: 60,
|
|
22
|
-
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE],
|
|
22
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE, _Role.Role.FRONT_OFFICE_EXPRESS],
|
|
23
23
|
color: 'iris'
|
|
24
24
|
},
|
|
25
25
|
REVISION: {
|
|
26
26
|
id: 3,
|
|
27
27
|
label: 'Révision',
|
|
28
28
|
aberrantTime: 120,
|
|
29
|
-
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE],
|
|
29
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE, _Role.Role.FRONT_OFFICE_EXPRESS],
|
|
30
30
|
color: 'bubblegum-light'
|
|
31
31
|
},
|
|
32
32
|
FOLDER_REVIEW: {
|
|
33
33
|
id: 4,
|
|
34
34
|
label: 'Revue dossier',
|
|
35
35
|
aberrantTime: 60,
|
|
36
|
-
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE],
|
|
36
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE, _Role.Role.FRONT_OFFICE_EXPRESS],
|
|
37
37
|
color: 'cerulean'
|
|
38
38
|
},
|
|
39
39
|
REPORTING: {
|
|
@@ -82,7 +82,7 @@ const TimeCounterType = exports.TimeCounterType = {
|
|
|
82
82
|
id: 11,
|
|
83
83
|
label: 'Prévisionnel',
|
|
84
84
|
aberrantTime: 20,
|
|
85
|
-
limitedRoles: [_Role.Role.FRONT_OFFICE],
|
|
85
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE, _Role.Role.FRONT_OFFICE_EXPRESS],
|
|
86
86
|
color: 'cerulean-light'
|
|
87
87
|
},
|
|
88
88
|
CERTIFICATE: {
|
|
@@ -96,7 +96,7 @@ const TimeCounterType = exports.TimeCounterType = {
|
|
|
96
96
|
id: 13,
|
|
97
97
|
label: 'Mission complémentaire',
|
|
98
98
|
aberrantTime: 20,
|
|
99
|
-
limitedRoles: [_Role.Role.FRONT_OFFICE],
|
|
99
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE, _Role.Role.FRONT_OFFICE_EXPRESS],
|
|
100
100
|
color: 'cerulean-light'
|
|
101
101
|
},
|
|
102
102
|
ORGANISATION: {
|
|
@@ -145,7 +145,7 @@ const TimeCounterType = exports.TimeCounterType = {
|
|
|
145
145
|
id: 20,
|
|
146
146
|
label: 'Bilan',
|
|
147
147
|
aberrantTime: 120,
|
|
148
|
-
limitedRoles: [_Role.Role.FRONT_OFFICE, _Role.Role.EXPERT_ACCOUNTANT],
|
|
148
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE, _Role.Role.FRONT_OFFICE_EXPRESS, _Role.Role.EXPERT_ACCOUNTANT],
|
|
149
149
|
color: 'cerulean-dark'
|
|
150
150
|
},
|
|
151
151
|
PAYSLIP: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeCounterType.js","mappings":";;;;;;;AAAA;;AAEO,MAAMA,eAAe,WAAfA,eAAe,GAAG;EAC7BC,UAAU,EAAE;IACVC,EAAE,EAAE,CADM;IAEVC,KAAK,EAAE,YAFG;IAGVC,YAAY,EAAE,EAHJ;IAIVC,YAAY,EAAE,CAACC,WAAKC,YAAN,CAJJ;IAKVC,KAAK,EAAE;EALG,CADiB;EAQ7BC,GAAG,EAAE;
|
|
1
|
+
{"version":3,"file":"TimeCounterType.js","mappings":";;;;;;;AAAA;;AAEO,MAAMA,eAAe,WAAfA,eAAe,GAAG;EAC7BC,UAAU,EAAE;IACVC,EAAE,EAAE,CADM;IAEVC,KAAK,EAAE,YAFG;IAGVC,YAAY,EAAE,EAHJ;IAIVC,YAAY,EAAE,CAACC,WAAKC,YAAN,EAAoBD,WAAKE,oBAAzB,CAJJ;IAKVC,KAAK,EAAE;EALG,CADiB;EAQ7BC,GAAG,EAAE;IACHR,EAAE,EAAE,CADD;IAEHC,KAAK,EAAE,KAFJ;IAGHC,YAAY,EAAE,EAHX;IAIHC,YAAY,EAAE,CAACC,WAAKK,OAAN,EAAeL,WAAKM,iBAApB,EAAuCN,WAAKC,YAA5C,EAA0DD,WAAKE,oBAA/D,CAJX;IAKHC,KAAK,EAAE;EALJ,CARwB;EAe7BI,QAAQ,EAAE;IACRX,EAAE,EAAE,CADI;IAERC,KAAK,EAAE,UAFC;IAGRC,YAAY,EAAE,GAHN;IAIRC,YAAY,EAAE,CAACC,WAAKK,OAAN,EAAeL,WAAKM,iBAApB,EAAuCN,WAAKC,YAA5C,EAA0DD,WAAKE,oBAA/D,CAJN;IAKRC,KAAK,EAAE;EALC,CAfmB;EAsB7BK,aAAa,EAAE;IACbZ,EAAE,EAAE,CADS;IAEbC,KAAK,EAAE,eAFM;IAGbC,YAAY,EAAE,EAHD;IAIbC,YAAY,EAAE,CAACC,WAAKK,OAAN,EAAeL,WAAKM,iBAApB,EAAuCN,WAAKC,YAA5C,EAA0DD,WAAKE,oBAA/D,CAJD;IAKbC,KAAK,EAAE;EALM,CAtBc;EA6B7BM,SAAS,EAAE;IACTb,EAAE,EAAE,CADK;IAETC,KAAK,EAAE,aAFE;IAGTC,YAAY,EAAE,EAHL;IAITC,YAAY,EAAE,CAACC,WAAKU,gBAAN,CAJL;IAKTP,KAAK,EAAE;EALE,CA7BkB;EAoC7BQ,eAAe,EAAE;IACff,EAAE,EAAE,CADW;IAEfC,KAAK,EAAE,iBAFQ;IAGfC,YAAY,EAAE,EAHC;IAIfC,YAAY,EAAE,CAACC,WAAKU,gBAAN,CAJC;IAKfP,KAAK,EAAE;EALQ,CApCY;EA2C7BS,iBAAiB,EAAE;IACjBhB,EAAE,EAAE,CADa;IAEjBC,KAAK,EAAE,yBAFU;IAGjBC,YAAY,EAAE,EAHG;IAIjBC,YAAY,EAAE,IAJG;IAKjBI,KAAK,EAAE;EALU,CA3CU;EAkD7BU,cAAc,EAAE;IACdjB,EAAE,EAAE,CADU;IAEdC,KAAK,EAAE,kCAFO;IAGdC,YAAY,EAAE,EAHA;IAIdC,YAAY,EAAE,IAJA;IAKdI,KAAK,EAAE;EALO,CAlDa;EAyD7BW,OAAO,EAAE;IACPlB,EAAE,EAAE,CADG;IAEPC,KAAK,EAAE,SAFA;IAGPC,YAAY,EAAE,EAHP;IAIPC,YAAY,EAAE,IAJP;IAKPI,KAAK,EAAE;EALA,CAzDoB;EAgE7BY,SAAS,EAAE;IACTnB,EAAE,EAAE,EADK;IAETC,KAAK,EAAE,WAFE;IAGTC,YAAY,EAAE,EAHL;IAITC,YAAY,EAAE,IAJL;IAKTI,KAAK,EAAE;EALE,CAhEkB;EAuE7Ba,QAAQ,EAAE;IACRpB,EAAE,EAAE,EADI;IAERC,KAAK,EAAE,cAFC;IAGRC,YAAY,EAAE,EAHN;IAIRC,YAAY,EAAE,CAACC,WAAKC,YAAN,EAAoBD,WAAKE,oBAAzB,CAJN;IAKRC,KAAK,EAAE;EALC,CAvEmB;EA8E7Bc,WAAW,EAAE;IACXrB,EAAE,EAAE,EADO;IAEXC,KAAK,EAAE,aAFI;IAGXC,YAAY,EAAE,EAHH;IAIXC,YAAY,EAAE,CAACC,WAAKU,gBAAN,CAJH;IAKXP,KAAK,EAAE;EALI,CA9EgB;EAqF7Be,qBAAqB,EAAE;IACrBtB,EAAE,EAAE,EADiB;IAErBC,KAAK,EAAE,wBAFc;IAGrBC,YAAY,EAAE,EAHO;IAIrBC,YAAY,EAAE,CAACC,WAAKC,YAAN,EAAoBD,WAAKE,oBAAzB,CAJO;IAKrBC,KAAK,EAAE;EALc,CArFM;EA4F7BgB,YAAY,EAAE;IACZvB,EAAE,EAAE,EADQ;IAEZC,KAAK,EAAE,cAFK;IAGZC,YAAY,EAAE,EAHF;IAIZC,YAAY,EAAE,IAJF;IAKZI,KAAK,EAAE;EALK,CA5Fe;EAmG7BiB,eAAe,EAAE;IACfxB,EAAE,EAAE,EADW;IAEfC,KAAK,EAAE,iBAFQ;IAGfC,YAAY,EAAE,EAHC;IAIfC,YAAY,EAAE,IAJC;IAKfI,KAAK,EAAE;EALQ,CAnGY;EA0G7BkB,GAAG,EAAE;IACHzB,EAAE,EAAE,EADD;IAEHC,KAAK,EAAE,KAFJ;IAGHC,YAAY,EAAE,EAHX;IAIHC,YAAY,EAAE,CAACC,WAAKM,iBAAN,CAJX;IAKHH,KAAK,EAAE;EALJ,CA1GwB;EAiH7BmB,WAAW,EAAE;IACX1B,EAAE,EAAE,EADO;IAEXC,KAAK,EAAE,aAFI;IAGXC,YAAY,EAAE,EAHH;IAIXC,YAAY,EAAE,CAACC,WAAKM,iBAAN,EAAyBN,WAAKK,OAA9B,CAJH;IAKXF,KAAK,EAAE;EALI,CAjHgB;EAwH7BoB,eAAe,EAAE;IACf3B,EAAE,EAAE,EADW;IAEfC,KAAK,EAAE,0BAFQ;IAGfC,YAAY,EAAE,EAHC;IAIfC,YAAY,EAAE,CAACC,WAAKU,gBAAN,CAJC;IAKfP,KAAK,EAAE;EALQ,CAxHY;EA+H7BqB,kBAAkB,EAAE;IAClB5B,EAAE,EAAE,EADc;IAElBC,KAAK,EAAE,oBAFW;IAGlBC,YAAY,EAAE,EAHI;IAIlBC,YAAY,EAAE,CAACC,WAAKU,gBAAN,CAJI;IAKlBP,KAAK,EAAE;EALW,CA/HS;EAsI7BsB,KAAK,EAAE;IACL7B,EAAE,EAAE,EADC;IAELC,KAAK,EAAE,OAFF;IAGLC,YAAY,EAAE,GAHT;IAILC,YAAY,EAAE,CAACC,WAAKC,YAAN,EAAoBD,WAAKE,oBAAzB,EAA+CF,WAAKM,iBAApD,CAJT;IAKLH,KAAK,EAAE;EALF,CAtIsB;EA6I7BuB,OAAO,EAAE;IACP9B,EAAE,EAAE,EADG;IAEPC,KAAK,EAAE,sBAFA;IAGPC,YAAY,EAAE,EAHP;IAIPC,YAAY,EAAE,CAACC,WAAK2B,MAAN,CAJP;IAKPxB,KAAK,EAAE;EALA,CA7IoB;EAoJ7ByB,gBAAgB,EAAE;IAChBhC,EAAE,EAAE,EADY;IAEhBC,KAAK,EAAE,oBAFS;IAGhBC,YAAY,EAAE,EAHE;IAIhBC,YAAY,EAAE,CAACC,WAAK2B,MAAN,CAJE;IAKhBxB,KAAK,EAAE;EALS,CApJW;EA2J7B0B,aAAa,EAAE;IACbjC,EAAE,EAAE,EADS;IAEbC,KAAK,EAAE,oBAFM;IAGbC,YAAY,EAAE,EAHD;IAIbC,YAAY,EAAE,CAACC,WAAK2B,MAAN,CAJD;IAKbxB,KAAK,EAAE;EALM,CA3Jc;EAkK7B2B,IAAI,EAAE;IACJlC,EAAE,EAAE,EADA;IAEJC,KAAK,EAAE,MAFH;IAGJC,YAAY,EAAE,EAHV;IAIJC,YAAY,EAAE,CAACC,WAAK2B,MAAN,CAJV;IAKJxB,KAAK,EAAE;EALH,CAlKuB;EAyK7B4B,WAAW,EAAE;IACXnC,EAAE,EAAE,EADO;IAEXC,KAAK,EAAE,aAFI;IAGXC,YAAY,EAAE,GAHH;IAIXC,YAAY,EAAE,IAJH;IAKXI,KAAK,EAAE;EALI,CAzKgB;EAgL7B6B,cAAc,EAAE;IACdpC,EAAE,EAAE,EADU;IAEdC,KAAK,EAAE,gCAFO;IAGdC,YAAY,EAAE,EAHA;IAIdC,YAAY,EAAE,CAACC,WAAKiC,OAAN,CAJA;IAKd9B,KAAK,EAAE;EALO,CAhLa;EAuL7B+B,UAAU,EAAE;IACVtC,EAAE,EAAE,EADM;IAEVC,KAAK,EAAE,2BAFG;IAGVC,YAAY,EAAE,EAHJ;IAIVC,YAAY,EAAE,CAACC,WAAKiC,OAAN,CAJJ;IAKV9B,KAAK,EAAE;EALG,CAvLiB;EA8L7BgC,WAAW,EAAE;IACXvC,EAAE,EAAE,EADO;IAEXC,KAAK,EAAE,YAFI;IAGXC,YAAY,EAAE,EAHH;IAIXC,YAAY,EAAE,IAJH;IAKXI,KAAK,EAAE;EALI;AA9LgB,CAAxB","names":["TimeCounterType","ONBOARDING","id","label","aberrantTime","limitedRoles","Role","FRONT_OFFICE","FRONT_OFFICE_EXPRESS","color","VAT","MANAGER","EXPERT_ACCOUNTANT","REVISION","FOLDER_REVIEW","REPORTING","CUSTOMER_SUCCESS","SYNCHRONISATION","UNDER_SUPERVISION","CLIENT_CONTACT","MEETING","FORMATION","FORECAST","CERTIFICATE","COMPLEMENTARY_MISSION","ORGANISATION","INTERNAL_ADVICE","LAB","SUPERVISION","MAIL_PROCESSING","SUPPORT_PROCESSING","BILAN","PAYSLIP","SOCIAL","SOCIAL_PARAMETER","WORK_CONTRACT","DPAE","FACTURATION","LEGAL_DOCUMENT","JURIDIC","INFOGREFFE","APPOINTMENT"],"sourceRoot":"","sources":["../../../ts/types/Enum/TimeCounterType.ts"],"sourcesContent":["import { Role } from './Role';\n\nexport const TimeCounterType = {\n ONBOARDING: {\n id: 1,\n label: 'OnBoarding',\n aberrantTime: 60,\n limitedRoles: [Role.FRONT_OFFICE, Role.FRONT_OFFICE_EXPRESS],\n color: 'fire',\n },\n VAT: {\n id: 2,\n label: 'TVA',\n aberrantTime: 60,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE, Role.FRONT_OFFICE_EXPRESS],\n color: 'iris',\n },\n REVISION: {\n id: 3,\n label: 'Révision',\n aberrantTime: 120,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE, Role.FRONT_OFFICE_EXPRESS],\n color: 'bubblegum-light',\n },\n FOLDER_REVIEW: {\n id: 4,\n label: 'Revue dossier',\n aberrantTime: 60,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE, Role.FRONT_OFFICE_EXPRESS],\n color: 'cerulean',\n },\n REPORTING: {\n id: 5,\n label: 'Signalement',\n aberrantTime: 60,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-dark',\n },\n SYNCHRONISATION: {\n id: 6,\n label: 'Synchronisation',\n aberrantTime: 30,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'orange-dark',\n },\n UNDER_SUPERVISION: {\n id: 7,\n label: 'En cours de supervision',\n aberrantTime: 45,\n limitedRoles: null,\n color: 'orange-dark',\n },\n CLIENT_CONTACT: {\n id: 8,\n label: 'Contact client (Appel/mail/chat)',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'orange-light',\n },\n MEETING: {\n id: 9,\n label: 'Réunion',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-dark',\n },\n FORMATION: {\n id: 10,\n label: 'Formation',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern',\n },\n FORECAST: {\n id: 11,\n label: 'Prévisionnel',\n aberrantTime: 20,\n limitedRoles: [Role.FRONT_OFFICE, Role.FRONT_OFFICE_EXPRESS],\n color: 'cerulean-light',\n },\n CERTIFICATE: {\n id: 12,\n label: 'Attestation',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-light',\n },\n COMPLEMENTARY_MISSION: {\n id: 13,\n label: 'Mission complémentaire',\n aberrantTime: 20,\n limitedRoles: [Role.FRONT_OFFICE, Role.FRONT_OFFICE_EXPRESS],\n color: 'cerulean-light',\n },\n ORGANISATION: {\n id: 14,\n label: 'Organisation',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-light',\n },\n INTERNAL_ADVICE: {\n id: 15,\n label: 'Conseil interne',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-light',\n },\n LAB: {\n id: 16,\n label: 'LAB',\n aberrantTime: 20,\n limitedRoles: [Role.EXPERT_ACCOUNTANT],\n color: 'fire',\n },\n SUPERVISION: {\n id: 17,\n label: 'Supervision',\n aberrantTime: 20,\n limitedRoles: [Role.EXPERT_ACCOUNTANT, Role.MANAGER],\n color: 'bubblegum-dark',\n },\n MAIL_PROCESSING: {\n id: 18,\n label: 'Traitement des courriers',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-light',\n },\n SUPPORT_PROCESSING: {\n id: 19,\n label: 'Traitement support',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'error',\n },\n BILAN: {\n id: 20,\n label: 'Bilan',\n aberrantTime: 120,\n limitedRoles: [Role.FRONT_OFFICE, Role.FRONT_OFFICE_EXPRESS, Role.EXPERT_ACCOUNTANT],\n color: 'cerulean-dark',\n },\n PAYSLIP: {\n id: 21,\n label: 'Bulletin de paie/DSN',\n aberrantTime: 30,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n SOCIAL_PARAMETER: {\n id: 22,\n label: 'Paramétrage social',\n aberrantTime: 40,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n WORK_CONTRACT: {\n id: 23,\n label: 'Contrat de travail',\n aberrantTime: 60,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n DPAE: {\n id: 24,\n label: 'DPAE',\n aberrantTime: 25,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n FACTURATION: {\n id: 25,\n label: 'Facturation',\n aberrantTime: 180,\n limitedRoles: null,\n color: 'success',\n },\n LEGAL_DOCUMENT: {\n id: 26,\n label: 'Rédaction documents juridiques',\n aberrantTime: 30,\n limitedRoles: [Role.JURIDIC],\n color: 'caramel',\n },\n INFOGREFFE: {\n id: 27,\n label: 'Dépôt infogreffe ou autre',\n aberrantTime: 15,\n limitedRoles: [Role.JURIDIC],\n color: 'caramel',\n },\n APPOINTMENT: {\n id: 28,\n label: 'Rdv client',\n aberrantTime: 15,\n limitedRoles: null,\n color: 'orange-light',\n },\n};"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryPaginatedBillingHistory = 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 QueryPaginatedBillingHistory {}
|
|
25
|
+
|
|
26
|
+
exports.QueryPaginatedBillingHistory = QueryPaginatedBillingHistory;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
29
|
+
default: 25
|
|
30
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedBillingHistory.prototype, "limit", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
33
|
+
default: 1
|
|
34
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedBillingHistory.prototype, "page", void 0);
|
|
35
|
+
//# sourceMappingURL=QueryPaginatedBillingHistory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaginatedBillingHistory.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,4BAAP,CAAmC;;QAA5BA,4B,GAAAA,4B;;AAIXC,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD","names":["QueryPaginatedBillingHistory","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.ts"],"sourcesContent":["import {\n IsInt, IsOptional, /* IsString, */\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPaginatedBillingHistory {\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsInt()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsInt()\n page?: number;\n}\n"]}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreateRebilling = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _ = require("../../../..");
|
|
11
|
+
|
|
12
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class CreateRebilling {}
|
|
27
|
+
|
|
28
|
+
exports.CreateRebilling = CreateRebilling;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateRebilling.prototype, "comment", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", String)], CreateRebilling.prototype, "hasToBeAccruals", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateRebilling.prototype, "turnoverMax", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateRebilling.prototype, "idExercice", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateRebilling.prototype, "idSociety", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateRebilling.prototype, "idPrestation", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateRebilling.prototype, "numberOfMonths", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateRebilling.prototype, "totalAmount", void 0);
|
|
45
|
+
//# sourceMappingURL=CreateRebilling.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRebilling.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAIXC,YAHC,4BAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,4BAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAIAA,YAFC,oBAED,EADC,+BACD;;AAIAA,YAFC,oBAED,EADC,4BACD;;AAIAA,YAFC,oBAED,EADC,4BACD;;AAIAA,YAFC,oBAED,EADC,4BACD;;AAIAA,YAFC,oBAED,EADC,4BACD;;AAIAA,YAFC,oBAED,EADC,4BACD","names":["CreateRebilling","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/facturation/CreateRebilling.ts"],"sourcesContent":["import {\n IsBoolean, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateRebilling {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n hasToBeAccruals?: string;\n\n @ApiProperty()\n @IsString()\n turnoverMax: string;\n\n @ApiProperty()\n @IsInt()\n idExercice: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsInt()\n idPrestation: number;\n\n @ApiProperty()\n @IsInt()\n numberOfMonths: number;\n\n @ApiProperty()\n @IsInt()\n totalAmount: number;\n}"]}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryPaginatedSocietyWithFacturation = 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 QueryPaginatedSocietyWithFacturation {}
|
|
25
|
+
|
|
26
|
+
exports.QueryPaginatedSocietyWithFacturation = QueryPaginatedSocietyWithFacturation;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryPaginatedSocietyWithFacturation.prototype, "search", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyWithFacturation.prototype, "day", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyWithFacturation.prototype, "month", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyWithFacturation.prototype, "year", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyWithFacturation.prototype, "idUser", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyWithFacturation.prototype, "idBillingState", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
41
|
+
default: 20
|
|
42
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyWithFacturation.prototype, "limit", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
45
|
+
default: 1
|
|
46
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyWithFacturation.prototype, "page", void 0);
|
|
47
|
+
//# sourceMappingURL=QueryPaginatedSocietyWithFacturation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaginatedSocietyWithFacturation.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,oCAAP,CAA2C;;QAApCA,oC,GAAAA,oC;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD","names":["QueryPaginatedSocietyWithFacturation","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.ts"],"sourcesContent":["import {\n IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPaginatedSocietyWithFacturation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n day?: number;\n\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 @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBillingState?: number;\n\n @ApiPropertyOptional({ default: 20 })\n @IsOptional()\n @IsInt()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsInt()\n page?: number;\n}\n"]}
|
|
@@ -27,9 +27,9 @@ exports.QuerySociety = QuerySociety;
|
|
|
27
27
|
|
|
28
28
|
__decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Number)], QuerySociety.prototype, "id", void 0);
|
|
29
29
|
|
|
30
|
-
__decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Array)], QuerySociety.prototype, "attributes", void 0);
|
|
30
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QuerySociety.prototype, "attributes", void 0);
|
|
31
31
|
|
|
32
|
-
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsIn)(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], {
|
|
32
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsIn)(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], {
|
|
33
33
|
each: true
|
|
34
34
|
}), __metadata("design:type", Array)], QuerySociety.prototype, "include", void 0);
|
|
35
35
|
//# sourceMappingURL=QuerySociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySociety.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,sCACD;;
|
|
1
|
+
{"version":3,"file":"QuerySociety.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,sCACD;;AAIAA,YAFC,sCAED,EADC,iCACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,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, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QuerySociety {\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsIn(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true })\n include?: string[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IBillingHistory.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
package/js/types/index.js
CHANGED
|
@@ -604,6 +604,18 @@ Object.keys(_IComment).forEach(function (key) {
|
|
|
604
604
|
});
|
|
605
605
|
});
|
|
606
606
|
|
|
607
|
+
var _IBillingHistory = require("./Interface/models/IBillingHistory");
|
|
608
|
+
|
|
609
|
+
Object.keys(_IBillingHistory).forEach(function (key) {
|
|
610
|
+
if (key === "default" || key === "__esModule") return;
|
|
611
|
+
Object.defineProperty(exports, key, {
|
|
612
|
+
enumerable: true,
|
|
613
|
+
get: function () {
|
|
614
|
+
return _IBillingHistory[key];
|
|
615
|
+
}
|
|
616
|
+
});
|
|
617
|
+
});
|
|
618
|
+
|
|
607
619
|
var _IConnector = require("./Interface/models/IConnector");
|
|
608
620
|
|
|
609
621
|
Object.keys(_IConnector).forEach(function (key) {
|
|
@@ -6160,6 +6172,42 @@ Object.keys(_QueryPaginatedSocietyWithStatsCa).forEach(function (key) {
|
|
|
6160
6172
|
});
|
|
6161
6173
|
});
|
|
6162
6174
|
|
|
6175
|
+
var _QueryPaginatedSocietyWithFacturation = require("./Interface/api/society/QueryPaginatedSocietyWithFacturation");
|
|
6176
|
+
|
|
6177
|
+
Object.keys(_QueryPaginatedSocietyWithFacturation).forEach(function (key) {
|
|
6178
|
+
if (key === "default" || key === "__esModule") return;
|
|
6179
|
+
Object.defineProperty(exports, key, {
|
|
6180
|
+
enumerable: true,
|
|
6181
|
+
get: function () {
|
|
6182
|
+
return _QueryPaginatedSocietyWithFacturation[key];
|
|
6183
|
+
}
|
|
6184
|
+
});
|
|
6185
|
+
});
|
|
6186
|
+
|
|
6187
|
+
var _QueryPaginatedBillingHistory = require("./Interface/api/billingHistory/QueryPaginatedBillingHistory");
|
|
6188
|
+
|
|
6189
|
+
Object.keys(_QueryPaginatedBillingHistory).forEach(function (key) {
|
|
6190
|
+
if (key === "default" || key === "__esModule") return;
|
|
6191
|
+
Object.defineProperty(exports, key, {
|
|
6192
|
+
enumerable: true,
|
|
6193
|
+
get: function () {
|
|
6194
|
+
return _QueryPaginatedBillingHistory[key];
|
|
6195
|
+
}
|
|
6196
|
+
});
|
|
6197
|
+
});
|
|
6198
|
+
|
|
6199
|
+
var _CreateRebilling = require("./Interface/api/facturation/CreateRebilling");
|
|
6200
|
+
|
|
6201
|
+
Object.keys(_CreateRebilling).forEach(function (key) {
|
|
6202
|
+
if (key === "default" || key === "__esModule") return;
|
|
6203
|
+
Object.defineProperty(exports, key, {
|
|
6204
|
+
enumerable: true,
|
|
6205
|
+
get: function () {
|
|
6206
|
+
return _CreateRebilling[key];
|
|
6207
|
+
}
|
|
6208
|
+
});
|
|
6209
|
+
});
|
|
6210
|
+
|
|
6163
6211
|
var _QueryGetStats = require("./Interface/api/commercial/QueryGetStats");
|
|
6164
6212
|
|
|
6165
6213
|
Object.keys(_QueryGetStats).forEach(function (key) {
|