Skip to content

Commit

Permalink
Add support for ActionItems (#201)
Browse files Browse the repository at this point in the history
* Add support for ActionItems

* Update json
  • Loading branch information
jkhoffman authored Aug 18, 2023
1 parent 6842206 commit d350774
Show file tree
Hide file tree
Showing 6 changed files with 14 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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/cli",
"description": "Small package containing useful typescript utilities.",
"version": "4.81.0",
"version": "4.82.0",
"homepage": "https://github.com/transcend-io/cli",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@transcend-io/airgap.js-types": "^10.4.4",
"@transcend-io/internationalization": "^1.6.0",
"@transcend-io/persisted-state": "^1.0.2",
"@transcend-io/privacy-types": "^4.40.0",
"@transcend-io/privacy-types": "^4.41.0",
"@transcend-io/type-utils": "^1.0.7",
"bluebird": "^3.7.2",
"cli-progress": "^3.11.2",
Expand Down
1 change: 1 addition & 0 deletions src/tmp-attribute-key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const ATTRIBUTE_KEY_SINGULAR_TO_PLURAL: Record<
AttributeSupportedResourceType,
string
> = {
[AttributeSupportedResourceType.ActionItem]: 'actionItems',
[AttributeSupportedResourceType.BusinessEntity]: 'businessEntities',
[AttributeSupportedResourceType.DataSilo]: 'dataSilos',
[AttributeSupportedResourceType.DataSubCategory]: 'dataSubCategories',
Expand Down
1 change: 1 addition & 0 deletions transcend-yml-schema-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -5588,6 +5588,7 @@
"items": {
"type": "string",
"enum": [
"actionItem",
"dataSilo",
"subDataPoint",
"airgapCookie",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ __metadata:
"@transcend-io/airgap.js-types": ^10.4.4
"@transcend-io/internationalization": ^1.6.0
"@transcend-io/persisted-state": ^1.0.2
"@transcend-io/privacy-types": ^4.40.0
"@transcend-io/privacy-types": ^4.41.0
"@transcend-io/type-utils": ^1.0.7
"@types/bluebird": ^3.5.38
"@types/chai": ^4.3.4
Expand Down Expand Up @@ -502,12 +502,12 @@ __metadata:
languageName: node
linkType: hard

"@transcend-io/privacy-types@npm:^4.40.0":
version: 4.40.0
resolution: "@transcend-io/privacy-types@npm:4.40.0"
"@transcend-io/privacy-types@npm:^4.41.0":
version: 4.41.0
resolution: "@transcend-io/privacy-types@npm:4.41.0"
dependencies:
"@transcend-io/type-utils": ^1.0.5
checksum: 125f8f3f6696fdc2473f031e8d7d4662e68a3968e65949638fd0a7c22f12ff429e5d8999b1178b2b1b669840959ff5ebf36db8fe03f86e0a6c3c8be2ec954363
checksum: 2f75f66b53f1142c3c31a7a22010630a176f33ce0ea4991d62f8bb37091d8ba5bbca98b77bba84c122195a35b511efbc8d854e349b0e168906f97d6676e141a9
languageName: node
linkType: hard

Expand Down

0 comments on commit d350774

Please sign in to comment.