diff --git a/docs/includes/additional/additional20230823-23024-lrwqa8 b/docs/includes/additional/additional20230823-24668-1sd9vpw similarity index 100% rename from docs/includes/additional/additional20230823-23024-lrwqa8 rename to docs/includes/additional/additional20230823-24668-1sd9vpw diff --git a/docs/includes/cds_banking b/docs/includes/cds_banking index 94a57ee3..072fe0b4 100644 --- a/docs/includes/cds_banking +++ b/docs/includes/cds_banking @@ -8271,7 +8271,7 @@ This operation does not require authentication » bundleName string optional -Optional field to indicate if this account is part of a bundle that is providing additional benefit for to the customer +Optional field to indicate if this account is part of a bundle that is providing additional benefit to the customer » specificAccountUType diff --git a/docs/includes/releasenotes/releasenotes.1.26.0.html b/docs/includes/releasenotes/releasenotes.1.26.0.html index c787d76e..6319cf28 100644 --- a/docs/includes/releasenotes/releasenotes.1.26.0.html +++ b/docs/includes/releasenotes/releasenotes.1.26.0.html @@ -257,7 +257,7 @@

Changes Made

Change Requests<

This release addresses the following minor defects raised on Standards Staging:

This release addresses the following change requests raised on Standards Maintenance:

@@ -288,6 +288,11 @@

API End Points

Changes to the obligation dates for Get Metrics v3 as determined in Decision 322 Admin APIs + +bundleName Typo +Typo in bundleName field description +Admin APIs +

Information Security Profile

No Change

diff --git a/docs/includes/swagger/cds_banking.json b/docs/includes/swagger/cds_banking.json index 2e1b188a..13279bbe 100644 --- a/docs/includes/swagger/cds_banking.json +++ b/docs/includes/swagger/cds_banking.json @@ -5644,7 +5644,7 @@ "type" : "string" }, "bundleName" : { - "description" : "Optional field to indicate if this account is part of a bundle that is providing additional benefit for to the customer", + "description" : "Optional field to indicate if this account is part of a bundle that is providing additional benefit to the customer", "type" : "string" }, "specificAccountUType" : { diff --git a/docs/includes/swagger/cds_banking.yaml b/docs/includes/swagger/cds_banking.yaml index 71c6c308..762eb8f8 100644 --- a/docs/includes/swagger/cds_banking.yaml +++ b/docs/includes/swagger/cds_banking.yaml @@ -7128,7 +7128,7 @@ components: type: string bundleName: description: Optional field to indicate if this account is part of a bundle - that is providing additional benefit for to the customer + that is providing additional benefit to the customer type: string specificAccountUType: description: The type of structure to present account specific fields. diff --git a/docs/index.html b/docs/index.html index 100da1e1..d2fc973f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21081,7 +21081,7 @@

BankingAccountDetailV3» bundleName string optional -Optional field to indicate if this account is part of a bundle that is providing additional benefit for to the customer +Optional field to indicate if this account is part of a bundle that is providing additional benefit to the customer » specificAccountUType diff --git a/slate/source/includes/_banking_apis.md.erb b/slate/source/includes/_banking_apis.md.erb index 6ffeea82..d1c64600 100644 --- a/slate/source/includes/_banking_apis.md.erb +++ b/slate/source/includes/_banking_apis.md.erb @@ -10,6 +10,11 @@ This specification defines the APIs for Data Holders exposing Banking endpoints. Banking OpenAPI Specification (YAML) +```diff +Fixed typo in the description of the bundleName field +in the BankingAccountDetailV3 model +``` + <%= partial "includes/cds_banking.md" %> <%= partial "includes/banking/_product_categories.md" %> <%= partial "includes/banking/_product_components.md" %> diff --git a/slate/source/includes/cds_banking.md b/slate/source/includes/cds_banking.md index 6d6f653c..7e13669e 100644 --- a/slate/source/includes/cds_banking.md +++ b/slate/source/includes/cds_banking.md @@ -4853,7 +4853,7 @@ This operation does not require authentication |*anonymous*|object|mandatory|none| |» bsb|string|optional|The unmasked BSB for the account. Is expected to be formatted as digits only with leading zeros included and no punctuation or spaces| |» accountNumber|string|optional|The unmasked account number for the account. Should not be supplied if the account number is a PAN requiring PCI compliance. Is expected to be formatted as digits only with leading zeros included and no punctuation or spaces| -|» bundleName|string|optional|Optional field to indicate if this account is part of a bundle that is providing additional benefit for to the customer| +|» bundleName|string|optional|Optional field to indicate if this account is part of a bundle that is providing additional benefit to the customer| |» specificAccountUType|string|optional|The type of structure to present account specific fields.| |» termDeposit|[[BankingTermDepositAccount](#schemacdr-banking-apibankingtermdepositaccount)]|conditional|none| |» creditCard|[BankingCreditCardAccount](#schemacdr-banking-apibankingcreditcardaccount)|conditional|none| diff --git a/slate/source/includes/releasenotes/releasenotes.1.26.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.26.0.html.md index 10b2b9df..48177e27 100644 --- a/slate/source/includes/releasenotes/releasenotes.1.26.0.html.md +++ b/slate/source/includes/releasenotes/releasenotes.1.26.0.html.md @@ -17,7 +17,7 @@ Release notes for version v1.26.0 of the [CDR Standards](../../index.html). This release addresses the following minor defects raised on [Standards Staging](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues): -- TBD +- [Staging Issue 280 - Typo in Account Detail bundleName description](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/280) This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues): @@ -42,6 +42,7 @@ No Change |Change|Description|Link| |------|-----------|----| | Modified Get Metrics Obligations | Changes to the obligation dates for Get Metrics v3 as determined in [Decision 322](https://github.com/ConsumerDataStandardsAustralia/standards/issues/322) | [Admin APIs](../../#admin-apis) | +| bundleName Typo | Typo in bundleName field description | [BankingAccountDetailV3](../../#tocSbankingaccountdetailv3) | ## Information Security Profile diff --git a/slate/source/includes/swagger/cds_banking.json b/slate/source/includes/swagger/cds_banking.json index 2e1b188a..13279bbe 100644 --- a/slate/source/includes/swagger/cds_banking.json +++ b/slate/source/includes/swagger/cds_banking.json @@ -5644,7 +5644,7 @@ "type" : "string" }, "bundleName" : { - "description" : "Optional field to indicate if this account is part of a bundle that is providing additional benefit for to the customer", + "description" : "Optional field to indicate if this account is part of a bundle that is providing additional benefit to the customer", "type" : "string" }, "specificAccountUType" : { diff --git a/slate/source/includes/swagger/cds_banking.yaml b/slate/source/includes/swagger/cds_banking.yaml index 71c6c308..762eb8f8 100644 --- a/slate/source/includes/swagger/cds_banking.yaml +++ b/slate/source/includes/swagger/cds_banking.yaml @@ -7128,7 +7128,7 @@ components: type: string bundleName: description: Optional field to indicate if this account is part of a bundle - that is providing additional benefit for to the customer + that is providing additional benefit to the customer type: string specificAccountUType: description: The type of structure to present account specific fields. diff --git a/swagger-gen/api/cds_banking.json b/swagger-gen/api/cds_banking.json index a05c888a..eedd8030 100644 --- a/swagger-gen/api/cds_banking.json +++ b/swagger-gen/api/cds_banking.json @@ -4285,7 +4285,7 @@ }, "bundleName": { "type": "string", - "description": "Optional field to indicate if this account is part of a bundle that is providing additional benefit for to the customer" + "description": "Optional field to indicate if this account is part of a bundle that is providing additional benefit to the customer" }, "specificAccountUType": { "type": "string", diff --git a/swagger-gen/cds_banking.md b/swagger-gen/cds_banking.md index 6d6f653c..7e13669e 100644 --- a/swagger-gen/cds_banking.md +++ b/swagger-gen/cds_banking.md @@ -4853,7 +4853,7 @@ This operation does not require authentication |*anonymous*|object|mandatory|none| |» bsb|string|optional|The unmasked BSB for the account. Is expected to be formatted as digits only with leading zeros included and no punctuation or spaces| |» accountNumber|string|optional|The unmasked account number for the account. Should not be supplied if the account number is a PAN requiring PCI compliance. Is expected to be formatted as digits only with leading zeros included and no punctuation or spaces| -|» bundleName|string|optional|Optional field to indicate if this account is part of a bundle that is providing additional benefit for to the customer| +|» bundleName|string|optional|Optional field to indicate if this account is part of a bundle that is providing additional benefit to the customer| |» specificAccountUType|string|optional|The type of structure to present account specific fields.| |» termDeposit|[[BankingTermDepositAccount](#schemacdr-banking-apibankingtermdepositaccount)]|conditional|none| |» creditCard|[BankingCreditCardAccount](#schemacdr-banking-apibankingcreditcardaccount)|conditional|none|