Skip to content

Commit

Permalink
deploy: 15143b5
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Aug 29, 2023
1 parent db619bd commit 7bc5163
Show file tree
Hide file tree
Showing 9 changed files with 2,085 additions and 11 deletions.
62 changes: 62 additions & 0 deletions api/EasyPost.Constants.CarrierAccountTypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,68 @@ <h5 id="EasyPost_Constants_CarrierAccountTypes_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class CarrierAccountTypes : object</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Constants_CarrierAccountTypes_FedExAccount.md&amp;value=---%0Auid%3A%20EasyPost.Constants.CarrierAccountTypes.FedExAccount%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Constants.cs/#L122">View Source</a>
</span>
<h4 id="EasyPost_Constants_CarrierAccountTypes_FedExAccount" data-uid="EasyPost.Constants.CarrierAccountTypes.FedExAccount">FedExAccount</h4>
<div class="markdown level1 summary"><p>Common carrier account type groups.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string FedExAccount = null</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Constants_CarrierAccountTypes_UpsAccount.md&amp;value=---%0Auid%3A%20EasyPost.Constants.CarrierAccountTypes.UpsAccount%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Constants.cs/#L124">View Source</a>
</span>
<h4 id="EasyPost_Constants_CarrierAccountTypes_UpsAccount" data-uid="EasyPost.Constants.CarrierAccountTypes.UpsAccount">UpsAccount</h4>
<div class="markdown level1 summary"><p>Common carrier account type groups.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string UpsAccount = null</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>

Expand Down
2 changes: 2 additions & 0 deletions api/EasyPost.Parameters.CarrierAccount.Create.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ <h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><a class="xref" href="EasyPost.Parameters.BaseParameters.html">BaseParameters</a></div>
<div class="level2"><span class="xref">Create</span></div>
<div class="level3"><a class="xref" href="EasyPost.Parameters.CarrierAccount.CreateFedEx.html">CreateFedEx</a></div>
<div class="level3"><a class="xref" href="EasyPost.Parameters.CarrierAccount.CreateUps.html">CreateUps</a></div>
</div>
<div class="implements">
<h5>Implements</h5>
Expand Down
719 changes: 719 additions & 0 deletions api/EasyPost.Parameters.CarrierAccount.CreateFedEx.html

Large diffs are not rendered by default.

750 changes: 750 additions & 0 deletions api/EasyPost.Parameters.CarrierAccount.CreateUps.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions api/EasyPost.Parameters.CarrierAccount.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ <h3 id="classes">Classes
</h3>
<h4><a class="xref" href="EasyPost.Parameters.CarrierAccount.Create.html">Create</a></h4>
<section><p><a href="https://www.easypost.com/docs/api#create-a-carrier-account">Parameters</a> for <see cref="!:EasyPost.Services.CarrierAccountService.Create(Create, System.Threading.CancellationToken)"></see> API calls.</p>
</section>
<h4><a class="xref" href="EasyPost.Parameters.CarrierAccount.CreateFedEx.html">CreateFedEx</a></h4>
<section><p><a href="https://www.easypost.com/docs/api#create-a-carrier-account">Parameters</a> for <see cref="!:EasyPost.Services.CarrierAccountService.Create(Create, System.Threading.CancellationToken)"></see> API calls.</p>
</section>
<h4><a class="xref" href="EasyPost.Parameters.CarrierAccount.CreateUps.html">CreateUps</a></h4>
<section><p><a href="https://www.easypost.com/docs/api#create-a-carrier-account">Parameters</a> for <see cref="!:EasyPost.Services.CarrierAccountService.Create(Create, System.Threading.CancellationToken)"></see> API calls.</p>
</section>
<h4><a class="xref" href="EasyPost.Parameters.CarrierAccount.Update.html">Update</a></h4>
<section><p><a href="https://www.easypost.com/docs/api#update-a-carrieraccount">Parameters</a> for <see cref="!:EasyPost.Services.CarrierAccountService.Update(string, Update, System.Threading.CancellationToken)"></see> API calls.</p>
Expand Down
10 changes: 5 additions & 5 deletions api/EasyPost.Services.CarrierAccountService.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3 id="methods">Methods
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Services_CarrierAccountService_All_CancellationToken_.md&amp;value=---%0Auid%3A%20EasyPost.Services.CarrierAccountService.All(CancellationToken)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L82">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L88">View Source</a>
</span>
<a id="EasyPost_Services_CarrierAccountService_All_" data-uid="EasyPost.Services.CarrierAccountService.All*"></a>
<h4 id="EasyPost_Services_CarrierAccountService_All_CancellationToken_" data-uid="EasyPost.Services.CarrierAccountService.All(CancellationToken)">All(CancellationToken)</h4>
Expand Down Expand Up @@ -282,7 +282,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Services_CarrierAccountService_Delete_System_String_CancellationToken_.md&amp;value=---%0Auid%3A%20EasyPost.Services.CarrierAccountService.Delete(System.String%2CCancellationToken)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L131">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L137">View Source</a>
</span>
<a id="EasyPost_Services_CarrierAccountService_Delete_" data-uid="EasyPost.Services.CarrierAccountService.Delete*"></a>
<h4 id="EasyPost_Services_CarrierAccountService_Delete_System_String_CancellationToken_" data-uid="EasyPost.Services.CarrierAccountService.Delete(System.String,CancellationToken)">Delete(String, CancellationToken)</h4>
Expand Down Expand Up @@ -339,7 +339,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Services_CarrierAccountService_Retrieve_System_String_CancellationToken_.md&amp;value=---%0Auid%3A%20EasyPost.Services.CarrierAccountService.Retrieve(System.String%2CCancellationToken)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L92">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L98">View Source</a>
</span>
<a id="EasyPost_Services_CarrierAccountService_Retrieve_" data-uid="EasyPost.Services.CarrierAccountService.Retrieve*"></a>
<h4 id="EasyPost_Services_CarrierAccountService_Retrieve_System_String_CancellationToken_" data-uid="EasyPost.Services.CarrierAccountService.Retrieve(System.String,CancellationToken)">Retrieve(String, CancellationToken)</h4>
Expand Down Expand Up @@ -396,7 +396,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Services_CarrierAccountService_Update_System_String_Dictionary_System_String_System_Object__CancellationToken_.md&amp;value=---%0Auid%3A%20EasyPost.Services.CarrierAccountService.Update(System.String%2CDictionary%7BSystem.String%2CSystem.Object%7D%2CCancellationToken)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L103">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L109">View Source</a>
</span>
<a id="EasyPost_Services_CarrierAccountService_Update_" data-uid="EasyPost.Services.CarrierAccountService.Update*"></a>
<h4 id="EasyPost_Services_CarrierAccountService_Update_System_String_Dictionary_System_String_System_Object__CancellationToken_" data-uid="EasyPost.Services.CarrierAccountService.Update(System.String,Dictionary{System.String,System.Object},CancellationToken)">Update(String, Dictionary&lt;String, Object&gt;, CancellationToken)</h4>
Expand Down Expand Up @@ -459,7 +459,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Services_CarrierAccountService_Update_System_String_EasyPost_Parameters_CarrierAccount_Update_CancellationToken_.md&amp;value=---%0Auid%3A%20EasyPost.Services.CarrierAccountService.Update(System.String%2CEasyPost.Parameters.CarrierAccount.Update%2CCancellationToken)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L118">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Services/CarrierAccountService.cs/#L124">View Source</a>
</span>
<a id="EasyPost_Services_CarrierAccountService_Update_" data-uid="EasyPost.Services.CarrierAccountService.Update*"></a>
<h4 id="EasyPost_Services_CarrierAccountService_Update_System_String_EasyPost_Parameters_CarrierAccount_Update_CancellationToken_" data-uid="EasyPost.Services.CarrierAccountService.Update(System.String,EasyPost.Parameters.CarrierAccount.Update,CancellationToken)">Update(String, Update, CancellationToken)</h4>
Expand Down
6 changes: 6 additions & 0 deletions api/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,12 @@
<li>
<a href="EasyPost.Parameters.CarrierAccount.Create.html" name="" title="Create">Create</a>
</li>
<li>
<a href="EasyPost.Parameters.CarrierAccount.CreateFedEx.html" name="" title="CreateFedEx">CreateFedEx</a>
</li>
<li>
<a href="EasyPost.Parameters.CarrierAccount.CreateUps.html" name="" title="CreateUps">CreateUps</a>
</li>
<li>
<a href="EasyPost.Parameters.CarrierAccount.Update.html" name="" title="Update">Update</a>
</li>
Expand Down
36 changes: 30 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"output": {
".html": {
"relative_path": "api/EasyPost.Constants.CarrierAccountTypes.html",
"hash": "Owk19M3Rkiou3plOY+r+wxc00+VchxoD7KpeICD8W8E="
"hash": "Qqb9BYGbYkxkHByrQ/ZY4Yj26bnElZs7PWaHmpM+EBE="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -1773,7 +1773,31 @@
"output": {
".html": {
"relative_path": "api/EasyPost.Parameters.CarrierAccount.Create.html",
"hash": "QBKCS4kMvQ+21p0azrs/r4GqEiovpihWpPJr/oKHzaA="
"hash": "v9hgMwx7GjfWu/FQi2jutxXEhiAV+5KMRgliBw1zO5g="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/EasyPost.Parameters.CarrierAccount.CreateFedEx.yml",
"output": {
".html": {
"relative_path": "api/EasyPost.Parameters.CarrierAccount.CreateFedEx.html",
"hash": "W3We2mIizGz24S8VdKusSpQe+hwUVcYORi1GueQqBJw="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/EasyPost.Parameters.CarrierAccount.CreateUps.yml",
"output": {
".html": {
"relative_path": "api/EasyPost.Parameters.CarrierAccount.CreateUps.html",
"hash": "LnojrlUM+b/9aSw+oWK8P3oJdglFoOkIxIj0A0zgZ4Q="
}
},
"is_incremental": false,
Expand All @@ -1797,7 +1821,7 @@
"output": {
".html": {
"relative_path": "api/EasyPost.Parameters.CarrierAccount.html",
"hash": "wpt0WEmttMQTKhuErtK9JWw3YSBZE4UvFx3kflmnNV4="
"hash": "tcHBl4hOWGZcujlaYcvkiJ9OeDH6N9a89o0wSe56hwI="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -2901,7 +2925,7 @@
"output": {
".html": {
"relative_path": "api/EasyPost.Services.CarrierAccountService.html",
"hash": "RQWbLRTcrf2DGeerUdLszmBdvtfaEBlO8M+PZzqVQcM="
"hash": "k8s9bZpWuW5ftlHBA8YZ0FIsV8zd3/h/RClycWrNNpw="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -3477,7 +3501,7 @@
"output": {
".html": {
"relative_path": "api/toc.html",
"hash": "s1WBlq7WW4ZgNc4dScv7WUgqm1SOSuvIkbjg+8oo8Eo="
"hash": "bzNkfbO1/20lV8gOvz2R3ZnwhVY32GkN/w86GVm1RdE="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -3552,7 +3576,7 @@
"ManagedReferenceDocumentProcessor": {
"can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 288,
"total_file_count": 290,
"skipped_file_count": 0
},
"TocDocumentProcessor": {
Expand Down
Loading

0 comments on commit 7bc5163

Please sign in to comment.