Skip to content

Commit

Permalink
patch(cb2-10521): corrects type of adr details weight to number for p…
Browse files Browse the repository at this point in the history
…ut (#163)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
owen-corrigan-bjss and github-actions[bot] authored Jan 26, 2024
1 parent ec8585e commit 45237f6
Show file tree
Hide file tree
Showing 26 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions json-definitions/v3/tech-record/put/hgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-definitions/v3/tech-record/put/hgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-definitions/v3/tech-record/put/hgv/testable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-definitions/v3/tech-record/put/lgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-definitions/v3/tech-record/put/lgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-definitions/v3/tech-record/put/trl/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-definitions/v3/tech-record/put/trl/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-definitions/v3/tech-record/put/trl/testable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/v3/tech-record/put/hgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/v3/tech-record/put/hgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/v3/tech-record/put/hgv/testable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/v3/tech-record/put/lgv/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/v3/tech-record/put/lgv/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/v3/tech-record/put/trl/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/v3/tech-record/put/trl/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/v3/tech-record/put/trl/testable/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@
},
"techRecord_adrDetails_weight": {
"type": [
"string",
"number",
"null"
],
"maxLength": 8
"maximum": 99999999
},
"techRecord_adrDetails_declarationsSeen": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvsa/cvs-type-definitions",
"version": "5.1.0",
"version": "5.1.1",
"description": "type definitions for cvs vta and vtm applications",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion types/v3/tech-record/put/hgv/complete/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export interface TechRecordPUTHGVComplete {
techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
techRecord_adrDetails_brakeEndurance?: boolean | null;
techRecord_adrDetails_weight?: string | null;
techRecord_adrDetails_weight?: number | null;
techRecord_adrDetails_declarationsSeen?: boolean | null;
techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
techRecord_adrDetails_additionalNotes_number?: string[] | null;
Expand Down
2 changes: 1 addition & 1 deletion types/v3/tech-record/put/hgv/skeleton/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export interface TechRecordPUTHGVSkeleton {
techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
techRecord_adrDetails_brakeEndurance?: boolean | null;
techRecord_adrDetails_weight?: string | null;
techRecord_adrDetails_weight?: number | null;
techRecord_adrDetails_declarationsSeen?: boolean | null;
techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
techRecord_adrDetails_additionalNotes_number?: string[] | null;
Expand Down
2 changes: 1 addition & 1 deletion types/v3/tech-record/put/hgv/testable/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export interface TechRecordPUTHGVTestable {
techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
techRecord_adrDetails_brakeEndurance?: boolean | null;
techRecord_adrDetails_weight?: string | null;
techRecord_adrDetails_weight?: number | null;
techRecord_adrDetails_declarationsSeen?: boolean | null;
techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
techRecord_adrDetails_additionalNotes_number?: string[] | null;
Expand Down
2 changes: 1 addition & 1 deletion types/v3/tech-record/put/lgv/complete/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface TechRecordPUTLGVComplete {
techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
techRecord_adrDetails_brakeEndurance?: boolean | null;
techRecord_adrDetails_weight?: string | null;
techRecord_adrDetails_weight?: number | null;
techRecord_adrDetails_declarationsSeen?: boolean | null;
techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
techRecord_adrDetails_additionalNotes_number?: string[] | null;
Expand Down
2 changes: 1 addition & 1 deletion types/v3/tech-record/put/lgv/skeleton/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface TechRecordPUTLGVSkeleton {
techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
techRecord_adrDetails_brakeEndurance?: boolean | null;
techRecord_adrDetails_weight?: string | null;
techRecord_adrDetails_weight?: number | null;
techRecord_adrDetails_declarationsSeen?: boolean | null;
techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
techRecord_adrDetails_additionalNotes_number?: string[] | null;
Expand Down
2 changes: 1 addition & 1 deletion types/v3/tech-record/put/trl/complete/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export interface TechRecordPUTTRLComplete {
techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
techRecord_adrDetails_brakeEndurance?: boolean | null;
techRecord_adrDetails_weight?: string | null;
techRecord_adrDetails_weight?: number | null;
techRecord_adrDetails_declarationsSeen?: boolean | null;
techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
techRecord_adrDetails_additionalNotes_number?: string[] | null;
Expand Down
2 changes: 1 addition & 1 deletion types/v3/tech-record/put/trl/skeleton/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export interface TechRecordPUTTRLSkeleton {
techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
techRecord_adrDetails_brakeEndurance?: boolean | null;
techRecord_adrDetails_weight?: string | null;
techRecord_adrDetails_weight?: number | null;
techRecord_adrDetails_declarationsSeen?: boolean | null;
techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
techRecord_adrDetails_additionalNotes_number?: string[] | null;
Expand Down
2 changes: 1 addition & 1 deletion types/v3/tech-record/put/trl/testable/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export interface TechRecordPUTTRLTestable {
techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
techRecord_adrDetails_brakeEndurance?: boolean | null;
techRecord_adrDetails_weight?: string | null;
techRecord_adrDetails_weight?: number | null;
techRecord_adrDetails_declarationsSeen?: boolean | null;
techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
techRecord_adrDetails_additionalNotes_number?: string[] | null;
Expand Down

0 comments on commit 45237f6

Please sign in to comment.