Skip to content

Commit 5cf14e2

Browse files
chore: 🐝 Update SDK - Generate 1.0.0-beta.10
1 parent 021fe0e commit 5cf14e2

File tree

8 files changed

+35
-17
lines changed

8 files changed

+35
-17
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 833c6a67-4a4a-4ef1-ba24-165a29264e4a
33
management:
4-
docChecksum: 2b16a722ff8556fa2cdc8063ec242ce1
4+
docChecksum: 1e2598c25b6424d97a2c340d1d3d943b
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.547.1
6+
speakeasyVersion: 1.548.0
77
generationVersion: 2.605.0
8-
releaseVersion: 1.0.0-beta.9
9-
configChecksum: b1af8000140048af3ab3d0feb0cc4164
8+
releaseVersion: 1.0.0-beta.10
9+
configChecksum: a4067f38ad5dbf320a81e8c4af73cc2e
1010
repoURL: https://github.com/gr4vy/gr4vy-python.git
1111
installationURL: https://github.com/gr4vy/gr4vy-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
python:
19-
version: 1.0.0-beta.9
19+
version: 1.0.0-beta.10
2020
additionalDependencies:
2121
dev:
2222
freezegun: ^1.5.1

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.547.1
1+
speakeasyVersion: 1.548.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:ff71643e40419a17a0cf48267b5893c06441406c985f9cd37b859d6812c70d93
6-
sourceBlobDigest: sha256:9a3248f2c12c5f6fd8cfe23b8d94ba5df71af09ba16d60d9968eb274f7a9eaab
5+
sourceRevisionDigest: sha256:ace1116176289670fa9c85bd83c7654e76988207ef45e63551ae8fb477b01f8a
6+
sourceBlobDigest: sha256:e5bc07bceca67e29326ba2a77d3625213cff58eed368e6d804ae5f49845ecab4
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747672744
9+
- speakeasy-sdk-regen-1747675125
1010
- 1.0.0
1111
targets:
1212
python:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:ff71643e40419a17a0cf48267b5893c06441406c985f9cd37b859d6812c70d93
16-
sourceBlobDigest: sha256:9a3248f2c12c5f6fd8cfe23b8d94ba5df71af09ba16d60d9968eb274f7a9eaab
15+
sourceRevisionDigest: sha256:ace1116176289670fa9c85bd83c7654e76988207ef45e63551ae8fb477b01f8a
16+
sourceBlobDigest: sha256:e5bc07bceca67e29326ba2a77d3625213cff58eed368e6d804ae5f49845ecab4
1717
codeSamplesNamespace: openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:1bc1e9678825292b249ef0c7393214eb90d2732e9bdf54c3612a35e31fe3a783
18+
codeSamplesRevisionDigest: sha256:047d214fd98a683a3d726700dc1e5d1356c93e8b0ea714857cd81014dc93bdf9
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
@@ -44,5 +44,5 @@ workflow:
4444
registry:
4545
location: registry.speakeasyapi.dev/gr4vy/gr4vy/openapi-python-code-samples
4646
labelOverride:
47-
fixedValue: Python (SDK)
47+
fixedValue: Python
4848
blocking: false

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
### Generated
7979
- [python v1.0.0-beta.9] .
8080
### Releases
81-
- [PyPI v1.0.0-beta.9] https://pypi.org/project/gr4vy/1.0.0-beta.9 - .
81+
- [PyPI v1.0.0-beta.9] https://pypi.org/project/gr4vy/1.0.0-beta.9 - .
82+
83+
## 2025-05-19 17:18:29
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc
87+
- Speakeasy CLI 1.548.0 (2.605.0) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [python v1.0.0-beta.10] .
90+
### Releases
91+
- [PyPI v1.0.0-beta.10] https://pypi.org/project/gr4vy/1.0.0-beta.10 - .

docs/models/airline.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Information about an airline travel.
88
| Field | Type | Required | Description | Example |
99
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
1010
| `booking_code` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the reservation in the global distribution system. | X36Q9C |
11+
| `is_cardholder_traveling` | *OptionalNullable[bool]* | :heavy_minus_sign: | Indicates whether the cardholder is traveling. | true |
1112
| `issued_address` | *OptionalNullable[str]* | :heavy_minus_sign: | The address of the place/agency that issued the ticket. | 123 Broadway, New York |
1213
| `issued_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date that the ticket was last issued in the airline reservation system. | 2013-07-16T19:23:00.000+00:00 |
1314
| `issuing_carrier_code` | *OptionalNullable[str]* | :heavy_minus_sign: | For airline aggregators, three-character IATA code of the airline issuing the ticket. | 649 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gr4vy"
3-
version = "1.0.0-beta.9"
3+
version = "1.0.0-beta.10"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Gr4vy" },]
66
readme = "README-PYPI.md"

src/gr4vy/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "gr4vy"
6-
__version__: str = "1.0.0-beta.9"
6+
__version__: str = "1.0.0-beta.10"
77
__openapi_doc_version__: str = "1.0.0"
88
__gen_version__: str = "2.605.0"
9-
__user_agent__: str = "speakeasy-sdk/python 1.0.0-beta.9 2.605.0 1.0.0 gr4vy"
9+
__user_agent__: str = "speakeasy-sdk/python 1.0.0-beta.10 2.605.0 1.0.0 gr4vy"
1010

1111
try:
1212
if __package__ is not None:

src/gr4vy/models/airline.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class AirlineTypedDict(TypedDict):
2727

2828
booking_code: NotRequired[Nullable[str]]
2929
r"""The unique identifier of the reservation in the global distribution system."""
30+
is_cardholder_traveling: NotRequired[Nullable[bool]]
31+
r"""Indicates whether the cardholder is traveling."""
3032
issued_address: NotRequired[Nullable[str]]
3133
r"""The address of the place/agency that issued the ticket."""
3234
issued_at: NotRequired[Nullable[datetime]]
@@ -69,6 +71,9 @@ class Airline(BaseModel):
6971
booking_code: OptionalNullable[str] = UNSET
7072
r"""The unique identifier of the reservation in the global distribution system."""
7173

74+
is_cardholder_traveling: OptionalNullable[bool] = UNSET
75+
r"""Indicates whether the cardholder is traveling."""
76+
7277
issued_address: OptionalNullable[str] = UNSET
7378
r"""The address of the place/agency that issued the ticket."""
7479

@@ -127,6 +132,7 @@ class Airline(BaseModel):
127132
def serialize_model(self, handler):
128133
optional_fields = [
129134
"booking_code",
135+
"is_cardholder_traveling",
130136
"issued_address",
131137
"issued_at",
132138
"issuing_carrier_code",
@@ -147,6 +153,7 @@ def serialize_model(self, handler):
147153
]
148154
nullable_fields = [
149155
"booking_code",
156+
"is_cardholder_traveling",
150157
"issued_address",
151158
"issued_at",
152159
"issuing_carrier_code",

0 commit comments

Comments
 (0)