@silexpert/core 0.4.157 → 0.4.158
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/types/Enum/WebmailFlag.d.ts +9 -0
- package/es/types/Enum/WebmailFlag.d.ts.map +1 -0
- package/es/types/Enum/WebmailFlag.js +10 -0
- package/es/types/Enum/WebmailFlag.js.map +1 -0
- package/es/types/Enum/WebmailType.d.ts +11 -0
- package/es/types/Enum/WebmailType.d.ts.map +1 -0
- package/es/types/Enum/WebmailType.js +12 -0
- package/es/types/Enum/WebmailType.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.d.ts +5 -0
- package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js +21 -0
- package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.d.ts +8 -0
- package/es/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.js +2 -0
- package/es/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.js.map +1 -0
- package/es/types/Interface/api/cerfa/2035.d.ts +0 -1
- package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/2035.js.map +1 -1
- package/es/types/Interface/api/webmail/CreateWebmailFromLambda.d.ts +25 -0
- package/es/types/Interface/api/webmail/CreateWebmailFromLambda.d.ts.map +1 -0
- package/es/types/Interface/api/webmail/CreateWebmailFromLambda.js +109 -0
- package/es/types/Interface/api/webmail/CreateWebmailFromLambda.js.map +1 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +10 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +43 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +2 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +2 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IVatDeclaration.d.ts +3 -0
- package/es/types/Interface/models/IVatDeclaration.d.ts.map +1 -1
- package/es/types/Interface/models/IVatDeclaration.js.map +1 -1
- package/es/types/Interface/models/IWebMail.d.ts +53 -53
- package/es/types/Interface/models/IWebMail.d.ts.map +1 -1
- package/es/types/Interface/models/IWebMail.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/js/types/Enum/WebmailFlag.js +16 -0
- package/js/types/Enum/WebmailFlag.js.map +1 -0
- package/js/types/Enum/WebmailType.js +18 -0
- package/js/types/Enum/WebmailType.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js +29 -0
- package/js/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.js +6 -0
- package/js/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.js.map +1 -0
- package/js/types/Interface/api/cerfa/2035.js.map +1 -1
- package/js/types/Interface/api/webmail/CreateWebmailFromLambda.js +61 -0
- package/js/types/Interface/api/webmail/CreateWebmailFromLambda.js.map +1 -0
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +41 -0
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +3 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/WebmailFlag.ts +8 -0
- package/ts/types/Enum/WebmailType.ts +10 -0
- package/ts/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.ts +9 -0
- package/ts/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.ts +7 -0
- package/ts/types/Interface/api/cerfa/2035.ts +0 -1
- package/ts/types/Interface/api/webmail/CreateWebmailFromLambda.ts +87 -0
- package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +30 -0
- package/ts/types/Interface/models/IApiError.ts +2 -1
- package/ts/types/Interface/models/IVatDeclaration.ts +3 -0
- package/ts/types/Interface/models/IWebMail.ts +53 -53
- package/ts/types/index.ts +6 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebmailFlag.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/WebmailFlag.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,qBAAqB,IAAI;IACzB,6BAA6B,IAAI;IACjC,iBAAiB,IAAI;IACrB,oBAAoB,IAAI;IACxB,QAAQ,IAAI;IACZ,wBAAwB,KAAK;CAC9B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export var WebmailFlag;
|
|
2
|
+
(function (WebmailFlag) {
|
|
3
|
+
WebmailFlag[WebmailFlag["TO_BE_PROCESSED_BY_CS"] = 1] = "TO_BE_PROCESSED_BY_CS";
|
|
4
|
+
WebmailFlag[WebmailFlag["TO_BE_PROCESSED_BY_ACCOUNTANT"] = 2] = "TO_BE_PROCESSED_BY_ACCOUNTANT";
|
|
5
|
+
WebmailFlag[WebmailFlag["RECALLED_CUSTOMER"] = 7] = "RECALLED_CUSTOMER";
|
|
6
|
+
WebmailFlag[WebmailFlag["NO_RESPONSE_REQUIRED"] = 8] = "NO_RESPONSE_REQUIRED";
|
|
7
|
+
WebmailFlag[WebmailFlag["ANSWERED"] = 9] = "ANSWERED";
|
|
8
|
+
WebmailFlag[WebmailFlag["RESUMPTION_LETTER_ANSWER"] = 10] = "RESUMPTION_LETTER_ANSWER";
|
|
9
|
+
})(WebmailFlag || (WebmailFlag = {}));
|
|
10
|
+
//# sourceMappingURL=WebmailFlag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebmailFlag.js","sourceRoot":"","sources":["../../../ts/types/Enum/WebmailFlag.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,+EAAyB,CAAA;IACzB,+FAAiC,CAAA;IACjC,uEAAqB,CAAA;IACrB,6EAAwB,CAAA;IACxB,qDAAY,CAAA;IACZ,sFAA6B,CAAA;AAC/B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB","sourcesContent":["export enum WebmailFlag {\n TO_BE_PROCESSED_BY_CS = 1,\n TO_BE_PROCESSED_BY_ACCOUNTANT = 2,\n RECALLED_CUSTOMER = 7,\n NO_RESPONSE_REQUIRED = 8,\n ANSWERED = 9,\n RESUMPTION_LETTER_ANSWER = 10,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebmailType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/WebmailType.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,KAAK,IAAI;IACT,UAAU,IAAI;IACd,eAAe,IAAI;IACnB,GAAG,IAAI;IACP,WAAW,IAAI;IACf,WAAW,IAAI;IACf,iBAAiB,IAAI;IACrB,GAAG,IAAI;CACR"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export var WebmailType;
|
|
2
|
+
(function (WebmailType) {
|
|
3
|
+
WebmailType[WebmailType["EMAIL"] = 1] = "EMAIL";
|
|
4
|
+
WebmailType[WebmailType["PHONE_CALL"] = 2] = "PHONE_CALL";
|
|
5
|
+
WebmailType[WebmailType["AUTOMATIC_EMAIL"] = 3] = "AUTOMATIC_EMAIL";
|
|
6
|
+
WebmailType[WebmailType["SMS"] = 4] = "SMS";
|
|
7
|
+
WebmailType[WebmailType["INTERN_TASK"] = 5] = "INTERN_TASK";
|
|
8
|
+
WebmailType[WebmailType["EXTERN_TASK"] = 6] = "EXTERN_TASK";
|
|
9
|
+
WebmailType[WebmailType["ATTRIBUTION_EMAIL"] = 7] = "ATTRIBUTION_EMAIL";
|
|
10
|
+
WebmailType[WebmailType["BUG"] = 8] = "BUG";
|
|
11
|
+
})(WebmailType || (WebmailType = {}));
|
|
12
|
+
//# sourceMappingURL=WebmailType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebmailType.js","sourceRoot":"","sources":["../../../ts/types/Enum/WebmailType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,+CAAS,CAAA;IACT,yDAAc,CAAA;IACd,mEAAmB,CAAA;IACnB,2CAAO,CAAA;IACP,2DAAe,CAAA;IACf,2DAAe,CAAA;IACf,uEAAqB,CAAA;IACrB,2CAAO,CAAA;AACT,CAAC,EATW,WAAW,KAAX,WAAW,QAStB","sourcesContent":["export enum WebmailType {\n EMAIL = 1,\n PHONE_CALL = 2,\n AUTOMATIC_EMAIL = 3,\n SMS = 4,\n INTERN_TASK = 5,\n EXTERN_TASK = 6,\n ATTRIBUTION_EMAIL = 7,\n BUG = 8,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareModulesAndCompletions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.ts"],"names":[],"mappings":"AAEA,qBAAa,4BAA4B;IAEvC,aAAa,EAAE,MAAM,CAAC;IAGtB,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class PrepareModulesAndCompletions {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], PrepareModulesAndCompletions.prototype, "lastIdSociety", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], PrepareModulesAndCompletions.prototype, "firstIdSociety", void 0);
|
|
21
|
+
//# sourceMappingURL=PrepareModulesAndCompletions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareModulesAndCompletions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,4BAA4B;CAMxC;AAJC;IADC,mBAAmB,EAAE;;mEACA;AAGtB;IADC,mBAAmB,EAAE;;oEACC","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class PrepareModulesAndCompletions {\n @ApiPropertyOptional()\n lastIdSociety: number;\n\n @ApiPropertyOptional()\n firstIdSociety: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPrepareModulesAndCompletions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.ts"],"names":[],"mappings":"AAAA,oBAAY,gCAAgC,GAAG;IAC7C,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE;QACR,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,EAAE,MAAM,CAAA;KACpB,CAAA;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPrepareModulesAndCompletions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.ts"],"names":[],"mappings":"","sourcesContent":["export type ReadPrepareModulesAndCompletions = {\n treatedSocieties: number;\n creation: {\n modules: number;\n completions: number\n }\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"2035.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/2035.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EAAE,gBAAgB,EAAE,cAAc,EAAE,sBAAsB,EAAE,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EACpH,MAAM,eAAe,CAAC;AACvB,OAAO,EAC6B,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,WAAW,EACnH,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC;;GAEG;AAEH,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,cAAc,EAAE,cAAc,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,sBAAsB,CAAC,EAAE,sBAAsB,CAAA;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE;QACR,aAAa,EAAE,MAAM,CAAC;QACtB,cAAc,EAAE;YACd,KAAK,EAAE,MAAM,CAAC;YACd,UAAU,EAAE,MAAM,CAAC;SACpB,CAAA;KACF,CAAC;IACF,GAAG,EAAE,MAAM,CAAC;IACZ,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,6BAA6B;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QACd,4BAA4B,EAAE,MAAM,CAAC;QACrC,uBAAuB,EAAE,MAAM,CAAC;KACjC,CAAA;IACD,YAAY,EAAE;QACZ,aAAa,EAAE,MAAM,CAAC;QACtB,+BAA+B,EAAE,MAAM,CAAC;QACxC,UAAU,EAAE,MAAM,CAAC;QACnB,mCAAmC,EAAE,MAAM,CAAC;KAC7C,CAAC;IACF,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE;QACf,KAAK,EAAE,MAAM,CAAC;QACd,iBAAiB,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,0BAA0B,EAAE,MAAM,CAAC;IACnC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,iBAAiB,EAAE,OAAO,CAAC;KAC5B,CAAC;IACF,mBAAmB,EAAE,MAAM,CAAC;IAC5B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,qBAAqB,EAAE;QACrB,UAAU,EAAE,MAAM,CAAC;QACnB,oBAAoB,EAAE,MAAM,CAAC;QAC7B,sBAAsB,EAAE,MAAM,CAAC;QAC/B,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,2BAA2B,EAAE,MAAM,CAAC;IACpC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,yBAAyB,EAAE;QACzB,QAAQ,EAAE;YACR,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,WAAW,EAAE;YACX,eAAe,EAAE,MAAM,CAAC;YACxB,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,mBAAmB,EAAE;YACnB,MAAM,EAAE,MAAM,CAAC;YACf,YAAY,EAAE,MAAM,CAAC;SACtB,CAAA;QACD,gBAAgB,EAAE;YAChB,MAAM,EAAE,MAAM,CAAC;YACf,qBAAqB,EAAE,MAAM,CAAC;SAC/B,CAAC;QACF,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,CAAA;IACD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AAED,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,qCAAqC,EAAE,MAAM,CAAC;IAC9C,eAAe,EAAE,MAAM,CAAC;IACxB,uCAAuC,EAAE,MAAM,CAAC;CACjD;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,0BAA0B;IACzC,EAAE,EAAE,OAAO,CAAC;IACZ,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IAC/C,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,qBAAqB;IACpC,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;IACrC,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,4BAA4B,CAAC;IAClD,oBAAoB,EAAE,6BAA6B,CAAC;IACpD,aAAa,EAAE,sBAAsB,CAAC;IACtC,aAAa,EAAE,sBAAsB,CAAC;IACtC,uBAAuB,EAAE,MAAM,CAAC;IAChC,oBAAoB,EAAE,4BAA4B,CAAC;IACnD,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IAC/D,YAAY,EAAE,qBAAqB,CAAC;IACpC,YAAY,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,WAAW,EAAE,CAAA;KAAE,CAAC;IACrD,KAAK,CAAC,EAAE;QACN,OAAO,EAAE,gBAAgB,CAAC;QAC1B,QAAQ,EAAE,iBAAiB,CAAC;QAC5B,UAAU,EAAE,MAAM,CAAC;QACnB,sBAAsB,EAAE,MAAM,CAAC;QAC/B,iBAAiB,EAAE,0BAA0B,GAAG,IAAI,CAAC;KACtD,CAAA;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE;YACN,EAAE,EAAE,YAAY,CAAC;SAClB,CAAC;QACF,gBAAgB,EAAE,MAAM,CAAC;QACzB,uBAAuB,EAAE,YAAY,CAAC;QACtC,YAAY,EAAE,MAAM,CAAC;QACrB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,qBAAqB,EAAE,MAAM,CAAC;QAC9B,yBAAyB,EAAE,KAAK,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,YAAY,CAAA;SAAE,CAAC,CAAC;QAC1E,mBAAmB,EAAE,MAAM,CAAC;QAC5B,0BAA0B,EAAE,MAAM,CAAC;QACnC,wBAAwB,EAAE,MAAM,CAAC;QACjC,OAAO,EAAE,YAAY,CAAC;QACtB,wBAAwB,EAAE,MAAM,CAAC;QACjC,4BAA4B,EAAE,YAAY,EAAE,CAAA;KAC7C,CAAC;IACF,QAAQ,EAAE;QACR,YAAY,EAAE,MAAM,CAAC;QACrB,aAAa,EAAE,MAAM,CAAC;QACtB,aAAa,EAAE,MAAM,CAAC;QACtB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,kBAAkB,EAAE,MAAM,CAAC;QAC3B,sBAAsB,EAAE,MAAM,CAAC;QAC/B,aAAa,EAAE,MAAM,CAAC;QACtB,yBAAyB,EAAE,MAAM,CAAC;QAClC,0BAA0B,EAAE,MAAM,CAAC;QACnC,kBAAkB,EAAE,OAAO,CAAC;QAC5B,gBAAgB,EAAE,OAAO,CAAC;QAC1B,wBAAwB,EAAE,OAAO,CAAC;QAClC,iBAAiB,EAAE,OAAO,CAAC;QAC3B,eAAe,EAAE,OAAO,CAAC;QACzB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,2BAA2B,EAAE,MAAM,CAAC;QACpC,sBAAsB,EAAE,MAAM,CAAC;QAC/B,0BAA0B,EAAE,MAAM,CAAC;QACnC,gCAAgC,EAAE,MAAM,CAAC;QACzC,uBAAuB,EAAE,MAAM,CAAC;QAChC,kCAAkC,EAAE,MAAM,CAAC;QAC3C,sCAAsC,EAAE,MAAM,CAAC;QAC/C,mCAAmC,EAAE,MAAM,CAAC;QAC5C,kBAAkB,EAAE;YAAE,SAAS,EAAE,MAAM,CAAC;SAAE,CAAA;QAC1C,sBAAsB,EAAE;YAAE,SAAS,EAAE,MAAM,CAAC;SAAE,CAAC;QAC/C,UAAU,EAAE,UAAU,CAAC;QACvB,OAAO,EAAE,cAAc,CAAA;QACvB,oBAAoB,EAAE,MAAM,CAAC;QAC7B,eAAe,EAAE,MAAM,CAAC;QACxB,GAAG,EAAE,UAAU,CAAC;QAChB,kBAAkB,EAAE,MAAM,CAAC;QAC3B,aAAa,EAAE,MAAM,CAAC;QACtB,cAAc,EAAE,MAAM,CAAC;QACvB,sBAAsB,EAAE,MAAM,CAAC;QAC/B,yBAAyB,EAAE;YACzB,GAAG,EAAE,OAAO,CAAC;YACb,EAAE,EAAE,OAAO,CAAC;SACb,CAAA;QACD,gCAAgC,EAAE,OAAO,CAAC;QAC1C,QAAQ,EAAE,OAAO,CAAC;QAClB,eAAe,EAAE;YACf,IAAI,EAAE,MAAM,GAAE,IAAI,CAAC;YACnB,OAAO,EAAE,YAAY,GAAG,IAAI,CAAA;YAC5B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB,CAAC;QACF,MAAM,EAAE,aAAa,CAAC;QACtB,2BAA2B,EAAE,MAAM,CAAC;QACpC,4BAA4B,EAAE,MAAM,CAAC;QACrC,2BAA2B,EAAE,MAAM,CAAC;QACpC,4BAA4B,EAAE,MAAM,CAAC;QACrC,iBAAiB,EAAE,MAAM,CAAC;QAC1B,qBAAqB,EAAE,MAAM,CAAC;KAC/B,CAAC;IACF,WAAW,EAAE;QACX,WAAW,EAAE,MAAM,EAAE,CAAC;QACtB,eAAe,EAAE,aAAa,EAAE,CAAC;QACjC,aAAa,EAAE,MAAM,CAAC;QACtB,SAAS,EAAE;YACT,KAAK,EAAE,MAAM,CAAC;YACd,QAAQ,EAAE,MAAM,CAAC;YACjB,UAAU,EAAE,MAAM,CAAC;SACpB,CAAA;QACD,iBAAiB,EAAE,MAAM,CAAC;QAC1B,qBAAqB,EAAE,MAAM,CAAC;QAC9B,cAAc,EAAE,MAAM,CAAC;QACvB,WAAW,EAAE;YACX,2BAA2B,EAAE,MAAM,CAAC;YACpC,8BAA8B,EAAE,MAAM,CAAC;YACvC,eAAe,EAAE,MAAM,CAAC;YACxB,wBAAwB,EAAE,MAAM,CAAC;YACjC,oBAAoB,EAAE,MAAM,CAAC;YAC7B,iCAAiC,EAAE,MAAM,CAAC;YAC1C,6BAA6B,EAAE,MAAM,CAAC;YACtC,6BAA6B,EAAE,MAAM,CAAC;YACtC,sCAAsC,EAAE,MAAM,CAAC;YAC/C,6CAA6C,EAAE,MAAM,CAAC;YACtD,oCAAoC,EAAE,MAAM,CAAC;YAC7C,gBAAgB,EAAE,MAAM,CAAC;YACzB,SAAS,EAAE,MAAM,CAAC;YAClB,mBAAmB,EAAE,MAAM,CAAC;YAC5B,8BAA8B,EAAE,MAAM,CAAC;YACvC,6BAA6B,EAAE,MAAM,CAAC;YACtC,cAAc,EAAE,MAAM,CAAC;YACvB,uBAAuB,EAAE,MAAM,CAAC;YAChC,mCAAmC,EAAE,MAAM,CAAC;YAC5C,IAAI,EAAE,KAAK,CAAC;gBACV,YAAY,EAAE,MAAM,CAAC;gBACrB,UAAU,EAAE,MAAM,CAAC;gBACnB,SAAS,EAAE,MAAM,CAAC;gBAClB,eAAe,EAAE,MAAM,CAAC;gBACxB,gBAAgB,EAAE,MAAM,CAAC;gBACzB,gBAAgB,EAAE,MAAM,CAAC;gBACzB,wBAAwB,EAAE,MAAM,CAAC;gBACjC,+BAA+B,EAAE,MAAM,CAAC;gBACxC,IAAI,EAAE,MAAM,CAAC;aACd,CAAC,CAAC;YACH,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;QACF,sBAAsB,EAAE;YACtB,IAAI,EAAE,KAAK,CAAC;gBACV,IAAI,EAAE,MAAM,CAAC;gBACb,YAAY,EAAE,MAAM,CAAC;gBACrB,YAAY,EAAE,MAAM,CAAC;gBACrB,aAAa,EAAE,MAAM,CAAC;gBACtB,aAAa,EAAE,MAAM,CAAC;gBACtB,aAAa,EAAE,MAAM,CAAC;gBACtB,aAAa,EAAE,MAAM,CAAC;gBACtB,cAAc,EAAE,MAAM,CAAC;gBACvB,aAAa,EAAE,MAAM,CAAC;aACvB,CAAC,CAAC;YACH,qBAAqB,EAAE,MAAM,CAAC;YAC9B,sBAAsB,EAAE,MAAM,CAAC;YAC/B,qBAAqB,EAAE,MAAM,CAAC;YAC9B,oBAAoB,EAAE,MAAM,CAAC;YAC7B,qBAAqB,EAAE,MAAM,CAAC;YAC9B,oBAAoB,EAAE,MAAM,CAAC;YAC7B,qBAAqB,EAAE,MAAM,CAAC;YAC9B,cAAc,EAAE;gBAAE,QAAQ,EAAE,MAAM,CAAA;aAAE,CAAC;YACrC,aAAa,EAAE;gBAAE,QAAQ,EAAE,MAAM,CAAA;aAAE,CAAC;YACpC,cAAc,EAAE,MAAM,CAAC;YACvB,eAAe,EAAE,MAAM,CAAC;SACzB,CAAC;QACF,mBAAmB,EAAE;YACnB,eAAe,EAAE;gBACf,UAAU,EAAE,MAAM,CAAA;aACnB,CAAC;YACF,WAAW,EAAE;gBACX,UAAU,EAAE,MAAM,CAAA;aACnB,CAAC;YACF,oBAAoB,EAAE;gBACpB,UAAU,EAAE,MAAM,CAAA;aACnB,CAAC;YACF,SAAS,EAAE;gBACT,UAAU,EAAE,MAAM,CAAA;aACnB,CAAC;YACF,kBAAkB,EAAE;gBAClB,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;YACD,IAAI,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAA;SACrC,CAAA;QACD,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,WAAW,CAAC;KAC1B,CAAA;CACF;AAED,qBAAa,kBAAkB;IAK7B,KAAK,CAAC,EAAE,OAAO,CAAC;IAMhB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,8BAA8B;IAEzC,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,SAAS,CAAC,EAAE,kBAAkB,GAAG,4BAA4B,CAAC;CAC/D;AAED,oBAAY,4BAA4B,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"2035.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/2035.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"2035.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/2035.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIxD,OAAO,EACL,WAAW,EAAE,mBAAmB,GACjC,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAiZ3E,MAAM,OAAO,kBAAkB;CAY9B;AAPC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;iDACG;AAMhB;IAJC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;IAChE,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kDACI;AAGnB,MAAM,OAAO,8BAA8B;CAM1C;AAJC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;;8DAChD;AAGjB;IADC,WAAW,EAAE;;iEACgD","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport {\n Subsidiarie, DeterminedResult, AccountingKept, AccreditedOrganization, Vehicle, MoralShareholder, PhysicShareholder,\n} from './CreateCerfa';\nimport {\n ApiProperty, ApiPropertyOptional, CerfaAddress, ViewerDetails, Accountant, CouncilDetails, EcfDetails, Termination,\n} from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OtherActivity } from './Utils';\n\n/**\n * CERFA 2035 TYPES\n */\n\nexport interface Cerfa2035Society {\n name: string;\n activity: string | null;\n siret: string;\n activityCode?: string; // Code activité pour les praticiens médicaux\n ifExerciceInSociety?: boolean; // Si exercice en société\n partnersCount?: number;\n determinedResult?: DeterminedResult; // Résultat déterminé\n accountingKept: AccountingKept; // Comptabilité tenue\n withTax: boolean;\n withoutTax: boolean;\n accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal\n address: string;\n zipCode: string;\n city: string;\n}\n\nexport interface Cerfa2035ProfessionalRecipes {\n collected: number;\n toDeduce: {\n disbursements: number;\n retrocededFees: {\n total: number;\n supplement: number;\n }\n };\n net: number;\n financialProducts: number;\n miscellaneousGain: number;\n total: number;\n}\n\nexport interface Cerfa2035ProfessionalExpenses {\n purchases: number;\n personnelCosts: {\n netSalariesAndBenefitsInKind: number;\n socialChargesOnSalaries: number;\n }\n duesAndTaxes: {\n valueAddedTax: number;\n territorialEconomicContribution: number;\n otherTaxes: number;\n generalDeductibleSocialContribution: number;\n };\n rentAndRentalCharges: number;\n equipmentRental: {\n total: number;\n collaborationFees: number;\n };\n maintenance: number;\n temporaryStaff: number;\n smallTools: number;\n heatingWaterGasElectricity: number;\n feesNotRetrocessions: number;\n insurancePremiums: number;\n vehicleCosts: {\n total: number;\n lumpSumAssessment: boolean;\n };\n otherTravelExpenses: number;\n totalWorkSupplies: number;\n totalTransport: number;\n personalSocialCharges: {\n obligatory: number;\n contributionsMadelin: number;\n retirementSavingsPlans: number;\n total: number;\n };\n receptionFees: number;\n officeSupplies: number;\n legalCosts: number;\n unionDues: number;\n otherManagementFees: number;\n totalDues: number;\n financialExpenses: number;\n miscellaneousLosses: number;\n total: number;\n}\n\nexport interface ResultsDistributionList {\n marriedName?: string;\n legalForm?: string;\n civility?: string;\n firstname?: string;\n lastname?: string;\n basicInfos: string;\n managerPartner: boolean;\n slicePercentage: number;\n resultShare: number;\n individualProCharges: number;\n netAmount: number;\n longTermAddedValue: number\n birthdate?: string;\n birthplace?: string;\n birthCountry?: string;\n birthCountryCode: string | null;\n birthDepartment?: string;\n siren?: string;\n fiscalNumber?: string;\n name: string;\n address: string;\n isPhysic: boolean\n city?: string;\n country?: string;\n countryCode?: string;\n zipCode: string;\n street: string;\n}\n\nexport interface Cerfa2035Determination {\n surplus: number;\n shortTermCapitalGains: number;\n miscellaneousToBeReinstated: number;\n civilSocietyBenefit: number;\n totalSurplus: number;\n insufficiency: number;\n administrationFees: number;\n depreciationAllowance: number;\n shortTermLoss: number;\n miscellaneousToBeDeducted: {\n freeZone: {\n amount: number;\n };\n newBusiness: {\n onSavingsSalary: number;\n amount: number;\n };\n innovativeCompanies: {\n amount: number;\n youngArtists: number;\n }\n doctorsExemption: {\n amount: number;\n sectorApprovedDoctors: number;\n };\n covid: number;\n total: number;\n }\n civilSocietyDeficit: number;\n totalInsufficiency: number;\n profit: number;\n deficit: number;\n}\n\nexport interface Cerfa2035ValueAddedTax {\n grossReceipts: number;\n relatedToPurchases: {\n amount: number;\n retrocededFees: number;\n };\n}\n\nexport interface Cerfa2035KilometricAllowance {\n vehicles: Vehicle[];\n costsNotCoveredByKilometricAllowances: number;\n totalDeductible: number;\n totalDepreciationPracticedAtReintegrate: number;\n}\n\nexport interface Cerfa2035Recipes {\n fees: number;\n miscellaneousGains: number;\n deductibleVat: number;\n capitalGains: number;\n total: number;\n}\n\nexport interface Cerfa2035Expenses {\n purchases: number;\n stockVariation: number;\n externalServices: number;\n rentsAndRoyalties: number;\n transport: number;\n management: number;\n vatInRecipes: number;\n turnoverTax: number;\n amortization: number;\n capitalLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035MonoEstablishment {\n is: boolean; // Est mono établissement\n benchmarkTurnover: number;\n groupTurnover: number;\n workforce: number;\n period: { startDate: string, endDate: string };\n cessationDate: string;\n}\n\nexport interface Cerfa2035ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n idDeposit?: number;\n}\n\nexport interface Cerfa2035 {\n isNil: boolean;\n isPageENil: boolean;\n isPageFNil: boolean;\n isPageGNil: boolean;\n society: Cerfa2035Society;\n immobilizations: number;\n professionalRecipes: Cerfa2035ProfessionalRecipes;\n professionalExpenses: Cerfa2035ProfessionalExpenses;\n determination: Cerfa2035Determination;\n valueAddedTax: Cerfa2035ValueAddedTax;\n territorialContribution: number;\n kilometricAllowances: Cerfa2035KilometricAllowance;\n period: { startDate: string, endDate: string, months: string };\n shareCapital: Cerfa2035ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n annex?: {\n recipes: Cerfa2035Recipes;\n expenses: Cerfa2035Expenses;\n addedValue: number;\n addedValueContribution: number;\n monoEstablishment: Cerfa2035MonoEstablishment | null;\n }\n}\n\nexport interface Cerfa2035WithSuites {\n header: {\n siret: string;\n mail: string;\n phone: string;\n name: string;\n change: {\n st: CerfaAddress;\n },\n declarantAddress: string;\n declarantAddressDetails: CerfaAddress;\n activityType: string;\n activityStartDate: string;\n privateSocietyAddress: string;\n privateSocietyAddressList: Array<{ name: string; address: CerfaAddress }>;\n civilSocietyAddress: string;\n informationsStartingPeriod: string;\n informationsEndingPeriod: string;\n address: CerfaAddress,\n secondaryPracticeAddress: string;\n secondaryPracticeAddressList: CerfaAddress[]\n },\n taxation: {\n profitResult: number;\n deficitResult: number;\n exemptCharges: string;\n depreciationCharges: number;\n addedValueProducts: number;\n portfolioCapitalIncome: number;\n taxedNetTotal: number;\n longTermTaxableAddedValue: number;\n longTermDefferedAddedValue: number;\n quintiesNewCompany: boolean;\n sexiesNewCompany: boolean;\n exemptInnovatingActivity: boolean;\n urbanZoneActivity: boolean;\n othersExemption: boolean;\n relatedCreationDate: string;\n relatedActivityStartingDate: string;\n nonProfessionnalProfit: number;\n nonProfessionnalAddedValue: number;\n nonProfessionnalProfitExemptions: number;\n nonProfessionnalDeficit: number;\n nonProfessionnalLongTermAddedValue: number;\n nonProfessionnalYoungArtistsExemptions: number;\n nonProfessionnalShortTermAddedValue: number;\n productsAddedValue: { duodecies: number; }\n chargesDeprecatedValue: { duodecies: number; };\n accountant: Accountant;\n council: CouncilDetails\n certifiedAssociation: string;\n serviceProvider: number;\n ecf: EcfDetails;\n declarantSignature: string;\n signatureDate: string;\n signaturePlace: string;\n accountingSoftwareName: string;\n isAccountingAccounterised: {\n yes: boolean;\n no: boolean;\n }\n certifiedAccountingProfessionnal: boolean;\n aaOrOmga: boolean;\n aaOrOmgaDetails: {\n name: string |null,\n address: CerfaAddress | null\n number: string | null;\n },\n viewer: ViewerDetails,\n longTermExemptAddedValue151: number;\n longTermExemptAddedValue151A: number;\n longTermExemptAddedValue238: number;\n longTermExemptAddedValue151B: number;\n profitExoneration: number;\n addedValueExoneration: number;\n },\n declaration: {\n paidService: string[];\n paidServiceList: OtherActivity[];\n incomesAmount: number;\n employees: {\n total: number;\n disabled: number;\n apprentice: number;\n }\n grossAmountSalary: number;\n employeesCivilSociety: number;\n netSalaryShare: number;\n fixedAssets: {\n currentYearPartDepreciation: number;\n pastAssociatedPartDepreciation: number;\n grossPriceTotal: number;\n grossPriceLastAnnexTotal: number;\n depreciableBaseTotal: number;\n currentAssociatedPartDepreciation: number;\n depreciableBaseLastAnnexTotal: number;\n pastDepreciationsAmountsTotal: number;\n pastDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsTotal: number;\n currentYearTotal: number;\n vehicules: number;\n currentYearNetGrant: number;\n grossPriceDepreciationFraction: number;\n vatAmountDepreciationFraction: number;\n vatAmountTotal: number;\n vatAmountLastAnnexTotal: number;\n depreciableBaseDepreciationFraction: number;\n list: Array<{\n purchaseDate: string;\n grossPrice: number;\n vatAmount: number;\n depreciableBase: number;\n depreciationType: string;\n depreciationRate: number;\n pastDepreciationsAmounts: number;\n currentYearDepreciationsAmounts: number;\n type: string;\n }>,\n total: number;\n },\n addedValueEstablishing: {\n list: Array<{\n type: string;\n purchaseDate: string;\n transferDate: string;\n originalValue: number;\n depreciations: number;\n residualValue: number;\n handoverPrice: number;\n shortTermValue: number;\n longTermValue: number;\n }>,\n shortTermExemptArt151: number;\n shortTermExemptArt151A: number;\n shortTermExemptArt238: number;\n longTermExemptArt151: number;\n longTermExemptArt151A: number;\n longTermExemptArt238: number;\n longTermExemptArt151B: number;\n shortTermValue: { toReport: number };\n longTermValue: { toReport: number };\n longTermSpread: number;\n shortTermSpread: number;\n },\n resultsDistribution: {\n slicePercentage: {\n annexTotal: number\n },\n resultShare: {\n annexTotal: number\n },\n individualProCharges: {\n annexTotal: number\n },\n netAmount: {\n annexTotal: number\n },\n longTermAddedValue: {\n annexTotal: number\n }\n list: Array<ResultsDistributionList>\n }\n name: string;\n siret: string;\n termination: Termination;\n }\n}\n\nexport class ParamsGenerate2035 {\n @ApiPropertyOptional()\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isNil?: boolean;\n\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isTest?: boolean;\n}\n\nexport class ParamsGenerate2035FullDocument {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n cerfa2035?: ParamsGenerate2035 & ParamsGenerate2035WithSuites;\n}\n\nexport type ParamsGenerate2035WithSuites = Record<string, unknown>;"]}
|
|
1
|
+
{"version":3,"file":"2035.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/2035.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIxD,OAAO,EACL,WAAW,EAAE,mBAAmB,GACjC,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAgZ3E,MAAM,OAAO,kBAAkB;CAY9B;AAPC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;iDACG;AAMhB;IAJC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;IAChE,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kDACI;AAGnB,MAAM,OAAO,8BAA8B;CAM1C;AAJC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;;8DAChD;AAGjB;IADC,WAAW,EAAE;;iEACgD","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport {\n Subsidiarie, DeterminedResult, AccountingKept, AccreditedOrganization, Vehicle, MoralShareholder, PhysicShareholder,\n} from './CreateCerfa';\nimport {\n ApiProperty, ApiPropertyOptional, CerfaAddress, ViewerDetails, Accountant, CouncilDetails, EcfDetails, Termination,\n} from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OtherActivity } from './Utils';\n\n/**\n * CERFA 2035 TYPES\n */\n\nexport interface Cerfa2035Society {\n name: string;\n activity: string | null;\n siret: string;\n activityCode?: string; // Code activité pour les praticiens médicaux\n ifExerciceInSociety?: boolean; // Si exercice en société\n partnersCount?: number;\n determinedResult?: DeterminedResult; // Résultat déterminé\n accountingKept: AccountingKept; // Comptabilité tenue\n withTax: boolean;\n withoutTax: boolean;\n accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal\n address: string;\n zipCode: string;\n city: string;\n}\n\nexport interface Cerfa2035ProfessionalRecipes {\n collected: number;\n toDeduce: {\n disbursements: number;\n retrocededFees: {\n total: number;\n supplement: number;\n }\n };\n net: number;\n financialProducts: number;\n miscellaneousGain: number;\n total: number;\n}\n\nexport interface Cerfa2035ProfessionalExpenses {\n purchases: number;\n personnelCosts: {\n netSalariesAndBenefitsInKind: number;\n socialChargesOnSalaries: number;\n }\n duesAndTaxes: {\n valueAddedTax: number;\n territorialEconomicContribution: number;\n otherTaxes: number;\n generalDeductibleSocialContribution: number;\n };\n rentAndRentalCharges: number;\n equipmentRental: {\n total: number;\n collaborationFees: number;\n };\n maintenance: number;\n temporaryStaff: number;\n smallTools: number;\n heatingWaterGasElectricity: number;\n feesNotRetrocessions: number;\n insurancePremiums: number;\n vehicleCosts: {\n total: number;\n lumpSumAssessment: boolean;\n };\n otherTravelExpenses: number;\n totalWorkSupplies: number;\n totalTransport: number;\n personalSocialCharges: {\n obligatory: number;\n contributionsMadelin: number;\n retirementSavingsPlans: number;\n total: number;\n };\n receptionFees: number;\n officeSupplies: number;\n legalCosts: number;\n unionDues: number;\n otherManagementFees: number;\n totalDues: number;\n financialExpenses: number;\n miscellaneousLosses: number;\n total: number;\n}\n\nexport interface ResultsDistributionList {\n marriedName?: string;\n legalForm?: string;\n civility?: string;\n firstname?: string;\n lastname?: string;\n basicInfos: string;\n managerPartner: boolean;\n slicePercentage: number;\n resultShare: number;\n individualProCharges: number;\n netAmount: number;\n longTermAddedValue: number\n birthdate?: string;\n birthplace?: string;\n birthCountry?: string;\n birthCountryCode: string | null;\n birthDepartment?: string;\n siren?: string;\n fiscalNumber?: string;\n name: string;\n address: string;\n isPhysic: boolean\n city?: string;\n country?: string;\n countryCode?: string;\n zipCode: string;\n street: string;\n}\n\nexport interface Cerfa2035Determination {\n surplus: number;\n shortTermCapitalGains: number;\n miscellaneousToBeReinstated: number;\n civilSocietyBenefit: number;\n totalSurplus: number;\n insufficiency: number;\n administrationFees: number;\n depreciationAllowance: number;\n shortTermLoss: number;\n miscellaneousToBeDeducted: {\n freeZone: {\n amount: number;\n };\n newBusiness: {\n onSavingsSalary: number;\n amount: number;\n };\n innovativeCompanies: {\n amount: number;\n youngArtists: number;\n }\n doctorsExemption: {\n amount: number;\n sectorApprovedDoctors: number;\n };\n covid: number;\n total: number;\n }\n civilSocietyDeficit: number;\n totalInsufficiency: number;\n profit: number;\n deficit: number;\n}\n\nexport interface Cerfa2035ValueAddedTax {\n grossReceipts: number;\n relatedToPurchases: {\n amount: number;\n retrocededFees: number;\n };\n}\n\nexport interface Cerfa2035KilometricAllowance {\n vehicles: Vehicle[];\n costsNotCoveredByKilometricAllowances: number;\n totalDeductible: number;\n totalDepreciationPracticedAtReintegrate: number;\n}\n\nexport interface Cerfa2035Recipes {\n fees: number;\n miscellaneousGains: number;\n deductibleVat: number;\n capitalGains: number;\n total: number;\n}\n\nexport interface Cerfa2035Expenses {\n purchases: number;\n stockVariation: number;\n externalServices: number;\n rentsAndRoyalties: number;\n transport: number;\n management: number;\n vatInRecipes: number;\n turnoverTax: number;\n amortization: number;\n capitalLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035MonoEstablishment {\n is: boolean; // Est mono établissement\n benchmarkTurnover: number;\n groupTurnover: number;\n workforce: number;\n period: { startDate: string, endDate: string };\n cessationDate: string;\n}\n\nexport interface Cerfa2035ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n idDeposit?: number;\n}\n\nexport interface Cerfa2035 {\n isNil: boolean;\n isPageENil: boolean;\n isPageFNil: boolean;\n isPageGNil: boolean;\n society: Cerfa2035Society;\n immobilizations: number;\n professionalRecipes: Cerfa2035ProfessionalRecipes;\n professionalExpenses: Cerfa2035ProfessionalExpenses;\n determination: Cerfa2035Determination;\n valueAddedTax: Cerfa2035ValueAddedTax;\n territorialContribution: number;\n kilometricAllowances: Cerfa2035KilometricAllowance;\n period: { startDate: string, endDate: string, months: string };\n shareCapital: Cerfa2035ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n annex?: {\n recipes: Cerfa2035Recipes;\n expenses: Cerfa2035Expenses;\n addedValue: number;\n addedValueContribution: number;\n monoEstablishment: Cerfa2035MonoEstablishment | null;\n }\n}\n\nexport interface Cerfa2035WithSuites {\n header: {\n siret: string;\n mail: string;\n phone: string;\n name: string;\n change: {\n st: CerfaAddress;\n },\n declarantAddress: string;\n declarantAddressDetails: CerfaAddress;\n activityType: string;\n activityStartDate: string;\n privateSocietyAddress: string;\n privateSocietyAddressList: Array<{ name: string; address: CerfaAddress }>;\n civilSocietyAddress: string;\n informationsStartingPeriod: string;\n informationsEndingPeriod: string;\n address: CerfaAddress,\n secondaryPracticeAddress: string;\n secondaryPracticeAddressList: CerfaAddress[]\n },\n taxation: {\n profitResult: number;\n deficitResult: number;\n exemptCharges: string;\n depreciationCharges: number;\n addedValueProducts: number;\n portfolioCapitalIncome: number;\n taxedNetTotal: number;\n longTermTaxableAddedValue: number;\n longTermDefferedAddedValue: number;\n quintiesNewCompany: boolean;\n sexiesNewCompany: boolean;\n exemptInnovatingActivity: boolean;\n urbanZoneActivity: boolean;\n othersExemption: boolean;\n relatedCreationDate: string;\n relatedActivityStartingDate: string;\n nonProfessionnalProfit: number;\n nonProfessionnalAddedValue: number;\n nonProfessionnalProfitExemptions: number;\n nonProfessionnalDeficit: number;\n nonProfessionnalLongTermAddedValue: number;\n nonProfessionnalYoungArtistsExemptions: number;\n nonProfessionnalShortTermAddedValue: number;\n productsAddedValue: { duodecies: number; }\n chargesDeprecatedValue: { duodecies: number; };\n accountant: Accountant;\n council: CouncilDetails\n certifiedAssociation: string;\n ecf: EcfDetails;\n declarantSignature: string;\n signatureDate: string;\n signaturePlace: string;\n accountingSoftwareName: string;\n isAccountingAccounterised: {\n yes: boolean;\n no: boolean;\n }\n certifiedAccountingProfessionnal: boolean;\n aaOrOmga: boolean;\n aaOrOmgaDetails: {\n name: string |null,\n address: CerfaAddress | null\n number: string | null;\n },\n viewer: ViewerDetails,\n longTermExemptAddedValue151: number;\n longTermExemptAddedValue151A: number;\n longTermExemptAddedValue238: number;\n longTermExemptAddedValue151B: number;\n profitExoneration: number;\n addedValueExoneration: number;\n },\n declaration: {\n paidService: string[];\n paidServiceList: OtherActivity[];\n incomesAmount: number;\n employees: {\n total: number;\n disabled: number;\n apprentice: number;\n }\n grossAmountSalary: number;\n employeesCivilSociety: number;\n netSalaryShare: number;\n fixedAssets: {\n currentYearPartDepreciation: number;\n pastAssociatedPartDepreciation: number;\n grossPriceTotal: number;\n grossPriceLastAnnexTotal: number;\n depreciableBaseTotal: number;\n currentAssociatedPartDepreciation: number;\n depreciableBaseLastAnnexTotal: number;\n pastDepreciationsAmountsTotal: number;\n pastDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsTotal: number;\n currentYearTotal: number;\n vehicules: number;\n currentYearNetGrant: number;\n grossPriceDepreciationFraction: number;\n vatAmountDepreciationFraction: number;\n vatAmountTotal: number;\n vatAmountLastAnnexTotal: number;\n depreciableBaseDepreciationFraction: number;\n list: Array<{\n purchaseDate: string;\n grossPrice: number;\n vatAmount: number;\n depreciableBase: number;\n depreciationType: string;\n depreciationRate: number;\n pastDepreciationsAmounts: number;\n currentYearDepreciationsAmounts: number;\n type: string;\n }>,\n total: number;\n },\n addedValueEstablishing: {\n list: Array<{\n type: string;\n purchaseDate: string;\n transferDate: string;\n originalValue: number;\n depreciations: number;\n residualValue: number;\n handoverPrice: number;\n shortTermValue: number;\n longTermValue: number;\n }>,\n shortTermExemptArt151: number;\n shortTermExemptArt151A: number;\n shortTermExemptArt238: number;\n longTermExemptArt151: number;\n longTermExemptArt151A: number;\n longTermExemptArt238: number;\n longTermExemptArt151B: number;\n shortTermValue: { toReport: number };\n longTermValue: { toReport: number };\n longTermSpread: number;\n shortTermSpread: number;\n },\n resultsDistribution: {\n slicePercentage: {\n annexTotal: number\n },\n resultShare: {\n annexTotal: number\n },\n individualProCharges: {\n annexTotal: number\n },\n netAmount: {\n annexTotal: number\n },\n longTermAddedValue: {\n annexTotal: number\n }\n list: Array<ResultsDistributionList>\n }\n name: string;\n siret: string;\n termination: Termination;\n }\n}\n\nexport class ParamsGenerate2035 {\n @ApiPropertyOptional()\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isNil?: boolean;\n\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isTest?: boolean;\n}\n\nexport class ParamsGenerate2035FullDocument {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n cerfa2035?: ParamsGenerate2035 & ParamsGenerate2035WithSuites;\n}\n\nexport type ParamsGenerate2035WithSuites = Record<string, unknown>;"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AddressObject, HeaderLines } from 'mailparser';
|
|
2
|
+
export declare class CreateWebmailFromLambda {
|
|
3
|
+
attachments: {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
}[];
|
|
6
|
+
headers: {
|
|
7
|
+
[key: string]: any;
|
|
8
|
+
};
|
|
9
|
+
headerLines: HeaderLines;
|
|
10
|
+
html: string | false;
|
|
11
|
+
text?: string;
|
|
12
|
+
textAsHtml?: string;
|
|
13
|
+
subject?: string;
|
|
14
|
+
references?: string[] | string;
|
|
15
|
+
date?: Date;
|
|
16
|
+
to?: AddressObject | AddressObject[];
|
|
17
|
+
from?: AddressObject;
|
|
18
|
+
cc?: AddressObject | AddressObject[];
|
|
19
|
+
bcc?: AddressObject | AddressObject[];
|
|
20
|
+
replyTo?: AddressObject;
|
|
21
|
+
messageId?: string;
|
|
22
|
+
inReplyTo?: string;
|
|
23
|
+
priority?: 'normal' | 'low' | 'high';
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=CreateWebmailFromLambda.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateWebmailFromLambda.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/CreateWebmailFromLambda.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,aAAa,EAAE,WAAW,EAC3B,MAAM,YAAY,CAAC;AAGpB,qBAAa,uBAAuB;IAGlC,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,EAAE,CAAC;IAKtC,OAAO,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAKhC,WAAW,EAAE,WAAW,CAAC;IAGzB,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC;IAKrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IAK/B,IAAI,CAAC,EAAE,IAAI,CAAC;IAIZ,EAAE,CAAC,EAAE,aAAa,GAAG,aAAa,EAAE,CAAC;IAKrC,IAAI,CAAC,EAAE,aAAa,CAAC;IAIrB,EAAE,CAAC,EAAE,aAAa,GAAG,aAAa,EAAE,CAAC;IAIrC,GAAG,CAAC,EAAE,aAAa,GAAG,aAAa,EAAE,CAAC;IAKtC,OAAO,CAAC,EAAE,aAAa,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,QAAQ,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAC;CACtC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsArray, IsDate, IsIn, IsNotEmpty, IsObject, IsOptional, IsString, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class CreateWebmailFromLambda {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsArray(),
|
|
17
|
+
__metadata("design:type", Array)
|
|
18
|
+
], CreateWebmailFromLambda.prototype, "attachments", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiProperty(),
|
|
21
|
+
IsObject(),
|
|
22
|
+
IsNotEmpty(),
|
|
23
|
+
__metadata("design:type", Object)
|
|
24
|
+
], CreateWebmailFromLambda.prototype, "headers", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiProperty(),
|
|
27
|
+
IsArray(),
|
|
28
|
+
IsNotEmpty(),
|
|
29
|
+
__metadata("design:type", Array)
|
|
30
|
+
], CreateWebmailFromLambda.prototype, "headerLines", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
ApiProperty(),
|
|
33
|
+
__metadata("design:type", Object)
|
|
34
|
+
], CreateWebmailFromLambda.prototype, "html", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
ApiPropertyOptional(),
|
|
37
|
+
IsString(),
|
|
38
|
+
IsOptional(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], CreateWebmailFromLambda.prototype, "text", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiPropertyOptional(),
|
|
43
|
+
IsString(),
|
|
44
|
+
IsOptional(),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], CreateWebmailFromLambda.prototype, "textAsHtml", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
ApiPropertyOptional(),
|
|
49
|
+
IsString(),
|
|
50
|
+
IsOptional(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], CreateWebmailFromLambda.prototype, "subject", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
ApiPropertyOptional(),
|
|
55
|
+
IsOptional(),
|
|
56
|
+
__metadata("design:type", Object)
|
|
57
|
+
], CreateWebmailFromLambda.prototype, "references", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
ApiPropertyOptional(),
|
|
60
|
+
IsOptional(),
|
|
61
|
+
IsDate(),
|
|
62
|
+
__metadata("design:type", Date)
|
|
63
|
+
], CreateWebmailFromLambda.prototype, "date", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
ApiPropertyOptional(),
|
|
66
|
+
IsOptional(),
|
|
67
|
+
__metadata("design:type", Object)
|
|
68
|
+
], CreateWebmailFromLambda.prototype, "to", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
ApiPropertyOptional(),
|
|
71
|
+
IsObject(),
|
|
72
|
+
IsOptional(),
|
|
73
|
+
__metadata("design:type", Object)
|
|
74
|
+
], CreateWebmailFromLambda.prototype, "from", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
ApiPropertyOptional(),
|
|
77
|
+
IsOptional(),
|
|
78
|
+
__metadata("design:type", Object)
|
|
79
|
+
], CreateWebmailFromLambda.prototype, "cc", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
ApiPropertyOptional(),
|
|
82
|
+
IsOptional(),
|
|
83
|
+
__metadata("design:type", Object)
|
|
84
|
+
], CreateWebmailFromLambda.prototype, "bcc", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
ApiPropertyOptional(),
|
|
87
|
+
IsObject(),
|
|
88
|
+
IsOptional(),
|
|
89
|
+
__metadata("design:type", Object)
|
|
90
|
+
], CreateWebmailFromLambda.prototype, "replyTo", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
ApiPropertyOptional(),
|
|
93
|
+
IsString(),
|
|
94
|
+
IsOptional(),
|
|
95
|
+
__metadata("design:type", String)
|
|
96
|
+
], CreateWebmailFromLambda.prototype, "messageId", void 0);
|
|
97
|
+
__decorate([
|
|
98
|
+
ApiPropertyOptional(),
|
|
99
|
+
IsString(),
|
|
100
|
+
IsOptional(),
|
|
101
|
+
__metadata("design:type", String)
|
|
102
|
+
], CreateWebmailFromLambda.prototype, "inReplyTo", void 0);
|
|
103
|
+
__decorate([
|
|
104
|
+
ApiPropertyOptional(),
|
|
105
|
+
IsOptional(),
|
|
106
|
+
IsIn(['normal', 'low', 'high']),
|
|
107
|
+
__metadata("design:type", String)
|
|
108
|
+
], CreateWebmailFromLambda.prototype, "priority", void 0);
|
|
109
|
+
//# sourceMappingURL=CreateWebmailFromLambda.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateWebmailFromLambda.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/CreateWebmailFromLambda.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GAClE,MAAM,iBAAiB,CAAC;AAIzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,uBAAuB;CA8EnC;AA3EC;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;;4DAC4B;AAKtC;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;wDACmB;AAKhC;IAHC,WAAW,EAAE;IACb,OAAO,EAAE;IACT,UAAU,EAAE;;4DACY;AAGzB;IADC,WAAW,EAAE;;qDACO;AAKrB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACC;AAKd;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;2DACO;AAKpB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;wDACI;AAIjB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;2DACkB;AAK/B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACF,IAAI;qDAAC;AAIZ;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;mDACwB;AAKrC;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACQ;AAIrB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;mDACwB;AAIrC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;oDACyB;AAKtC;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;wDACW;AAKxB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;0DACM;AAKnB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;0DACM;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,IAAI,CAAC,CAAC,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;;yDACK","sourcesContent":["import {\n IsArray, IsDate, IsIn, IsNotEmpty, IsObject, IsOptional, IsString,\n} from 'class-validator';\nimport {\n AddressObject, HeaderLines,\n} from 'mailparser';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateWebmailFromLambda {\n @ApiProperty()\n @IsArray()\n attachments: { [key: string]: any }[];\n\n @ApiProperty()\n @IsObject()\n @IsNotEmpty()\n headers: { [key: string]: any };\n\n @ApiProperty()\n @IsArray()\n @IsNotEmpty()\n headerLines: HeaderLines;\n\n @ApiProperty()\n html: string | false;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n text?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n textAsHtml?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n subject?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n references?: string[] | string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n date?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n to?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsObject()\n @IsOptional()\n from?: AddressObject;\n\n @ApiPropertyOptional()\n @IsOptional()\n cc?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsOptional()\n bcc?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsObject()\n @IsOptional()\n replyTo?: AddressObject;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n messageId?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n inReplyTo?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsIn(['normal', 'low', 'high'])\n priority?: 'normal' | 'low' | 'high';\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class PostAttachmentEmailFromLambdaParams {
|
|
2
|
+
token: string;
|
|
3
|
+
mime: string;
|
|
4
|
+
idSociety?: number;
|
|
5
|
+
filename: string;
|
|
6
|
+
}
|
|
7
|
+
export declare class CreateAttachmentOldWebmail extends PostAttachmentEmailFromLambdaParams {
|
|
8
|
+
idMail: number;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=PostAttachmentEmailFromLambdaParams.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PostAttachmentEmailFromLambdaParams.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts"],"names":[],"mappings":"AAKA,qBAAa,mCAAmC;IAG9C,KAAK,EAAE,MAAM,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;IAKb,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,0BAA2B,SAAQ,mCAAmC;IAGjF,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsMimeType, IsNumber, IsOptional, IsString, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class PostAttachmentEmailFromLambdaParams {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsString(),
|
|
17
|
+
__metadata("design:type", String)
|
|
18
|
+
], PostAttachmentEmailFromLambdaParams.prototype, "token", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiProperty(),
|
|
21
|
+
IsString(),
|
|
22
|
+
IsMimeType(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], PostAttachmentEmailFromLambdaParams.prototype, "mime", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
IsOptional(),
|
|
28
|
+
IsNumber(),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], PostAttachmentEmailFromLambdaParams.prototype, "idSociety", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
ApiProperty(),
|
|
33
|
+
IsString(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], PostAttachmentEmailFromLambdaParams.prototype, "filename", void 0);
|
|
36
|
+
export class CreateAttachmentOldWebmail extends PostAttachmentEmailFromLambdaParams {
|
|
37
|
+
}
|
|
38
|
+
__decorate([
|
|
39
|
+
ApiProperty(),
|
|
40
|
+
IsNumber(),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], CreateAttachmentOldWebmail.prototype, "idMail", void 0);
|
|
43
|
+
//# sourceMappingURL=PostAttachmentEmailFromLambdaParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PostAttachmentEmailFromLambdaParams.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GAC3C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mCAAmC;CAkB/C;AAfC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;kEACG;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;iEACA;AAKb;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;sEACQ;AAInB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qEACM;AAGnB,MAAM,OAAO,0BAA2B,SAAQ,mCAAmC;CAIlF;AADC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;0DACI","sourcesContent":["import {\n IsMimeType, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsString()\n @IsMimeType()\n mime: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n\n @ApiProperty()\n @IsString()\n filename: string;\n}\n\nexport class CreateAttachmentOldWebmail extends PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsNumber()\n idMail: number;\n}"]}
|
|
@@ -7,6 +7,7 @@ export declare enum Code {
|
|
|
7
7
|
tokenFailure = "token_authentication_failure",
|
|
8
8
|
authenticationFailure = "authentication_credentials_failure",
|
|
9
9
|
notFound = "resource_not_found",
|
|
10
|
+
fileNotFound = "file_not_found",
|
|
10
11
|
validationError = "resource_validation_error",
|
|
11
12
|
constraintError = "resource_constraint_error",
|
|
12
13
|
outOfRange = "resource_ofr",
|
|
@@ -15,6 +16,7 @@ export declare enum Code {
|
|
|
15
16
|
serviceUnavailable = "service_unavailable",
|
|
16
17
|
notImplemented = "not_implemented",
|
|
17
18
|
unknown = "unknown",
|
|
19
|
+
formatNotAuthorized = "format_not_authorized",
|
|
18
20
|
failedCheckBalance = "failed_check_balance",
|
|
19
21
|
vatIntracomCanOnlyBeSetForDebit = "vat_intracom_can_only_be_set_for_debit",
|
|
20
22
|
vatMargeCanOnlyBeSetForCredit = "vat_marge_can_only_be_set_for_credit",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,cAAc;IACtB,SAAS,yBAAyB;IAClC,aAAa,cAAc;CAC5B;AAED,oBAAY,IAAI;IAEd,YAAY,iCAAiC;IAC7C,qBAAqB,uCAAuC;IAC5D,QAAQ,uBAAuB;IAC/B,eAAe,8BAA8B;IAC7C,eAAe,8BAA8B;IAC7C,UAAU,iBAAiB;IAC3B,mBAAmB,0BAA0B;IAC7C,kBAAkB,sBAAsB;IACxC,kBAAkB,wBAAwB;IAC1C,cAAc,oBAAoB;IAClC,OAAO,YAAY;
|
|
1
|
+
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,7 @@ export var Code;
|
|
|
10
10
|
Code["tokenFailure"] = "token_authentication_failure";
|
|
11
11
|
Code["authenticationFailure"] = "authentication_credentials_failure";
|
|
12
12
|
Code["notFound"] = "resource_not_found";
|
|
13
|
+
Code["fileNotFound"] = "file_not_found";
|
|
13
14
|
Code["validationError"] = "resource_validation_error";
|
|
14
15
|
Code["constraintError"] = "resource_constraint_error";
|
|
15
16
|
Code["outOfRange"] = "resource_ofr";
|
|
@@ -18,6 +19,7 @@ export var Code;
|
|
|
18
19
|
Code["serviceUnavailable"] = "service_unavailable";
|
|
19
20
|
Code["notImplemented"] = "not_implemented";
|
|
20
21
|
Code["unknown"] = "unknown";
|
|
22
|
+
Code["formatNotAuthorized"] = "format_not_authorized";
|
|
21
23
|
// Annotation Error
|
|
22
24
|
Code["failedCheckBalance"] = "failed_check_balance";
|
|
23
25
|
Code["vatIntracomCanOnlyBeSetForDebit"] = "vat_intracom_can_only_be_set_for_debit";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n unknown = 'unknown',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n annotationFailed = 'annotation_failed',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n wrongBrandEmail = 'wrong-brand-email',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n bankAccountDesactivationFailed = 'bank_account_desactivation_failed',\n udpateTokenFailed = 'update_token_failed',\n\n // Accounts\n GENERIC_ACCOUNT_NOT_FOUND = 'GENERIC_ACCOUNT_NOT_FOUND',\n\n // Balance Sheet Questions\n UNKNOWN_ANSWER_VALUE = 'UNKNOWN_ANSWER_VALUE',\n QUESTION_NOT_FOUND = 'QUESTION_NOT_FOUND',\n QUESTION_DO_NOT_MATCH = 'QUESTION_DO_NOT_MATCH',\n QUESTION_ALREADY_EXISTS_IN_EXERCICE = 'QUESTION_ALREADY_EXISTS_IN_EXERCICE',\n\n // Fiscal period closing\n EXERCICE_ALREADY_CLOSED = 'EXERCICE_ALREADY_CLOSED',\n MISSING_ANNOTATIONS = 'MISSING_ANNOTATIONS',\n\n // jeDeclare errors\n ERR_INVALID_ARG_TYPE = 'ERR_INVALID_ARG_TYPE',\n\n // Society Vehicles\n\n MISSING_REGISTRATION_CARD = 'MISSING_REGISTRATION_CARD',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IApiError.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n fileNotFound = 'file_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n unknown = 'unknown',\n formatNotAuthorized = 'format_not_authorized',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n annotationFailed = 'annotation_failed',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n wrongBrandEmail = 'wrong-brand-email',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n bankAccountDesactivationFailed = 'bank_account_desactivation_failed',\n udpateTokenFailed = 'update_token_failed',\n\n // Accounts\n GENERIC_ACCOUNT_NOT_FOUND = 'GENERIC_ACCOUNT_NOT_FOUND',\n\n // Balance Sheet Questions\n UNKNOWN_ANSWER_VALUE = 'UNKNOWN_ANSWER_VALUE',\n QUESTION_NOT_FOUND = 'QUESTION_NOT_FOUND',\n QUESTION_DO_NOT_MATCH = 'QUESTION_DO_NOT_MATCH',\n QUESTION_ALREADY_EXISTS_IN_EXERCICE = 'QUESTION_ALREADY_EXISTS_IN_EXERCICE',\n\n // Fiscal period closing\n EXERCICE_ALREADY_CLOSED = 'EXERCICE_ALREADY_CLOSED',\n MISSING_ANNOTATIONS = 'MISSING_ANNOTATIONS',\n\n // jeDeclare errors\n ERR_INVALID_ARG_TYPE = 'ERR_INVALID_ARG_TYPE',\n\n // Society Vehicles\n MISSING_REGISTRATION_CARD = 'MISSING_REGISTRATION_CARD',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
|
|
@@ -4,6 +4,7 @@ import { ICerfaValue } from './ICerfaValue';
|
|
|
4
4
|
import { IVatDeclarationCertificate } from './IVatDeclarationCertificate';
|
|
5
5
|
import { IUser } from './IUser';
|
|
6
6
|
import { ISociety } from './ISociety';
|
|
7
|
+
import { IAccountingTransaction } from '../..';
|
|
7
8
|
export interface IVatDeclaration {
|
|
8
9
|
id?: number;
|
|
9
10
|
idSociety: number;
|
|
@@ -102,6 +103,7 @@ export interface IVatDeclaration {
|
|
|
102
103
|
totalAPayer: number | null;
|
|
103
104
|
lastCredit: number | null;
|
|
104
105
|
idFile: number | null;
|
|
106
|
+
idAccountingTransaction: number | null;
|
|
105
107
|
createdAt?: Date | null;
|
|
106
108
|
updatedAt?: Date | null;
|
|
107
109
|
vatDeclarationFile: IFile;
|
|
@@ -110,5 +112,6 @@ export interface IVatDeclaration {
|
|
|
110
112
|
vatDeclarationCertificates: IVatDeclarationCertificate[];
|
|
111
113
|
user: IUser;
|
|
112
114
|
society: ISociety;
|
|
115
|
+
accountingTransaction: IAccountingTransaction;
|
|
113
116
|
}
|
|
114
117
|
//# sourceMappingURL=IVatDeclaration.d.ts.map
|