@silexpert/core 1.1.39 → 1.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/FirstStep.d.ts +2 -1
- package/es/api/resources/FirstStep.d.ts.map +1 -1
- package/es/api/resources/FirstStep.js +3 -0
- package/es/api/resources/FirstStep.js.map +1 -1
- 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/BrandClems.d.ts +164 -0
- package/es/types/Enum/BrandClems.d.ts.map +1 -0
- package/es/types/Enum/BrandClems.js +155 -0
- package/es/types/Enum/BrandClems.js.map +1 -0
- package/es/types/Enum/BrandLegalstart.js +3 -3
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +2 -2
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/Country.d.ts +200 -0
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +393 -0
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/PaymentExpectation.d.ts +18 -0
- package/es/types/Enum/PaymentExpectation.d.ts.map +1 -0
- package/es/types/Enum/PaymentExpectation.js +66 -0
- package/es/types/Enum/PaymentExpectation.js.map +1 -0
- 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/firstStep/Create.d.ts +10 -0
- package/es/types/Interface/api/firstStep/Create.d.ts.map +1 -0
- package/es/types/Interface/api/firstStep/Create.js +56 -0
- package/es/types/Interface/api/firstStep/Create.js.map +1 -0
- 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 +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/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/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +6 -5
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/js/api/resources/FirstStep.js +3 -0
- package/js/api/resources/FirstStep.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/BrandClems.js +157 -0
- package/js/types/Enum/BrandClems.js.map +1 -0
- package/js/types/Enum/BrandLegalstart.js +3 -3
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +2 -2
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/Country.js +780 -0
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/PaymentExpectation.js +60 -0
- package/js/types/Enum/PaymentExpectation.js.map +1 -0
- 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/firstStep/Create.js +28 -0
- package/js/types/Interface/api/firstStep/Create.js.map +1 -0
- 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 +87 -27
- package/js/types/index.js.map +1 -1
- package/js/utils/amount.js +238 -0
- package/js/utils/amount.js.map +1 -1
- package/js/utils/vat/3310/century23.js +6 -5
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/FirstStep.ts +5 -1
- package/ts/types/Enum/Activity.ts +52 -1
- package/ts/types/Enum/BrandClems.ts +154 -0
- package/ts/types/Enum/BrandLegalstart.ts +3 -3
- package/ts/types/Enum/BrandPourcentage.ts +2 -2
- package/ts/types/Enum/Country.ts +394 -0
- package/ts/types/Enum/PaymentExpectation.ts +65 -0
- package/ts/types/Enum/PrestationType.ts +54 -0
- package/ts/types/Interface/api/exercice/QueryExercice.ts +6 -0
- package/ts/types/Interface/api/firstStep/Create.ts +39 -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 +6 -0
- package/ts/utils/amount.ts +171 -0
- package/ts/utils/vat/3310/century23.ts +7 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryExercice.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"names":[],"mappings":"AAIA,qBAAa,aAAa;IAGxB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAKvB,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,OAAO,CAAC,EAAE,IAAI,CAAC;IAMf,MAAM,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"QueryExercice.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"names":[],"mappings":"AAIA,qBAAa,aAAa;IAGxB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAKvB,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,OAAO,CAAC,EAAE,IAAI,CAAC;IAMf,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -36,4 +36,11 @@ __decorate([
|
|
|
36
36
|
IsOptional(),
|
|
37
37
|
__metadata("design:type", Boolean)
|
|
38
38
|
], QueryExercice.prototype, "isBack", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
ApiPropertyOptional(),
|
|
41
|
+
IsBoolean(),
|
|
42
|
+
ToBoolean(),
|
|
43
|
+
IsOptional(),
|
|
44
|
+
__metadata("design:type", Boolean)
|
|
45
|
+
], QueryExercice.prototype, "close", void 0);
|
|
39
46
|
//# sourceMappingURL=QueryExercice.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryExercice.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,aAAa;
|
|
1
|
+
{"version":3,"file":"QueryExercice.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,aAAa;CA0BzB;AAzBC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;yCACU;AAEvB;IAAC,mBAAmB,EAAE;IACrB,MAAM,EAAE;IACR,UAAU,EAAE;8BACD,IAAI;gDAAC;AAEjB;IAAC,mBAAmB,EAAE;IACrB,MAAM,EAAE;IACR,UAAU,EAAE;8BACH,IAAI;8CAAC;AAEf;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6CACI;AAEjB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;4CACG","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}"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class UpdateOrCreateFirstStep {
|
|
2
|
+
hasBankAccountSynchronized?: Date;
|
|
3
|
+
hasContactInformationsFilled?: Date;
|
|
4
|
+
hasEmailCustom?: Date;
|
|
5
|
+
hasStripeConnector?: Date;
|
|
6
|
+
hasAccountingTransactionAnnotated?: Date;
|
|
7
|
+
hasBillingToolCustom?: Date;
|
|
8
|
+
hasMobileApp?: Date;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=Create.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/firstStep/Create.ts"],"names":[],"mappings":"AAGA,qBAAa,uBAAuB;IAIlC,0BAA0B,CAAC,EAAE,IAAI,CAAC;IAKlC,4BAA4B,CAAC,EAAE,IAAI,CAAC;IAKpC,cAAc,CAAC,EAAE,IAAI,CAAC;IAKtB,kBAAkB,CAAC,EAAE,IAAI,CAAC;IAK1B,iCAAiC,CAAC,EAAE,IAAI,CAAC;IAKzC,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAK5B,YAAY,CAAC,EAAE,IAAI,CAAC;CACrB"}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { IsDate, IsOptional } from 'class-validator';
|
|
11
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class UpdateOrCreateFirstStep {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiPropertyOptional(),
|
|
16
|
+
IsOptional(),
|
|
17
|
+
IsDate(),
|
|
18
|
+
__metadata("design:type", Date)
|
|
19
|
+
], UpdateOrCreateFirstStep.prototype, "hasBankAccountSynchronized", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiPropertyOptional(),
|
|
22
|
+
IsOptional(),
|
|
23
|
+
IsDate(),
|
|
24
|
+
__metadata("design:type", Date)
|
|
25
|
+
], UpdateOrCreateFirstStep.prototype, "hasContactInformationsFilled", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
ApiPropertyOptional(),
|
|
28
|
+
IsOptional(),
|
|
29
|
+
IsDate(),
|
|
30
|
+
__metadata("design:type", Date)
|
|
31
|
+
], UpdateOrCreateFirstStep.prototype, "hasEmailCustom", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
ApiPropertyOptional(),
|
|
34
|
+
IsOptional(),
|
|
35
|
+
IsDate(),
|
|
36
|
+
__metadata("design:type", Date)
|
|
37
|
+
], UpdateOrCreateFirstStep.prototype, "hasStripeConnector", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
ApiPropertyOptional(),
|
|
40
|
+
IsOptional(),
|
|
41
|
+
IsDate(),
|
|
42
|
+
__metadata("design:type", Date)
|
|
43
|
+
], UpdateOrCreateFirstStep.prototype, "hasAccountingTransactionAnnotated", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
ApiPropertyOptional(),
|
|
46
|
+
IsOptional(),
|
|
47
|
+
IsDate(),
|
|
48
|
+
__metadata("design:type", Date)
|
|
49
|
+
], UpdateOrCreateFirstStep.prototype, "hasBillingToolCustom", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
ApiPropertyOptional(),
|
|
52
|
+
IsOptional(),
|
|
53
|
+
IsDate(),
|
|
54
|
+
__metadata("design:type", Date)
|
|
55
|
+
], UpdateOrCreateFirstStep.prototype, "hasMobileApp", void 0);
|
|
56
|
+
//# sourceMappingURL=Create.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/firstStep/Create.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,uBAAuB;CAmCnC;AAlCC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACoB,IAAI;2EAAC;AAElC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACsB,IAAI;6EAAC;AAEpC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACQ,IAAI;+DAAC;AAEtB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACY,IAAI;mEAAC;AAE1B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BAC2B,IAAI;kFAAC;AAEzC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACc,IAAI;qEAAC;AAE5B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACM,IAAI;6DAAC","sourcesContent":["import { IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateOrCreateFirstStep {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasBankAccountSynchronized?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasContactInformationsFilled?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasEmailCustom?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasStripeConnector?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasAccountingTransactionAnnotated?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasBillingToolCustom?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasMobileApp?: Date;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSocietyDetail.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSocietyDetail.ts"],"names":[],"mappings":"AAGA,qBAAa,mBAAmB;IAI9B,4BAA4B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK7C,uCAAuC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxD,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7C"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { IsOptional, IsString } from 'class-validator';
|
|
11
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class CreateSocietyDetail {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiPropertyOptional(),
|
|
16
|
+
IsOptional(),
|
|
17
|
+
IsString(),
|
|
18
|
+
__metadata("design:type", Object)
|
|
19
|
+
], CreateSocietyDetail.prototype, "personnalContributionCapital", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiPropertyOptional(),
|
|
22
|
+
IsOptional(),
|
|
23
|
+
IsString(),
|
|
24
|
+
__metadata("design:type", Object)
|
|
25
|
+
], CreateSocietyDetail.prototype, "personnalContributionCurrentBankAccount", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
ApiPropertyOptional(),
|
|
28
|
+
IsOptional(),
|
|
29
|
+
IsString(),
|
|
30
|
+
__metadata("design:type", Object)
|
|
31
|
+
], CreateSocietyDetail.prototype, "personnalContributionInKind", void 0);
|
|
32
|
+
//# sourceMappingURL=CreateSocietyDetail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSocietyDetail.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSocietyDetail.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,mBAAmB;CAe/B;AAdC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yEACkC;AAE7C;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;oFAC6C;AAExD;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;wEACiC","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}"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CountryId } from '../../../Enum/Country';
|
|
2
|
+
export declare class CreateBusinessPartnersAndUsersParamsUser {
|
|
3
|
+
firstname?: string;
|
|
4
|
+
lastname?: string;
|
|
5
|
+
birthdate?: Date;
|
|
6
|
+
}
|
|
7
|
+
export declare class CreateBusinessPartnersAndUsersParams {
|
|
8
|
+
cityOfBirth?: string;
|
|
9
|
+
idCountryBirth?: CountryId;
|
|
10
|
+
idNationality?: number;
|
|
11
|
+
isPhysical?: boolean;
|
|
12
|
+
sharesHeld?: number;
|
|
13
|
+
user?: CreateBusinessPartnersAndUsersParamsUser;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=CreateBusinessPartnersAndUsersParams.d.ts.map
|
package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateBusinessPartnersAndUsersParams.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGlD,qBAAa,wCAAwC;IAInD,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,qBAAa,oCAAoC;IAI/C,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,cAAc,CAAC,EAAE,SAAS,CAAC;IAK3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAMvB,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACjD"}
|
|
@@ -0,0 +1,71 @@
|
|
|
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 { IsBoolean, IsDate, IsEnum, IsInt, IsOptional, IsString, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';
|
|
12
|
+
import { CountryId } from '../../../Enum/Country';
|
|
13
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
14
|
+
export class CreateBusinessPartnersAndUsersParamsUser {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
ApiPropertyOptional(),
|
|
18
|
+
IsOptional(),
|
|
19
|
+
IsString(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], CreateBusinessPartnersAndUsersParamsUser.prototype, "firstname", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
ApiPropertyOptional(),
|
|
24
|
+
IsOptional(),
|
|
25
|
+
IsString(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], CreateBusinessPartnersAndUsersParamsUser.prototype, "lastname", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
ApiPropertyOptional(),
|
|
30
|
+
IsOptional(),
|
|
31
|
+
IsDate(),
|
|
32
|
+
__metadata("design:type", Date)
|
|
33
|
+
], CreateBusinessPartnersAndUsersParamsUser.prototype, "birthdate", void 0);
|
|
34
|
+
export class CreateBusinessPartnersAndUsersParams {
|
|
35
|
+
}
|
|
36
|
+
__decorate([
|
|
37
|
+
ApiPropertyOptional(),
|
|
38
|
+
IsOptional(),
|
|
39
|
+
IsString(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], CreateBusinessPartnersAndUsersParams.prototype, "cityOfBirth", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
ApiPropertyOptional(),
|
|
44
|
+
IsOptional(),
|
|
45
|
+
IsEnum(CountryId),
|
|
46
|
+
__metadata("design:type", Number)
|
|
47
|
+
], CreateBusinessPartnersAndUsersParams.prototype, "idCountryBirth", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
ApiPropertyOptional(),
|
|
50
|
+
IsOptional(),
|
|
51
|
+
IsInt(),
|
|
52
|
+
__metadata("design:type", Number)
|
|
53
|
+
], CreateBusinessPartnersAndUsersParams.prototype, "idNationality", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
ApiPropertyOptional(),
|
|
56
|
+
IsOptional(),
|
|
57
|
+
IsBoolean(),
|
|
58
|
+
ToBoolean(),
|
|
59
|
+
__metadata("design:type", Boolean)
|
|
60
|
+
], CreateBusinessPartnersAndUsersParams.prototype, "isPhysical", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
ApiPropertyOptional(),
|
|
63
|
+
IsOptional(),
|
|
64
|
+
IsInt(),
|
|
65
|
+
__metadata("design:type", Number)
|
|
66
|
+
], CreateBusinessPartnersAndUsersParams.prototype, "sharesHeld", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
ApiProperty(),
|
|
69
|
+
__metadata("design:type", CreateBusinessPartnersAndUsersParamsUser)
|
|
70
|
+
], CreateBusinessPartnersAndUsersParams.prototype, "user", void 0);
|
|
71
|
+
//# sourceMappingURL=CreateBusinessPartnersAndUsersParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateBusinessPartnersAndUsersParams.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,GACvD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,wCAAwC;CAepD;AAdC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;2EACQ;AAEnB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;0EACO;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACG,IAAI;2EAAC;AAGnB,MAAM,OAAO,oCAAoC;CA6BhD;AA5BC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yEACU;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,CAAC,SAAS,CAAC;;4EACS;AAE3B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;2EACe;AAEvB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wEACS;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wEACY;AAEpB;IAAC,WAAW,EAAE;8BACP,wCAAwC;kEAAC","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"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendInviteMailParams.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statutsGeneration/SendInviteMailParams.ts"],"names":[],"mappings":"AAKA,qBAAa,oBAAoB;IAG/B,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { IsEmail, } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../../utils/decorators';
|
|
12
|
+
export class SendInviteMailParams {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsEmail(),
|
|
17
|
+
__metadata("design:type", String)
|
|
18
|
+
], SendInviteMailParams.prototype, "email", void 0);
|
|
19
|
+
//# sourceMappingURL=SendInviteMailParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendInviteMailParams.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statutsGeneration/SendInviteMailParams.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,OAAO,GACR,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D,MAAM,OAAO,oBAAoB;CAIhC;AAHC;IAAC,WAAW,EAAE;IACb,OAAO,EAAE;;mDACI","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}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateExercice.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statutsGeneration/UpdateExercice.ts"],"names":[],"mappings":"AAKA,qBAAa,qBAAqB;IAIhC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { IsDateString, IsOptional, } from 'class-validator';
|
|
11
|
+
import { ApiPropertyOptional } from '../../../../utils/decorators';
|
|
12
|
+
export class UpdateExerciceStatuts {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiPropertyOptional(),
|
|
16
|
+
IsDateString(),
|
|
17
|
+
IsOptional(),
|
|
18
|
+
__metadata("design:type", String)
|
|
19
|
+
], UpdateExerciceStatuts.prototype, "startDate", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiPropertyOptional(),
|
|
22
|
+
IsDateString(),
|
|
23
|
+
IsOptional(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], UpdateExerciceStatuts.prototype, "endDate", void 0);
|
|
26
|
+
//# sourceMappingURL=UpdateExercice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateExercice.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statutsGeneration/UpdateExercice.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,YAAY,EAAE,UAAU,GACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,MAAM,OAAO,qBAAqB;CAUjC;AATC;IAAC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;wDACM;AAEnB;IAAC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;sDACI","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}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateExerciceParams.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statutsGeneration/UpdateExerciceParams.ts"],"names":[],"mappings":"AAKA,qBAAa,qBAAqB;IAIhC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { IsDateString, IsOptional, } from 'class-validator';
|
|
11
|
+
import { ApiPropertyOptional } from '../../../../utils/decorators';
|
|
12
|
+
export class UpdateExerciceStatuts {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiPropertyOptional(),
|
|
16
|
+
IsDateString(),
|
|
17
|
+
IsOptional(),
|
|
18
|
+
__metadata("design:type", String)
|
|
19
|
+
], UpdateExerciceStatuts.prototype, "startDate", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiPropertyOptional(),
|
|
22
|
+
IsDateString(),
|
|
23
|
+
IsOptional(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], UpdateExerciceStatuts.prototype, "endDate", void 0);
|
|
26
|
+
//# sourceMappingURL=UpdateExerciceParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateExerciceParams.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statutsGeneration/UpdateExerciceParams.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,YAAY,EAAE,UAAU,GACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,MAAM,OAAO,qBAAqB;CAUjC;AATC;IAAC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;wDACM;AAEnB;IAAC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;sDACI","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}"]}
|
|
@@ -3,104 +3,104 @@ import { IFile } from './IFile';
|
|
|
3
3
|
import { ISociety } from './ISociety';
|
|
4
4
|
export interface ISocietyDetail {
|
|
5
5
|
id?: number;
|
|
6
|
-
detailActivity
|
|
7
|
-
historyComments
|
|
8
|
-
isLoans
|
|
9
|
-
loans
|
|
10
|
-
personnalContribution
|
|
11
|
-
nbBanks
|
|
12
|
-
nbBankaccounts
|
|
13
|
-
isCashdesk
|
|
14
|
-
nbTva
|
|
15
|
-
professionnalRent
|
|
16
|
-
isPersoAdress
|
|
17
|
-
vehicle
|
|
18
|
-
interestOtherCompanies
|
|
19
|
-
nbAssociates
|
|
20
|
-
nbEmployees
|
|
21
|
-
hiringPromess
|
|
22
|
-
aNouveaux
|
|
23
|
-
bilanN1
|
|
24
|
-
revisionDate
|
|
25
|
-
dateFirstContact
|
|
26
|
-
userIdFirstContact
|
|
27
|
-
tauxTvaComment
|
|
28
|
-
remarqueComment
|
|
29
|
-
remarqueCommentCab
|
|
30
|
-
acceptation
|
|
31
|
-
userIdAcceptation
|
|
32
|
-
lab
|
|
33
|
-
userIdLab
|
|
34
|
-
previsionCa
|
|
35
|
-
externalMeans
|
|
36
|
-
needTreasury
|
|
37
|
-
judiciaryRecovery
|
|
38
|
-
fiscalControl
|
|
39
|
-
descriptionFormation
|
|
40
|
-
fonctionAndInterlocutors
|
|
41
|
-
managementKnowledge
|
|
42
|
-
otherIncome
|
|
43
|
-
politicalResponsability
|
|
44
|
-
prohibitedBanking
|
|
45
|
-
accreARCEOrARE
|
|
46
|
-
frenchTaxResident
|
|
47
|
-
isIrTaxable
|
|
48
|
-
billingSoftware
|
|
49
|
-
collectionSystem
|
|
50
|
-
flowSheet
|
|
51
|
-
rankFiles
|
|
52
|
-
specificNeeds
|
|
53
|
-
configAccount
|
|
54
|
-
investissement
|
|
55
|
-
workInternationnal
|
|
56
|
-
creationEntreprise
|
|
57
|
-
oldActivite
|
|
58
|
-
indemnite
|
|
59
|
-
findClementine
|
|
60
|
-
validationDate
|
|
61
|
-
idSociety
|
|
62
|
-
idUser
|
|
63
|
-
idFile
|
|
64
|
-
idFileToClient
|
|
65
|
-
idFindClementine
|
|
66
|
-
nbAssociatesInCompany
|
|
67
|
-
hasCommercialLease
|
|
68
|
-
amountBaseBefore
|
|
69
|
-
trainingIsDone
|
|
70
|
-
commercialArea
|
|
71
|
-
commercialRentAmount
|
|
72
|
-
hasTravellingExpenses
|
|
73
|
-
personnalContributionCapital
|
|
74
|
-
personnalContributionCurrentBankAccount
|
|
75
|
-
personnalContributionInKind
|
|
76
|
-
poleEmploiAid
|
|
77
|
-
poleEmploiAidType
|
|
78
|
-
honorLoan
|
|
79
|
-
honorLoanAmount
|
|
80
|
-
financingStartingStock
|
|
81
|
-
financingStartingStockAmount
|
|
82
|
-
yearSocietyCreation
|
|
83
|
-
lastExerciceCA
|
|
84
|
-
borrowingInProgress
|
|
85
|
-
borrowingInProgressAmount
|
|
86
|
-
investissementCTMT
|
|
87
|
-
changeECReason
|
|
88
|
-
isSocietyCreation
|
|
89
|
-
participationsInOtherSociety
|
|
90
|
-
entrepriseProject
|
|
91
|
-
contractorProfil
|
|
92
|
-
notificationForConstitution
|
|
93
|
-
notificationForOtherMissions
|
|
94
|
-
takeKnowledge
|
|
95
|
-
bankSynchronisationState
|
|
96
|
-
platformExplanation
|
|
97
|
-
mobileAppInstallationProposal
|
|
98
|
-
verifiedDocuments
|
|
6
|
+
detailActivity?: string | null;
|
|
7
|
+
historyComments?: string | null;
|
|
8
|
+
isLoans?: string | null;
|
|
9
|
+
loans?: string | null;
|
|
10
|
+
personnalContribution?: string | null;
|
|
11
|
+
nbBanks?: string | null;
|
|
12
|
+
nbBankaccounts?: number | null;
|
|
13
|
+
isCashdesk?: boolean | null;
|
|
14
|
+
nbTva?: number | null;
|
|
15
|
+
professionnalRent?: string | null;
|
|
16
|
+
isPersoAdress?: string | null;
|
|
17
|
+
vehicle?: string | null;
|
|
18
|
+
interestOtherCompanies?: string | null;
|
|
19
|
+
nbAssociates?: number | null;
|
|
20
|
+
nbEmployees?: number | null;
|
|
21
|
+
hiringPromess?: string | null;
|
|
22
|
+
aNouveaux?: boolean | null;
|
|
23
|
+
bilanN1?: boolean | null;
|
|
24
|
+
revisionDate?: Date | null;
|
|
25
|
+
dateFirstContact?: Date | null;
|
|
26
|
+
userIdFirstContact?: number | null;
|
|
27
|
+
tauxTvaComment?: string | null;
|
|
28
|
+
remarqueComment?: string | null;
|
|
29
|
+
remarqueCommentCab?: string | null;
|
|
30
|
+
acceptation?: number | null;
|
|
31
|
+
userIdAcceptation?: number | null;
|
|
32
|
+
lab?: boolean | null;
|
|
33
|
+
userIdLab?: number | null;
|
|
34
|
+
previsionCa?: string | null;
|
|
35
|
+
externalMeans?: string | null;
|
|
36
|
+
needTreasury?: string | null;
|
|
37
|
+
judiciaryRecovery?: string | null;
|
|
38
|
+
fiscalControl?: string | null;
|
|
39
|
+
descriptionFormation?: string | null;
|
|
40
|
+
fonctionAndInterlocutors?: string | null;
|
|
41
|
+
managementKnowledge?: string | null;
|
|
42
|
+
otherIncome?: string | null;
|
|
43
|
+
politicalResponsability?: string | null;
|
|
44
|
+
prohibitedBanking?: string | null;
|
|
45
|
+
accreARCEOrARE?: string | null;
|
|
46
|
+
frenchTaxResident?: string | null;
|
|
47
|
+
isIrTaxable?: string | null;
|
|
48
|
+
billingSoftware?: string | null;
|
|
49
|
+
collectionSystem?: string | null;
|
|
50
|
+
flowSheet?: string | null;
|
|
51
|
+
rankFiles?: string | null;
|
|
52
|
+
specificNeeds?: string | null;
|
|
53
|
+
configAccount?: boolean | null;
|
|
54
|
+
investissement?: string | null;
|
|
55
|
+
workInternationnal?: string | null;
|
|
56
|
+
creationEntreprise?: string | null;
|
|
57
|
+
oldActivite?: string | null;
|
|
58
|
+
indemnite?: string | null;
|
|
59
|
+
findClementine?: string | null;
|
|
60
|
+
validationDate?: Date | null;
|
|
61
|
+
idSociety?: number | null;
|
|
62
|
+
idUser?: number | null;
|
|
63
|
+
idFile?: number | null;
|
|
64
|
+
idFileToClient?: number | null;
|
|
65
|
+
idFindClementine?: number | null;
|
|
66
|
+
nbAssociatesInCompany?: number | null;
|
|
67
|
+
hasCommercialLease?: string | null;
|
|
68
|
+
amountBaseBefore?: number | null;
|
|
69
|
+
trainingIsDone?: boolean;
|
|
70
|
+
commercialArea?: string | null;
|
|
71
|
+
commercialRentAmount?: string | null;
|
|
72
|
+
hasTravellingExpenses?: string | null;
|
|
73
|
+
personnalContributionCapital?: string | null;
|
|
74
|
+
personnalContributionCurrentBankAccount?: string | null;
|
|
75
|
+
personnalContributionInKind?: string | null;
|
|
76
|
+
poleEmploiAid?: string | null;
|
|
77
|
+
poleEmploiAidType?: number | null;
|
|
78
|
+
honorLoan?: string | null;
|
|
79
|
+
honorLoanAmount?: string | null;
|
|
80
|
+
financingStartingStock?: string | null;
|
|
81
|
+
financingStartingStockAmount?: string | null;
|
|
82
|
+
yearSocietyCreation?: string | null;
|
|
83
|
+
lastExerciceCA?: string | null;
|
|
84
|
+
borrowingInProgress?: string | null;
|
|
85
|
+
borrowingInProgressAmount?: string | null;
|
|
86
|
+
investissementCTMT?: string | null;
|
|
87
|
+
changeECReason?: string | null;
|
|
88
|
+
isSocietyCreation?: boolean | null;
|
|
89
|
+
participationsInOtherSociety?: string | null;
|
|
90
|
+
entrepriseProject?: boolean;
|
|
91
|
+
contractorProfil?: boolean;
|
|
92
|
+
notificationForConstitution?: boolean;
|
|
93
|
+
notificationForOtherMissions?: boolean | null;
|
|
94
|
+
takeKnowledge?: boolean;
|
|
95
|
+
bankSynchronisationState?: number | null;
|
|
96
|
+
platformExplanation?: number | null;
|
|
97
|
+
mobileAppInstallationProposal?: number | null;
|
|
98
|
+
verifiedDocuments?: boolean | null;
|
|
99
99
|
createdAt?: Date | null;
|
|
100
100
|
updatedAt?: Date | null;
|
|
101
|
-
user
|
|
102
|
-
file
|
|
103
|
-
fileToClient
|
|
104
|
-
society
|
|
101
|
+
user?: IUser;
|
|
102
|
+
file?: IFile;
|
|
103
|
+
fileToClient?: IFile;
|
|
104
|
+
society?: ISociety;
|
|
105
105
|
}
|
|
106
106
|
//# sourceMappingURL=ISocietyDetail.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISocietyDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"ISocietyDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyDetail.ts"],"names":[],"mappings":"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"}
|