Skip to content

Commit f13e7df

Browse files
feat(api): api update
1 parent 8420455 commit f13e7df

File tree

265 files changed

+19993
-7680
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+19993
-7680
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-4f31d46f5ba187fc4d702c9f9f1573dacb891edbd086f935707578d7c4f5fed8.yml
3-
openapi_spec_hash: 25b1019f20a47b8af665aae5f8fd0025
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-6b2550b95f82872b3825619c109352352b9c92281c8b2470fce158e971142881.yml
3+
openapi_spec_hash: 379df18de1af6a9d0b50d3653aab4d44
44
config_hash: be9350529b910ec14bff0a30cd74a185

src/Orb.Tests/Services/Customers/Credits/Ledger/LedgerServiceTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public async Task CreateEntry_Works()
3434
{
3535
AutoCollection = true,
3636
NetTerms = 0,
37+
CustomDueDate = DateOnly.Parse("2019-12-27"),
3738
InvoiceDate = DateOnly.Parse("2019-12-27"),
3839
Memo = "memo",
3940
RequireSuccessfulPayment = true,
@@ -64,6 +65,7 @@ public async Task CreateEntryByExternalID_Works()
6465
{
6566
AutoCollection = true,
6667
NetTerms = 0,
68+
CustomDueDate = DateOnly.Parse("2019-12-27"),
6769
InvoiceDate = DateOnly.Parse("2019-12-27"),
6870
Memo = "memo",
6971
RequireSuccessfulPayment = true,

src/Orb/ModelBase.cs

Lines changed: 107 additions & 36 deletions
Large diffs are not rendered by default.

src/Orb/Models/Alerts/AlertListParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Orb.Models.Alerts;
99
///
1010
/// The request must specify one of `customer_id`, `external_customer_id`, or `subscription_id`.
1111
///
12-
/// If querying by subscripion_id, the endpoint will return the subscription level
12+
/// If querying by subscription_id, the endpoint will return the subscription level
1313
/// alerts as well as the plan level alerts associated with the subscription.
1414
///
1515
/// The list of alerts is ordered starting from the most recently created alert.

src/Orb/Models/BPSConfig.cs

Lines changed: 0 additions & 81 deletions
This file was deleted.

src/Orb/Models/BPSTier.cs

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)