@@ -20,31 +20,6 @@ const class_validator_1 = require("class-validator");
2020class AddCardFormRequest {
2121}
2222exports . AddCardFormRequest = AddCardFormRequest ;
23- __decorate ( [
24- ( 0 , class_validator_1 . IsNotEmpty ) ( ) ,
25- ( 0 , class_validator_1 . IsNumber ) ( ) ,
26- __metadata ( "design:type" , Number )
27- ] , AddCardFormRequest . prototype , "checkoutAccount" , void 0 ) ;
28- __decorate ( [
29- ( 0 , class_validator_1 . IsNotEmpty ) ( ) ,
30- ( 0 , class_validator_1 . IsString ) ( ) ,
31- __metadata ( "design:type" , String )
32- ] , AddCardFormRequest . prototype , "checkoutAlgorithm" , void 0 ) ;
33- __decorate ( [
34- ( 0 , class_validator_1 . IsNotEmpty ) ( ) ,
35- ( 0 , class_validator_1 . IsString ) ( ) ,
36- __metadata ( "design:type" , String )
37- ] , AddCardFormRequest . prototype , "checkoutMethod" , void 0 ) ;
38- __decorate ( [
39- ( 0 , class_validator_1 . IsNotEmpty ) ( ) ,
40- ( 0 , class_validator_1 . IsString ) ( ) ,
41- __metadata ( "design:type" , String )
42- ] , AddCardFormRequest . prototype , "checkoutNonce" , void 0 ) ;
43- __decorate ( [
44- ( 0 , class_validator_1 . IsNotEmpty ) ( ) ,
45- ( 0 , class_validator_1 . IsString ) ( ) ,
46- __metadata ( "design:type" , String )
47- ] , AddCardFormRequest . prototype , "checkoutTimestamp" , void 0 ) ;
4823__decorate ( [
4924 ( 0 , class_validator_1 . IsNotEmpty ) ( ) ,
5025 ( 0 , class_validator_1 . IsString ) ( ) ,
@@ -55,11 +30,6 @@ __decorate([
5530 ( 0 , class_validator_1 . IsString ) ( ) ,
5631 __metadata ( "design:type" , String )
5732] , AddCardFormRequest . prototype , "checkoutRedirectCancelUrl" , void 0 ) ;
58- __decorate ( [
59- ( 0 , class_validator_1 . IsNotEmpty ) ( ) ,
60- ( 0 , class_validator_1 . IsString ) ( ) ,
61- __metadata ( "design:type" , String )
62- ] , AddCardFormRequest . prototype , "signature" , void 0 ) ;
6333__decorate ( [
6434 ( 0 , class_validator_1 . IsString ) ( ) ,
6535 ( 0 , class_validator_1 . IsOptional ) ( ) ,
0 commit comments