File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ var exports$1 = {
620
620
}
621
621
} ;
622
622
var description = "Module for integration with Efi Bank API" ;
623
- var version = "1.2.13 " ;
623
+ var version = "1.2.14 " ;
624
624
var author = "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas" ;
625
625
var license = "MIT" ;
626
626
var repository = "efipay/sdk-node-apis-efi" ;
@@ -1107,7 +1107,7 @@ class CobrancasMethods extends ExtratosMethods {
1107
1107
* email: string,
1108
1108
* phone_number?: string,
1109
1109
* birth?: string,
1110
- * address: {
1110
+ * address? : {
1111
1111
* street: string,
1112
1112
* number: string,
1113
1113
* neighborhood: string,
@@ -1126,7 +1126,7 @@ class CobrancasMethods extends ExtratosMethods {
1126
1126
* type: 'percentage' | 'currency',
1127
1127
* value: number
1128
1128
* },
1129
- * billing_address: {
1129
+ * billing_address? : {
1130
1130
* street: string,
1131
1131
* number: string,
1132
1132
* neighborhood: string,
Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ var exports = {
611
611
}
612
612
} ;
613
613
var description = "Module for integration with Efi Bank API" ;
614
- var version = "1.2.13 " ;
614
+ var version = "1.2.14 " ;
615
615
var author = "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas" ;
616
616
var license = "MIT" ;
617
617
var repository = "efipay/sdk-node-apis-efi" ;
@@ -1098,7 +1098,7 @@ class CobrancasMethods extends ExtratosMethods {
1098
1098
* email: string,
1099
1099
* phone_number?: string,
1100
1100
* birth?: string,
1101
- * address: {
1101
+ * address? : {
1102
1102
* street: string,
1103
1103
* number: string,
1104
1104
* neighborhood: string,
@@ -1117,7 +1117,7 @@ class CobrancasMethods extends ExtratosMethods {
1117
1117
* type: 'percentage' | 'currency',
1118
1118
* value: number
1119
1119
* },
1120
- * billing_address: {
1120
+ * billing_address? : {
1121
1121
* street: string,
1122
1122
* number: string,
1123
1123
* neighborhood: string,
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export class CobrancasMethods extends ExtratosMethods {
83
83
* email: string,
84
84
* phone_number?: string,
85
85
* birth?: string,
86
- * address: {
86
+ * address? : {
87
87
* street: string,
88
88
* number: string,
89
89
* neighborhood: string,
@@ -102,7 +102,7 @@ export class CobrancasMethods extends ExtratosMethods {
102
102
* type: 'percentage' | 'currency',
103
103
* value: number
104
104
* },
105
- * billing_address: {
105
+ * billing_address? : {
106
106
* street: string,
107
107
* number: string,
108
108
* neighborhood: string,
@@ -216,7 +216,7 @@ export class CobrancasMethods extends ExtratosMethods {
216
216
email : string ;
217
217
phone_number ?: string ;
218
218
birth ?: string ;
219
- address : {
219
+ address ? : {
220
220
street : string ;
221
221
number : string ;
222
222
neighborhood : string ;
@@ -235,7 +235,7 @@ export class CobrancasMethods extends ExtratosMethods {
235
235
type : 'percentage' | 'currency' ;
236
236
value : number ;
237
237
} ;
238
- billing_address : {
238
+ billing_address ? : {
239
239
street : string ;
240
240
number : string ;
241
241
neighborhood : string ;
Original file line number Diff line number Diff line change 10
10
}
11
11
},
12
12
"description" : " Module for integration with Efi Bank API" ,
13
- "version" : " 1.2.13 " ,
13
+ "version" : " 1.2.14 " ,
14
14
"author" : " Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas" ,
15
15
"license" : " MIT" ,
16
16
"repository" : " efipay/sdk-node-apis-efi" ,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export class CobrancasMethods extends ExtratosMethods {
87
87
* email: string,
88
88
* phone_number?: string,
89
89
* birth?: string,
90
- * address: {
90
+ * address? : {
91
91
* street: string,
92
92
* number: string,
93
93
* neighborhood: string,
@@ -106,7 +106,7 @@ export class CobrancasMethods extends ExtratosMethods {
106
106
* type: 'percentage' | 'currency',
107
107
* value: number
108
108
* },
109
- * billing_address: {
109
+ * billing_address? : {
110
110
* street: string,
111
111
* number: string,
112
112
* neighborhood: string,
You can’t perform that action at this time.
0 commit comments