Skip to content

Commit

Permalink
Merge pull request #36 from avadev/17.12
Browse files Browse the repository at this point in the history
AvaTax REST v2 SDK 17.12
  • Loading branch information
ted-spence-avalara authored Dec 27, 2017
2 parents 607679a + 7c9d915 commit 0770c4a
Show file tree
Hide file tree
Showing 239 changed files with 3,023 additions and 234 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: csharp
solution: Avalara.AvaTax.netstandard11.sln
dist: trusty
sudo: required
dotnet: 1.0.1
dotnet: 1.1.5
mono: latest
install:
- sudo apt-get install -y gtk-sharp2
Expand Down
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("17.9.0.126")]
[assembly: AssemblyFileVersion("17.9.0.126")]
[assembly: AssemblyVersion("17.12.0.147")]
[assembly: AssemblyFileVersion("17.12.0.147")]
1,119 changes: 1,010 additions & 109 deletions src/AvaTaxApi.cs

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions src/Avalara.AvaTax.net20.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,10 @@
<Compile Include="models\AddressResolutionModel.cs" />
<Compile Include="models\AddressValidationInfo.cs" />
<Compile Include="models\AddTransactionLineModel.cs" />
<Compile Include="models\AdjustMultiDocumentModel.cs" />
<Compile Include="models\AdjustTransactionModel.cs" />
<Compile Include="models\ApproveFilingsModel.cs" />
<Compile Include="models\AuditMultiDocumentModel.cs" />
<Compile Include="models\AuditTransactionModel.cs" />
<Compile Include="models\AvaFileFormModel.cs" />
<Compile Include="models\AvaTaxMessage.cs" />
Expand All @@ -146,6 +148,7 @@
<Compile Include="models\CertificateModel.cs" />
<Compile Include="models\CertificateTaxCodeModel.cs" />
<Compile Include="models\ChangeTransactionCodeModel.cs" />
<Compile Include="models\CommitMultiDocumentModel.cs" />
<Compile Include="models\CommitTransactionModel.cs" />
<Compile Include="models\CommunicationsTransactionTypeModel.cs" />
<Compile Include="models\CommunicationsTSPairModel.cs" />
Expand All @@ -158,6 +161,7 @@
<Compile Include="models\CoverLetterModel.cs" />
<Compile Include="models\CreateCertExpressInvitationModel.cs" />
<Compile Include="models\CreateMultiCompanyTransactionModel.cs" />
<Compile Include="models\CreateMultiDocumentModel.cs" />
<Compile Include="models\CreateOrAdjustTransactionModel.cs" />
<Compile Include="models\CreateTransactionModel.cs" />
<Compile Include="models\CustomerModel.cs" />
Expand Down Expand Up @@ -192,10 +196,12 @@
<Compile Include="models\FilingsCheckupSuggestedFormModel.cs" />
<Compile Include="models\FilingStatusChangeModel.cs" />
<Compile Include="models\FreeTrialRequestModel.cs" />
<Compile Include="models\FundingConfigurationModel.cs" />
<Compile Include="models\FundingESignMethodReturn.cs" />
<Compile Include="models\FundingInitiateModel.cs" />
<Compile Include="models\FundingStatusModel.cs" />
<Compile Include="models\IsoCountryModel.cs" />
<Compile Include="models\IsoLocalizedName.cs" />
<Compile Include="models\IsoRegionModel.cs" />
<Compile Include="models\ItemModel.cs" />
<Compile Include="models\JurisdictionModel.cs" />
Expand All @@ -211,7 +217,10 @@
<Compile Include="models\LockTransactionModel.cs" />
<Compile Include="models\LoginVerificationInputModel.cs" />
<Compile Include="models\LoginVerificationOutputModel.cs" />
<Compile Include="models\MrsCompanyModel.cs" />
<Compile Include="models\MultiCompanyLineItemModel.cs" />
<Compile Include="models\MultiDocumentLineItemModel.cs" />
<Compile Include="models\MultiDocumentModel.cs" />
<Compile Include="models\NewAccountModel.cs" />
<Compile Include="models\NewAccountRequestModel.cs" />
<Compile Include="models\NexusByTaxFormModel.cs" />
Expand Down Expand Up @@ -241,6 +250,7 @@
<Compile Include="models\RateTypeModel.cs" />
<Compile Include="models\RebuildFilingsModel.cs" />
<Compile Include="models\ReconstructedApiRequestResponseModel.cs" />
<Compile Include="models\ReconstructedMultiDocumentModel.cs" />
<Compile Include="models\RefundTransactionModel.cs" />
<Compile Include="models\RemoveTransactionLineModel.cs" />
<Compile Include="models\ReportModel.cs" />
Expand Down Expand Up @@ -278,6 +288,7 @@
<Compile Include="models\UserEntitlementModel.cs" />
<Compile Include="models\UserModel.cs" />
<Compile Include="models\ValidatedAddressInfo.cs" />
<Compile Include="models\VerifyMultiDocumentModel.cs" />
<Compile Include="models\VerifyTransactionModel.cs" />
<Compile Include="models\VoidTransactionModel.cs" />
<Compile Include="TransactionAddressType.cs" />
Expand Down
11 changes: 11 additions & 0 deletions src/Avalara.AvaTax.net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@
<Compile Include="models\AddressResolutionModel.cs" />
<Compile Include="models\AddressValidationInfo.cs" />
<Compile Include="models\AddTransactionLineModel.cs" />
<Compile Include="models\AdjustMultiDocumentModel.cs" />
<Compile Include="models\AdjustTransactionModel.cs" />
<Compile Include="models\ApproveFilingsModel.cs" />
<Compile Include="models\AuditMultiDocumentModel.cs" />
<Compile Include="models\AuditTransactionModel.cs" />
<Compile Include="models\AvaFileFormModel.cs" />
<Compile Include="models\AvaTaxMessage.cs" />
Expand All @@ -151,6 +153,7 @@
<Compile Include="models\CertificateModel.cs" />
<Compile Include="models\CertificateTaxCodeModel.cs" />
<Compile Include="models\ChangeTransactionCodeModel.cs" />
<Compile Include="models\CommitMultiDocumentModel.cs" />
<Compile Include="models\CommitTransactionModel.cs" />
<Compile Include="models\CommunicationsTransactionTypeModel.cs" />
<Compile Include="models\CommunicationsTSPairModel.cs" />
Expand All @@ -163,6 +166,7 @@
<Compile Include="models\CoverLetterModel.cs" />
<Compile Include="models\CreateCertExpressInvitationModel.cs" />
<Compile Include="models\CreateMultiCompanyTransactionModel.cs" />
<Compile Include="models\CreateMultiDocumentModel.cs" />
<Compile Include="models\CreateOrAdjustTransactionModel.cs" />
<Compile Include="models\CreateTransactionModel.cs" />
<Compile Include="models\CustomerModel.cs" />
Expand Down Expand Up @@ -197,10 +201,12 @@
<Compile Include="models\FilingsCheckupSuggestedFormModel.cs" />
<Compile Include="models\FilingStatusChangeModel.cs" />
<Compile Include="models\FreeTrialRequestModel.cs" />
<Compile Include="models\FundingConfigurationModel.cs" />
<Compile Include="models\FundingESignMethodReturn.cs" />
<Compile Include="models\FundingInitiateModel.cs" />
<Compile Include="models\FundingStatusModel.cs" />
<Compile Include="models\IsoCountryModel.cs" />
<Compile Include="models\IsoLocalizedName.cs" />
<Compile Include="models\IsoRegionModel.cs" />
<Compile Include="models\ItemModel.cs" />
<Compile Include="models\JurisdictionModel.cs" />
Expand All @@ -216,7 +222,10 @@
<Compile Include="models\LockTransactionModel.cs" />
<Compile Include="models\LoginVerificationInputModel.cs" />
<Compile Include="models\LoginVerificationOutputModel.cs" />
<Compile Include="models\MrsCompanyModel.cs" />
<Compile Include="models\MultiCompanyLineItemModel.cs" />
<Compile Include="models\MultiDocumentLineItemModel.cs" />
<Compile Include="models\MultiDocumentModel.cs" />
<Compile Include="models\NewAccountModel.cs" />
<Compile Include="models\NewAccountRequestModel.cs" />
<Compile Include="models\NexusByTaxFormModel.cs" />
Expand Down Expand Up @@ -246,6 +255,7 @@
<Compile Include="models\RateTypeModel.cs" />
<Compile Include="models\RebuildFilingsModel.cs" />
<Compile Include="models\ReconstructedApiRequestResponseModel.cs" />
<Compile Include="models\ReconstructedMultiDocumentModel.cs" />
<Compile Include="models\RefundTransactionModel.cs" />
<Compile Include="models\RemoveTransactionLineModel.cs" />
<Compile Include="models\ReportModel.cs" />
Expand Down Expand Up @@ -283,6 +293,7 @@
<Compile Include="models\UserEntitlementModel.cs" />
<Compile Include="models\UserModel.cs" />
<Compile Include="models\ValidatedAddressInfo.cs" />
<Compile Include="models\VerifyMultiDocumentModel.cs" />
<Compile Include="models\VerifyTransactionModel.cs" />
<Compile Include="models\VoidTransactionModel.cs" />
<Compile Include="TransactionAddressType.cs" />
Expand Down
2 changes: 1 addition & 1 deletion src/Avalara.AvaTax.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Avalara.AvaTax</id>
<version>17.9.0.126</version>
<version>17.12.0.147</version>
<title>Avalara AvaTax SDK</title>
<description>Add world-class tax estimation and calculation to your project with Avalara's AvaTax suite of APIs and services.</description>
<authors>Ted Spence, Zhenya Frolov</authors>
Expand Down
14 changes: 11 additions & 3 deletions src/ErrorInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ namespace Avalara.AvaTax.RestClient
public class ErrorInfo
{
/// <summary>
/// Type of error that occurred
/// Type of error that occurred.
/// </summary>
public ErrorCodeId? code { get; set; }
/// <remarks>
/// This value is captured as a string so that if the server adds new error codes it will still parse.
///
/// You can compare this value to the ErrorCodeId enumeration.
/// </remarks>
public String code { get; set; }

/// <summary>
/// Short one-line message to summaryize what went wrong
Expand All @@ -22,7 +27,10 @@ public class ErrorInfo
/// <summary>
/// What object or service caused the error?
/// </summary>
public ErrorTargetCode? target { get; set; }
/// <remarks>
/// This value is captured as a string so that if the server adds new error targets it will still parse.
/// </remarks>
public String target { get; set; }

/// <summary>
/// Array of detailed error messages
Expand Down
1 change: 1 addition & 0 deletions src/enums/AccountStatusId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/AccrualType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/AddressCategoryId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/AddressTypeId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/AdjustmentPeriodTypeId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/AdjustmentReason.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/AdjustmentTypeId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/ApiCallStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/AuthenticationTypeId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/BatchStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/BatchType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/BoundaryLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/CertExpressInvitationStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/CertificatePreviewType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/CertificateRequestDeliveryMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/CommentType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/CompanyAccessLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/CompanyFilingStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
1 change: 1 addition & 0 deletions src/enums/DocumentStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @author Ted Spence
* @author Zhenya Frolov
* @author Greg Hester
*/

namespace Avalara.AvaTax.RestClient
Expand Down
Loading

0 comments on commit 0770c4a

Please sign in to comment.