diff --git a/slate/source/includes/_energy_apis.md.erb b/slate/source/includes/_energy_apis.md.erb index 5524d3c3..78f4c214 100644 --- a/slate/source/includes/_energy_apis.md.erb +++ b/slate/source/includes/_energy_apis.md.erb @@ -1,6 +1,13 @@ # Energy APIs +```diff +Updated description of EnergyPlanTariffPeriodV2.dailySupplyChargeType from: +- Specifies if daily supply charge is single or banded. Default value is SINGLE if field not provided with a new line. +to: ++ Specifies if daily supply charge is single or banded. +``` + This specification defines the APIs for Data Holders exposing Energy endpoints. @@ -8,6 +15,4 @@ This specification defines the APIs for Data Holders exposing Energy endpoints.
Energy OpenAPI Specification (YAML)
- - <%= partial "includes/cds_energy.md" %> diff --git a/slate/source/includes/releasenotes/releasenotes.1.32.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.32.0.html.md index 034f39eb..e33b9e75 100644 --- a/slate/source/includes/releasenotes/releasenotes.1.32.0.html.md +++ b/slate/source/includes/releasenotes/releasenotes.1.32.0.html.md @@ -51,7 +51,7 @@ This release addresses the following Decision Proposals published on [Standards] ## API Endpoints |Change|Description|Link| |------|-----------|----| -| Amend dailySupplyChargeType description | [**Standards Maintenance #653**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/653): Amended the description of the dailySupplyChargeType field to remove the default value assumption of `SINGLE` if the field is not provided, allowing plans without a specific daily supply charge to be shared. This change will be included in the existing 11 Nov 2024 FDO for Get Generic Plan Detail v4 and Get Energy Account Detail v5, and will be treated as errata to avoid a version update.| [EnergyPlanContractV3](../../#cdr-energy-api_schemas_tocSenergyplancontractv3) +| Amend dailySupplyChargeType description | [**Standards Maintenance #653**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/653): Amended the description of the EnergyPlanTariffPeriodV2.dailySupplyChargeType field to remove the default value assumption of `SINGLE` if the field is not provided, allowing plans without a specific daily supply charge to be shared. This change will be included in the existing 11 Nov 2024 FDO for Get Generic Plan Detail v4 and Get Energy Account Detail v5, and will be treated as errata to avoid a version update.| [Energy APIs](../../#energy-apis) ## Information Security Profile |Change|Description|Link| diff --git a/swagger-gen/api/cds_energy.json b/swagger-gen/api/cds_energy.json index aec78def..bd0a0a9f 100644 --- a/swagger-gen/api/cds_energy.json +++ b/swagger-gen/api/cds_energy.json @@ -674,7 +674,6 @@ }, "EnergyPlanContractV3": { "type": "object", - "x-diff": "Updated description of dailySupplyChargeType from: \n- Specifies if daily supply charge is single or banded. Default value is SINGLE if field not provided with a new line\nto:\n+ Specifies if daily supply charge is single or banded.", "required": [ "pricingModel", "isFixed", @@ -4853,7 +4852,6 @@ ], "x-version": "3", "x-version-notes": "- The dailySupplyChargeType field was added in endpoint v3 as part of Standards v1.30.0. In Standards v1.32.0, the description of that field was changed to remove the default value, but it did not result in a new endpoint version. Refer to the [v1.32.0 release notes](includes/releasenotes/releasenotes.1.32.0.html) for more details.", - "x-diff": "Removed the default value assumption of SINGLE for the dailySupplyChargeType field when not provided", "parameters": [{ "name": "planId", "description": "ID of the specific plan requested", @@ -5875,7 +5873,6 @@ ], "x-version": "4", "x-version-notes": "- The dailySupplyChargeType field was added in endpoint v3 as part of Standards v1.30.0. In Standards v1.32.0, the description of that field was changed to remove the default value, but it did not result in a new endpoint version. Refer to the [v1.32.0 release notes](includes/releasenotes/releasenotes.1.32.0.html) for more details.", - "x-diff": "Removed the default value assumption of SINGLE for the dailySupplyChargeType field when not provided", "parameters": [{ "$ref": "#/components/parameters/accountId" }, diff --git a/swagger-gen/widdershins-cdr/templates/openapi3/main.dot b/swagger-gen/widdershins-cdr/templates/openapi3/main.dot index fa7de985..7352c633 100644 --- a/swagger-gen/widdershins-cdr/templates/openapi3/main.dot +++ b/swagger-gen/widdershins-cdr/templates/openapi3/main.dot @@ -30,11 +30,6 @@ {{ var schema = data.api.components.schemas[s]; }}

{{= s }}

-{{? schema["x-diff"] }} -```diff -{{= schema["x-diff"]}} -``` -{{?}}

diff --git a/swagger-gen/widdershins-cdr/templates/openapi3/operation.dot b/swagger-gen/widdershins-cdr/templates/openapi3/operation.dot index 473ebded..9285223f 100644 --- a/swagger-gen/widdershins-cdr/templates/openapi3/operation.dot +++ b/swagger-gen/widdershins-cdr/templates/openapi3/operation.dot @@ -2,11 +2,6 @@ {{ data.cds_uniqueAnchorPrefix = data.title_prefix + '_' + data.cds_operationUniqueSlug; }}

{{= data.operationUniqueName}}

-{{? data.operation["x-diff"] }} -```diff -{{= data.operation["x-diff"]}} -``` -{{?}}

{{? data.operation.operationId}}