Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 0965849

Browse files
authored
Automated update by SDK Generator version:1.4.8 commit:27484b0 (#139)
1 parent ab99624 commit 0965849

File tree

1,490 files changed

+1834
-1485
lines changed

Some content is hidden

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

1,490 files changed

+1834
-1485
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
13011301
- [EcommerceEventType](docs/models/EcommerceEventType.md)
13021302
- [EcommerceOrder](docs/models/EcommerceOrder.md)
13031303
- [EcommerceOrderLineItem](docs/models/EcommerceOrderLineItem.md)
1304+
- [EcommerceOrderRefund](docs/models/EcommerceOrderRefund.md)
13041305
- [EcommerceOrderStatus](docs/models/EcommerceOrderStatus.md)
13051306
- [EcommerceOrdersFilter](docs/models/EcommerceOrdersFilter.md)
13061307
- [EcommerceProduct](docs/models/EcommerceProduct.md)

docs/models/EcommerceOrder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
2525
**tracking** | [**[TrackingItem]**](TrackingItem.md) | | [optional]
2626
**line_items** | [**[EcommerceOrderLineItem]**](EcommerceOrderLineItem.md) | | [optional]
2727
**note** | **str, none_type** | Note for the order. | [optional]
28+
**refunds** | [**[EcommerceOrderRefund]**](EcommerceOrderRefund.md) | | [optional]
2829
**custom_mappings** | [**CustomMappings**](CustomMappings.md) | | [optional]
2930
**created_at** | **datetime, none_type** | The date and time when the object was created. | [optional] [readonly]
3031
**updated_at** | **datetime, none_type** | The date and time when the object was last updated. | [optional] [readonly]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EcommerceOrderRefund
2+
3+
A refund for an ecommerce order.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**id** | **str, none_type** | A unique identifier for an object. | [optional] [readonly]
9+
**amount** | **str** | The amount of the refund. | [optional]
10+
**currency** | [**Currency**](Currency.md) | | [optional]
11+
**reason** | **str** | The reason for the refund. | [optional]
12+
**created_at** | **datetime, none_type** | The date and time when the object was created. | [optional] [readonly]
13+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
14+
15+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
16+
17+

src/.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ apideck/model/ecommerce_discount.py
294294
apideck/model/ecommerce_event_type.py
295295
apideck/model/ecommerce_order.py
296296
apideck/model/ecommerce_order_line_item.py
297+
apideck/model/ecommerce_order_refund.py
297298
apideck/model/ecommerce_order_status.py
298299
apideck/model/ecommerce_orders_filter.py
299300
apideck/model/ecommerce_product.py
@@ -1027,6 +1028,7 @@ docs/EcommerceDiscount.md
10271028
docs/EcommerceEventType.md
10281029
docs/EcommerceOrder.md
10291030
docs/EcommerceOrderLineItem.md
1031+
docs/EcommerceOrderRefund.md
10301032
docs/EcommerceOrderStatus.md
10311033
docs/EcommerceOrdersFilter.md
10321034
docs/EcommerceProduct.md
@@ -1771,6 +1773,7 @@ test/test_ecommerce_discount.py
17711773
test/test_ecommerce_event_type.py
17721774
test/test_ecommerce_order.py
17731775
test/test_ecommerce_order_line_item.py
1776+
test/test_ecommerce_order_refund.py
17741777
test/test_ecommerce_order_status.py
17751778
test/test_ecommerce_orders_filter.py
17761779
test/test_ecommerce_product.py

src/apideck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
77
8-
The version of the OpenAPI document: 10.16.7
8+
The version of the OpenAPI document: 10.16.8
99
1010
Generated by: https://openapi-generator.tech
1111
"""

src/apideck/api/accounting_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55

6-
The version of the OpenAPI document: 10.16.7
6+
The version of the OpenAPI document: 10.16.8
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/ats_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.16.7
6+
The version of the OpenAPI document: 10.16.8
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/connector_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.16.7
6+
The version of the OpenAPI document: 10.16.8
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/crm_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.16.7
6+
The version of the OpenAPI document: 10.16.8
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/ecommerce_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.16.7
6+
The version of the OpenAPI document: 10.16.8
77
88
Generated by: https://openapi-generator.tech
99
"""

0 commit comments

Comments
 (0)