@silexpert/core 1.3.128-checklist-7 → 1.3.128-checklist-8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -1
- package/dist/mjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +1 -1
- package/dist/mjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +3 -3
|
@@ -32,7 +32,7 @@ __decorate([
|
|
|
32
32
|
(0, utils_1.ApiPropertyOptional)(),
|
|
33
33
|
(0, class_validator_1.IsOptional)(),
|
|
34
34
|
(0, class_validator_1.IsString)({ each: true }),
|
|
35
|
-
(0, class_validator_1.IsIn)(['society', 'owner'], { each: true }),
|
|
35
|
+
(0, class_validator_1.IsIn)(['society', 'owner', 'prestation'], { each: true }),
|
|
36
36
|
__metadata("design:type", Array)
|
|
37
37
|
], QueryGetPaymentExpectation.prototype, "includes", void 0);
|
|
38
38
|
class QueryGetPaymentExpectationPaginated extends BasePaginate_1.RequiredQueryPaginate {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaymentExpectation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4E;AAC5E,6CAAqE;AACrE,kDAAwD;AAExD,MAAa,0BAA0B;CAgBtC;AAhBD,gEAgBC;AAZC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;gEACc;AAKtB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACE;AAMb;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,
|
|
1
|
+
{"version":3,"file":"QueryPaymentExpectation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4E;AAC5E,6CAAqE;AACrE,kDAAwD;AAExD,MAAa,0BAA0B;CAgBtC;AAhBD,gEAgBC;AAZC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;gEACc;AAKtB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACE;AAMb;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,sBAAI,EAAC,CAAC,SAAS,EAAE,OAAO,EAAE,YAAY,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;4DACrC;AAGtB,MAAa,mCAAoC,SAAQ,oCAAqB;CAkB7E;AAlBD,kFAkBC;AAdC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACG;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yEACS;AAItB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACE,IAAI;sEAAC;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACA,IAAI;oEAAC","sourcesContent":["import { IsDate, IsIn, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { RequiredQueryPaginate } from '../BasePaginate';\n\nexport class QueryGetPaymentExpectation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestation?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n ref?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({ each: true })\n @IsIn(['society', 'owner', 'prestation'], { each: true })\n includes?: string[];\n}\n\nexport class QueryGetPaymentExpectationPaginated extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n searchAmount?: string;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}\n"]}
|
|
@@ -31,7 +31,7 @@ __decorate([
|
|
|
31
31
|
ApiPropertyOptional(),
|
|
32
32
|
IsOptional(),
|
|
33
33
|
IsString({ each: true }),
|
|
34
|
-
IsIn(['society', 'owner'], { each: true }),
|
|
34
|
+
IsIn(['society', 'owner', 'prestation'], { each: true }),
|
|
35
35
|
__metadata("design:type", Array)
|
|
36
36
|
], QueryGetPaymentExpectation.prototype, "includes", void 0);
|
|
37
37
|
export class QueryGetPaymentExpectationPaginated extends RequiredQueryPaginate {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaymentExpectation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,MAAM,OAAO,0BAA0B;IAIrC,YAAY,CAAU;IAKtB,GAAG,CAAU;IAMb,QAAQ,CAAY;CACrB;AAZC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;gEACc;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uDACE;AAMb;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"QueryPaymentExpectation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,MAAM,OAAO,0BAA0B;IAIrC,YAAY,CAAU;IAKtB,GAAG,CAAU;IAMb,QAAQ,CAAY;CACrB;AAZC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;gEACc;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uDACE;AAMb;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAI,CAAC,CAAC,SAAS,EAAE,OAAO,EAAE,YAAY,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;4DACrC;AAGtB,MAAM,OAAO,mCAAoC,SAAQ,qBAAqB;IAI5E,MAAM,CAAU;IAKhB,YAAY,CAAU;IAItB,SAAS,CAAO;IAIhB,OAAO,CAAO;CACf;AAdC;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;mEACG;AAKhB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;yEACS;AAItB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACE,IAAI;sEAAC;AAIhB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;oEAAC","sourcesContent":["import { IsDate, IsIn, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { RequiredQueryPaginate } from '../BasePaginate';\n\nexport class QueryGetPaymentExpectation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestation?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n ref?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({ each: true })\n @IsIn(['society', 'owner', 'prestation'], { each: true })\n includes?: string[];\n}\n\nexport class QueryGetPaymentExpectationPaginated extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n searchAmount?: string;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.3.128-checklist-
|
|
3
|
+
"version": "1.3.128-checklist-8",
|
|
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": "dist/cjs/index.js",
|
|
@@ -7,7 +7,7 @@ export class QueryGetPaymentExpectation {
|
|
|
7
7
|
@IsOptional()
|
|
8
8
|
@IsInt()
|
|
9
9
|
idPrestation?: number;
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
@ApiPropertyOptional()
|
|
12
12
|
@IsOptional()
|
|
13
13
|
@IsString()
|
|
@@ -15,8 +15,8 @@ export class QueryGetPaymentExpectation {
|
|
|
15
15
|
|
|
16
16
|
@ApiPropertyOptional()
|
|
17
17
|
@IsOptional()
|
|
18
|
-
@IsString({each: true})
|
|
19
|
-
@IsIn(['society', 'owner'], { each: true })
|
|
18
|
+
@IsString({ each: true })
|
|
19
|
+
@IsIn(['society', 'owner', 'prestation'], { each: true })
|
|
20
20
|
includes?: string[];
|
|
21
21
|
}
|
|
22
22
|
|