@silexpert/core 1.0.203 → 1.0.204
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/Activity.d.ts +50 -0
- package/es/types/Enum/Activity.d.ts.map +1 -1
- package/es/types/Enum/Activity.js +50 -0
- package/es/types/Enum/Activity.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +3 -3
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/PrestationType.d.ts +4 -1
- package/es/types/Enum/PrestationType.d.ts.map +1 -1
- package/es/types/Enum/PrestationType.js +54 -0
- package/es/types/Enum/PrestationType.js.map +1 -1
- package/es/types/Interface/api/exercice/QueryExercice.d.ts +1 -0
- package/es/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -1
- package/es/types/Interface/api/exercice/QueryExercice.js +7 -0
- package/es/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts +6 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.d.ts.map +1 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.js +32 -0
- package/es/types/Interface/api/society/CreateSocietyDetail.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +15 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +71 -0
- package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts +4 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.js +19 -0
- package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.d.ts +5 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.js +26 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts +5 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts.map +1 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +26 -0
- package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -0
- package/es/types/Interface/models/ISocietyDetail.d.ts +97 -97
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/es/types/index.d.ts +4 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/amount.d.ts +1 -0
- package/es/utils/amount.d.ts.map +1 -1
- package/es/utils/amount.js +300 -0
- package/es/utils/amount.js.map +1 -1
- package/js/types/Enum/Activity.js +50 -0
- package/js/types/Enum/Activity.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +3 -3
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/PrestationType.js +54 -0
- package/js/types/Enum/PrestationType.js.map +1 -1
- package/js/types/Interface/api/exercice/QueryExercice.js +1 -0
- package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/js/types/Interface/api/society/CreateSocietyDetail.js +24 -0
- package/js/types/Interface/api/society/CreateSocietyDetail.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +34 -0
- package/js/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/SendInviteMailParams.js +22 -0
- package/js/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExercice.js +23 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +23 -0
- package/js/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -0
- package/js/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/js/types/index.js +40 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/amount.js +238 -0
- package/js/utils/amount.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/Activity.ts +52 -1
- package/ts/types/Enum/BrandLegalstart.ts +3 -3
- package/ts/types/Enum/PrestationType.ts +54 -0
- package/ts/types/Interface/api/exercice/QueryExercice.ts +6 -0
- package/ts/types/Interface/api/society/CreateSocietyDetail.ts +19 -0
- package/ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts +54 -0
- package/ts/types/Interface/api/statutsGeneration/SendInviteMailParams.ts +10 -0
- package/ts/types/Interface/api/statutsGeneration/UpdateExercice.ts +16 -0
- package/ts/types/Interface/api/statutsGeneration/UpdateExerciceParams.ts +16 -0
- package/ts/types/Interface/models/ISocietyDetail.ts +97 -97
- package/ts/types/index.ts +4 -0
- package/ts/utils/amount.ts +171 -0
|
@@ -23,4 +23,5 @@ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOption
|
|
|
23
23
|
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryExercice.prototype, "startDate", void 0);
|
|
24
24
|
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryExercice.prototype, "endDate", void 0);
|
|
25
25
|
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], QueryExercice.prototype, "isBack", void 0);
|
|
26
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], QueryExercice.prototype, "close", void 0);
|
|
26
27
|
//# sourceMappingURL=QueryExercice.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryExercice.js","names":["_classValidator","require","_decorators","_boolean","QueryExercice","exports","__decorate","ApiPropertyOptional","IsOptional","IsDate","Date","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"sourcesContent":["import { IsBoolean, IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryExercice {\n @ApiPropertyOptional()\n @IsOptional()\n id?: number | number[];\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,aAAa;
|
|
1
|
+
{"version":3,"file":"QueryExercice.js","names":["_classValidator","require","_decorators","_boolean","QueryExercice","exports","__decorate","ApiPropertyOptional","IsOptional","IsDate","Date","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"sourcesContent":["import { IsBoolean, IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryExercice {\n @ApiPropertyOptional()\n @IsOptional()\n id?: number | number[];\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n close?: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,aAAa;AA0BzBC,OAAA,CA1BYD,aAAa,GAAbA,aAAa;AACxBE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,E,0EACU;AAEvBF,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAE,sBAAM,GAAE,EACR,IAAAD,0BAAU,GAAE,E,0BACDE,IAAI,E,+CAAC;AAEjBJ,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAE,sBAAM,GAAE,EACR,IAAAD,0BAAU,GAAE,E,0BACHE,IAAI,E,6CAAC;AAEfJ,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAJ,0BAAU,GAAE,E,+EACI;AAEjBF,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAJ,0BAAU,GAAE,E,8EACG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreateSocietyDetail = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
10
|
+
var c = arguments.length,
|
|
11
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+
};
|
|
19
|
+
class CreateSocietyDetail {}
|
|
20
|
+
exports.CreateSocietyDetail = CreateSocietyDetail;
|
|
21
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", Object)], CreateSocietyDetail.prototype, "personnalContributionCapital", void 0);
|
|
22
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", Object)], CreateSocietyDetail.prototype, "personnalContributionCurrentBankAccount", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", Object)], CreateSocietyDetail.prototype, "personnalContributionInKind", void 0);
|
|
24
|
+
//# sourceMappingURL=CreateSocietyDetail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSocietyDetail.js","names":["_classValidator","require","_utils","CreateSocietyDetail","exports","__decorate","ApiPropertyOptional","IsOptional","IsString"],"sources":["../../../../../ts/types/Interface/api/society/CreateSocietyDetail.ts"],"sourcesContent":["import { IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateSocietyDetail {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionCapital?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionCurrentBankAccount?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionInKind?: string | null;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,mBAAmB;AAe/BC,OAAA,CAfYD,mBAAmB,GAAnBA,mBAAmB;AAC9BE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,0GACkC;AAE7CH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,qHAC6C;AAExDH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,yGACiC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreateBusinessPartnersAndUsersParams = exports.CreateBusinessPartnersAndUsersParamsUser = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _decorators = require("../../../../utils/decorators");
|
|
9
|
+
var _Country = require("../../../Enum/Country");
|
|
10
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
11
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
12
|
+
var c = arguments.length,
|
|
13
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
14
|
+
d;
|
|
15
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
|
+
};
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
class CreateBusinessPartnersAndUsersParamsUser {}
|
|
22
|
+
exports.CreateBusinessPartnersAndUsersParamsUser = CreateBusinessPartnersAndUsersParamsUser;
|
|
23
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateBusinessPartnersAndUsersParamsUser.prototype, "firstname", void 0);
|
|
24
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateBusinessPartnersAndUsersParamsUser.prototype, "lastname", void 0);
|
|
25
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], CreateBusinessPartnersAndUsersParamsUser.prototype, "birthdate", void 0);
|
|
26
|
+
class CreateBusinessPartnersAndUsersParams {}
|
|
27
|
+
exports.CreateBusinessPartnersAndUsersParams = CreateBusinessPartnersAndUsersParams;
|
|
28
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateBusinessPartnersAndUsersParams.prototype, "cityOfBirth", void 0);
|
|
29
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsEnum)(_Country.CountryId), __metadata("design:type", Number)], CreateBusinessPartnersAndUsersParams.prototype, "idCountryBirth", void 0);
|
|
30
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateBusinessPartnersAndUsersParams.prototype, "idNationality", void 0);
|
|
31
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], CreateBusinessPartnersAndUsersParams.prototype, "isPhysical", void 0);
|
|
32
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateBusinessPartnersAndUsersParams.prototype, "sharesHeld", void 0);
|
|
33
|
+
__decorate([(0, _decorators.ApiProperty)(), __metadata("design:type", CreateBusinessPartnersAndUsersParamsUser)], CreateBusinessPartnersAndUsersParams.prototype, "user", void 0);
|
|
34
|
+
//# sourceMappingURL=CreateBusinessPartnersAndUsersParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateBusinessPartnersAndUsersParams.js","names":["_classValidator","require","_decorators","_Country","_boolean","CreateBusinessPartnersAndUsersParamsUser","exports","__decorate","ApiPropertyOptional","IsOptional","IsString","IsDate","Date","CreateBusinessPartnersAndUsersParams","IsEnum","CountryId","IsInt","IsBoolean","ToBoolean","ApiProperty"],"sources":["../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"sourcesContent":["import {\n IsBoolean, IsDate, IsEnum, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { CountryId } from '../../../Enum/Country';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBusinessPartnersAndUsersParamsUser {\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 @IsDate()\n birthdate?: Date;\n}\n\nexport class CreateBusinessPartnersAndUsersParams {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cityOfBirth?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(CountryId)\n idCountryBirth?: CountryId;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idNationality?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isPhysical?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n sharesHeld?: number;\n\n @ApiProperty()\n user?: CreateBusinessPartnersAndUsersParamsUser;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,QAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,wCAAwC;AAepDC,OAAA,CAfYD,wCAAwC,GAAxCA,wCAAwC;AACnDE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,4GACQ;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,2GACO;AAElBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAE,sBAAM,GAAE,E,0BACGC,IAAI,E,0EAAC;AAGb,MAAOC,oCAAoC;AA6BhDP,OAAA,CA7BYO,oCAAoC,GAApCA,oCAAoC;AAC/CN,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,0GACU;AAErBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAK,sBAAM,EAACC,kBAAS,CAAC,E,6GACS;AAE3BR,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAO,qBAAK,GAAE,E,4GACe;AAEvBT,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAQ,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,0GACS;AAErBX,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAO,qBAAK,GAAE,E,yGACY;AAEpBT,UAAA,EAAC,IAAAY,uBAAW,GAAE,E,0BACPd,wCAAwC,E,iEAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SendInviteMailParams = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _decorators = require("../../../../utils/decorators");
|
|
9
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
10
|
+
var c = arguments.length,
|
|
11
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+
};
|
|
19
|
+
class SendInviteMailParams {}
|
|
20
|
+
exports.SendInviteMailParams = SendInviteMailParams;
|
|
21
|
+
__decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsEmail)(), __metadata("design:type", String)], SendInviteMailParams.prototype, "email", void 0);
|
|
22
|
+
//# sourceMappingURL=SendInviteMailParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendInviteMailParams.js","names":["_classValidator","require","_decorators","SendInviteMailParams","exports","__decorate","ApiProperty","IsEmail"],"sources":["../../../../../ts/types/Interface/api/statutsGeneration/SendInviteMailParams.ts"],"sourcesContent":["import {\n IsEmail,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils/decorators';\n\nexport class SendInviteMailParams {\n @ApiProperty()\n @IsEmail()\n email: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,oBAAoB;AAIhCC,OAAA,CAJYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,uBAAO,GAAE,E,oFACI"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateExerciceStatuts = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _decorators = require("../../../../utils/decorators");
|
|
9
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
10
|
+
var c = arguments.length,
|
|
11
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+
};
|
|
19
|
+
class UpdateExerciceStatuts {}
|
|
20
|
+
exports.UpdateExerciceStatuts = UpdateExerciceStatuts;
|
|
21
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], UpdateExerciceStatuts.prototype, "startDate", void 0);
|
|
22
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], UpdateExerciceStatuts.prototype, "endDate", void 0);
|
|
23
|
+
//# sourceMappingURL=UpdateExercice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateExercice.js","names":["_classValidator","require","_decorators","UpdateExerciceStatuts","exports","__decorate","ApiPropertyOptional","IsDateString","IsOptional"],"sources":["../../../../../ts/types/Interface/api/statutsGeneration/UpdateExercice.ts"],"sourcesContent":["import {\n IsDateString, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class UpdateExerciceStatuts {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,qBAAqB;AAUjCC,OAAA,CAVYD,qBAAqB,GAArBA,qBAAqB;AAChCE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,yFACM;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,uFACI"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateExerciceStatuts = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _decorators = require("../../../../utils/decorators");
|
|
9
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
10
|
+
var c = arguments.length,
|
|
11
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+
};
|
|
19
|
+
class UpdateExerciceStatuts {}
|
|
20
|
+
exports.UpdateExerciceStatuts = UpdateExerciceStatuts;
|
|
21
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], UpdateExerciceStatuts.prototype, "startDate", void 0);
|
|
22
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], UpdateExerciceStatuts.prototype, "endDate", void 0);
|
|
23
|
+
//# sourceMappingURL=UpdateExerciceParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateExerciceParams.js","names":["_classValidator","require","_decorators","UpdateExerciceStatuts","exports","__decorate","ApiPropertyOptional","IsDateString","IsOptional"],"sources":["../../../../../ts/types/Interface/api/statutsGeneration/UpdateExerciceParams.ts"],"sourcesContent":["import {\n IsDateString, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class UpdateExerciceStatuts {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,qBAAqB;AAUjCC,OAAA,CAVYD,qBAAqB,GAArBA,qBAAqB;AAChCE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,yFACM;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,uFACI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISocietyDetail.js","names":[],"sources":["../../../../ts/types/Interface/models/ISocietyDetail.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\n\n// societyDetails\nexport interface ISocietyDetail {\n id?: number;\n detailActivity
|
|
1
|
+
{"version":3,"file":"ISocietyDetail.js","names":[],"sources":["../../../../ts/types/Interface/models/ISocietyDetail.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\n\n// societyDetails\nexport interface ISocietyDetail {\n id?: number;\n detailActivity?: string | null;\n historyComments?: string | null;\n isLoans?: string | null;\n loans?: string | null;\n personnalContribution?: string | null;\n nbBanks?: string | null;\n nbBankaccounts?: number | null;\n isCashdesk?: boolean | null;\n nbTva?: number | null;\n professionnalRent?: string | null;\n isPersoAdress?: string | null;\n vehicle?: string | null;\n interestOtherCompanies?: string | null;\n nbAssociates?: number | null;\n nbEmployees?: number | null;\n hiringPromess?: string | null;\n aNouveaux?: boolean | null;\n bilanN1?: boolean | null;\n revisionDate?: Date | null;\n dateFirstContact?: Date | null;\n userIdFirstContact?: number | null;\n tauxTvaComment?: string | null;\n remarqueComment?: string | null;\n remarqueCommentCab?: string | null;\n acceptation?: number | null;\n userIdAcceptation?: number | null;\n lab?: boolean | null;\n userIdLab?: number | null;\n previsionCa?: string | null;\n externalMeans?: string | null;\n needTreasury?: string | null;\n judiciaryRecovery?: string | null;\n fiscalControl?: string | null;\n descriptionFormation?: string | null;\n fonctionAndInterlocutors?: string | null;\n managementKnowledge?: string | null;\n otherIncome?: string | null;\n politicalResponsability?: string | null;\n prohibitedBanking?: string | null;\n accreARCEOrARE?: string | null;\n frenchTaxResident?: string | null;\n isIrTaxable?: string | null;\n billingSoftware?: string | null;\n collectionSystem?: string | null;\n flowSheet?: string | null;\n rankFiles?: string | null;\n specificNeeds?: string | null;\n configAccount?: boolean | null;\n investissement?: string | null;\n workInternationnal?: string | null;\n creationEntreprise?: string | null;\n oldActivite?: string | null;\n indemnite?: string | null;\n findClementine?: string | null;\n validationDate?: Date | null;\n idSociety?: number | null;\n idUser?: number | null;\n idFile?: number | null;\n idFileToClient?: number | null;\n idFindClementine?: number | null;\n nbAssociatesInCompany?: number | null;\n hasCommercialLease?: string | null;\n amountBaseBefore?: number | null;\n trainingIsDone?: boolean;\n commercialArea?: string | null;\n commercialRentAmount?: string | null;\n hasTravellingExpenses?: string | null;\n personnalContributionCapital?: string | null;\n personnalContributionCurrentBankAccount?: string | null;\n personnalContributionInKind?: string | null;\n poleEmploiAid?: string | null;\n poleEmploiAidType?: number | null;\n honorLoan?: string | null;\n honorLoanAmount?: string | null;\n financingStartingStock?: string | null;\n financingStartingStockAmount?: string | null;\n yearSocietyCreation?: string | null;\n lastExerciceCA?: string | null;\n borrowingInProgress?: string | null;\n borrowingInProgressAmount?: string | null;\n investissementCTMT?: string | null;\n changeECReason?: string | null;\n isSocietyCreation?: boolean | null;\n participationsInOtherSociety?: string | null;\n entrepriseProject?: boolean;\n contractorProfil?: boolean;\n notificationForConstitution?: boolean;\n notificationForOtherMissions?: boolean | null;\n takeKnowledge?: boolean;\n bankSynchronisationState?: number | null;\n platformExplanation?:number | null;\n mobileAppInstallationProposal?:number | null;\n verifiedDocuments?: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user?: IUser;\n file?: IFile;\n fileToClient?: IFile;\n society?: ISociety;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -5343,6 +5343,16 @@ Object.keys(_CreateSociety).forEach(function (key) {
|
|
|
5343
5343
|
}
|
|
5344
5344
|
});
|
|
5345
5345
|
});
|
|
5346
|
+
var _CreateSocietyDetail = require("./Interface/api/society/CreateSocietyDetail");
|
|
5347
|
+
Object.keys(_CreateSocietyDetail).forEach(function (key) {
|
|
5348
|
+
if (key === "default" || key === "__esModule") return;
|
|
5349
|
+
Object.defineProperty(exports, key, {
|
|
5350
|
+
enumerable: true,
|
|
5351
|
+
get: function () {
|
|
5352
|
+
return _CreateSocietyDetail[key];
|
|
5353
|
+
}
|
|
5354
|
+
});
|
|
5355
|
+
});
|
|
5346
5356
|
var _UpdateSociety = require("./Interface/api/society/UpdateSociety");
|
|
5347
5357
|
Object.keys(_UpdateSociety).forEach(function (key) {
|
|
5348
5358
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -5723,6 +5733,36 @@ Object.keys(_UpdateExercice).forEach(function (key) {
|
|
|
5723
5733
|
}
|
|
5724
5734
|
});
|
|
5725
5735
|
});
|
|
5736
|
+
var _UpdateExerciceParams = require("./Interface/api/statutsGeneration/UpdateExerciceParams");
|
|
5737
|
+
Object.keys(_UpdateExerciceParams).forEach(function (key) {
|
|
5738
|
+
if (key === "default" || key === "__esModule") return;
|
|
5739
|
+
Object.defineProperty(exports, key, {
|
|
5740
|
+
enumerable: true,
|
|
5741
|
+
get: function () {
|
|
5742
|
+
return _UpdateExerciceParams[key];
|
|
5743
|
+
}
|
|
5744
|
+
});
|
|
5745
|
+
});
|
|
5746
|
+
var _SendInviteMailParams = require("./Interface/api/statutsGeneration/SendInviteMailParams");
|
|
5747
|
+
Object.keys(_SendInviteMailParams).forEach(function (key) {
|
|
5748
|
+
if (key === "default" || key === "__esModule") return;
|
|
5749
|
+
Object.defineProperty(exports, key, {
|
|
5750
|
+
enumerable: true,
|
|
5751
|
+
get: function () {
|
|
5752
|
+
return _SendInviteMailParams[key];
|
|
5753
|
+
}
|
|
5754
|
+
});
|
|
5755
|
+
});
|
|
5756
|
+
var _CreateBusinessPartnersAndUsersParams = require("./Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams");
|
|
5757
|
+
Object.keys(_CreateBusinessPartnersAndUsersParams).forEach(function (key) {
|
|
5758
|
+
if (key === "default" || key === "__esModule") return;
|
|
5759
|
+
Object.defineProperty(exports, key, {
|
|
5760
|
+
enumerable: true,
|
|
5761
|
+
get: function () {
|
|
5762
|
+
return _CreateBusinessPartnersAndUsersParams[key];
|
|
5763
|
+
}
|
|
5764
|
+
});
|
|
5765
|
+
});
|
|
5726
5766
|
var _ReadAccountingIncome = require("./Interface/api/accountingIncome/ReadAccountingIncome");
|
|
5727
5767
|
Object.keys(_ReadAccountingIncome).forEach(function (key) {
|
|
5728
5768
|
if (key === "default" || key === "__esModule") return;
|