Skip to content

Commit d42a115

Browse files
author
github-actions
committed
Generated v3.0.1
1 parent 99adcfe commit d42a115

39 files changed

+736
-167
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v3.0.1](https://github.com/fastly/fastly-py/releases/tag/release/v3.0.1) (2023-07-12)
4+
5+
**Bug fixes:**
6+
7+
- fix(billing): rename response field 'lines' to 'line_items'.
8+
- fix(billing): restructure response models like 'aria_invoice_id'.
9+
- fix(billing): make 'sent_at', 'locked', 'require_new_password', 'two_factor_auth_enabled' nullable.
10+
311
## [v3.0.0](https://github.com/fastly/fastly-py/releases/tag/release/v3.0.0) (2023-07-06)
412

513
Substantial changes were made to the underlying OpenAPI specification that produces this API client. These changes have resulted in multiple new endpoints being supported as well as multiple breaking type changes and so we're publishing these changes as a new major release.

docs/BillingEstimateResponseAllOf.md renamed to docs/BillingEstimateLines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# BillingEstimateResponseAllOf
1+
# BillingEstimateLines
22

33

44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**lines** | [**[BillingEstimateResponseAllOfLines]**](BillingEstimateResponseAllOfLines.md) | | [optional]
7+
**line_items** | [**[BillingEstimateLinesLineItems]**](BillingEstimateLinesLineItems.md) | | [optional]
88
**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]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/BillingEstimateResponseAllOfLine.md renamed to docs/BillingEstimateLinesLineItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BillingEstimateResponseAllOfLine
1+
# BillingEstimateLinesLineItems
22

33

44
## Properties

docs/BillingEstimateResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**status** | [**BillingStatus**](BillingStatus.md) | | [optional]
1313
**total** | [**BillingTotal**](BillingTotal.md) | | [optional]
1414
**regions** | **{str: ({str: ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},)},)}** | Breakdown of regional data for products that are region based. | [optional]
15-
**lines** | [**[BillingEstimateResponseAllOfLines]**](BillingEstimateResponseAllOfLines.md) | | [optional]
15+
**line_items** | [**[BillingEstimateLinesLineItems]**](BillingEstimateLinesLineItems.md) | | [optional]
1616
**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]
1717

1818
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/BillingResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**status** | [**BillingStatus**](BillingStatus.md) | | [optional]
1313
**total** | [**BillingTotal**](BillingTotal.md) | | [optional]
1414
**regions** | **{str: ({str: ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},)},)}** | Breakdown of regional data for products that are region based. | [optional]
15-
**line_items** | [**[BillingResponseLineItem]**](BillingResponseLineItem.md) | | [optional]
15+
**line_items** | [**BillingResponseLineItems**](BillingResponseLineItems.md) | | [optional]
1616
**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]
1717

1818
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/BillingResponseAllOf.md renamed to docs/BillingResponseItemItemsData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# BillingResponseAllOf
1+
# BillingResponseItemItemsData
22

33

44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**line_items** | [**[BillingResponseLineItem]**](BillingResponseLineItem.md) | | [optional]
7+
**line_items** | [**BillingResponseLineItems**](BillingResponseLineItems.md) | | [optional]
88
**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]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/BillingResponseLineItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**deleted_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional] [readonly]
99
**updated_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional] [readonly]
1010
**amount** | **float** | | [optional]
11-
**aria_invoice_id** | **str** | | [optional] [readonly]
11+
**aria_invoice_id** | [**LineItemDataReadOnlyInvoiceId**](LineItemDataReadOnlyInvoiceId.md) | | [optional]
1212
**client_service_id** | **str** | | [optional]
1313
**credit_coupon_code** | **str, none_type** | | [optional]
1414
**description** | **str** | | [optional]

docs/BillingResponseLineItems.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BillingResponseLineItems
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**value** | [**[BillingResponseLineItem]**](BillingResponseLineItem.md) | |
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/BillingStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**status** | **str** | What the current status of this invoice can be. | [optional]
8-
**sent_at** | **str** | | [optional]
8+
**sent_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional] [readonly]
99
**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]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/BillingResponseLineItemAllOf.md renamed to docs/LineItemData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# BillingResponseLineItemAllOf
1+
# LineItemData
22

33

44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**amount** | **float** | | [optional]
8-
**aria_invoice_id** | **str** | | [optional] [readonly]
8+
**aria_invoice_id** | [**LineItemDataReadOnlyInvoiceId**](LineItemDataReadOnlyInvoiceId.md) | | [optional]
99
**client_service_id** | **str** | | [optional]
1010
**credit_coupon_code** | **str, none_type** | | [optional]
1111
**description** | **str** | | [optional]

0 commit comments

Comments
 (0)