@silexpert/core 1.3.194-2 → 1.3.194
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/Webex.d.ts +8 -0
- package/dist/cjs/api/resources/Webex.d.ts.map +1 -0
- package/dist/cjs/api/resources/Webex.js +17 -0
- package/dist/cjs/api/resources/Webex.js.map +1 -0
- package/dist/cjs/types/Enum/EbookIntention.d.ts +8 -0
- package/dist/cjs/types/Enum/EbookIntention.d.ts.map +1 -0
- package/dist/cjs/types/Enum/EbookIntention.js +18 -0
- package/dist/cjs/types/Enum/EbookIntention.js.map +1 -0
- package/dist/cjs/types/Enum/InformationRequestState.d.ts +2 -1
- package/dist/cjs/types/Enum/InformationRequestState.d.ts.map +1 -1
- package/dist/cjs/types/Enum/InformationRequestState.js +1 -0
- package/dist/cjs/types/Enum/InformationRequestState.js.map +1 -1
- package/dist/cjs/types/Enum/JobTitle.d.ts +2 -1
- package/dist/cjs/types/Enum/JobTitle.d.ts.map +1 -1
- package/dist/cjs/types/Enum/JobTitle.js +6 -0
- package/dist/cjs/types/Enum/JobTitle.js.map +1 -1
- package/dist/cjs/types/Enum/SocietyApproval.d.ts +19 -0
- package/dist/cjs/types/Enum/SocietyApproval.d.ts.map +1 -1
- package/dist/cjs/types/Enum/SocietyApproval.js +76 -1
- package/dist/cjs/types/Enum/SocietyApproval.js.map +1 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.d.ts +1 -0
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js +6 -0
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
- package/dist/cjs/types/Interface/api/informationRequest/Update.d.ts +3 -0
- package/dist/cjs/types/Interface/api/informationRequest/Update.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/informationRequest/Update.js +10 -1
- package/dist/cjs/types/Interface/api/informationRequest/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/webex/GetWebinarsParams.d.ts +7 -0
- package/dist/cjs/types/Interface/api/webex/GetWebinarsParams.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/webex/GetWebinarsParams.js +38 -0
- package/dist/cjs/types/Interface/api/webex/GetWebinarsParams.js.map +1 -0
- package/dist/cjs/types/Interface/api/webex/PaginatedWebinars.d.ts +7 -0
- package/dist/cjs/types/Interface/api/webex/PaginatedWebinars.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/webex/PaginatedWebinars.js +3 -0
- package/dist/cjs/types/Interface/api/webex/PaginatedWebinars.js.map +1 -0
- package/dist/cjs/types/Interface/api/webex/WebexMeeting.d.ts +22 -0
- package/dist/cjs/types/Interface/api/webex/WebexMeeting.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/webex/WebexMeeting.js +3 -0
- package/dist/cjs/types/Interface/api/webex/WebexMeeting.js.map +1 -0
- package/dist/cjs/types/Interface/api/webex/WebexRegistrant.d.ts +18 -0
- package/dist/cjs/types/Interface/api/webex/WebexRegistrant.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/webex/WebexRegistrant.js +40 -0
- package/dist/cjs/types/Interface/api/webex/WebexRegistrant.js.map +1 -0
- package/dist/cjs/types/index.d.ts +5 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +5 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Webex.d.ts +8 -0
- package/dist/mjs/api/resources/Webex.d.ts.map +1 -0
- package/dist/mjs/api/resources/Webex.js +13 -0
- package/dist/mjs/api/resources/Webex.js.map +1 -0
- package/dist/mjs/types/Enum/EbookIntention.d.ts +8 -0
- package/dist/mjs/types/Enum/EbookIntention.d.ts.map +1 -0
- package/dist/mjs/types/Enum/EbookIntention.js +15 -0
- package/dist/mjs/types/Enum/EbookIntention.js.map +1 -0
- package/dist/mjs/types/Enum/InformationRequestState.d.ts +2 -1
- package/dist/mjs/types/Enum/InformationRequestState.d.ts.map +1 -1
- package/dist/mjs/types/Enum/InformationRequestState.js +1 -0
- package/dist/mjs/types/Enum/InformationRequestState.js.map +1 -1
- package/dist/mjs/types/Enum/JobTitle.d.ts +2 -1
- package/dist/mjs/types/Enum/JobTitle.d.ts.map +1 -1
- package/dist/mjs/types/Enum/JobTitle.js +6 -0
- package/dist/mjs/types/Enum/JobTitle.js.map +1 -1
- package/dist/mjs/types/Enum/SocietyApproval.d.ts +19 -0
- package/dist/mjs/types/Enum/SocietyApproval.d.ts.map +1 -1
- package/dist/mjs/types/Enum/SocietyApproval.js +75 -0
- package/dist/mjs/types/Enum/SocietyApproval.js.map +1 -1
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.d.ts +1 -0
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.js +7 -0
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
- package/dist/mjs/types/Interface/api/informationRequest/Update.d.ts +3 -0
- package/dist/mjs/types/Interface/api/informationRequest/Update.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/informationRequest/Update.js +9 -0
- package/dist/mjs/types/Interface/api/informationRequest/Update.js.map +1 -1
- package/dist/mjs/types/Interface/api/webex/GetWebinarsParams.d.ts +7 -0
- package/dist/mjs/types/Interface/api/webex/GetWebinarsParams.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/webex/GetWebinarsParams.js +38 -0
- package/dist/mjs/types/Interface/api/webex/GetWebinarsParams.js.map +1 -0
- package/dist/mjs/types/Interface/api/webex/PaginatedWebinars.d.ts +7 -0
- package/dist/mjs/types/Interface/api/webex/PaginatedWebinars.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/webex/PaginatedWebinars.js +2 -0
- package/dist/mjs/types/Interface/api/webex/PaginatedWebinars.js.map +1 -0
- package/dist/mjs/types/Interface/api/webex/WebexMeeting.d.ts +22 -0
- package/dist/mjs/types/Interface/api/webex/WebexMeeting.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/webex/WebexMeeting.js +2 -0
- package/dist/mjs/types/Interface/api/webex/WebexMeeting.js.map +1 -0
- package/dist/mjs/types/Interface/api/webex/WebexRegistrant.d.ts +18 -0
- package/dist/mjs/types/Interface/api/webex/WebexRegistrant.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/webex/WebexRegistrant.js +40 -0
- package/dist/mjs/types/Interface/api/webex/WebexRegistrant.js.map +1 -0
- package/dist/mjs/types/index.d.ts +5 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +5 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Webex.ts +16 -0
- package/ts/types/Enum/EbookIntention.ts +14 -0
- package/ts/types/Enum/InformationRequestState.ts +1 -0
- package/ts/types/Enum/JobTitle.ts +6 -0
- package/ts/types/Enum/SocietyApproval.ts +83 -0
- package/ts/types/Interface/api/brevo/BrevoElement.ts +5 -0
- package/ts/types/Interface/api/informationRequest/Update.ts +7 -0
- package/ts/types/Interface/api/webex/GetWebinarsParams.ts +20 -0
- package/ts/types/Interface/api/webex/PaginatedWebinars.ts +7 -0
- package/ts/types/Interface/api/webex/WebexMeeting.ts +21 -0
- package/ts/types/Interface/api/webex/WebexRegistrant.ts +34 -0
- package/ts/types/index.ts +5 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AddWebexRegistrantBody, GetWebinarsParams, PaginatedWebinars, WebexRegistrant } from '../../types';
|
|
2
|
+
import { Resource } from '../Resource';
|
|
3
|
+
export declare class Webex extends Resource {
|
|
4
|
+
getWebinars(params?: GetWebinarsParams): Promise<PaginatedWebinars>;
|
|
5
|
+
getWebinarById(meetingId: string): Promise<any>;
|
|
6
|
+
addRegistrant(meetingId: string, registrant: AddWebexRegistrantBody): Promise<WebexRegistrant>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=Webex.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Webex.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/Webex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC5G,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,KAAM,SAAQ,QAAQ;IACjC,WAAW,CAAC,MAAM,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAInE,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAI/C,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,sBAAsB,GAAG,OAAO,CAAC,eAAe,CAAC;CAG/F"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Webex = void 0;
|
|
4
|
+
const Resource_1 = require("../Resource");
|
|
5
|
+
class Webex extends Resource_1.Resource {
|
|
6
|
+
getWebinars(params) {
|
|
7
|
+
return this.axios.$get('/connectors/webex/webinars', { params });
|
|
8
|
+
}
|
|
9
|
+
getWebinarById(meetingId) {
|
|
10
|
+
return this.axios.$get(`/connectors/webex/webinars/${meetingId}`);
|
|
11
|
+
}
|
|
12
|
+
addRegistrant(meetingId, registrant) {
|
|
13
|
+
return this.axios.$post(`/connectors/webex/webinars/${meetingId}/registrants`, registrant);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.Webex = Webex;
|
|
17
|
+
//# sourceMappingURL=Webex.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Webex.js","sourceRoot":"","sources":["../../../../ts/api/resources/Webex.ts"],"names":[],"mappings":";;;AACA,0CAAuC;AAEvC,MAAa,KAAM,SAAQ,mBAAQ;IACjC,WAAW,CAAC,MAA0B;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4BAA4B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACnE,CAAC;IAED,cAAc,CAAC,SAAiB;QAC9B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,SAAS,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,aAAa,CAAC,SAAiB,EAAE,UAAkC;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,8BAA8B,SAAS,cAAc,EAAE,UAAU,CAAC,CAAC;IAC7F,CAAC;CACF;AAZD,sBAYC","sourcesContent":["import { AddWebexRegistrantBody, GetWebinarsParams, PaginatedWebinars, WebexRegistrant } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Webex extends Resource {\n getWebinars(params?: GetWebinarsParams): Promise<PaginatedWebinars> {\n return this.axios.$get('/connectors/webex/webinars', { params });\n }\n\n getWebinarById(meetingId: string): Promise<any> {\n return this.axios.$get(`/connectors/webex/webinars/${meetingId}`);\n }\n\n addRegistrant(meetingId: string, registrant: AddWebexRegistrantBody): Promise<WebexRegistrant> {\n return this.axios.$post(`/connectors/webex/webinars/${meetingId}/registrants`, registrant);\n }\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare enum EbookIntention {
|
|
2
|
+
FACTU_ONLY = "Facturation uniquement",
|
|
3
|
+
FACTU_COMPTA = "Facturation + comptabilit\u00E9",
|
|
4
|
+
INFO_REFORME = "Je cherche juste \u00E0 comprendre la r\u00E9forme",
|
|
5
|
+
CHANGE_TOOL = "Je dois changer d'outil rapidement"
|
|
6
|
+
}
|
|
7
|
+
export declare const BrevoEbookIntentionMapping: Record<EbookIntention, string>;
|
|
8
|
+
//# sourceMappingURL=EbookIntention.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EbookIntention.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/EbookIntention.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,UAAU,2BAA2B;IACrC,YAAY,oCAA+B;IAC3C,YAAY,uDAA6C;IAEzD,WAAW,uCAAwC;CACpD;AAED,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAKrE,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BrevoEbookIntentionMapping = exports.EbookIntention = void 0;
|
|
4
|
+
var EbookIntention;
|
|
5
|
+
(function (EbookIntention) {
|
|
6
|
+
EbookIntention["FACTU_ONLY"] = "Facturation uniquement";
|
|
7
|
+
EbookIntention["FACTU_COMPTA"] = "Facturation + comptabilit\u00E9";
|
|
8
|
+
EbookIntention["INFO_REFORME"] = "Je cherche juste \u00E0 comprendre la r\u00E9forme";
|
|
9
|
+
// prettier-ignore
|
|
10
|
+
EbookIntention["CHANGE_TOOL"] = "Je dois changer d'outil rapidement";
|
|
11
|
+
})(EbookIntention || (exports.EbookIntention = EbookIntention = {}));
|
|
12
|
+
exports.BrevoEbookIntentionMapping = {
|
|
13
|
+
[EbookIntention.FACTU_ONLY]: 'FACTU_ONLY',
|
|
14
|
+
[EbookIntention.FACTU_COMPTA]: 'FACTU_COMPTA',
|
|
15
|
+
[EbookIntention.INFO_REFORME]: 'INFO_REFORME',
|
|
16
|
+
[EbookIntention.CHANGE_TOOL]: 'CHANGE_TOOL',
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=EbookIntention.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EbookIntention.js","sourceRoot":"","sources":["../../../../ts/types/Enum/EbookIntention.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,uDAAqC,CAAA;IACrC,kEAA2C,CAAA;IAC3C,qFAAyD,CAAA;IACzD,kBAAkB;IAClB,oEAAmD,CAAA;AACrD,CAAC,EANW,cAAc,8BAAd,cAAc,QAMzB;AAEY,QAAA,0BAA0B,GAAmC;IACxE,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,YAAY;IACzC,CAAC,cAAc,CAAC,YAAY,CAAC,EAAE,cAAc;IAC7C,CAAC,cAAc,CAAC,YAAY,CAAC,EAAE,cAAc;IAC7C,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,aAAa;CAC5C,CAAC","sourcesContent":["export enum EbookIntention {\n FACTU_ONLY = 'Facturation uniquement',\n FACTU_COMPTA = 'Facturation + comptabilité',\n INFO_REFORME = 'Je cherche juste à comprendre la réforme',\n // prettier-ignore\n CHANGE_TOOL = 'Je dois changer d\\'outil rapidement',\n}\n\nexport const BrevoEbookIntentionMapping: Record<EbookIntention, string> = {\n [EbookIntention.FACTU_ONLY]: 'FACTU_ONLY',\n [EbookIntention.FACTU_COMPTA]: 'FACTU_COMPTA',\n [EbookIntention.INFO_REFORME]: 'INFO_REFORME',\n [EbookIntention.CHANGE_TOOL]: 'CHANGE_TOOL',\n};\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InformationRequestState.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/InformationRequestState.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,OAAO,IAAI;IACX,SAAS,IAAI;IACb,aAAa,IAAI;IACjB,OAAO,IAAI;
|
|
1
|
+
{"version":3,"file":"InformationRequestState.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/InformationRequestState.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,OAAO,IAAI;IACX,SAAS,IAAI;IACb,aAAa,IAAI;IACjB,OAAO,IAAI;IACX,MAAM,IAAI;CACX"}
|
|
@@ -7,5 +7,6 @@ var InformationRequestState;
|
|
|
7
7
|
InformationRequestState[InformationRequestState["COMPLETED"] = 2] = "COMPLETED";
|
|
8
8
|
InformationRequestState[InformationRequestState["NOT_CONCERNED"] = 3] = "NOT_CONCERNED";
|
|
9
9
|
InformationRequestState[InformationRequestState["WAITING"] = 4] = "WAITING";
|
|
10
|
+
InformationRequestState[InformationRequestState["CLOSED"] = 5] = "CLOSED";
|
|
10
11
|
})(InformationRequestState || (exports.InformationRequestState = InformationRequestState = {}));
|
|
11
12
|
//# sourceMappingURL=InformationRequestState.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InformationRequestState.js","sourceRoot":"","sources":["../../../../ts/types/Enum/InformationRequestState.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"InformationRequestState.js","sourceRoot":"","sources":["../../../../ts/types/Enum/InformationRequestState.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAMX;AAND,WAAY,uBAAuB;IACjC,2EAAW,CAAA;IACX,+EAAa,CAAA;IACb,uFAAiB,CAAA;IACjB,2EAAW,CAAA;IACX,yEAAU,CAAA;AACZ,CAAC,EANW,uBAAuB,uCAAvB,uBAAuB,QAMlC","sourcesContent":["export enum InformationRequestState {\n PENDING = 1,\n COMPLETED = 2,\n NOT_CONCERNED = 3,\n WAITING = 4,\n CLOSED = 5,\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JobTitle.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/JobTitle.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,QAAQ,IAAI;IACZ,mBAAmB,IAAI;IACvB,iBAAiB,IAAI,CAAE,mBAAmB;IAC1C,oBAAoB,IAAI;IACxB,eAAe,IAAI,CAAE,wBAAwB;IAC7C,MAAM,IAAI;IACV,eAAe,IAAI,CAAE,sBAAsB;IAC3C,kBAAkB,IAAI;IACtB,aAAa,IAAI;IACjB,eAAe,KAAK;IACpB,aAAa,KAAK;IAClB,eAAe,KAAK;IACpB,cAAc,KAAK;IACnB,iBAAiB,KAAK;IACtB,oBAAoB,KAAK;IACzB,gBAAgB,KAAK;IACrB,iBAAiB,KAAK;IACtB,UAAU,KAAK;IACf,qBAAqB,KAAK;IAC1B,qBAAqB,KAAK;IAC1B,yBAAyB,KAAK;IAC9B,cAAc,KAAK;IACnB,mBAAmB,KAAK;IACxB,wBAAwB,KAAK;IAC7B,uBAAuB,KAAK;IAC5B,mBAAmB,KAAK;IACxB,SAAS,KAAK;IACd,UAAU,KAAK;IACf,qBAAqB,KAAK;IAC1B,WAAW,KAAK;IAChB,YAAY,KAAK;IACjB,YAAY,KAAK;IACjB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,mBAAmB,KAAK;IACxB,eAAe,KAAK;IACpB,qBAAqB,KAAK;IAC1B,mBAAmB,KAAK;IACxB,yBAAyB,KAAK;IAC9B,eAAe,KAAK;IACpB,SAAS,KAAK;IACd,aAAa,KAAK;IAClB,UAAU,KAAK;
|
|
1
|
+
{"version":3,"file":"JobTitle.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/JobTitle.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,QAAQ,IAAI;IACZ,mBAAmB,IAAI;IACvB,iBAAiB,IAAI,CAAE,mBAAmB;IAC1C,oBAAoB,IAAI;IACxB,eAAe,IAAI,CAAE,wBAAwB;IAC7C,MAAM,IAAI;IACV,eAAe,IAAI,CAAE,sBAAsB;IAC3C,kBAAkB,IAAI;IACtB,aAAa,IAAI;IACjB,eAAe,KAAK;IACpB,aAAa,KAAK;IAClB,eAAe,KAAK;IACpB,cAAc,KAAK;IACnB,iBAAiB,KAAK;IACtB,oBAAoB,KAAK;IACzB,gBAAgB,KAAK;IACrB,iBAAiB,KAAK;IACtB,UAAU,KAAK;IACf,qBAAqB,KAAK;IAC1B,qBAAqB,KAAK;IAC1B,yBAAyB,KAAK;IAC9B,cAAc,KAAK;IACnB,mBAAmB,KAAK;IACxB,wBAAwB,KAAK;IAC7B,uBAAuB,KAAK;IAC5B,mBAAmB,KAAK;IACxB,SAAS,KAAK;IACd,UAAU,KAAK;IACf,qBAAqB,KAAK;IAC1B,WAAW,KAAK;IAChB,YAAY,KAAK;IACjB,YAAY,KAAK;IACjB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,mBAAmB,KAAK;IACxB,eAAe,KAAK;IACpB,qBAAqB,KAAK;IAC1B,mBAAmB,KAAK;IACxB,yBAAyB,KAAK;IAC9B,eAAe,KAAK;IACpB,SAAS,KAAK;IACd,aAAa,KAAK;IAClB,UAAU,KAAK;IACf,yBAAyB,KAAK;CAC/B;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC;IAAE,EAAE,EAAE,QAAQ,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CA6NpF,CAAC"}
|
|
@@ -46,6 +46,7 @@ var JobTitle;
|
|
|
46
46
|
JobTitle[JobTitle["DEVELOPER"] = 41] = "DEVELOPER";
|
|
47
47
|
JobTitle[JobTitle["CAMERA_EDITOR"] = 42] = "CAMERA_EDITOR";
|
|
48
48
|
JobTitle[JobTitle["MA_MANAGER"] = 43] = "MA_MANAGER";
|
|
49
|
+
JobTitle[JobTitle["FINANCIAL_PROJECT_MANAGER"] = 44] = "FINANCIAL_PROJECT_MANAGER";
|
|
49
50
|
})(JobTitle || (exports.JobTitle = JobTitle = {}));
|
|
50
51
|
exports.JobTitleList = [
|
|
51
52
|
// {
|
|
@@ -263,5 +264,10 @@ exports.JobTitleList = [
|
|
|
263
264
|
menText: 'M&A Manager',
|
|
264
265
|
womenText: 'M&A Manager',
|
|
265
266
|
},
|
|
267
|
+
{
|
|
268
|
+
id: JobTitle.FINANCIAL_PROJECT_MANAGER,
|
|
269
|
+
menText: 'Chef de projet finance',
|
|
270
|
+
womenText: 'Cheffe de projet finance',
|
|
271
|
+
},
|
|
266
272
|
];
|
|
267
273
|
//# sourceMappingURL=JobTitle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JobTitle.js","sourceRoot":"","sources":["../../../../ts/types/Enum/JobTitle.ts"],"names":[],"mappings":"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","sourcesContent":["export enum JobTitle {\n INVOICER = 1,\n COMMERCIAL_DIRECTOR = 2,\n EXPERT_ACCOUNTANT = 3, // Expert comptable\n DEDICATED_ACCOUNTANT = 4,\n PAYROLL_MANAGER = 5, // Gestionnaire de paies\n JURIST = 6,\n ACCOUNT_MANAGER = 7, // Chargé de clientèle\n ACCOUNTING_MANAGER = 8,\n SALES_MANAGER = 9,\n BILLING_MANAGER = 10,\n LEGAL_MANAGER = 11,\n PAYROLL_OFFICER = 12,\n CLIENT_MANAGER = 13,\n PAYROLL_ASSISTANT = 14,\n ACCOUNTING_ASSISTANT = 15,\n JURIST_ASSISTANT = 16,\n BILLING_ASSISTANT = 17,\n COMMERCIAL = 18,\n ACCOUNTING_CONSULTANT = 19,\n COMMUNICATION_MANAGER = 20,\n INTERNAL_CONTROL_REFERENT = 21,\n TRAFIC_MANAGER = 22,\n EXECUTIVE_ASSISTANT = 23,\n INTERNAL_CONTROL_MANAGER = 24,\n HUMAN_RESOURCES_MANAGER = 25,\n RECRUITMENT_MANAGER = 26,\n FORMALIST = 27,\n WEB_EDITOR = 28,\n CUSTOMER_RECEPTIONIST = 29,\n TERMINATION = 30,\n SATISFACTION = 31,\n DATA_OFFICER = 32,\n PROJECT_MANAGER = 33,\n TECHNICAL_ADVISOR = 34,\n OPERATIONS_DIRECTOR = 35,\n PRODUCT_MANAGER = 36,\n COMMUNICATION_OFFICER = 37,\n RECRUITMENT_OFFICER = 38,\n HUMAN_RESOURCES_ASSISTANT = 39,\n HUMAN_RESOURCES = 40,\n DEVELOPER = 41,\n CAMERA_EDITOR = 42,\n MA_MANAGER = 43,\n}\n\nexport const JobTitleList: Array<{ id: JobTitle; menText: string; womenText: string }> = [\n // {\n // id: JobTitle.ACCOUNTING_ASSISTANT,\n // menText: 'Assistant comptable',\n // womenText: 'Assistante comptable',\n // },\n {\n id: JobTitle.BILLING_ASSISTANT,\n menText: 'Assistant facturation',\n womenText: 'Assistante facturation',\n },\n {\n id: JobTitle.JURIST_ASSISTANT,\n menText: 'Assistant juridique',\n womenText: 'Assistante juridique',\n },\n {\n id: JobTitle.PAYROLL_ASSISTANT,\n menText: 'Assistant paie',\n womenText: 'Assistante paie',\n },\n {\n id: JobTitle.ACCOUNT_MANAGER,\n menText: 'Chargé de clientèle',\n womenText: 'Chargée de clientèle',\n },\n {\n id: JobTitle.INVOICER,\n menText: 'Chargé de facturation',\n womenText: 'Chargée de facturation',\n },\n {\n id: JobTitle.COMMERCIAL,\n menText: 'Commercial',\n womenText: 'Commerciale',\n },\n {\n id: JobTitle.DEDICATED_ACCOUNTANT,\n menText: 'Comptable',\n womenText: 'Comptable',\n },\n {\n id: JobTitle.COMMERCIAL_DIRECTOR,\n menText: 'Directeur commercial',\n womenText: 'Directrice commerciale',\n },\n {\n id: JobTitle.EXPERT_ACCOUNTANT,\n menText: 'Expert-comptable',\n womenText: 'Experte-comptable',\n },\n {\n id: JobTitle.PAYROLL_MANAGER,\n menText: 'Gestionnaire de paie',\n womenText: 'Gestionnaire de paie',\n },\n {\n id: JobTitle.JURIST,\n menText: 'Juriste',\n womenText: 'Juriste',\n },\n {\n id: JobTitle.FORMALIST,\n menText: 'Formaliste',\n womenText: 'Formaliste',\n },\n {\n id: JobTitle.ACCOUNTING_MANAGER,\n menText: 'Responsable comptable',\n womenText: 'Responsable comptable',\n },\n {\n id: JobTitle.SALES_MANAGER,\n menText: 'Responsable commercial',\n womenText: 'Responsable commerciale',\n },\n {\n id: JobTitle.CLIENT_MANAGER,\n menText: 'Responsable de clientèle',\n womenText: 'Responsable de clientèle',\n },\n {\n id: JobTitle.BILLING_MANAGER,\n menText: 'Responsable facturation',\n womenText: 'Responsable facturation',\n },\n {\n id: JobTitle.LEGAL_MANAGER,\n menText: 'Responsable juridique',\n womenText: 'Responsable juridique',\n },\n {\n id: JobTitle.PAYROLL_MANAGER,\n menText: 'Responsable paie',\n womenText: 'Responsable paie',\n },\n {\n id: JobTitle.ACCOUNTING_CONSULTANT,\n menText: 'Conseiller comptable',\n womenText: 'Conseillère comptable',\n },\n {\n id: JobTitle.COMMUNICATION_MANAGER,\n menText: 'Responsable communication',\n womenText: 'Responsable communication',\n },\n {\n id: JobTitle.INTERNAL_CONTROL_REFERENT,\n menText: 'Référent du contrôle interne',\n womenText: 'Référente du contrôle interne',\n },\n {\n id: JobTitle.TECHNICAL_ADVISOR,\n menText: 'Référent technique',\n womenText: 'Référente technique',\n },\n {\n id: JobTitle.TRAFIC_MANAGER,\n menText: 'Trafic Manager',\n womenText: 'Trafic Manager',\n },\n {\n id: JobTitle.EXECUTIVE_ASSISTANT,\n menText: 'Assistant de Direction',\n womenText: 'Assistante de Direction',\n },\n {\n id: JobTitle.INTERNAL_CONTROL_MANAGER,\n menText: 'Chargé du contrôle interne',\n womenText: 'Chargée du contrôle interne',\n },\n {\n id: JobTitle.HUMAN_RESOURCES,\n menText: 'Chargé des ressources humaines',\n womenText: 'Chargée des ressources humaines',\n },\n {\n id: JobTitle.RECRUITMENT_MANAGER,\n menText: 'Responsable recrutement',\n womenText: 'Responsable recrutement',\n },\n {\n id: JobTitle.WEB_EDITOR,\n menText: 'Rédacteur Web',\n womenText: 'Rédactrice Web',\n },\n {\n id: JobTitle.CUSTOMER_RECEPTIONIST,\n menText: 'Chargé accueil client',\n womenText: 'Chargée accueil client',\n },\n {\n id: JobTitle.TERMINATION,\n menText: 'Chargé de la satisfaction clients',\n womenText: 'Chargée de la satisfaction clients',\n },\n {\n id: JobTitle.SATISFACTION,\n menText: 'Chargé de la satisfaction clients (litige)',\n womenText: 'Chargée de la satisfaction clients (litige)',\n },\n {\n id: JobTitle.DATA_OFFICER,\n menText: 'Aide Comptable',\n womenText: 'Aide Comptable',\n },\n {\n id: JobTitle.PROJECT_MANAGER,\n menText: 'Chef de projet',\n womenText: 'Cheffe de projet',\n },\n {\n id: JobTitle.OPERATIONS_DIRECTOR,\n menText: 'Directeur opérationnel',\n womenText: 'Directrice opérationnelle',\n },\n {\n id: JobTitle.PRODUCT_MANAGER,\n menText: 'Product manager',\n womenText: 'Product manager',\n },\n {\n id: JobTitle.COMMUNICATION_OFFICER,\n menText: 'Chargé de communication',\n womenText: 'Chargée de communication',\n },\n {\n id: JobTitle.RECRUITMENT_OFFICER,\n menText: 'Chargé de recrutement',\n womenText: 'Chargée de recrutement',\n },\n {\n id: JobTitle.HUMAN_RESOURCES_ASSISTANT,\n menText: 'Assistant Ressources Humaines',\n womenText: 'Assistante Ressources Humaines',\n },\n {\n id: JobTitle.HUMAN_RESOURCES_MANAGER,\n menText: 'Responsable Ressources Humaines',\n womenText: 'Responsable Ressources Humaines',\n },\n {\n id: JobTitle.DEVELOPER,\n menText: 'Développeur web',\n womenText: 'Développeur web',\n },\n {\n id: JobTitle.CAMERA_EDITOR,\n menText: 'Monteur / Cadreur',\n womenText: 'Monteur / Cadreur',\n },\n {\n id: JobTitle.MA_MANAGER,\n menText: 'M&A Manager',\n womenText: 'M&A Manager',\n },\n];\n"]}
|
|
1
|
+
{"version":3,"file":"JobTitle.js","sourceRoot":"","sources":["../../../../ts/types/Enum/JobTitle.ts"],"names":[],"mappings":"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","sourcesContent":["export enum JobTitle {\n INVOICER = 1,\n COMMERCIAL_DIRECTOR = 2,\n EXPERT_ACCOUNTANT = 3, // Expert comptable\n DEDICATED_ACCOUNTANT = 4,\n PAYROLL_MANAGER = 5, // Gestionnaire de paies\n JURIST = 6,\n ACCOUNT_MANAGER = 7, // Chargé de clientèle\n ACCOUNTING_MANAGER = 8,\n SALES_MANAGER = 9,\n BILLING_MANAGER = 10,\n LEGAL_MANAGER = 11,\n PAYROLL_OFFICER = 12,\n CLIENT_MANAGER = 13,\n PAYROLL_ASSISTANT = 14,\n ACCOUNTING_ASSISTANT = 15,\n JURIST_ASSISTANT = 16,\n BILLING_ASSISTANT = 17,\n COMMERCIAL = 18,\n ACCOUNTING_CONSULTANT = 19,\n COMMUNICATION_MANAGER = 20,\n INTERNAL_CONTROL_REFERENT = 21,\n TRAFIC_MANAGER = 22,\n EXECUTIVE_ASSISTANT = 23,\n INTERNAL_CONTROL_MANAGER = 24,\n HUMAN_RESOURCES_MANAGER = 25,\n RECRUITMENT_MANAGER = 26,\n FORMALIST = 27,\n WEB_EDITOR = 28,\n CUSTOMER_RECEPTIONIST = 29,\n TERMINATION = 30,\n SATISFACTION = 31,\n DATA_OFFICER = 32,\n PROJECT_MANAGER = 33,\n TECHNICAL_ADVISOR = 34,\n OPERATIONS_DIRECTOR = 35,\n PRODUCT_MANAGER = 36,\n COMMUNICATION_OFFICER = 37,\n RECRUITMENT_OFFICER = 38,\n HUMAN_RESOURCES_ASSISTANT = 39,\n HUMAN_RESOURCES = 40,\n DEVELOPER = 41,\n CAMERA_EDITOR = 42,\n MA_MANAGER = 43,\n FINANCIAL_PROJECT_MANAGER = 44,\n}\n\nexport const JobTitleList: Array<{ id: JobTitle; menText: string; womenText: string }> = [\n // {\n // id: JobTitle.ACCOUNTING_ASSISTANT,\n // menText: 'Assistant comptable',\n // womenText: 'Assistante comptable',\n // },\n {\n id: JobTitle.BILLING_ASSISTANT,\n menText: 'Assistant facturation',\n womenText: 'Assistante facturation',\n },\n {\n id: JobTitle.JURIST_ASSISTANT,\n menText: 'Assistant juridique',\n womenText: 'Assistante juridique',\n },\n {\n id: JobTitle.PAYROLL_ASSISTANT,\n menText: 'Assistant paie',\n womenText: 'Assistante paie',\n },\n {\n id: JobTitle.ACCOUNT_MANAGER,\n menText: 'Chargé de clientèle',\n womenText: 'Chargée de clientèle',\n },\n {\n id: JobTitle.INVOICER,\n menText: 'Chargé de facturation',\n womenText: 'Chargée de facturation',\n },\n {\n id: JobTitle.COMMERCIAL,\n menText: 'Commercial',\n womenText: 'Commerciale',\n },\n {\n id: JobTitle.DEDICATED_ACCOUNTANT,\n menText: 'Comptable',\n womenText: 'Comptable',\n },\n {\n id: JobTitle.COMMERCIAL_DIRECTOR,\n menText: 'Directeur commercial',\n womenText: 'Directrice commerciale',\n },\n {\n id: JobTitle.EXPERT_ACCOUNTANT,\n menText: 'Expert-comptable',\n womenText: 'Experte-comptable',\n },\n {\n id: JobTitle.PAYROLL_MANAGER,\n menText: 'Gestionnaire de paie',\n womenText: 'Gestionnaire de paie',\n },\n {\n id: JobTitle.JURIST,\n menText: 'Juriste',\n womenText: 'Juriste',\n },\n {\n id: JobTitle.FORMALIST,\n menText: 'Formaliste',\n womenText: 'Formaliste',\n },\n {\n id: JobTitle.ACCOUNTING_MANAGER,\n menText: 'Responsable comptable',\n womenText: 'Responsable comptable',\n },\n {\n id: JobTitle.SALES_MANAGER,\n menText: 'Responsable commercial',\n womenText: 'Responsable commerciale',\n },\n {\n id: JobTitle.CLIENT_MANAGER,\n menText: 'Responsable de clientèle',\n womenText: 'Responsable de clientèle',\n },\n {\n id: JobTitle.BILLING_MANAGER,\n menText: 'Responsable facturation',\n womenText: 'Responsable facturation',\n },\n {\n id: JobTitle.LEGAL_MANAGER,\n menText: 'Responsable juridique',\n womenText: 'Responsable juridique',\n },\n {\n id: JobTitle.PAYROLL_MANAGER,\n menText: 'Responsable paie',\n womenText: 'Responsable paie',\n },\n {\n id: JobTitle.ACCOUNTING_CONSULTANT,\n menText: 'Conseiller comptable',\n womenText: 'Conseillère comptable',\n },\n {\n id: JobTitle.COMMUNICATION_MANAGER,\n menText: 'Responsable communication',\n womenText: 'Responsable communication',\n },\n {\n id: JobTitle.INTERNAL_CONTROL_REFERENT,\n menText: 'Référent du contrôle interne',\n womenText: 'Référente du contrôle interne',\n },\n {\n id: JobTitle.TECHNICAL_ADVISOR,\n menText: 'Référent technique',\n womenText: 'Référente technique',\n },\n {\n id: JobTitle.TRAFIC_MANAGER,\n menText: 'Trafic Manager',\n womenText: 'Trafic Manager',\n },\n {\n id: JobTitle.EXECUTIVE_ASSISTANT,\n menText: 'Assistant de Direction',\n womenText: 'Assistante de Direction',\n },\n {\n id: JobTitle.INTERNAL_CONTROL_MANAGER,\n menText: 'Chargé du contrôle interne',\n womenText: 'Chargée du contrôle interne',\n },\n {\n id: JobTitle.HUMAN_RESOURCES,\n menText: 'Chargé des ressources humaines',\n womenText: 'Chargée des ressources humaines',\n },\n {\n id: JobTitle.RECRUITMENT_MANAGER,\n menText: 'Responsable recrutement',\n womenText: 'Responsable recrutement',\n },\n {\n id: JobTitle.WEB_EDITOR,\n menText: 'Rédacteur Web',\n womenText: 'Rédactrice Web',\n },\n {\n id: JobTitle.CUSTOMER_RECEPTIONIST,\n menText: 'Chargé accueil client',\n womenText: 'Chargée accueil client',\n },\n {\n id: JobTitle.TERMINATION,\n menText: 'Chargé de la satisfaction clients',\n womenText: 'Chargée de la satisfaction clients',\n },\n {\n id: JobTitle.SATISFACTION,\n menText: 'Chargé de la satisfaction clients (litige)',\n womenText: 'Chargée de la satisfaction clients (litige)',\n },\n {\n id: JobTitle.DATA_OFFICER,\n menText: 'Aide Comptable',\n womenText: 'Aide Comptable',\n },\n {\n id: JobTitle.PROJECT_MANAGER,\n menText: 'Chef de projet',\n womenText: 'Cheffe de projet',\n },\n {\n id: JobTitle.OPERATIONS_DIRECTOR,\n menText: 'Directeur opérationnel',\n womenText: 'Directrice opérationnelle',\n },\n {\n id: JobTitle.PRODUCT_MANAGER,\n menText: 'Product manager',\n womenText: 'Product manager',\n },\n {\n id: JobTitle.COMMUNICATION_OFFICER,\n menText: 'Chargé de communication',\n womenText: 'Chargée de communication',\n },\n {\n id: JobTitle.RECRUITMENT_OFFICER,\n menText: 'Chargé de recrutement',\n womenText: 'Chargée de recrutement',\n },\n {\n id: JobTitle.HUMAN_RESOURCES_ASSISTANT,\n menText: 'Assistant Ressources Humaines',\n womenText: 'Assistante Ressources Humaines',\n },\n {\n id: JobTitle.HUMAN_RESOURCES_MANAGER,\n menText: 'Responsable Ressources Humaines',\n womenText: 'Responsable Ressources Humaines',\n },\n {\n id: JobTitle.DEVELOPER,\n menText: 'Développeur web',\n womenText: 'Développeur web',\n },\n {\n id: JobTitle.CAMERA_EDITOR,\n menText: 'Monteur / Cadreur',\n womenText: 'Monteur / Cadreur',\n },\n {\n id: JobTitle.MA_MANAGER,\n menText: 'M&A Manager',\n womenText: 'M&A Manager',\n },\n {\n id: JobTitle.FINANCIAL_PROJECT_MANAGER,\n menText: 'Chef de projet finance',\n womenText: 'Cheffe de projet finance',\n },\n];\n"]}
|
|
@@ -9,6 +9,25 @@ export declare enum SocietyApprovalDocumentType {
|
|
|
9
9
|
LIST_OF_CONVENTIONS = 6,
|
|
10
10
|
LIST_OF_DIVIDENDS = 7
|
|
11
11
|
}
|
|
12
|
+
export declare enum RegulatedConventionType {
|
|
13
|
+
SOCIAL_CONTRIBUTIONS_COVERAGE = 1,
|
|
14
|
+
CURRENT_ACCOUNT_CREDITOR = 2,
|
|
15
|
+
CURRENT_ACCOUNT_DEBTOR = 3,
|
|
16
|
+
CURRENT_ACCOUNT_WAIVER = 4,
|
|
17
|
+
EMPLOYMENT_CONTRACT = 5,
|
|
18
|
+
SERVICE_PROVISION = 6,
|
|
19
|
+
COMMERCIAL_LEASE = 7,
|
|
20
|
+
RENT_SHARING = 8,
|
|
21
|
+
MILEAGE_REIMBURSEMENT = 9,
|
|
22
|
+
PRESIDENT_REMUNERATION = 10
|
|
23
|
+
}
|
|
24
|
+
export type RegulatedConvention = {
|
|
25
|
+
id: RegulatedConventionType;
|
|
26
|
+
label: string;
|
|
27
|
+
templateName: string;
|
|
28
|
+
applicableTo: LegalFormTypeEnum[];
|
|
29
|
+
};
|
|
30
|
+
export declare const RegulatedConventions: RegulatedConvention[];
|
|
12
31
|
export type SocietyApprovalDocumentTemplate = {
|
|
13
32
|
idDocumentType: SocietyApprovalDocumentType;
|
|
14
33
|
docName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocietyApproval.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/SocietyApproval.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEvD,oBAAY,2BAA2B;IACrC,KAAK,IAAI;IACT,aAAa,IAAI;IACjB,wDAAwD,IAAI;IAC5D,sDAAsD,IAAI;IAC1D,oBAAoB,IAAI;IACxB,mBAAmB,IAAI;IACvB,iBAAiB,IAAI;CACtB;AAED,MAAM,MAAM,+BAA+B,GAAG;IAC5C,cAAc,EAAE,2BAA2B,CAAC;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,WAAW,EAAE,iBAAiB,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,+BAA+B,EAAE,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,6BAA6B,EA2L9E,CAAC"}
|
|
1
|
+
{"version":3,"file":"SocietyApproval.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/SocietyApproval.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEvD,oBAAY,2BAA2B;IACrC,KAAK,IAAI;IACT,aAAa,IAAI;IACjB,wDAAwD,IAAI;IAC5D,sDAAsD,IAAI;IAC1D,oBAAoB,IAAI;IACxB,mBAAmB,IAAI;IACvB,iBAAiB,IAAI;CACtB;AAED,oBAAY,uBAAuB;IACjC,6BAA6B,IAAI;IACjC,wBAAwB,IAAI;IAC5B,sBAAsB,IAAI;IAC1B,sBAAsB,IAAI;IAC1B,mBAAmB,IAAI;IACvB,iBAAiB,IAAI;IACrB,gBAAgB,IAAI;IACpB,YAAY,IAAI;IAChB,qBAAqB,IAAI;IACzB,sBAAsB,KAAK;CAC5B;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,uBAAuB,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,iBAAiB,EAAE,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,mBAAmB,EA6DrD,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,cAAc,EAAE,2BAA2B,CAAC;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,WAAW,EAAE,iBAAiB,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,+BAA+B,EAAE,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,6BAA6B,EA2L9E,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SocietyApprovalDocumentsByLegalForm = exports.SocietyApprovalDocumentType = void 0;
|
|
3
|
+
exports.SocietyApprovalDocumentsByLegalForm = exports.RegulatedConventions = exports.RegulatedConventionType = exports.SocietyApprovalDocumentType = void 0;
|
|
4
4
|
const societyApproval_1 = require("../../utils/societyApproval");
|
|
5
5
|
const LegalForm_1 = require("./LegalForm");
|
|
6
6
|
const StatutsSection_1 = require("./StatutsSection");
|
|
@@ -14,6 +14,81 @@ var SocietyApprovalDocumentType;
|
|
|
14
14
|
SocietyApprovalDocumentType[SocietyApprovalDocumentType["LIST_OF_CONVENTIONS"] = 6] = "LIST_OF_CONVENTIONS";
|
|
15
15
|
SocietyApprovalDocumentType[SocietyApprovalDocumentType["LIST_OF_DIVIDENDS"] = 7] = "LIST_OF_DIVIDENDS";
|
|
16
16
|
})(SocietyApprovalDocumentType || (exports.SocietyApprovalDocumentType = SocietyApprovalDocumentType = {}));
|
|
17
|
+
var RegulatedConventionType;
|
|
18
|
+
(function (RegulatedConventionType) {
|
|
19
|
+
RegulatedConventionType[RegulatedConventionType["SOCIAL_CONTRIBUTIONS_COVERAGE"] = 1] = "SOCIAL_CONTRIBUTIONS_COVERAGE";
|
|
20
|
+
RegulatedConventionType[RegulatedConventionType["CURRENT_ACCOUNT_CREDITOR"] = 2] = "CURRENT_ACCOUNT_CREDITOR";
|
|
21
|
+
RegulatedConventionType[RegulatedConventionType["CURRENT_ACCOUNT_DEBTOR"] = 3] = "CURRENT_ACCOUNT_DEBTOR";
|
|
22
|
+
RegulatedConventionType[RegulatedConventionType["CURRENT_ACCOUNT_WAIVER"] = 4] = "CURRENT_ACCOUNT_WAIVER";
|
|
23
|
+
RegulatedConventionType[RegulatedConventionType["EMPLOYMENT_CONTRACT"] = 5] = "EMPLOYMENT_CONTRACT";
|
|
24
|
+
RegulatedConventionType[RegulatedConventionType["SERVICE_PROVISION"] = 6] = "SERVICE_PROVISION";
|
|
25
|
+
RegulatedConventionType[RegulatedConventionType["COMMERCIAL_LEASE"] = 7] = "COMMERCIAL_LEASE";
|
|
26
|
+
RegulatedConventionType[RegulatedConventionType["RENT_SHARING"] = 8] = "RENT_SHARING";
|
|
27
|
+
RegulatedConventionType[RegulatedConventionType["MILEAGE_REIMBURSEMENT"] = 9] = "MILEAGE_REIMBURSEMENT";
|
|
28
|
+
RegulatedConventionType[RegulatedConventionType["PRESIDENT_REMUNERATION"] = 10] = "PRESIDENT_REMUNERATION";
|
|
29
|
+
})(RegulatedConventionType || (exports.RegulatedConventionType = RegulatedConventionType = {}));
|
|
30
|
+
exports.RegulatedConventions = [
|
|
31
|
+
{
|
|
32
|
+
id: RegulatedConventionType.SOCIAL_CONTRIBUTIONS_COVERAGE,
|
|
33
|
+
label: 'Prise en charge des cotisations sociales',
|
|
34
|
+
templateName: 'CONVENTION_SOCIAL_CONTRIBUTIONS_COVERAGE',
|
|
35
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
id: RegulatedConventionType.CURRENT_ACCOUNT_CREDITOR,
|
|
39
|
+
label: 'Existence d\'un compte courant créditeur',
|
|
40
|
+
templateName: 'CONVENTION_CURRENT_ACCOUNT_CREDITOR',
|
|
41
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL, LegalForm_1.LegalFormTypeEnum.SASU],
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
id: RegulatedConventionType.CURRENT_ACCOUNT_DEBTOR,
|
|
45
|
+
label: 'Existence d\'un compte courant débiteur',
|
|
46
|
+
templateName: 'CONVENTION_CURRENT_ACCOUNT_DEBTOR',
|
|
47
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL, LegalForm_1.LegalFormTypeEnum.SASU],
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
id: RegulatedConventionType.CURRENT_ACCOUNT_WAIVER,
|
|
51
|
+
label: 'Convention d\'abandon de compte courant sous réserve de retour à meilleure fortune',
|
|
52
|
+
templateName: 'CONVENTION_CURRENT_ACCOUNT_WAIVER',
|
|
53
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL, LegalForm_1.LegalFormTypeEnum.SASU],
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
id: RegulatedConventionType.EMPLOYMENT_CONTRACT,
|
|
57
|
+
label: 'Existence d\'un contrat de travail',
|
|
58
|
+
templateName: 'CONVENTION_EMPLOYMENT_CONTRACT',
|
|
59
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL, LegalForm_1.LegalFormTypeEnum.SASU],
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: RegulatedConventionType.SERVICE_PROVISION,
|
|
63
|
+
label: 'Existence et facturation de prestations de services',
|
|
64
|
+
templateName: 'CONVENTION_SERVICE_PROVISION',
|
|
65
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL, LegalForm_1.LegalFormTypeEnum.SASU],
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
id: RegulatedConventionType.COMMERCIAL_LEASE,
|
|
69
|
+
label: 'Existence d\'un bail commercial',
|
|
70
|
+
templateName: 'CONVENTION_COMMERCIAL_LEASE',
|
|
71
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL, LegalForm_1.LegalFormTypeEnum.SASU],
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
id: RegulatedConventionType.RENT_SHARING,
|
|
75
|
+
label: 'Prise en charge d\'une quote part du loyer',
|
|
76
|
+
templateName: 'CONVENTION_RENT_SHARING',
|
|
77
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL, LegalForm_1.LegalFormTypeEnum.SASU],
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
id: RegulatedConventionType.MILEAGE_REIMBURSEMENT,
|
|
81
|
+
label: 'Remboursement des indemnités kilométriques',
|
|
82
|
+
templateName: 'CONVENTION_MILEAGE_REIMBURSEMENT',
|
|
83
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.EURL, LegalForm_1.LegalFormTypeEnum.SASU],
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
id: RegulatedConventionType.PRESIDENT_REMUNERATION,
|
|
87
|
+
label: 'Rémunération du/de la Président(e)',
|
|
88
|
+
templateName: 'CONVENTION_PRESIDENT_REMUNERATION',
|
|
89
|
+
applicableTo: [LegalForm_1.LegalFormTypeEnum.SASU],
|
|
90
|
+
},
|
|
91
|
+
];
|
|
17
92
|
exports.SocietyApprovalDocumentsByLegalForm = [
|
|
18
93
|
{
|
|
19
94
|
idLegalForm: LegalForm_1.LegalFormTypeEnum.EURL,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocietyApproval.js","sourceRoot":"","sources":["../../../../ts/types/Enum/SocietyApproval.ts"],"names":[],"mappings":"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","sourcesContent":["import { getLegalFormName } from '../../utils/societyApproval';\nimport { LegalFormTypeEnum } from './LegalForm';\nimport { DocumentSectionType } from './StatutsSection';\n\nexport enum SocietyApprovalDocumentType {\n PV_AG = 1,\n POWER_MANDATE = 2,\n DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO = 3,\n DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME = 4,\n INCOME_APPROPRIATION = 5,\n LIST_OF_CONVENTIONS = 6,\n LIST_OF_DIVIDENDS = 7,\n}\n\nexport type SocietyApprovalDocumentTemplate = {\n idDocumentType: SocietyApprovalDocumentType;\n docName: string;\n templateName: string;\n documentSectionType: DocumentSectionType;\n token?: string;\n htmlContent?: string;\n idDocumentSection?: number;\n};\n\nexport type SocietyApprovalDocumentConfig = {\n idLegalForm: LegalFormTypeEnum;\n legalFormName: string;\n documents: SocietyApprovalDocumentTemplate[];\n};\n\nexport const SocietyApprovalDocumentsByLegalForm: SocietyApprovalDocumentConfig[] = [\n {\n idLegalForm: LegalFormTypeEnum.EURL,\n legalFormName: getLegalFormName(LegalFormTypeEnum.EURL),\n documents: [\n {\n idDocumentType: SocietyApprovalDocumentType.PV_AG,\n docName: \"Procès-verbal d'approbation des comptes\",\n templateName: 'APPROVAL_EURL',\n documentSectionType: DocumentSectionType.APPROVAL_PV,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n docName: 'Mandat de pouvoir',\n templateName: 'POWER_MANDATE_EURL',\n documentSectionType: DocumentSectionType.POWER_MANDATE,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO,\n docName: 'Déclaration de confidentialité pour les comptes annuels (Micro)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO_EURL',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n docName: 'Déclaration de confidentialité pour les comptes annuels (PME)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME_EURL',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n docName: 'Affectation du résultat',\n templateName: 'INCOME_APPROPRIATION_EURL',\n documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.LIST_OF_CONVENTIONS,\n docName: 'Liste de conventions',\n templateName: 'LIST_OF_CONVENTIONS_EURL',\n documentSectionType: DocumentSectionType.LIST_OF_CONVENTIONS,\n },\n ],\n },\n // {\n // idLegalForm: LegalFormTypeEnum.SARL,\n // legalFormName: getLegalFormName(LegalFormTypeEnum.SARL),\n // documents: [\n // {\n // idDocumentType: SocietyApprovalDocumentType.PV_AG,\n // docName: \"Procès-verbal d'approbation des comptes\",\n // templateName: 'APPROVAL_SARL',\n // documentSectionType: DocumentSectionType.APPROVAL_PV,\n // },\n // {\n // idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n // docName: 'Mandat de pouvoir',\n // templateName: 'POWER_MANDATE_SARL',\n // documentSectionType: DocumentSectionType.POWER_MANDATE,\n // },\n // {\n // idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n // docName: 'Déclaration de confidentialité pour les comptes annuels',\n // templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_SARL',\n // documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n // },\n // {\n // idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n // docName: 'Affectation du résultat',\n // templateName: 'INCOME_APPROPRIATION_SARL',\n // documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n // },\n // ],\n // },\n {\n idLegalForm: LegalFormTypeEnum.SASU,\n legalFormName: getLegalFormName(LegalFormTypeEnum.SASU),\n documents: [\n {\n idDocumentType: SocietyApprovalDocumentType.PV_AG,\n docName: \"Procès-verbal d'approbation des comptes\",\n templateName: 'APPROVAL_SASU',\n documentSectionType: DocumentSectionType.APPROVAL_PV,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n docName: 'Mandat de pouvoir',\n templateName: 'POWER_MANDATE_SASU',\n documentSectionType: DocumentSectionType.POWER_MANDATE,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO,\n docName: 'Déclaration de confidentialité pour les comptes annuels (Micro)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO_SASU',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n docName: 'Déclaration de confidentialité pour les comptes annuels (PME)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME_SASU',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n docName: 'Affectation du résultat',\n templateName: 'INCOME_APPROPRIATION_SASU',\n documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.LIST_OF_DIVIDENDS,\n docName: 'Liste de dividendes',\n templateName: 'LIST_OF_DIVIDENDS_SASU',\n documentSectionType: DocumentSectionType.LIST_OF_DIVIDENDS,\n },\n ],\n },\n {\n idLegalForm: LegalFormTypeEnum.SAS,\n legalFormName: getLegalFormName(LegalFormTypeEnum.SAS),\n documents: [\n {\n idDocumentType: SocietyApprovalDocumentType.PV_AG,\n docName: \"Procès-verbal d'approbation des comptes\",\n templateName: 'APPROVAL_SAS',\n documentSectionType: DocumentSectionType.APPROVAL_PV,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n docName: 'Mandat de pouvoir',\n templateName: 'POWER_MANDATE_SAS',\n documentSectionType: DocumentSectionType.POWER_MANDATE,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO,\n docName: 'Déclaration de confidentialité pour les comptes annuels (Micro)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO_SAS',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n docName: 'Déclaration de confidentialité pour les comptes annuels (PME)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME_SAS',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n docName: 'Affectation du résultat',\n templateName: 'INCOME_APPROPRIATION_SAS',\n documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n },\n ],\n },\n {\n idLegalForm: LegalFormTypeEnum.SCI,\n legalFormName: getLegalFormName(LegalFormTypeEnum.SCI),\n documents: [\n {\n idDocumentType: SocietyApprovalDocumentType.PV_AG,\n docName: \"Procès-verbal d'approbation des comptes\",\n templateName: 'APPROVAL_SCI',\n documentSectionType: DocumentSectionType.APPROVAL_PV,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n docName: 'Mandat de pouvoir',\n templateName: 'POWER_MANDATE_SCI',\n documentSectionType: DocumentSectionType.POWER_MANDATE,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO,\n docName: 'Déclaration de confidentialité pour les comptes annuels (Micro)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO_SCI',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n docName: 'Déclaration de confidentialité pour les comptes annuels',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME_SCI',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n docName: 'Affectation du résultat',\n templateName: 'INCOME_APPROPRIATION_SCI',\n documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n },\n ],\n },\n];\n"]}
|
|
1
|
+
{"version":3,"file":"SocietyApproval.js","sourceRoot":"","sources":["../../../../ts/types/Enum/SocietyApproval.ts"],"names":[],"mappings":"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","sourcesContent":["import { getLegalFormName } from '../../utils/societyApproval';\nimport { LegalFormTypeEnum } from './LegalForm';\nimport { DocumentSectionType } from './StatutsSection';\n\nexport enum SocietyApprovalDocumentType {\n PV_AG = 1,\n POWER_MANDATE = 2,\n DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO = 3,\n DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME = 4,\n INCOME_APPROPRIATION = 5,\n LIST_OF_CONVENTIONS = 6,\n LIST_OF_DIVIDENDS = 7,\n}\n\nexport enum RegulatedConventionType {\n SOCIAL_CONTRIBUTIONS_COVERAGE = 1,\n CURRENT_ACCOUNT_CREDITOR = 2,\n CURRENT_ACCOUNT_DEBTOR = 3,\n CURRENT_ACCOUNT_WAIVER = 4,\n EMPLOYMENT_CONTRACT = 5,\n SERVICE_PROVISION = 6,\n COMMERCIAL_LEASE = 7,\n RENT_SHARING = 8,\n MILEAGE_REIMBURSEMENT = 9,\n PRESIDENT_REMUNERATION = 10,\n}\n\nexport type RegulatedConvention = {\n id: RegulatedConventionType;\n label: string;\n templateName: string;\n applicableTo: LegalFormTypeEnum[];\n};\n\nexport const RegulatedConventions: RegulatedConvention[] = [\n {\n id: RegulatedConventionType.SOCIAL_CONTRIBUTIONS_COVERAGE,\n label: 'Prise en charge des cotisations sociales',\n templateName: 'CONVENTION_SOCIAL_CONTRIBUTIONS_COVERAGE',\n applicableTo: [LegalFormTypeEnum.EURL],\n },\n {\n id: RegulatedConventionType.CURRENT_ACCOUNT_CREDITOR,\n label: 'Existence d\\'un compte courant créditeur',\n templateName: 'CONVENTION_CURRENT_ACCOUNT_CREDITOR',\n applicableTo: [LegalFormTypeEnum.EURL, LegalFormTypeEnum.SASU],\n },\n {\n id: RegulatedConventionType.CURRENT_ACCOUNT_DEBTOR,\n label: 'Existence d\\'un compte courant débiteur',\n templateName: 'CONVENTION_CURRENT_ACCOUNT_DEBTOR',\n applicableTo: [LegalFormTypeEnum.EURL, LegalFormTypeEnum.SASU],\n },\n {\n id: RegulatedConventionType.CURRENT_ACCOUNT_WAIVER,\n label: 'Convention d\\'abandon de compte courant sous réserve de retour à meilleure fortune',\n templateName: 'CONVENTION_CURRENT_ACCOUNT_WAIVER',\n applicableTo: [LegalFormTypeEnum.EURL, LegalFormTypeEnum.SASU],\n },\n {\n id: RegulatedConventionType.EMPLOYMENT_CONTRACT,\n label: 'Existence d\\'un contrat de travail',\n templateName: 'CONVENTION_EMPLOYMENT_CONTRACT',\n applicableTo: [LegalFormTypeEnum.EURL, LegalFormTypeEnum.SASU],\n },\n {\n id: RegulatedConventionType.SERVICE_PROVISION,\n label: 'Existence et facturation de prestations de services',\n templateName: 'CONVENTION_SERVICE_PROVISION',\n applicableTo: [LegalFormTypeEnum.EURL, LegalFormTypeEnum.SASU],\n },\n {\n id: RegulatedConventionType.COMMERCIAL_LEASE,\n label: 'Existence d\\'un bail commercial',\n templateName: 'CONVENTION_COMMERCIAL_LEASE',\n applicableTo: [LegalFormTypeEnum.EURL, LegalFormTypeEnum.SASU],\n },\n {\n id: RegulatedConventionType.RENT_SHARING,\n label: 'Prise en charge d\\'une quote part du loyer',\n templateName: 'CONVENTION_RENT_SHARING',\n applicableTo: [LegalFormTypeEnum.EURL, LegalFormTypeEnum.SASU],\n },\n {\n id: RegulatedConventionType.MILEAGE_REIMBURSEMENT,\n label: 'Remboursement des indemnités kilométriques',\n templateName: 'CONVENTION_MILEAGE_REIMBURSEMENT',\n applicableTo: [LegalFormTypeEnum.EURL, LegalFormTypeEnum.SASU],\n },\n {\n id: RegulatedConventionType.PRESIDENT_REMUNERATION,\n label: 'Rémunération du/de la Président(e)',\n templateName: 'CONVENTION_PRESIDENT_REMUNERATION',\n applicableTo: [LegalFormTypeEnum.SASU],\n },\n];\n\nexport type SocietyApprovalDocumentTemplate = {\n idDocumentType: SocietyApprovalDocumentType;\n docName: string;\n templateName: string;\n documentSectionType: DocumentSectionType;\n token?: string;\n htmlContent?: string;\n idDocumentSection?: number;\n};\n\nexport type SocietyApprovalDocumentConfig = {\n idLegalForm: LegalFormTypeEnum;\n legalFormName: string;\n documents: SocietyApprovalDocumentTemplate[];\n};\n\nexport const SocietyApprovalDocumentsByLegalForm: SocietyApprovalDocumentConfig[] = [\n {\n idLegalForm: LegalFormTypeEnum.EURL,\n legalFormName: getLegalFormName(LegalFormTypeEnum.EURL),\n documents: [\n {\n idDocumentType: SocietyApprovalDocumentType.PV_AG,\n docName: \"Procès-verbal d'approbation des comptes\",\n templateName: 'APPROVAL_EURL',\n documentSectionType: DocumentSectionType.APPROVAL_PV,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n docName: 'Mandat de pouvoir',\n templateName: 'POWER_MANDATE_EURL',\n documentSectionType: DocumentSectionType.POWER_MANDATE,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO,\n docName: 'Déclaration de confidentialité pour les comptes annuels (Micro)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO_EURL',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n docName: 'Déclaration de confidentialité pour les comptes annuels (PME)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME_EURL',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n docName: 'Affectation du résultat',\n templateName: 'INCOME_APPROPRIATION_EURL',\n documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.LIST_OF_CONVENTIONS,\n docName: 'Liste de conventions',\n templateName: 'LIST_OF_CONVENTIONS_EURL',\n documentSectionType: DocumentSectionType.LIST_OF_CONVENTIONS,\n },\n ],\n },\n // {\n // idLegalForm: LegalFormTypeEnum.SARL,\n // legalFormName: getLegalFormName(LegalFormTypeEnum.SARL),\n // documents: [\n // {\n // idDocumentType: SocietyApprovalDocumentType.PV_AG,\n // docName: \"Procès-verbal d'approbation des comptes\",\n // templateName: 'APPROVAL_SARL',\n // documentSectionType: DocumentSectionType.APPROVAL_PV,\n // },\n // {\n // idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n // docName: 'Mandat de pouvoir',\n // templateName: 'POWER_MANDATE_SARL',\n // documentSectionType: DocumentSectionType.POWER_MANDATE,\n // },\n // {\n // idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n // docName: 'Déclaration de confidentialité pour les comptes annuels',\n // templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_SARL',\n // documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n // },\n // {\n // idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n // docName: 'Affectation du résultat',\n // templateName: 'INCOME_APPROPRIATION_SARL',\n // documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n // },\n // ],\n // },\n {\n idLegalForm: LegalFormTypeEnum.SASU,\n legalFormName: getLegalFormName(LegalFormTypeEnum.SASU),\n documents: [\n {\n idDocumentType: SocietyApprovalDocumentType.PV_AG,\n docName: \"Procès-verbal d'approbation des comptes\",\n templateName: 'APPROVAL_SASU',\n documentSectionType: DocumentSectionType.APPROVAL_PV,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n docName: 'Mandat de pouvoir',\n templateName: 'POWER_MANDATE_SASU',\n documentSectionType: DocumentSectionType.POWER_MANDATE,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO,\n docName: 'Déclaration de confidentialité pour les comptes annuels (Micro)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO_SASU',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n docName: 'Déclaration de confidentialité pour les comptes annuels (PME)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME_SASU',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n docName: 'Affectation du résultat',\n templateName: 'INCOME_APPROPRIATION_SASU',\n documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.LIST_OF_DIVIDENDS,\n docName: 'Liste de dividendes',\n templateName: 'LIST_OF_DIVIDENDS_SASU',\n documentSectionType: DocumentSectionType.LIST_OF_DIVIDENDS,\n },\n ],\n },\n {\n idLegalForm: LegalFormTypeEnum.SAS,\n legalFormName: getLegalFormName(LegalFormTypeEnum.SAS),\n documents: [\n {\n idDocumentType: SocietyApprovalDocumentType.PV_AG,\n docName: \"Procès-verbal d'approbation des comptes\",\n templateName: 'APPROVAL_SAS',\n documentSectionType: DocumentSectionType.APPROVAL_PV,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n docName: 'Mandat de pouvoir',\n templateName: 'POWER_MANDATE_SAS',\n documentSectionType: DocumentSectionType.POWER_MANDATE,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO,\n docName: 'Déclaration de confidentialité pour les comptes annuels (Micro)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO_SAS',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n docName: 'Déclaration de confidentialité pour les comptes annuels (PME)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME_SAS',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n docName: 'Affectation du résultat',\n templateName: 'INCOME_APPROPRIATION_SAS',\n documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n },\n ],\n },\n {\n idLegalForm: LegalFormTypeEnum.SCI,\n legalFormName: getLegalFormName(LegalFormTypeEnum.SCI),\n documents: [\n {\n idDocumentType: SocietyApprovalDocumentType.PV_AG,\n docName: \"Procès-verbal d'approbation des comptes\",\n templateName: 'APPROVAL_SCI',\n documentSectionType: DocumentSectionType.APPROVAL_PV,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.POWER_MANDATE,\n docName: 'Mandat de pouvoir',\n templateName: 'POWER_MANDATE_SCI',\n documentSectionType: DocumentSectionType.POWER_MANDATE,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO,\n docName: 'Déclaration de confidentialité pour les comptes annuels (Micro)',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_MICRO_SCI',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME,\n docName: 'Déclaration de confidentialité pour les comptes annuels',\n templateName: 'DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS_PME_SCI',\n documentSectionType: DocumentSectionType.DECLARATION_OF_CONFIDENTIALITY_FOR_ANNUAL_ACCOUNTS,\n },\n {\n idDocumentType: SocietyApprovalDocumentType.INCOME_APPROPRIATION,\n docName: 'Affectation du résultat',\n templateName: 'INCOME_APPROPRIATION_SCI',\n documentSectionType: DocumentSectionType.INCOME_APPROPRIATION,\n },\n ],\n },\n];\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrevoElement.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/brevo/BrevoElement.ts"],"names":[],"mappings":"AAGA,qBAAa,aAAa;IAGxB,KAAK,EAAE,MAAM,CAAC;IAKd,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,MAAM,EAAE,CAAC;IAKlB,aAAa,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"BrevoElement.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/brevo/BrevoElement.ts"],"names":[],"mappings":"AAGA,qBAAa,aAAa;IAGxB,KAAK,EAAE,MAAM,CAAC;IAKd,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,MAAM,EAAE,CAAC;IAKlB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,qBAAa,UAAU;IAIrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,aAAa;IAIxB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AACD,qBAAa,aAAa;IAIxB,KAAK,EAAE,MAAM,CAAC;IAKd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,qBAAa,yBAAyB;IAEpC,YAAY,EAAE,YAAY,EAAE,CAAC;IAI7B,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,aAAa;IAGxB,KAAK,EAAE,MAAM,EAAE,CAAC;IAIhB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,gBAAgB;IAI3B,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB"}
|
|
@@ -61,6 +61,12 @@ __decorate([
|
|
|
61
61
|
(0, class_validator_1.IsOptional)(),
|
|
62
62
|
__metadata("design:type", String)
|
|
63
63
|
], CreateContact.prototype, "godfatherName", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
66
|
+
(0, class_validator_1.IsOptional)(),
|
|
67
|
+
(0, class_validator_1.IsString)(),
|
|
68
|
+
__metadata("design:type", String)
|
|
69
|
+
], CreateContact.prototype, "ebookTag", void 0);
|
|
64
70
|
class GetContact {
|
|
65
71
|
}
|
|
66
72
|
exports.GetContact = GetContact;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrevoElement.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/brevo/BrevoElement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6F;AAC7F,6CAAqE;AAErE,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"BrevoElement.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/brevo/BrevoElement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6F;AAC7F,6CAAqE;AAErE,MAAa,aAAa;CA2CzB;AA3CD,sCA2CC;AAxCC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;4CACG;AAKd;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACQ;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACO;AAKlB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACO;AAKlB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACU;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACI;AAIf;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;8CACJ;AAKlB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACU;AAKvB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACO;AAGpB,MAAa,UAAU;CAetB;AAfD,gCAeC;AAXC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACM;AAKjB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yCACI;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yCACI;AAGjB,MAAa,aAAa;CAKzB;AALD,sCAKC;AADC;IAHC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACrB,IAAA,yBAAO,GAAE;;8CACQ;AAEpB,MAAa,aAAa;CAazB;AAbD,sCAaC;AATC;IAHC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACC;AAKd;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACI;AAGf;IADC,IAAA,mBAAW,GAAE;;iDACqB;AAcrC,MAAa,yBAAyB;CAOrC;AAPD,8DAOC;AALC;IADC,IAAA,mBAAW,GAAE;;+DACe;AAI7B;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yDACI;AAGjB,MAAa,aAAa;CAQzB;AARD,sCAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;4CACT;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6CACI;AAGjB,MAAa,gBAAgB;CAK5B;AALD,4CAKC;AADC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;mDACU","sourcesContent":["import { IsArray, IsInt, IsNotEmpty, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateContact {\n @ApiProperty()\n @IsString()\n email: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstName?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n activity?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n nameSociety?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone?: string;\n\n @ApiProperty()\n @IsInt({ each: true })\n listIds: number[];\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n godfatherName?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n ebookTag?: string;\n}\n\nexport class GetContact {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idBrevo?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n email?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n phone?: number;\n}\n\nexport class GetAllContact {\n @ApiProperty()\n @IsInt({ each: true })\n @IsArray()\n listIds: number[];\n}\nexport class UpdateContact {\n @ApiProperty()\n @IsString()\n @IsNotEmpty()\n email: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone?: string;\n\n @ApiProperty()\n attributes: Partial<CreateContact>;\n}\n\nexport interface ContactInfos {\n email: string;\n firstName?: string;\n lastname?: string;\n activity?: string;\n nameSociety?: string;\n phone?: string;\n godfatherName?: string;\n ebookTag?: string;\n}\n\nexport class AddOrCreateContactsToList {\n @ApiProperty()\n contactInfos: ContactInfos[];\n\n @ApiProperty()\n @IsNumber()\n listId: number;\n}\n\nexport class ChangeContact {\n @ApiProperty()\n @IsString({ each: true })\n email: string[];\n\n @ApiProperty()\n @IsNumber()\n listId: number;\n}\n\nexport class BrevoTermination {\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idSociety: number[];\n}\n"]}
|
|
@@ -9,4 +9,7 @@ export declare class UpdateInformationRequest implements Partial<Omit<IInformati
|
|
|
9
9
|
state?: InformationRequestState;
|
|
10
10
|
isMandatory?: boolean;
|
|
11
11
|
}
|
|
12
|
+
export declare class DeleteByExerciceOptions {
|
|
13
|
+
idBalanceSheet?: number;
|
|
14
|
+
}
|
|
12
15
|
//# sourceMappingURL=Update.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Update.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/informationRequest/Update.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAGhF,qBAAa,wBAAyB,YAAW,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,IAAI,CAAC,CAAC;IAIvF,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAK9B,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAMhC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
|
|
1
|
+
{"version":3,"file":"Update.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/informationRequest/Update.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAGhF,qBAAa,wBAAyB,YAAW,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,IAAI,CAAC,CAAC;IAIvF,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAK9B,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAMhC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,qBAAa,uBAAuB;IAIlC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -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.UpdateInformationRequest = void 0;
|
|
12
|
+
exports.DeleteByExerciceOptions = exports.UpdateInformationRequest = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const InformationRequestType_1 = require("../../../Enum/InformationRequestType");
|
|
@@ -55,4 +55,13 @@ __decorate([
|
|
|
55
55
|
(0, boolean_transform_1.ToBoolean)(),
|
|
56
56
|
__metadata("design:type", Boolean)
|
|
57
57
|
], UpdateInformationRequest.prototype, "isMandatory", void 0);
|
|
58
|
+
class DeleteByExerciceOptions {
|
|
59
|
+
}
|
|
60
|
+
exports.DeleteByExerciceOptions = DeleteByExerciceOptions;
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
63
|
+
(0, class_validator_1.IsOptional)(),
|
|
64
|
+
(0, class_validator_1.IsInt)(),
|
|
65
|
+
__metadata("design:type", Number)
|
|
66
|
+
], DeleteByExerciceOptions.prototype, "idBalanceSheet", void 0);
|
|
58
67
|
//# sourceMappingURL=Update.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Update.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/informationRequest/Update.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,6CAAwD;AAExD,iFAA8E;AAC9E,mFAAgF;AAChF,sFAA2E;AAE3E,MAAa,wBAAwB;CA+BpC;AA/BD,4DA+BC;AA3BC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2DACW;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4DACY;AAKpB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACe;AAKvB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,+CAAsB,CAAC;;sDACD;AAK9B;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,iDAAuB,CAAC;;uDACA;AAMhC;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;6DACU","sourcesContent":["import { IsBoolean, IsEnum, IsInt, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { IInformationRequest } from '../../models/IInformationRequest';\nimport { InformationRequestType } from '../../../Enum/InformationRequestType';\nimport { InformationRequestState } from '../../../Enum/InformationRequestState';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateInformationRequest implements Partial<Omit<IInformationRequest, 'id'>> {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRequestedBy?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(InformationRequestType)\n type?: InformationRequestType;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(InformationRequestState)\n state?: InformationRequestState;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isMandatory?: boolean;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"Update.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/informationRequest/Update.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,6CAAwD;AAExD,iFAA8E;AAC9E,mFAAgF;AAChF,sFAA2E;AAE3E,MAAa,wBAAwB;CA+BpC;AA/BD,4DA+BC;AA3BC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2DACW;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4DACY;AAKpB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACe;AAKvB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,+CAAsB,CAAC;;sDACD;AAK9B;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,iDAAuB,CAAC;;uDACA;AAMhC;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;6DACU;AAGxB,MAAa,uBAAuB;CAKnC;AALD,0DAKC;AADC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACgB","sourcesContent":["import { IsBoolean, IsEnum, IsInt, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { IInformationRequest } from '../../models/IInformationRequest';\nimport { InformationRequestType } from '../../../Enum/InformationRequestType';\nimport { InformationRequestState } from '../../../Enum/InformationRequestState';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateInformationRequest implements Partial<Omit<IInformationRequest, 'id'>> {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRequestedBy?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(InformationRequestType)\n type?: InformationRequestType;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(InformationRequestState)\n state?: InformationRequestState;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isMandatory?: boolean;\n}\n\nexport class DeleteByExerciceOptions {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBalanceSheet?: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetWebinarsParams.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/webex/GetWebinarsParams.ts"],"names":[],"mappings":"AAGA,qBAAa,iBAAiB;IAG5B,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,EAAE,CAAC,EAAE,MAAM,CAAC;IAIZ,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.GetWebinarsParams = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
class GetWebinarsParams {
|
|
16
|
+
}
|
|
17
|
+
exports.GetWebinarsParams = GetWebinarsParams;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, utils_1.ApiProperty)(),
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], GetWebinarsParams.prototype, "from", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, utils_1.ApiProperty)(),
|
|
25
|
+
(0, class_validator_1.IsString)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], GetWebinarsParams.prototype, "to", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, utils_1.ApiProperty)(),
|
|
30
|
+
(0, class_validator_1.IsInt)(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], GetWebinarsParams.prototype, "limit", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, utils_1.ApiProperty)(),
|
|
35
|
+
(0, class_validator_1.IsInt)(),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], GetWebinarsParams.prototype, "skip", void 0);
|
|
38
|
+
//# sourceMappingURL=GetWebinarsParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetWebinarsParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/webex/GetWebinarsParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkD;AAClD,6CAAgD;AAEhD,MAAa,iBAAiB;CAgB7B;AAhBD,8CAgBC;AAbC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;+CACG;AAId;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6CACC;AAIZ;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;gDACO;AAIf;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;+CACM","sourcesContent":["import { IsInt, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class GetWebinarsParams {\n @ApiProperty()\n @IsString()\n from?: string;\n\n @ApiProperty()\n @IsString()\n to?: string;\n\n @ApiProperty()\n @IsInt()\n limit?: number;\n\n @ApiProperty()\n @IsInt()\n skip?: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedWebinars.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/webex/PaginatedWebinars.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedWebinars.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/webex/PaginatedWebinars.ts"],"names":[],"mappings":"","sourcesContent":["import { WebexMeeting } from './WebexMeeting';\n\nexport interface PaginatedWebinars {\n skip: number;\n limit: number;\n items: WebexMeeting[];\n}\n"]}
|