Skip to content

cvs-type-definitions 1.0.3

Install from the command line:
Learn more about npm packages
$ npm install @dvsa/cvs-type-definitions@1.0.3
Install via package.json:
"@dvsa/cvs-type-definitions": "1.0.3"

About this version

cvs-type-definitions

json schema definitions and .ts type definitions for cvs vta application

Usage

Install GitHub package:

  • Ensure consuming repo is set up to install private DVSA packages by adding the following to the .npmrc file: @dvsa:registry=https://npm.pkg.github.com
  • install GitHub package: npm install @dvsa/cvs-type-definitions@latest

Example usage:

import { CommercialVehicleTestSchema } from @dvsa/cvs-type-definitions/types/test

Updating a schema

Edits should only be made to json schema definitions within json-definitions directory. TypeScript interfaces will be generated from these files

  1. Navigate into the relevant schema (ie. mes-test-schema)
  2. Edit file
  3. Generate the new TypeScript definitions using npm run generate
  4. Bump the version of the package using npm version {major|minor|patch}
  5. Publish updates

Adding a new schema

  1. Create a new subdirectory with an appropriate name within the json-defininitions directory (e.g. my-new-schema)
  2. Add an index.json file to the new directory with appropriate json schema definitions
  3. Add the new schema name to the schemas constant array in ./schemas.ts NOTE: this MUST match the directory name created at step 1 (my-new-schema in the example here)
  4. Generate the new TypeScript definitions using npm run generate
  5. Bump the version of the package using npm version {major|minor|patch}
  6. Publish updates

Publishing github package

  1. Raise a Pull Request on Github and await approvals
  2. Once merged, publish the new package from the latest develop branch to GitHub packages using npm publish - _You must be logged in and have the correct permissions to publish to the package

Details


Assets

  • cvs-type-definitions-1.0.3.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0