@transcend-io/cli 5.0.0 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/README.md +62 -52
  2. package/build/codecs.d.ts +241 -0
  3. package/build/codecs.d.ts.map +1 -1
  4. package/build/codecs.js +64 -1
  5. package/build/codecs.js.map +1 -1
  6. package/build/constants.d.ts.map +1 -1
  7. package/build/constants.js +6 -0
  8. package/build/constants.js.map +1 -1
  9. package/build/enums.d.ts +2 -0
  10. package/build/enums.d.ts.map +1 -1
  11. package/build/enums.js +2 -0
  12. package/build/enums.js.map +1 -1
  13. package/build/graphql/fetchAllActionItemCollections.d.ts +26 -0
  14. package/build/graphql/fetchAllActionItemCollections.d.ts.map +1 -0
  15. package/build/graphql/fetchAllActionItemCollections.js +22 -0
  16. package/build/graphql/fetchAllActionItemCollections.js.map +1 -0
  17. package/build/graphql/fetchAllActionItems.d.ts +98 -0
  18. package/build/graphql/fetchAllActionItems.d.ts.map +1 -0
  19. package/build/graphql/fetchAllActionItems.js +49 -0
  20. package/build/graphql/fetchAllActionItems.js.map +1 -0
  21. package/build/graphql/fetchAllRequestIdentifiers.d.ts.map +1 -1
  22. package/build/graphql/fetchAllRequestIdentifiers.js +17 -10
  23. package/build/graphql/fetchAllRequestIdentifiers.js.map +1 -1
  24. package/build/graphql/gqls/actionItem.d.ts +4 -0
  25. package/build/graphql/gqls/actionItem.d.ts.map +1 -0
  26. package/build/graphql/gqls/actionItem.js +69 -0
  27. package/build/graphql/gqls/actionItem.js.map +1 -0
  28. package/build/graphql/gqls/actionItemCollection.d.ts +4 -0
  29. package/build/graphql/gqls/actionItemCollection.d.ts.map +1 -0
  30. package/build/graphql/gqls/actionItemCollection.js +48 -0
  31. package/build/graphql/gqls/actionItemCollection.js.map +1 -0
  32. package/build/graphql/gqls/index.d.ts +2 -0
  33. package/build/graphql/gqls/index.d.ts.map +1 -1
  34. package/build/graphql/gqls/index.js +2 -0
  35. package/build/graphql/gqls/index.js.map +1 -1
  36. package/build/graphql/index.d.ts +3 -0
  37. package/build/graphql/index.d.ts.map +1 -1
  38. package/build/graphql/index.js +3 -0
  39. package/build/graphql/index.js.map +1 -1
  40. package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
  41. package/build/graphql/pullTranscendConfiguration.js +38 -1
  42. package/build/graphql/pullTranscendConfiguration.js.map +1 -1
  43. package/build/graphql/syncActionItemCollections.d.ts +27 -0
  44. package/build/graphql/syncActionItemCollections.d.ts.map +1 -0
  45. package/build/graphql/syncActionItemCollections.js +97 -0
  46. package/build/graphql/syncActionItemCollections.js.map +1 -0
  47. package/build/graphql/syncActionItems.d.ts +30 -0
  48. package/build/graphql/syncActionItems.d.ts.map +1 -0
  49. package/build/graphql/syncActionItems.js +137 -0
  50. package/build/graphql/syncActionItems.js.map +1 -0
  51. package/build/graphql/syncConfigurationToTranscend.d.ts.map +1 -1
  52. package/build/graphql/syncConfigurationToTranscend.js +13 -1
  53. package/build/graphql/syncConfigurationToTranscend.js.map +1 -1
  54. package/build/tests/findCodePackagesInFolder.test.js +13 -0
  55. package/build/tests/findCodePackagesInFolder.test.js.map +1 -1
  56. package/build/tsbuildinfo +1 -1
  57. package/examples/code-scanning/test-package-json/package.json +4 -1
  58. package/package.json +3 -3
package/README.md CHANGED
@@ -354,32 +354,34 @@ In order to use this cli, you will first need to generate an API key on the Tran
354
354
 
355
355
  The API key permissions for this command vary based on the value to the `resources` argument. See the table below to understand the necessary permissions for the resources you are attempting to pull.
356
356
 
357
- | Key | Description | Scope | Is Default | Link |
358
- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
359
- | apiKeys | API Key definitions assigned to Data Silos. API keys cannot be created through the cli, but you can map API key usage to Data Silos. | View API Keys | true | [Developer Tools -> API keys](https://app.transcend.io/infrastructure/api-keys) |
360
- | templates | Email templates. Only template titles can be created and mapped to other resources. | View Email Templates | true | [DSR Automation -> Email Templates](https://app.transcend.io/privacy-requests/email-templates) |
361
- | dataSilos | The Data Silo/Integration definitions. | View Data Map,View Data Subject Request Settings | true | [Data Inventory -> Data Silos](https://app.transcend.io/data-map/data-inventory/) and [Infrastucture -> Integrations](https://app.transcend.io/infrastructure/integrationsdata-silos) |
362
- | enrichers | The Privacy Request enricher configurations. | View Identity Verification Settings | true | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
363
- | teams | Team definitions of users and scope groupings | View Scopes | false | [Administration -> Teams](https://app.transcend.io/admin/teams) |
364
- | businessEntities | The business entities in the data inventory. | View Data Inventory | false | [Data Inventory -> Business Entities](https://app.transcend.io/data-map/data-inventory/business-entities) |
365
- | identifiers | The Privacy Request identifier configurations. | View Identity Verification Settings | false | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
366
- | actions | The Privacy Request action settings. | View Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
367
- | dataSubjects | The Privacy Request data subject settings. | View Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
368
- | vendors | The vendors in the data inventory. | View Data Inventory | false | [Data Inventory -> Vendors](https://app.transcend.io/data-map/data-inventory/vendors) |
369
- | dataCategories | The data categories in the data inventory. | View Data Inventory | false | [Data Inventory -> Data Categories](https://app.transcend.io/data-map/data-inventory/data-categories) |
370
- | processingPurposes | The processing purposes in the data inventory. | View Data Inventory | false | [Data Inventory -> Processing Purposes](https://app.transcend.io/data-map/data-inventory/purposes) |
371
- | customFields | Custom field definitions that define extra metadata for each table in the Admin Dashboard. | View Global Attributes | false | [Custom Fields](https://app.transcend.io/infrastructure/attributes) |
372
- | dataFlows | Consent Manager Data Flow definitions. | View Data Flows | false | [Consent Management -> Data Flows](https://app.transcend.io/consent-manager/data-flows/approved) |
373
- | cookies | Consent Manager Cookie definitions. | View Data Flows | false | [Consent Management -> Cookies](https://app.transcend.io/consent-manager/cookies/approved) |
374
- | consentManager | Consent Manager general settings, including domain list. | View Consent Manager | false | [Consent Management -> Developer Settings](https://app.transcend.io/consent-manager/developer-settings) |
375
- | assessments | The Transcend assessments | View Assessments | false | [Assessments -> Browse](https://app.transcend.io/assessments/browse) |
376
- | assessmentTemplates | The Transcend assessment templates | View Assessments | false | [Assessments -> Templates](https://app.transcend.io/assessments/templates) |
377
- | prompts | The Transcend AI prompts | View Prompts | false | [Prompt Manager -> Browse](https://app.transcend.io/prompts/browse) |
378
- | promptPartials | The Transcend AI prompt partials | View Prompts | false | [Prompt Manager -> Partials](https://app.transcend.io/prompts/partialss) |
379
- | promptGroups | The Transcend AI prompt groups | View Prompts | false | [Prompt Manager -> Groups](https://app.transcend.io/prompts/groups) |
380
- | agents | The agents in the prompt manager. | View Prompts | false | [Prompt Manager -> Agents](https://app.transcend.io/prompts/agents) |
381
- | agentFunctions | The agent functions in the prompt manager. | View Prompts | false | [Prompt Manager -> Agent Functions](https://app.transcend.io/prompts/agent-functions) |
382
- | agentFiles | The agent files in the prompt manager. | View Prompts | false | [Prompt Manager -> Agent Files](https://app.transcend.io/prompts/agent-files) |
357
+ | Key | Description | Scope | Is Default | Link |
358
+ | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
359
+ | apiKeys | API Key definitions assigned to Data Silos. API keys cannot be created through the cli, but you can map API key usage to Data Silos. | View API Keys | true | [Developer Tools -> API keys](https://app.transcend.io/infrastructure/api-keys) |
360
+ | actionItems | Onboarding related action items | Read only | false | [Action Items](https://app.transcend.io/action-items/all) |
361
+ | actionItemCollections | Onboarding related action item group names | Read only | false | [Action Items](https://app.transcend.io/action-items/all) |
362
+ | templates | Email templates. Only template titles can be created and mapped to other resources. | View Email Templates | true | [DSR Automation -> Email Templates](https://app.transcend.io/privacy-requests/email-templates) |
363
+ | dataSilos | The Data Silo/Integration definitions. | View Data Map,View Data Subject Request Settings | true | [Data Inventory -> Data Silos](https://app.transcend.io/data-map/data-inventory/) and [Infrastucture -> Integrations](https://app.transcend.io/infrastructure/integrationsdata-silos) |
364
+ | enrichers | The Privacy Request enricher configurations. | View Identity Verification Settings | true | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
365
+ | teams | Team definitions of users and scope groupings | View Scopes | false | [Administration -> Teams](https://app.transcend.io/admin/teams) |
366
+ | businessEntities | The business entities in the data inventory. | View Data Inventory | false | [Data Inventory -> Business Entities](https://app.transcend.io/data-map/data-inventory/business-entities) |
367
+ | identifiers | The Privacy Request identifier configurations. | View Identity Verification Settings | false | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
368
+ | actions | The Privacy Request action settings. | View Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
369
+ | dataSubjects | The Privacy Request data subject settings. | View Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
370
+ | vendors | The vendors in the data inventory. | View Data Inventory | false | [Data Inventory -> Vendors](https://app.transcend.io/data-map/data-inventory/vendors) |
371
+ | dataCategories | The data categories in the data inventory. | View Data Inventory | false | [Data Inventory -> Data Categories](https://app.transcend.io/data-map/data-inventory/data-categories) |
372
+ | processingPurposes | The processing purposes in the data inventory. | View Data Inventory | false | [Data Inventory -> Processing Purposes](https://app.transcend.io/data-map/data-inventory/purposes) |
373
+ | customFields | Custom field definitions that define extra metadata for each table in the Admin Dashboard. | View Global Attributes | false | [Custom Fields](https://app.transcend.io/infrastructure/attributes) |
374
+ | dataFlows | Consent Manager Data Flow definitions. | View Data Flows | false | [Consent Management -> Data Flows](https://app.transcend.io/consent-manager/data-flows/approved) |
375
+ | cookies | Consent Manager Cookie definitions. | View Data Flows | false | [Consent Management -> Cookies](https://app.transcend.io/consent-manager/cookies/approved) |
376
+ | consentManager | Consent Manager general settings, including domain list. | View Consent Manager | false | [Consent Management -> Developer Settings](https://app.transcend.io/consent-manager/developer-settings) |
377
+ | assessments | The Transcend assessments | View Assessments | false | [Assessments -> Browse](https://app.transcend.io/assessments/browse) |
378
+ | assessmentTemplates | The Transcend assessment templates | View Assessments | false | [Assessments -> Templates](https://app.transcend.io/assessments/templates) |
379
+ | prompts | The Transcend AI prompts | View Prompts | false | [Prompt Manager -> Browse](https://app.transcend.io/prompts/browse) |
380
+ | promptPartials | The Transcend AI prompt partials | View Prompts | false | [Prompt Manager -> Partials](https://app.transcend.io/prompts/partialss) |
381
+ | promptGroups | The Transcend AI prompt groups | View Prompts | false | [Prompt Manager -> Groups](https://app.transcend.io/prompts/groups) |
382
+ | agents | The agents in the prompt manager. | View Prompts | false | [Prompt Manager -> Agents](https://app.transcend.io/prompts/agents) |
383
+ | agentFunctions | The agent functions in the prompt manager. | View Prompts | false | [Prompt Manager -> Agent Functions](https://app.transcend.io/prompts/agent-functions) |
384
+ | agentFiles | The agent files in the prompt manager. | View Prompts | false | [Prompt Manager -> Agent Files](https://app.transcend.io/prompts/agent-files) |
383
385
 
384
386
  _Note: The scopes for tr-push are comprehensive of the scopes for tr-pull_
385
387
 
@@ -474,6 +476,12 @@ Pull in enrichers and identifiers (see [this example](./examples/enrichers.yml))
474
476
  tr-pull --auth=$TRANSCEND_API_KEY --resources=enrichers,identifiers
475
477
  ```
476
478
 
479
+ Pull in onboarding action items (see [this example](./examples/action-items.yml)):
480
+
481
+ ```sh
482
+ tr-pull --auth=$TRANSCEND_API_KEY --resources=actionItems,actionItemCollections
483
+ ```
484
+
477
485
  Pull in consent manager domain list (see [this example](./examples/consent-manager-domains.yml)):
478
486
 
479
487
  ```sh
@@ -548,32 +556,34 @@ In order to use this cli, you will first need to generate an API key on the Tran
548
556
 
549
557
  The API key needs the following scopes when pushing the various resource types:
550
558
 
551
- | Key | Description | Scope | Is Default | Link |
552
- | ------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
553
- | apiKeys | API Key definitions. API keys cannot be created through the cli, but you can map API key usage to Data Silos. | View API Keys | true | [Developer Tools -> API keys](https://app.transcend.io/infrastructure/api-keys) |
554
- | templates | Email templates. Only template titles can be created and mapped to other resources. | Manage Email Templates | true | [DSR Automation -> Email Templates](https://app.transcend.io/privacy-requests/email-templates) |
555
- | dataSilos | The Data Silo/Integration definitions. | Manage Data Map,Connect Data Silos | true | [Data Inventory -> Data Silos](https://app.transcend.io/data-map/data-inventory/) and [Infrastucture -> Integrations](https://app.transcend.io/infrastructure/integrationsdata-silos) |
556
- | enrichers | The Privacy Request enricher configurations. | Manage Request Identity Verification | true | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
557
- | teams | The team definitions containing scopes and users | Manage Access Control | false | [Administration -> Teams](https://app.transcend.io/admin/teams) |
558
- | businessEntities | The business entities in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Business Entities](https://app.transcend.io/data-map/data-inventory/business-entities) |
559
- | identifiers | The Privacy Request identifier configurations. | Manage Request Identity Verification | false | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
560
- | actions | The Privacy Request action settings. | Manage Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
561
- | dataSubjects | The Privacy Request data subject settings. | Manage Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
562
- | vendors | The vendors in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Vendors](https://app.transcend.io/data-map/data-inventory/vendors) |
563
- | dataCategories | The data categories in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Data Categories](https://app.transcend.io/data-map/data-inventory/data-categories) |
564
- | processingPurposes | The processing purposes in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Processing Purposes](https://app.transcend.io/data-map/data-inventory/purposes) |
565
- | attributes | Attribute definitions that define extra metadata for each table in the Admin Dashboard. | Manage Global Attributes | false | [Infrastructure -> Attributes](https://app.transcend.io/infrastructure/attributes) |
566
- | dataFlows | Consent Manager Data Flow definitions. | Manage Data Flows | false | [Consent Management -> Data Flows](https://app.transcend.io/consent-manager/data-flows/approved) |
567
- | cookies | Consent Manager Cookie definitions. | Manage Data Flows | false | [Consent Management -> Cookies](https://app.transcend.io/consent-manager/cookies/approved) |
568
- | consentManager | Consent Manager general settings, including domain list. | Manage Consent Manager Developer Settings | false | [Consent Management -> Developer Settings](https://app.transcend.io/consent-manager/developer-settings) |
569
- | assessments | The Transcend assessments | Manage Assessments | false | [Assessments -> Browse](https://app.transcend.io/assessments/browse) |
570
- | assessmentTemplates | The Transcend assessment templates | Manage Assessments | false | [Assessments -> Templates](https://app.transcend.io/assessments/templates) |
571
- | prompts | The Transcend AI prompts | View Prompts | false | [Prompt Manager -> Browse](https://app.transcend.io/prompts/browse) |
572
- | promptPartials | The Transcend AI prompt partials | Manage Prompts | false | [Prompt Manager -> Partials](https://app.transcend.io/prompts/partialss) |
573
- | promptGroups | The Transcend AI prompt groups | Manage Prompts | false | [Prompt Manager -> Groups](https://app.transcend.io/prompts/groups) |
574
- | agents | The agents in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agents](https://app.transcend.io/prompts/agents) |
575
- | agentFunctions | The agent functions in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agent Functions](https://app.transcend.io/prompts/agent-functions) |
576
- | agentFiles | The agent files in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agent Files](https://app.transcend.io/prompts/agent-files) |
559
+ | Key | Description | Scope | Is Default | Link |
560
+ | --------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
561
+ | apiKeys | API Key definitions. API keys cannot be created through the cli, but you can map API key usage to Data Silos. | View API Keys | true | [Developer Tools -> API keys](https://app.transcend.io/infrastructure/api-keys) |
562
+ | actionItems | Onboarding related action items | Manage Action Item Collections | false | [Action Items](https://app.transcend.io/action-items/all) |
563
+ | actionItemCollections | Onboarding related action item group names | Manage All Action Items | false | [Action Items](https://app.transcend.io/action-items/all) |
564
+ | templates | Email templates. Only template titles can be created and mapped to other resources. | Manage Email Templates | true | [DSR Automation -> Email Templates](https://app.transcend.io/privacy-requests/email-templates) |
565
+ | dataSilos | The Data Silo/Integration definitions. | Manage Data Map,Connect Data Silos | true | [Data Inventory -> Data Silos](https://app.transcend.io/data-map/data-inventory/) and [Infrastucture -> Integrations](https://app.transcend.io/infrastructure/integrationsdata-silos) |
566
+ | enrichers | The Privacy Request enricher configurations. | Manage Request Identity Verification | true | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
567
+ | teams | The team definitions containing scopes and users | Manage Access Control | false | [Administration -> Teams](https://app.transcend.io/admin/teams) |
568
+ | businessEntities | The business entities in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Business Entities](https://app.transcend.io/data-map/data-inventory/business-entities) |
569
+ | identifiers | The Privacy Request identifier configurations. | Manage Request Identity Verification | false | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
570
+ | actions | The Privacy Request action settings. | Manage Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
571
+ | dataSubjects | The Privacy Request data subject settings. | Manage Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
572
+ | vendors | The vendors in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Vendors](https://app.transcend.io/data-map/data-inventory/vendors) |
573
+ | dataCategories | The data categories in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Data Categories](https://app.transcend.io/data-map/data-inventory/data-categories) |
574
+ | processingPurposes | The processing purposes in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Processing Purposes](https://app.transcend.io/data-map/data-inventory/purposes) |
575
+ | attributes | Attribute definitions that define extra metadata for each table in the Admin Dashboard. | Manage Global Attributes | false | [Infrastructure -> Attributes](https://app.transcend.io/infrastructure/attributes) |
576
+ | dataFlows | Consent Manager Data Flow definitions. | Manage Data Flows | false | [Consent Management -> Data Flows](https://app.transcend.io/consent-manager/data-flows/approved) |
577
+ | cookies | Consent Manager Cookie definitions. | Manage Data Flows | false | [Consent Management -> Cookies](https://app.transcend.io/consent-manager/cookies/approved) |
578
+ | consentManager | Consent Manager general settings, including domain list. | Manage Consent Manager Developer Settings | false | [Consent Management -> Developer Settings](https://app.transcend.io/consent-manager/developer-settings) |
579
+ | assessments | The Transcend assessments | Manage Assessments | false | [Assessments -> Browse](https://app.transcend.io/assessments/browse) |
580
+ | assessmentTemplates | The Transcend assessment templates | Manage Assessments | false | [Assessments -> Templates](https://app.transcend.io/assessments/templates) |
581
+ | prompts | The Transcend AI prompts | View Prompts | false | [Prompt Manager -> Browse](https://app.transcend.io/prompts/browse) |
582
+ | promptPartials | The Transcend AI prompt partials | Manage Prompts | false | [Prompt Manager -> Partials](https://app.transcend.io/prompts/partialss) |
583
+ | promptGroups | The Transcend AI prompt groups | Manage Prompts | false | [Prompt Manager -> Groups](https://app.transcend.io/prompts/groups) |
584
+ | agents | The agents in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agents](https://app.transcend.io/prompts/agents) |
585
+ | agentFunctions | The agent functions in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agent Functions](https://app.transcend.io/prompts/agent-functions) |
586
+ | agentFiles | The agent files in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agent Files](https://app.transcend.io/prompts/agent-files) |
577
587
 
578
588
  #### Arguments
579
589
 
package/build/codecs.d.ts CHANGED
@@ -46524,7 +46524,248 @@ export declare const DataSiloInput: t.IntersectionC<[t.TypeC<{
46524
46524
  }>]>;
46525
46525
  /** Type override */
46526
46526
  export type DataSiloInput = t.TypeOf<typeof DataSiloInput>;
46527
+ export declare const ActionItemCollectionInput: t.IntersectionC<[t.TypeC<{
46528
+ /** The display title of the enricher */
46529
+ title: t.StringC;
46530
+ /** Locations where collection is shown */
46531
+ 'visible-locations': t.ArrayC<t.KeyofC<{
46532
+ CODE_SCANNING: unknown;
46533
+ PRIVACY_REQUESTS_DASHBOARD: unknown;
46534
+ DATA_MAPPING_DASHBOARD: unknown;
46535
+ CONSENT_DASHBOARD: unknown;
46536
+ PRIVACY_CENTER_SETTINGS: unknown;
46537
+ ADMINISTRATION_SETTINGS: unknown;
46538
+ ASSESSMENTS: unknown;
46539
+ PATHFINDER: unknown;
46540
+ PROMPT_MANAGEMENT: unknown;
46541
+ CONTRACT_SCANNING: unknown;
46542
+ }>>;
46543
+ }>, t.PartialC<{
46544
+ /** Description of collection */
46545
+ description: t.StringC;
46546
+ /** Whether hidden */
46547
+ hidden: t.BooleanC;
46548
+ }>]>;
46549
+ /** Type override */
46550
+ export type ActionItemCollectionInput = t.TypeOf<typeof ActionItemCollectionInput>;
46551
+ /**
46552
+ * Input to define an action item
46553
+ */
46554
+ export declare const ActionItemInput: t.IntersectionC<[t.TypeC<{
46555
+ /** The display title of the enricher */
46556
+ title: t.StringC;
46557
+ /** Action item type */
46558
+ type: t.KeyofC<{
46559
+ ACTION_MISSING_SILOS: unknown;
46560
+ API_KEY_STALE: unknown;
46561
+ ASSESSMENT_ASSIGNED: unknown;
46562
+ ASSESSMENT_NEEDS_REVIEW: unknown;
46563
+ ASSESSMENT_FORM_ASSIGNED: unknown;
46564
+ ASSESSMENT_FORM_NEEDS_REVIEW: unknown;
46565
+ ASSESSMENT_CHANGES_REQUESTED: unknown;
46566
+ ASSESSMENT_REJECTED: unknown;
46567
+ REQUEST_DATA_SILO_MARKED_ACTIONABLE: unknown;
46568
+ REQUEST_DATA_SILO_FILES_NEED_REVIEW: unknown;
46569
+ COMMUNICATION_UNREAD: unknown;
46570
+ DATA_SILO_COMMUNICATION_UNREAD: unknown;
46571
+ DATA_POINT: unknown;
46572
+ DATA_POINT_MISSING_FIELDS: unknown;
46573
+ DATA_SILO_NEEDS_RECONNECT: unknown;
46574
+ DATA_SILO_NEEDS_RECONNECT_ASSIGNED: unknown;
46575
+ DATA_SILO_NOT_CONFIGURED: unknown;
46576
+ DATA_SILO_NOT_CONFIGURED_ASSIGNED: unknown;
46577
+ DATA_SILO_MISSING_IDENTIFIERS: unknown;
46578
+ LOOKUP_PROCESSES_WITH_ERRORS: unknown;
46579
+ DATA_SILOS_NEEDING_MANUAL_ENTRY: unknown;
46580
+ PROFILE_DATA_POINT_STATUS: unknown;
46581
+ REQUEST_EXPIRY: unknown;
46582
+ REQUEST_DATA_SILO_WAITING_QUEUED: unknown;
46583
+ REQUEST_DATA_SILO_ERROR: unknown;
46584
+ REQUEST_ENRICHER_WAITING_QUEUED: unknown;
46585
+ REQUEST_ENRICHER_ERROR: unknown;
46586
+ REQUEST_IDENTIFIER_NEEDS_VERIFICATION: unknown;
46587
+ REQUEST_ENRICHER_PERSON_NEEDS_MANUAL_ENTRY: unknown;
46588
+ REQUEST_ACTIONABLE_STATUS: unknown;
46589
+ REQUEST_ON_HOLD: unknown;
46590
+ USER_AWAITING_NOTIFICATION: unknown;
46591
+ USER_NEEDS_CONFIGURATION: unknown;
46592
+ SOMBRA_VERSION_UPGRADE: unknown;
46593
+ SOMBRA_NEEDS_KEY_ROTATION: unknown;
46594
+ DATA_FLOW_NEEDS_REVIEW: unknown;
46595
+ DATA_FLOW_ASSIGNED_FOR_REVIEW: unknown;
46596
+ COOKIE_NEEDS_REVIEW: unknown;
46597
+ COOKIE_ASSIGNED_FOR_REVIEW: unknown;
46598
+ CONSENT_MANAGER_VERSION_UPGRADE: unknown;
46599
+ PLUGINS_WITH_ERRORS: unknown;
46600
+ ONBOARDING: unknown;
46601
+ REQUEST_ASSIGNED_TO_USER: unknown;
46602
+ DATA_SILO_NEEDS_TRAINING: unknown;
46603
+ BUSINESS_ENTITY_NEEDS_DOCUMENTATION: unknown;
46604
+ DATA_POINT_DATABASE_QUERY_NEEDS_APPROVAL: unknown;
46605
+ }>;
46606
+ /** The titles of the collections that the action item is grouped within */
46607
+ collections: t.ArrayC<t.StringC>;
46608
+ }>, t.PartialC<{
46609
+ /** Priority of the action item */
46610
+ priority: t.KeyofC<{
46611
+ WONT_DO: unknown;
46612
+ LOW: unknown;
46613
+ MEDIUM: unknown;
46614
+ HIGH: unknown;
46615
+ CRITICAL: unknown;
46616
+ }>;
46617
+ /** Due date of the action item */
46618
+ dueDate: t.StringC;
46619
+ /** Whether action item has been resolved */
46620
+ resolved: t.BooleanC;
46621
+ /** Notes */
46622
+ notes: t.StringC;
46623
+ /** Links to action items */
46624
+ link: t.StringC;
46625
+ /**
46626
+ * The email addresses of the employees assigned to the action item
46627
+ */
46628
+ users: t.ArrayC<t.StringC>;
46629
+ /**
46630
+ * The names of teams assigned to the action item
46631
+ *
46632
+ * @see https://docs.transcend.io/docs/security/access-control#teams
46633
+ * for more information about how to create and manage teams
46634
+ */
46635
+ teams: t.ArrayC<t.StringC>;
46636
+ /**
46637
+ * Attribute value and its corresponding attribute key
46638
+ */
46639
+ attributes: t.ArrayC<t.TypeC<{
46640
+ /** Attribute key */
46641
+ key: t.StringC;
46642
+ /** Attribute values */
46643
+ values: t.ArrayC<t.StringC>;
46644
+ }>>;
46645
+ }>]>;
46646
+ /** Type override */
46647
+ export type ActionItemInput = t.TypeOf<typeof ActionItemInput>;
46527
46648
  export declare const TranscendInput: t.PartialC<{
46649
+ /**
46650
+ * Action items
46651
+ */
46652
+ 'action-items': t.ArrayC<t.IntersectionC<[t.TypeC<{
46653
+ /** The display title of the enricher */
46654
+ title: t.StringC;
46655
+ /** Action item type */
46656
+ type: t.KeyofC<{
46657
+ ACTION_MISSING_SILOS: unknown;
46658
+ API_KEY_STALE: unknown;
46659
+ ASSESSMENT_ASSIGNED: unknown;
46660
+ ASSESSMENT_NEEDS_REVIEW: unknown;
46661
+ ASSESSMENT_FORM_ASSIGNED: unknown;
46662
+ ASSESSMENT_FORM_NEEDS_REVIEW: unknown;
46663
+ ASSESSMENT_CHANGES_REQUESTED: unknown;
46664
+ ASSESSMENT_REJECTED: unknown;
46665
+ REQUEST_DATA_SILO_MARKED_ACTIONABLE: unknown;
46666
+ REQUEST_DATA_SILO_FILES_NEED_REVIEW: unknown;
46667
+ COMMUNICATION_UNREAD: unknown;
46668
+ DATA_SILO_COMMUNICATION_UNREAD: unknown;
46669
+ DATA_POINT: unknown;
46670
+ DATA_POINT_MISSING_FIELDS: unknown;
46671
+ DATA_SILO_NEEDS_RECONNECT: unknown;
46672
+ DATA_SILO_NEEDS_RECONNECT_ASSIGNED: unknown;
46673
+ DATA_SILO_NOT_CONFIGURED: unknown;
46674
+ DATA_SILO_NOT_CONFIGURED_ASSIGNED: unknown;
46675
+ DATA_SILO_MISSING_IDENTIFIERS: unknown;
46676
+ LOOKUP_PROCESSES_WITH_ERRORS: unknown;
46677
+ DATA_SILOS_NEEDING_MANUAL_ENTRY: unknown;
46678
+ PROFILE_DATA_POINT_STATUS: unknown;
46679
+ REQUEST_EXPIRY: unknown;
46680
+ REQUEST_DATA_SILO_WAITING_QUEUED: unknown;
46681
+ REQUEST_DATA_SILO_ERROR: unknown;
46682
+ REQUEST_ENRICHER_WAITING_QUEUED: unknown;
46683
+ REQUEST_ENRICHER_ERROR: unknown;
46684
+ REQUEST_IDENTIFIER_NEEDS_VERIFICATION: unknown;
46685
+ REQUEST_ENRICHER_PERSON_NEEDS_MANUAL_ENTRY: unknown;
46686
+ REQUEST_ACTIONABLE_STATUS: unknown;
46687
+ REQUEST_ON_HOLD: unknown;
46688
+ USER_AWAITING_NOTIFICATION: unknown;
46689
+ USER_NEEDS_CONFIGURATION: unknown;
46690
+ SOMBRA_VERSION_UPGRADE: unknown;
46691
+ SOMBRA_NEEDS_KEY_ROTATION: unknown;
46692
+ DATA_FLOW_NEEDS_REVIEW: unknown;
46693
+ DATA_FLOW_ASSIGNED_FOR_REVIEW: unknown;
46694
+ COOKIE_NEEDS_REVIEW: unknown;
46695
+ COOKIE_ASSIGNED_FOR_REVIEW: unknown;
46696
+ CONSENT_MANAGER_VERSION_UPGRADE: unknown;
46697
+ PLUGINS_WITH_ERRORS: unknown;
46698
+ ONBOARDING: unknown;
46699
+ REQUEST_ASSIGNED_TO_USER: unknown;
46700
+ DATA_SILO_NEEDS_TRAINING: unknown;
46701
+ BUSINESS_ENTITY_NEEDS_DOCUMENTATION: unknown;
46702
+ DATA_POINT_DATABASE_QUERY_NEEDS_APPROVAL: unknown;
46703
+ }>;
46704
+ /** The titles of the collections that the action item is grouped within */
46705
+ collections: t.ArrayC<t.StringC>;
46706
+ }>, t.PartialC<{
46707
+ /** Priority of the action item */
46708
+ priority: t.KeyofC<{
46709
+ WONT_DO: unknown;
46710
+ LOW: unknown;
46711
+ MEDIUM: unknown;
46712
+ HIGH: unknown;
46713
+ CRITICAL: unknown;
46714
+ }>;
46715
+ /** Due date of the action item */
46716
+ dueDate: t.StringC;
46717
+ /** Whether action item has been resolved */
46718
+ resolved: t.BooleanC;
46719
+ /** Notes */
46720
+ notes: t.StringC;
46721
+ /** Links to action items */
46722
+ link: t.StringC;
46723
+ /**
46724
+ * The email addresses of the employees assigned to the action item
46725
+ */
46726
+ users: t.ArrayC<t.StringC>;
46727
+ /**
46728
+ * The names of teams assigned to the action item
46729
+ *
46730
+ * @see https://docs.transcend.io/docs/security/access-control#teams
46731
+ * for more information about how to create and manage teams
46732
+ */
46733
+ teams: t.ArrayC<t.StringC>;
46734
+ /**
46735
+ * Attribute value and its corresponding attribute key
46736
+ */
46737
+ attributes: t.ArrayC<t.TypeC<{
46738
+ /** Attribute key */
46739
+ key: t.StringC;
46740
+ /** Attribute values */
46741
+ values: t.ArrayC<t.StringC>;
46742
+ }>>;
46743
+ }>]>>;
46744
+ /**
46745
+ * Action item collections
46746
+ */
46747
+ 'action-item-collections': t.ArrayC<t.IntersectionC<[t.TypeC<{
46748
+ /** The display title of the enricher */
46749
+ title: t.StringC;
46750
+ /** Locations where collection is shown */
46751
+ 'visible-locations': t.ArrayC<t.KeyofC<{
46752
+ CODE_SCANNING: unknown;
46753
+ PRIVACY_REQUESTS_DASHBOARD: unknown;
46754
+ DATA_MAPPING_DASHBOARD: unknown;
46755
+ CONSENT_DASHBOARD: unknown;
46756
+ PRIVACY_CENTER_SETTINGS: unknown;
46757
+ ADMINISTRATION_SETTINGS: unknown;
46758
+ ASSESSMENTS: unknown;
46759
+ PATHFINDER: unknown;
46760
+ PROMPT_MANAGEMENT: unknown;
46761
+ CONTRACT_SCANNING: unknown;
46762
+ }>>;
46763
+ }>, t.PartialC<{
46764
+ /** Description of collection */
46765
+ description: t.StringC;
46766
+ /** Whether hidden */
46767
+ hidden: t.BooleanC;
46768
+ }>]>>;
46528
46769
  /**
46529
46770
  * API key definitions
46530
46771
  */