Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.52.0"
".": "1.53.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 126
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-6017828d1287c194d4d7759dc5b5410225ab58af66ff8605315f70f5e623b82d.yml
openapi_spec_hash: 4390eaf377258fcd7db1dbc073a2c23f
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-9f1a41612765cb08d100b2c9e85080e93306e8d0942d535f16052c3eb18d9b8b.yml
openapi_spec_hash: 6dd28f36adc7e7d6a9245585eaf9b9c1
config_hash: bcf82bddb691f6be773ac6cae8c03b9a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.53.0 (2026-01-23)

Full Changelog: [v1.52.0...v1.53.0](https://github.com/orbcorp/orb-go/compare/v1.52.0...v1.53.0)

### Features

* **api:** api update ([710823c](https://github.com/orbcorp/orb-go/commit/710823ce3d38ea4ce45c9e87197a38b96659d40b))

## 1.52.0 (2026-01-21)

Full Changelog: [v1.51.0...v1.52.0](https://github.com/orbcorp/orb-go/compare/v1.51.0...v1.52.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/orbcorp/orb-go@v1.52.0'
go get -u 'github.com/orbcorp/orb-go@v1.53.0'
```

<!-- x-release-please-end -->
Expand Down
5 changes: 5 additions & 0 deletions aliases.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ type CustomerMinified = shared.CustomerMinified
// | Peru | `pe_ruc` | Peruvian RUC Number |
// | Philippines | `ph_tin` | Philippines Tax Identification Number |
// | Poland | `eu_vat` | European VAT Number |
// | Poland | `pl_nip` | Polish Tax ID Number |
// | Portugal | `eu_vat` | European VAT Number |
// | Romania | `eu_vat` | European VAT Number |
// | Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -1231,6 +1232,9 @@ const CustomerTaxIDTypePeRuc = shared.CustomerTaxIDTypePeRuc
// This is an alias to an internal value.
const CustomerTaxIDTypePhTin = shared.CustomerTaxIDTypePhTin

// This is an alias to an internal value.
const CustomerTaxIDTypePlNip = shared.CustomerTaxIDTypePlNip

// This is an alias to an internal value.
const CustomerTaxIDTypeRoTin = shared.CustomerTaxIDTypeRoTin

Expand Down Expand Up @@ -1418,6 +1422,7 @@ const CustomerTaxIDTypeZwTin = shared.CustomerTaxIDTypeZwTin
// | Peru | `pe_ruc` | Peruvian RUC Number |
// | Philippines | `ph_tin` | Philippines Tax Identification Number |
// | Poland | `eu_vat` | European VAT Number |
// | Poland | `pl_nip` | Polish Tax ID Number |
// | Portugal | `eu_vat` | European VAT Number |
// | Romania | `eu_vat` | European VAT Number |
// | Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
4 changes: 4 additions & 0 deletions customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ type Customer struct {
// | Peru | `pe_ruc` | Peruvian RUC Number |
// | Philippines | `ph_tin` | Philippines Tax Identification Number |
// | Poland | `eu_vat` | European VAT Number |
// | Poland | `pl_nip` | Polish Tax ID Number |
// | Portugal | `eu_vat` | European VAT Number |
// | Romania | `eu_vat` | European VAT Number |
// | Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -981,6 +982,7 @@ type CustomerNewParams struct {
// | Peru | `pe_ruc` | Peruvian RUC Number |
// | Philippines | `ph_tin` | Philippines Tax Identification Number |
// | Poland | `eu_vat` | European VAT Number |
// | Poland | `pl_nip` | Polish Tax ID Number |
// | Portugal | `eu_vat` | European VAT Number |
// | Romania | `eu_vat` | European VAT Number |
// | Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -1382,6 +1384,7 @@ type CustomerUpdateParams struct {
// | Peru | `pe_ruc` | Peruvian RUC Number |
// | Philippines | `ph_tin` | Philippines Tax Identification Number |
// | Poland | `eu_vat` | European VAT Number |
// | Poland | `pl_nip` | Polish Tax ID Number |
// | Portugal | `eu_vat` | European VAT Number |
// | Romania | `eu_vat` | European VAT Number |
// | Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -1803,6 +1806,7 @@ type CustomerUpdateByExternalIDParams struct {
// | Peru | `pe_ruc` | Peruvian RUC Number |
// | Philippines | `ph_tin` | Philippines Tax Identification Number |
// | Poland | `eu_vat` | European VAT Number |
// | Poland | `pl_nip` | Polish Tax ID Number |
// | Portugal | `eu_vat` | European VAT Number |
// | Romania | `eu_vat` | European VAT Number |
// | Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "1.52.0" // x-release-please-version
const PackageVersion = "1.53.0" // x-release-please-version
2 changes: 2 additions & 0 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ type InvoiceFetchUpcomingResponse struct {
// | Peru | `pe_ruc` | Peruvian RUC Number |
// | Philippines | `ph_tin` | Philippines Tax Identification Number |
// | Poland | `eu_vat` | European VAT Number |
// | Poland | `pl_nip` | Polish Tax ID Number |
// | Portugal | `eu_vat` | European VAT Number |
// | Romania | `eu_vat` | European VAT Number |
// | Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -1274,6 +1275,7 @@ type InvoiceListSummaryResponse struct {
// | Peru | `pe_ruc` | Peruvian RUC Number |
// | Philippines | `ph_tin` | Philippines Tax Identification Number |
// | Poland | `eu_vat` | European VAT Number |
// | Poland | `pl_nip` | Polish Tax ID Number |
// | Portugal | `eu_vat` | European VAT Number |
// | Romania | `eu_vat` | European VAT Number |
// | Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
Loading