Skip to content

Commit

Permalink
Bump version of privacy-types (#255)
Browse files Browse the repository at this point in the history
* Bump version of privacy-types

* Run yarn script:transcend-json-schema
  • Loading branch information
dmattia authored Oct 20, 2023
1 parent 4436335 commit 85da41e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@transcend-io/handlebars-utils": "^1.0.1",
"@transcend-io/internationalization": "^1.6.0",
"@transcend-io/persisted-state": "^1.0.2",
"@transcend-io/privacy-types": "^4.46.0",
"@transcend-io/privacy-types": "^4.48.0",
"@transcend-io/secret-value": "^1.1.1",
"@transcend-io/type-utils": "^1.1.1",
"bluebird": "^3.7.2",
Expand Down
6 changes: 6 additions & 0 deletions src/tmp-attribute-key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ export const ATTRIBUTE_KEY_SINGULAR_TO_PLURAL: Record<
[AttributeSupportedResourceType.AirgapCookie]: 'airgapCookies',
[AttributeSupportedResourceType.AirgapDataFlow]: 'airgapDataFlows',
[AttributeSupportedResourceType.Vendor]: 'vendors',
[AttributeSupportedResourceType.Assessment]: 'assessment',
[AttributeSupportedResourceType.AssessmentTemplate]: 'assessmentTemplate',
[AttributeSupportedResourceType.Prompt]: 'prompt',
[AttributeSupportedResourceType.PromptGroup]: 'promptGroup',
[AttributeSupportedResourceType.PromptRun]: 'promptRun',
[AttributeSupportedResourceType.PromptTemplate]: 'promptTemplate',
};

/**
Expand Down
8 changes: 7 additions & 1 deletion transcend-yml-schema-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -5598,7 +5598,13 @@
"vendor",
"businessEntity",
"dataSubCategory",
"processingPurposeSubCategory"
"processingPurposeSubCategory",
"assessment",
"assessmentTemplate",
"prompt",
"promptGroup",
"promptRun",
"promptTemplate"
]
}
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ __metadata:
"@transcend-io/handlebars-utils": ^1.0.1
"@transcend-io/internationalization": ^1.6.0
"@transcend-io/persisted-state": ^1.0.2
"@transcend-io/privacy-types": ^4.46.0
"@transcend-io/privacy-types": ^4.48.0
"@transcend-io/secret-value": ^1.1.1
"@transcend-io/type-utils": ^1.1.1
"@types/bluebird": ^3.5.38
Expand Down Expand Up @@ -634,12 +634,12 @@ __metadata:
languageName: node
linkType: hard

"@transcend-io/privacy-types@npm:^4.46.0":
version: 4.46.0
resolution: "@transcend-io/privacy-types@npm:4.46.0"
"@transcend-io/privacy-types@npm:^4.48.0":
version: 4.48.0
resolution: "@transcend-io/privacy-types@npm:4.48.0"
dependencies:
"@transcend-io/type-utils": ^1.0.5
checksum: 9fa3b99e06fd38499efad41d35a615499c2ce3856eb678594c2b2483faaf0161c8f883b7dfb54ec150a17fa9ecd8e395ec8e72f52b11fef40b4b0277c4e879d2
checksum: b141e037672b47d61e53400aad1616295286d5b824cf90d246d5c6d6cc5346af9067d88f379c8837cfa28a77bfe8512901df9dddcbf24483c93a6adc1723cf7b
languageName: node
linkType: hard

Expand Down

0 comments on commit 85da41e

Please sign in to comment.