Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 3.0.1, Speakeasy CLI 1.150.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 23, 2024
1 parent 5489ab3 commit 6e79eef
Show file tree
Hide file tree
Showing 22 changed files with 117 additions and 133 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 79fa0df9-852a-493c-b998-1d82654b5f18
management:
docChecksum: df05cfb469f989f050e1bbd577d75453
docChecksum: 90d8fb7e96c274a28fb9d286a2727296
docVersion: 3.0.1
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: 0.5.2
configChecksum: 82c5455925dc5752051b02e522df5b8c
generationVersion: 2.237.3
releaseVersion: 0.5.3
configChecksum: e18592a104bc3b8e33e126c077253686
repoURL: https://github.com/BoltApp/Bolt-Typescript-SDK.git
repoSubDirectory: .
installationURL: https://github.com/BoltApp/Bolt-Typescript-SDK
Expand Down Expand Up @@ -74,6 +74,8 @@ generatedFiles:
- src/models/components/account.ts
- src/models/components/profile.ts
- src/models/components/paymentmethod.ts
- src/models/components/paymentmethodcreditcard.ts
- src/models/components/creditcardnetwork.ts
- src/models/components/addressreference.ts
- src/models/components/addressreferenceid.ts
- src/models/components/paymentmethodpaypaloutput.ts
Expand All @@ -87,7 +89,6 @@ generatedFiles:
- src/models/components/fielderror.ts
- src/models/components/creditcarderror.ts
- src/models/components/paymentmethodinput.ts
- src/models/components/paymentmethodcreditcard.ts
- src/models/components/addressreferenceinput.ts
- src/models/components/addressreferenceexplicit.ts
- src/models/components/paymentresponse.ts
Expand Down Expand Up @@ -174,8 +175,8 @@ generatedFiles:
- docs/models/components/profile.md
- docs/models/components/paymentmethod.md
- docs/models/components/dottag.md
- docs/models/components/network.md
- docs/models/components/paymentmethodcreditcard.md
- docs/models/components/creditcardnetwork.md
- docs/models/components/addressreference.md
- docs/models/components/addressreferenceidtag.md
- docs/models/components/addressreferenceid.md
Expand Down Expand Up @@ -247,7 +248,6 @@ generatedFiles:
- docs/models/components/phonestate.md
- docs/models/components/accounttestcreationdataoutput.md
- docs/models/components/accounttestcreationdata.md
- docs/models/components/testcreditcardnetwork.md
- docs/models/components/testcreditcard.md
- docs/models/components/security.md
- docs/models/errors/accountgetresponsebody.md
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,14 @@ Based on:
### Generated
- [typescript v0.5.2] .
### Releases
- [NPM v0.5.2] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.5.2 - .
- [NPM v0.5.2] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.5.2 - .

## 2024-01-23 20:38:08
### Changes
Based on:
- OpenAPI Doc 3.0.1
- Speakeasy CLI 1.150.0 (2.237.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.5.3] .
### Releases
- [NPM v0.5.3] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.5.3 - .
2 changes: 1 addition & 1 deletion docs/models/components/addresslisting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An address saved on an account, i.e. a physical address plus any additional acco

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `id` | *string* | :heavy_check_mark: | The address's unique identifier. | D4g3h5tBuVYK9 |
| `id` | *string* | :heavy_minus_sign: | The address's unique identifier. | D4g3h5tBuVYK9 |
| `firstName` | *string* | :heavy_check_mark: | The first name of the person associated with this address. | Alice |
| `lastName` | *string* | :heavy_check_mark: | The last name of the person associated with this address. | Baker |
| `company` | *string* | :heavy_minus_sign: | The company associated with this address. | ACME Corporation |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/addressreferenceexplicit.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A physical address.
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `dotTag` | [components.AddressReferenceExplicitTag](../../models/components/addressreferenceexplicittag.md) | :heavy_check_mark: | The type of address reference | explicit |
| `id` | *string* | :heavy_check_mark: | The address's unique identifier. | D4g3h5tBuVYK9 |
| `id` | *string* | :heavy_minus_sign: | The address's unique identifier. | D4g3h5tBuVYK9 |
| `firstName` | *string* | :heavy_check_mark: | The first name of the person associated with this address. | Alice |
| `lastName` | *string* | :heavy_check_mark: | The last name of the person associated with this address. | Baker |
| `company` | *string* | :heavy_minus_sign: | The company associated with this address. | ACME Corporation |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Network
# CreditCardNetwork

The credit card's network.

Expand Down
Loading

0 comments on commit 6e79eef

Please sign in to comment.