From 509c17b3f7eb82737f0908b0f5a9a8fbd5e1d487 Mon Sep 17 00:00:00 2001 From: Nils Berge <60594671+nils-work@users.noreply.github.com> Date: Wed, 29 May 2024 17:39:33 +1000 Subject: [PATCH] Fixed typo Addresses: https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/394 --- slate/source/includes/additional.md | 4 +++- .../_register_banking_non_bank_lending.md.erb | 4 ++++ .../source/includes/releasenotes/releasenotes.1.31.0.html.md | 3 ++- swagger-gen/api/cds_register_banking_non_bank_lending.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/slate/source/includes/additional.md b/slate/source/includes/additional.md index 9e661f85..725afe3f 100644 --- a/slate/source/includes/additional.md +++ b/slate/source/includes/additional.md @@ -1,6 +1,8 @@ # Additional Standards - +```diff +Fixed typo in 'Country of registeration' in the Candidate Standards for the Banking and Non-Bank Lending sector +``` The Consumer Data Standards also incorporate other non-binding standards that are developed to facilitate consultation and feedback or to facilitate voluntary extension of CDR implementations. diff --git a/slate/source/includes/additional/candidates/non-bank-lending/_register_banking_non_bank_lending.md.erb b/slate/source/includes/additional/candidates/non-bank-lending/_register_banking_non_bank_lending.md.erb index 6f007448..7b53be90 100644 --- a/slate/source/includes/additional/candidates/non-bank-lending/_register_banking_non_bank_lending.md.erb +++ b/slate/source/includes/additional/candidates/non-bank-lending/_register_banking_non_bank_lending.md.erb @@ -1,5 +1,9 @@ # Register APIs +```diff +Fixed typo in 'Country of registeration' in the description of registeredCountry +``` + The following section provides an overview of the Register APIs for Data Holders and Data Recipients to collect participant metadata. These endpoints are exposed by the Register and consumed by Data Holders and Data Recipients. diff --git a/slate/source/includes/releasenotes/releasenotes.1.31.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.31.0.html.md index bb52014a..dc87a12f 100644 --- a/slate/source/includes/releasenotes/releasenotes.1.31.0.html.md +++ b/slate/source/includes/releasenotes/releasenotes.1.31.0.html.md @@ -17,7 +17,7 @@ Release notes for version v1.31.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): -- [Standards Staging #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/XXX) +- [Standards Staging #394 - Fix typo 'registeration'](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/394) This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues): @@ -76,6 +76,7 @@ This release addresses the following Decision Proposals published on [Standards] ## Additional Standards |Change|Description|Link| |------|-----------|----| +| Fixed typo | [**Standards Staging #394**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/394): Fixed typo in 'Country of registeration' in the Candidate Standards for the Banking and Non-Bank Lending sector | [Additional Standards](../../#additional-standards) ## Known Issues diff --git a/swagger-gen/api/cds_register_banking_non_bank_lending.json b/swagger-gen/api/cds_register_banking_non_bank_lending.json index 26643a69..4c7e1e72 100644 --- a/swagger-gen/api/cds_register_banking_non_bank_lending.json +++ b/swagger-gen/api/cds_register_banking_non_bank_lending.json @@ -678,7 +678,7 @@ "registeredCountry": { "maxLength": 100, "type": "string", - "description": "Country of registeration (if the company is registered outside Australia)" + "description": "Country of registration (if the company is registered outside Australia)" }, "abn": { "maxLength": 11,