Skip to content

Commit 5f1ee32

Browse files
Merge pull request #202 from avadev/22.7.0
Update for 22.7.0
2 parents 85851f7 + 12fc9f9 commit 5f1ee32

10 files changed

+905
-722
lines changed

GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// Revision
3131
//
3232

33-
[assembly: AssemblyVersion("22.6.1")]
34-
[assembly: AssemblyFileVersion("22.6.1")]
33+
[assembly: AssemblyVersion("22.7.0")]
34+
[assembly: AssemblyFileVersion("22.7.0")]

src/AvaTaxApi.cs

Lines changed: 797 additions & 718 deletions
Large diffs are not rendered by default.

src/Avalara.AvaTax.net20.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
<Compile Include="enums\PasswordStatusId.cs" />
122122
<Compile Include="enums\PaymentAccountTypeId.cs" />
123123
<Compile Include="enums\PaymentType.cs" />
124+
<Compile Include="enums\POABusinessUnit.cs" />
125+
<Compile Include="enums\POASubscriptionType.cs" />
124126
<Compile Include="enums\PointOfSaleFileType.cs" />
125127
<Compile Include="enums\PointOfSalePartnerId.cs" />
126128
<Compile Include="enums\RateType.cs" />

src/Avalara.AvaTax.net45.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
<Compile Include="enums\PasswordStatusId.cs" />
127127
<Compile Include="enums\PaymentAccountTypeId.cs" />
128128
<Compile Include="enums\PaymentType.cs" />
129+
<Compile Include="enums\POABusinessUnit.cs" />
130+
<Compile Include="enums\POASubscriptionType.cs" />
129131
<Compile Include="enums\PointOfSaleFileType.cs" />
130132
<Compile Include="enums\PointOfSalePartnerId.cs" />
131133
<Compile Include="enums\RateType.cs" />

src/Avalara.AvaTax.net461.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
<Compile Include="enums\PasswordStatusId.cs" />
127127
<Compile Include="enums\PaymentAccountTypeId.cs" />
128128
<Compile Include="enums\PaymentType.cs" />
129+
<Compile Include="enums\POABusinessUnit.cs" />
130+
<Compile Include="enums\POASubscriptionType.cs" />
129131
<Compile Include="enums\PointOfSaleFileType.cs" />
130132
<Compile Include="enums\PointOfSalePartnerId.cs" />
131133
<Compile Include="enums\RateType.cs" />

src/Avalara.AvaTax.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>Avalara.AvaTax</id>
55

6-
<version>22.6.1</version>
6+
<version>22.7.0</version>
77

88
<title>Avalara AvaTax SDK</title>
99
<description>Add world-class tax estimation and calculation to your project with Avalara's AvaTax suite of APIs and services.</description>

src/enums/POABusinessUnit.cs

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
using System;
2+
3+
/*
4+
* AvaTax API Client Library
5+
*
6+
* (c) 2004-2019 Avalara, Inc.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* @author Genevieve Conty
12+
* @author Greg Hester
13+
* Swagger name: AvaTaxClient
14+
*/
15+
16+
namespace Avalara.AvaTax.RestClient
17+
{
18+
/// <summary>
19+
///
20+
/// </summary>
21+
public enum POABusinessUnit
22+
{
23+
/// <summary>
24+
///
25+
/// </summary>
26+
Returns = 0,
27+
28+
/// <summary>
29+
///
30+
/// </summary>
31+
Lodging = 1,
32+
33+
/// <summary>
34+
///
35+
/// </summary>
36+
Telecom = 2,
37+
38+
}
39+
}

src/enums/POASubscriptionType.cs

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
using System;
2+
3+
/*
4+
* AvaTax API Client Library
5+
*
6+
* (c) 2004-2019 Avalara, Inc.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* @author Genevieve Conty
12+
* @author Greg Hester
13+
* Swagger name: AvaTaxClient
14+
*/
15+
16+
namespace Avalara.AvaTax.RestClient
17+
{
18+
/// <summary>
19+
///
20+
/// </summary>
21+
public enum POASubscriptionType
22+
{
23+
/// <summary>
24+
///
25+
/// </summary>
26+
Mrs = 0,
27+
28+
/// <summary>
29+
///
30+
/// </summary>
31+
AvaComms = 1,
32+
33+
/// <summary>
34+
///
35+
/// </summary>
36+
AvaHospitality = 2,
37+
38+
/// <summary>
39+
///
40+
/// </summary>
41+
AvaLodging = 3,
42+
43+
/// <summary>
44+
///
45+
/// </summary>
46+
MRSComplianceManager = 4,
47+
48+
/// <summary>
49+
///
50+
/// </summary>
51+
AMRA = 5,
52+
53+
}
54+
}

src/models/CustomerModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public class CustomerModel
130130
/// <summary>
131131
/// ISO 3166 code identifying the region within the country.
132132
/// Two and three character ISO 3166 region codes.
133-
///
133+
/// This is a required field if the country is US or CA. For other countries, this is an optional field.
134134
/// For a full list of all supported codes, please see the Definitions API `ListRegions`.
135135
/// </summary>
136136
public String region { get; set; }

src/models/UserModel.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ public class UserModel
9292
/// </summary>
9393
public String subjectId { get; set; }
9494

95+
/// <summary>
96+
/// The date/time when this record was migrated to Avalara Identity modified.
97+
/// </summary>
98+
public String migratedDate { get; set; }
99+
95100
/// <summary>
96101
/// Suppress new user email
97102
/// </summary>

0 commit comments

Comments
 (0)