Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/setup-node from 4.0.3 to 4.1.0 #64

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3b3cc0c
Bump actions/checkout from 4.1.5 to 4.1.6
dependabot[bot] May 20, 2024
d299bdf
Added ReadME file to repo
tom-schier May 21, 2024
3643860
Merge pull request #39 from ConsumerDataStandardsAustralia/feature/up…
sumayahasancds May 23, 2024
779a792
Rename ReadMe.md to README.md
sumayahasancds May 23, 2024
a7c290e
Merge pull request #38 from ConsumerDataStandardsAustralia/dependabot…
tom-schier May 24, 2024
b4c1bfb
Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0
dependabot[bot] Jun 19, 2024
329bcf6
Bump actions/upload-artifact from 4.3.3 to 4.3.4
dependabot[bot] Jul 8, 2024
e7b97af
Bump actions/download-artifact from 4.1.7 to 4.1.8
dependabot[bot] Jul 8, 2024
e366890
Bump actions/setup-node from 4.0.2 to 4.0.3
dependabot[bot] Jul 10, 2024
99cd3d5
Merge pull request #44 from ConsumerDataStandardsAustralia/dependabot…
tom-schier Jul 12, 2024
8dac801
Merge pull request #43 from ConsumerDataStandardsAustralia/dependabot…
tom-schier Jul 12, 2024
0cf7eec
Merge pull request #42 from ConsumerDataStandardsAustralia/dependabot…
tom-schier Jul 12, 2024
9cf398b
Merge pull request #41 from ConsumerDataStandardsAustralia/dependabot…
tom-schier Jul 12, 2024
a5a598c
Bump actions/checkout from 4.1.6 to 4.1.7
dependabot[bot] Jul 12, 2024
8d81098
Added energy changes
tom-schier Jul 14, 2024
03b47b7
Fixed array types in Enerfy
tom-schier Jul 21, 2024
32ec17f
Merge pull request #45 from ConsumerDataStandardsAustralia/v1.31.0
tom-schier Jul 23, 2024
1f7f9fe
Merge pull request #40 from ConsumerDataStandardsAustralia/dependabot…
tom-schier Jul 23, 2024
8a1ebbb
Merge branch 'master' into master
tom-schier Jul 24, 2024
8f71f86
Removed blank line
tom-schier Jul 26, 2024
ea604dd
Removed redundant sections in ReadMe
tom-schier Jul 26, 2024
82c172c
Bug fix in EnergyPlanContractV3
tom-schier Jul 28, 2024
49c0fc6
Bump actions/setup-node from 4.0.3 to 4.1.0
dependabot[bot] Oct 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Need this to be able to inquire about origin/master
filter: blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
fetch-depth: 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '20'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# Need this to be able to inquire about origin/master
filter: blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
fetch-depth: 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '20'
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
Expand Down
63 changes: 63 additions & 0 deletions types/consumer-data-standards/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# CDS Type Definition Library

## Overview

This fork of the [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) repository contains specialised type definitions for the Consumer Data Standards (CDS) to support TypeScript projects within the CDR ecosystem. These definitions are aligned with the published [Consumer Data Standards](https://consumerdatastandardsaustralia.github.io/standards/#introduction), ensuring accurate interface representations for CDR API structures.

## Using the Type Definitions

The Data Standards Body publishes the Type Definitions as a [npm package](https://www.npmjs.com/package/@types/consumer-data-standards). To use these type definitions in your TypeScript projects, you can install them via npm as part of your development dependencies. Please refer to the [Quick Start Guide](#quick-start-guide) section below for more information.

This tool:

- is maintained regularly to ensure compatibility with the latest Consumer Data Standards.
- assists Data Holders with regulatory adherence by providing TypeScript type enforcement that reduces errors, increases code quality, and improves development efficiency.

## Quick Start Guide

Please follow these steps to integrate the CDR-specific type definitions into your TypeScript projects:

1. **Install** via npm or Yarn: Depending on your preference, you can use npm or Yarn to install the CDS type definitions package published to npm.

```bash
npm install @types/consumer-data-standards
```

Or

```bash
yarn install @types/consumer-data-standards
```

2. **Usage**: Utilise the types in your TypeScript code as needed:

```tsx
import { YourType } from 'your-package';

function processData(data: YourType) {
// your code here
}
```

3. **Stay Updated**: Regularly check for updates to ensure you have the latest type definitions.


## Reporting Issues

Encountered an issue? We're here to help. Please visit our [issue reporting guidelines](https://d61cds.notion.site/Issue-Reporting-Guidelines-71a329a0658c4b69a232eab95822509b?pvs=4) for submitting an issue.

## Stay Updated

Join our newsletter to receive the latest updates, release notes, and alerts. [Subscribe here](https://consumerdatastandards.us18.list-manage.com/subscribe?u=fb3bcb1ec5662d9767ab3c414&id=a4414b3906).

## Disclaimer

The artefacts in this repository are offered without warranty or liability, in accordance with the [MIT licence.](https://github.com/ConsumerDataStandardsAustralia/java-artefacts/blob/master/LICENSE)

[The Data Standards Body](https://consumerdatastandards.gov.au/about/) (DSB) develops these artefacts in the course of its work, in order to perform quality assurance on the Australian Consumer Data Right Standards (Data Standards).

The DSB makes this repository, and its artefacts, public [on a non-commercial basis](https://github.com/ConsumerDataStandardsAustralia/java-artefacts/blob/master/LICENSE) in the interest of supporting the participants in the CDR ecosystem.

The resources of the DSB are primarily directed towards assisting the [Data Standards Chair](https://consumerdatastandards.gov.au/about/) for [developing the Data Standards](https://github.com/ConsumerDataStandardsAustralia/standards).

Consequently, the development work provided on the artefacts in this repository is on a best-effort basis, and the DSB acknowledges the use of these tools alone is not sufficient for, nor should they be relied upon with respect to [accreditation](https://www.accc.gov.au/focus-areas/consumer-data-right-cdr-0/cdr-draft-accreditation-guidelines), conformance, or compliance purposes.
Loading