@silexpert/core 1.0.78 → 1.0.80
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/Interface/api/society/QuerySociety.js +1 -1
- package/es/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/es/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +1 -0
- package/es/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -1
- package/es/types/Interface/api/thirdParty/CreateThirdPartyForm.js +5 -0
- package/es/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
- package/js/types/Interface/api/society/QuerySociety.js +1 -1
- package/js/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/js/types/Interface/api/thirdParty/CreateThirdPartyForm.js +2 -0
- package/js/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Interface/api/society/QuerySociety.ts +1 -1
- package/ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts +4 -0
|
@@ -23,7 +23,7 @@ __decorate([
|
|
|
23
23
|
__decorate([
|
|
24
24
|
ApiPropertyOptional(),
|
|
25
25
|
IsOptional(),
|
|
26
|
-
IsIn(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true }),
|
|
26
|
+
IsIn(['prestation', 'gedFile', 'brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true }),
|
|
27
27
|
__metadata("design:type", Array)
|
|
28
28
|
], QuerySociety.prototype, "include", void 0);
|
|
29
29
|
//# sourceMappingURL=QuerySociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QuerySociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,MAAM,OAAO,YAAY;CAYxB;AAVC;IADC,mBAAmB,EAAE;;wCACV;AAIZ;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;gDACS;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,IAAI,CAAC,CAAC,WAAW,EAAE,eAAe,EAAE,aAAa,EAAE,gBAAgB,EAAE,eAAe,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,kBAAkB,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,eAAe,EAAE,WAAW,EAAE,kBAAkB,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;
|
|
1
|
+
{"version":3,"file":"QuerySociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QuerySociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,MAAM,OAAO,YAAY;CAYxB;AAVC;IADC,mBAAmB,EAAE;;wCACV;AAIZ;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;gDACS;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,IAAI,CAAC,CAAC,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,eAAe,EAAE,aAAa,EAAE,gBAAgB,EAAE,eAAe,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,kBAAkB,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,eAAe,EAAE,WAAW,EAAE,kBAAkB,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;6CAC1P","sourcesContent":["import { IsIn, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QuerySociety {\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsIn(['prestation', 'gedFile', 'brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true })\n include?: string[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateThirdPartyForm.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,qBAAa,oBAAoB;IAE/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGnC,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,SAAS,EAAE,MAAM,CAAC;IAGlB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGvB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGzB,SAAS,EAAE,OAAO,CAAC;IAGnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI1B,gBAAgB,EAAE,cAAc,CAAC;IAIjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI7B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateThirdPartyForm.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,qBAAa,oBAAoB;IAE/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGnC,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,SAAS,EAAE,MAAM,CAAC;IAGlB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGvB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGzB,SAAS,EAAE,OAAO,CAAC;IAGnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI1B,gBAAgB,EAAE,cAAc,CAAC;IAIjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI7B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC"}
|
|
@@ -108,4 +108,9 @@ __decorate([
|
|
|
108
108
|
IsOptional(),
|
|
109
109
|
__metadata("design:type", Object)
|
|
110
110
|
], CreateThirdPartyForm.prototype, "deliveryZipCode", void 0);
|
|
111
|
+
__decorate([
|
|
112
|
+
ApiPropertyOptional(),
|
|
113
|
+
IsOptional(),
|
|
114
|
+
__metadata("design:type", Object)
|
|
115
|
+
], CreateThirdPartyForm.prototype, "deliveryIdCountry", void 0);
|
|
111
116
|
//# sourceMappingURL=CreateThirdPartyForm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateThirdPartyForm.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;
|
|
1
|
+
{"version":3,"file":"CreateThirdPartyForm.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CA6EhC;AA3EC;IADC,mBAAmB,EAAE;;kEACe;AAGrC;IADC,mBAAmB,EAAE;;sDACG;AAGzB;IADC,mBAAmB,EAAE;;gEACa;AAGnC;IADC,WAAW,EAAE;;qDACE;AAGhB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;mDACA;AAGtB;IADC,mBAAmB,EAAE;;mDACA;AAGtB;IADC,mBAAmB,EAAE;;oDACC;AAGvB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,WAAW,EAAE;;uDACI;AAGlB;IADC,mBAAmB,EAAE;;mDACC;AAGvB;IADC,mBAAmB,EAAE;;wDACG;AAGzB;IADC,WAAW,EAAE;;uDACK;AAGnB;IADC,mBAAmB,EAAE;;8DACW;AAGjC;IADC,mBAAmB,EAAE;;2DACQ;AAG9B;IADC,mBAAmB,EAAE;;uDACI;AAG1B;IADC,mBAAmB,EAAE;;uDACI;AAI1B;IAFC,WAAW,EAAE;IACb,MAAM,CAAC,cAAc,CAAC;;8DACU;AAIjC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;6DACmB;AAIhC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;0DACgB;AAI7B;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;6DACmB;AAIhC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;+DACqB","sourcesContent":["import { IsEnum, IsOptional } from 'class-validator';\nimport { ThirdPartyType } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateThirdPartyForm {\n @ApiPropertyOptional()\n budgeaSouscriptionId?: number | null;\n\n @ApiPropertyOptional()\n fullname?: string | null;\n\n @ApiPropertyOptional()\n fullnameAccountant?: string | null;\n\n @ApiProperty()\n company: string;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n phone?: string | null;\n\n @ApiPropertyOptional()\n email?: string | null;\n\n @ApiPropertyOptional()\n nSiret?: string | null;\n\n @ApiPropertyOptional()\n nTva?: string | null;\n\n @ApiProperty()\n soldeInit: number;\n\n @ApiPropertyOptional()\n state?: boolean | null;\n\n @ApiPropertyOptional()\n dateImport?: Date | null;\n\n @ApiProperty()\n isGeneric: boolean;\n\n @ApiPropertyOptional()\n juridicalSociety?: number | null;\n\n @ApiPropertyOptional()\n idTypePayment?: number | null;\n\n @ApiPropertyOptional()\n idAccount?: number | null;\n\n @ApiPropertyOptional()\n idCountry?: number | null;\n\n @ApiProperty()\n @IsEnum(ThirdPartyType)\n idThirdPartyType: ThirdPartyType;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryAddress?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryCity?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryZipCode?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryIdCountry?: number | null;\n}"]}
|
|
@@ -29,7 +29,7 @@ __decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Nu
|
|
|
29
29
|
|
|
30
30
|
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QuerySociety.prototype, "attributes", void 0);
|
|
31
31
|
|
|
32
|
-
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsIn)(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], {
|
|
32
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsIn)(['prestation', 'gedFile', 'brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], {
|
|
33
33
|
each: true
|
|
34
34
|
}), __metadata("design:type", Array)], QuerySociety.prototype, "include", void 0);
|
|
35
35
|
//# sourceMappingURL=QuerySociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySociety.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,sCACD;;AAIAA,YAFC,sCAED,EADC,iCACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,0BAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"QuerySociety.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,sCACD;;AAIAA,YAFC,sCAED,EADC,iCACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,0BAAK,CAAC,YAAD,EAAe,SAAf,EAA0B,WAA1B,EAAuC,eAAvC,EAAwD,aAAxD,EAAuE,gBAAvE,EAAyF,eAAzF,EAA0G,UAA1G,EAAsH,SAAtH,EAAiI,QAAjI,EAA2I,kBAA3I,EAA+J,SAA/J,EAA0K,WAA1K,EAAuL,YAAvL,EAAqM,eAArM,EAAsN,WAAtN,EAAmO,kBAAnO,CAAL,EAA6P;EAAEC,IAAI,EAAE;AAAR,CAA7P,CACD","names":["QuerySociety","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QuerySociety.ts"],"sourcesContent":["import { IsIn, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QuerySociety {\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsIn(['prestation', 'gedFile', 'brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true })\n include?: string[];\n}\n"]}
|
|
@@ -72,4 +72,6 @@ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)()
|
|
|
72
72
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "deliveryCity", void 0);
|
|
73
73
|
|
|
74
74
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "deliveryZipCode", void 0);
|
|
75
|
+
|
|
76
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "deliveryIdCountry", void 0);
|
|
75
77
|
//# sourceMappingURL=CreateThirdPartyForm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateThirdPartyForm.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAIAA,YAFC,yBAED,EADC,4BAAOC,gBAAP,CACD;;AAIAD,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD","names":["CreateThirdPartyForm","__decorate","ThirdPartyType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"sourcesContent":["import { IsEnum, IsOptional } from 'class-validator';\nimport { ThirdPartyType } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateThirdPartyForm {\n @ApiPropertyOptional()\n budgeaSouscriptionId?: number | null;\n\n @ApiPropertyOptional()\n fullname?: string | null;\n\n @ApiPropertyOptional()\n fullnameAccountant?: string | null;\n\n @ApiProperty()\n company: string;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n phone?: string | null;\n\n @ApiPropertyOptional()\n email?: string | null;\n\n @ApiPropertyOptional()\n nSiret?: string | null;\n\n @ApiPropertyOptional()\n nTva?: string | null;\n\n @ApiProperty()\n soldeInit: number;\n\n @ApiPropertyOptional()\n state?: boolean | null;\n\n @ApiPropertyOptional()\n dateImport?: Date | null;\n\n @ApiProperty()\n isGeneric: boolean;\n\n @ApiPropertyOptional()\n juridicalSociety?: number | null;\n\n @ApiPropertyOptional()\n idTypePayment?: number | null;\n\n @ApiPropertyOptional()\n idAccount?: number | null;\n\n @ApiPropertyOptional()\n idCountry?: number | null;\n\n @ApiProperty()\n @IsEnum(ThirdPartyType)\n idThirdPartyType: ThirdPartyType;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryAddress?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryCity?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryZipCode?: string | null;\n}"]}
|
|
1
|
+
{"version":3,"file":"CreateThirdPartyForm.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAIAA,YAFC,yBAED,EADC,4BAAOC,gBAAP,CACD;;AAIAD,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD","names":["CreateThirdPartyForm","__decorate","ThirdPartyType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"sourcesContent":["import { IsEnum, IsOptional } from 'class-validator';\nimport { ThirdPartyType } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateThirdPartyForm {\n @ApiPropertyOptional()\n budgeaSouscriptionId?: number | null;\n\n @ApiPropertyOptional()\n fullname?: string | null;\n\n @ApiPropertyOptional()\n fullnameAccountant?: string | null;\n\n @ApiProperty()\n company: string;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n phone?: string | null;\n\n @ApiPropertyOptional()\n email?: string | null;\n\n @ApiPropertyOptional()\n nSiret?: string | null;\n\n @ApiPropertyOptional()\n nTva?: string | null;\n\n @ApiProperty()\n soldeInit: number;\n\n @ApiPropertyOptional()\n state?: boolean | null;\n\n @ApiPropertyOptional()\n dateImport?: Date | null;\n\n @ApiProperty()\n isGeneric: boolean;\n\n @ApiPropertyOptional()\n juridicalSociety?: number | null;\n\n @ApiPropertyOptional()\n idTypePayment?: number | null;\n\n @ApiPropertyOptional()\n idAccount?: number | null;\n\n @ApiPropertyOptional()\n idCountry?: number | null;\n\n @ApiProperty()\n @IsEnum(ThirdPartyType)\n idThirdPartyType: ThirdPartyType;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryAddress?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryCity?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryZipCode?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryIdCountry?: number | null;\n}"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.80",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "js/index.js",
|
|
@@ -11,6 +11,6 @@ export class QuerySociety {
|
|
|
11
11
|
|
|
12
12
|
@ApiPropertyOptional()
|
|
13
13
|
@IsOptional()
|
|
14
|
-
@IsIn(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true })
|
|
14
|
+
@IsIn(['prestation', 'gedFile', 'brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true })
|
|
15
15
|
include?: string[];
|
|
16
16
|
}
|