spartaxx.businessmodels 1.0.305 → 1.0.307

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,13 @@
1
1
  export interface ClientInputForm {
2
2
  TaxpayerName?: string;
3
- TelephoneNumber?: number;
3
+ TelephoneNumber?: string;
4
4
  MaillingAddress?: string;
5
5
  SpouseName?: string;
6
- SpouseTelephoneNumber?: number;
6
+ SpouseTelephoneNumber?: string;
7
7
  SpouseMaillingAddress?: string;
8
8
  PropertyAddress?: string;
9
9
  TaxType?: string;
10
- TaxPeriod?: number;
10
+ TaxPeriod?: string;
11
11
  MakePaymentsOnBehalfOfTaxYear?: boolean;
12
12
  ReceiveChecksForRefunds?: boolean;
13
13
  ExecuteWaiversForTaxDeficiencies?: boolean;
@@ -16,7 +16,7 @@ export interface ClientPackageParam {
16
16
  FromEmail?: string;
17
17
  ClientSignature?: string;
18
18
  ClientInputForm?: ClientInputForm;
19
- IPAddress?: number;
19
+ IPAddress?: string;
20
20
 
21
21
  TeamplateId?: string;
22
22
  DocumentList?: ClientPackageDocument[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.305",
3
+ "version": "1.0.307",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {