Skip to content

Commit

Permalink
update OneTrustAssessmentCsvRecord to be a map to string only (#206)
Browse files Browse the repository at this point in the history
* update OneTrustAssessmentCsvRecord to be a map to string only

* bump version
  • Loading branch information
abrantesarthur authored Jan 17, 2025
1 parent ad48a42 commit e5b2819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/privacy-types",
"description": "Core enums and types that can be useful when interacting with Transcend's public APIs.",
"version": "4.105.0",
"version": "4.105.1",
"homepage": "https://github.com/transcend-io/privacy-types",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/oneTrust/oneTrustAssessmentCsv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ export const OneTrustAssessmentCsvRecord = t.record(
null,
}),
/** The values of the header */
t.union([t.string, t.number]),
t.string,
);

/**
Expand Down

0 comments on commit e5b2819

Please sign in to comment.