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
196 changes: 156 additions & 40 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.0.44
version: 2.0.45
additionalDependencies:
dev:
freezegun: ^1.5.1
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.767.0
speakeasyVersion: 1.768.0
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:e35b6d52d30df5f6dd94845c8b081f628ebf8dd826ebd090720c8e820aef89c5
sourceBlobDigest: sha256:9918085964b5cff8b60ccf0dece90c8eda1eb85831e32b6dbc1800d7da8b29ff
sourceRevisionDigest: sha256:446d9d28f66bf600a1100c14e63817eb4bd8159b6458fec8bae8084392dbd178
sourceBlobDigest: sha256:c32c0c235aaf79bf7ed3a134097f90b30cb502227250f9e5b39e175b0b60c75c
tags:
- latest
- 1.0.0
targets:
python:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:e35b6d52d30df5f6dd94845c8b081f628ebf8dd826ebd090720c8e820aef89c5
sourceBlobDigest: sha256:9918085964b5cff8b60ccf0dece90c8eda1eb85831e32b6dbc1800d7da8b29ff
sourceRevisionDigest: sha256:446d9d28f66bf600a1100c14e63817eb4bd8159b6458fec8bae8084392dbd178
sourceBlobDigest: sha256:c32c0c235aaf79bf7ed3a134097f90b30cb502227250f9e5b39e175b0b60c75c
codeSamplesNamespace: openapi-python-code-samples
codeSamplesRevisionDigest: sha256:cb3f86904a92d22a9fd0eef553208cc2dd0fac028c0722a71b85838748905b78
codeSamplesRevisionDigest: sha256:5f7773be3415797e24e1ec6b3aa6e4517f58d988d1dac6e17d04d683bf658f03
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ except ValueError as error:
* [paze_mobile_session_create](docs/sdks/sessions/README.md#paze_mobile_session_create) - Create a Paze mobile session
* [paze](docs/sdks/sessions/README.md#paze) - Create a Paze session
* [paze_mobile_session_review](docs/sdks/sessions/README.md#paze_mobile_session_review) - Review a Paze session
* [paze_mobile_session_complete](docs/sdks/sessions/README.md#paze_mobile_session_complete) - Complete a Paze session
* [click_to_pay](docs/sdks/sessions/README.md#click_to_pay) - Create a Click to Pay session

### [GiftCards](docs/sdks/giftcardssdk/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1878,4 +1878,14 @@ Based on:
### Generated
- [python v2.0.44] .
### Releases
- [PyPI v2.0.44] https://pypi.org/project/gr4vy/2.0.44 - .
- [PyPI v2.0.44] https://pypi.org/project/gr4vy/2.0.44 - .

## 2026-05-27 15:34:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.768.0 (2.889.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.0.45] .
### Releases
- [PyPI v2.0.45] https://pypi.org/project/gr4vy/2.0.45 - .
8 changes: 8 additions & 0 deletions docs/models/completepazemobilesessionglobals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CompletePazeMobileSessionGlobals


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
9 changes: 9 additions & 0 deletions docs/models/completepazemobilesessionrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CompletePazeMobileSessionRequest


## Fields

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
| `paze_session_complete_request` | [models.PazeSessionCompleteRequest](../models/pazesessioncompleterequest.md) | :heavy_check_mark: | N/A | |
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# BillingPreference
# PayloadTypeIndicator

## Example Usage

```python
from gr4vy.models import BillingPreference
from gr4vy.models import PayloadTypeIndicator

# Open enum: unrecognized values are captured as UnrecognizedStr
value: BillingPreference = "ALL"
value: PayloadTypeIndicator = "ID"
```


## Values

This is an open enum. Unrecognized values will not fail type checks.

- `"ALL"`
- `"ZIP_COUNTRY"`
- `"NONE"`
- `"ID"`
- `"PAYMENT"`
8 changes: 4 additions & 4 deletions docs/models/pazebillingaddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `name` | *Nullable[str]* | :heavy_check_mark: | Name of the organization or entity at the address. |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name of the organization or entity at the address. |
| `line1` | *str* | :heavy_check_mark: | Line 1 of the address. |
| `line2` | *Nullable[str]* | :heavy_check_mark: | Line 2 of the address. |
| `line3` | *Nullable[str]* | :heavy_check_mark: | Line 3 of the address. |
| `line2` | *OptionalNullable[str]* | :heavy_minus_sign: | Line 2 of the address. |
| `line3` | *OptionalNullable[str]* | :heavy_minus_sign: | Line 3 of the address. |
| `city` | *str* | :heavy_check_mark: | City. |
| `state` | *str* | :heavy_check_mark: | State or region. |
| `zip` | *str* | :heavy_check_mark: | Postal code. |
| `country_code` | *Nullable[str]* | :heavy_check_mark: | ISO 3166-1 alpha-2 country code. |
| `country_code` | *OptionalNullable[str]* | :heavy_minus_sign: | ISO 3166-1 alpha-2 country code. |
12 changes: 12 additions & 0 deletions docs/models/pazeecomdata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# PazeEcomData


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `cart_contains_gift_card` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the current transaction includes a gift card purchase. | false |
| `order_for_pickup` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the consumer order will be picked up rather than shipped. | false |
| `order_highest_cost` | *OptionalNullable[str]* | :heavy_minus_sign: | Dollar value of the most expensive item ordered. | 99.99 |
| `order_quantity` | *OptionalNullable[str]* | :heavy_minus_sign: | Number of items ordered. | 3 |
| `final_shipping_address` | [OptionalNullable[models.PazeShippingAddress]](../models/pazeshippingaddress.md) | :heavy_minus_sign: | The selected shipping address. Returned only when `shippingPreference` is not `NONE`. | |
9 changes: 9 additions & 0 deletions docs/models/pazeenhancedtransactiondata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# PazeEnhancedTransactionData


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `ecom_data` | [OptionalNullable[models.PazeEcomData]](../models/pazeecomdata.md) | :heavy_minus_sign: | Details pertaining to electronic commerce purchases. |
| `travel_data` | [OptionalNullable[models.PazeTravelData]](../models/pazetraveldata.md) | :heavy_minus_sign: | Details pertaining to travel bookings. |
15 changes: 15 additions & 0 deletions docs/models/pazelocationaddress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# PazeLocationAddress


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name of the organization or entity at the address. |
| `line1` | *str* | :heavy_check_mark: | Line 1 of the address. |
| `line2` | *OptionalNullable[str]* | :heavy_minus_sign: | Line 2 of the address. |
| `line3` | *OptionalNullable[str]* | :heavy_minus_sign: | Line 3 of the address. |
| `city` | *str* | :heavy_check_mark: | City. |
| `state` | *str* | :heavy_check_mark: | State or region. |
| `zip` | *str* | :heavy_check_mark: | Postal code. |
| `country_code` | *str* | :heavy_check_mark: | ISO 3166-1 alpha-2 country code. |
Loading
Loading