@transcend-io/cli 6.25.0 → 6.26.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.
- package/README.md +49 -41
- package/build/cli-cron-pull-identifiers.js +5 -1
- package/build/cli-cron-pull-identifiers.js.map +1 -1
- package/build/codecs.d.ts +199 -2
- package/build/codecs.d.ts.map +1 -1
- package/build/codecs.js +61 -1
- package/build/codecs.js.map +1 -1
- package/build/constants.d.ts.map +1 -1
- package/build/constants.js +9 -0
- package/build/constants.js.map +1 -1
- package/build/cron/pullCustomSiloOutstandingIdentifiers.d.ts +3 -1
- package/build/cron/pullCustomSiloOutstandingIdentifiers.d.ts.map +1 -1
- package/build/cron/pullCustomSiloOutstandingIdentifiers.js +20 -8
- package/build/cron/pullCustomSiloOutstandingIdentifiers.js.map +1 -1
- package/build/enums.d.ts +2 -1
- package/build/enums.d.ts.map +1 -1
- package/build/enums.js +1 -0
- package/build/enums.js.map +1 -1
- package/build/graphql/fetchAllPreferenceTopics.d.ts +25 -0
- package/build/graphql/fetchAllPreferenceTopics.d.ts.map +1 -1
- package/build/graphql/fetchAllPreferenceTopics.js.map +1 -1
- package/build/graphql/fetchAllPurposes.d.ts +22 -0
- package/build/graphql/fetchAllPurposes.d.ts.map +1 -1
- package/build/graphql/fetchAllPurposes.js.map +1 -1
- package/build/graphql/fetchAllPurposesAndPreferences.d.ts +15 -0
- package/build/graphql/fetchAllPurposesAndPreferences.d.ts.map +1 -0
- package/build/graphql/fetchAllPurposesAndPreferences.js +26 -0
- package/build/graphql/fetchAllPurposesAndPreferences.js.map +1 -0
- package/build/graphql/gqls/preferenceTopic.d.ts.map +1 -1
- package/build/graphql/gqls/preferenceTopic.js +14 -0
- package/build/graphql/gqls/preferenceTopic.js.map +1 -1
- package/build/graphql/gqls/purpose.d.ts.map +1 -1
- package/build/graphql/gqls/purpose.js +10 -0
- package/build/graphql/gqls/purpose.js.map +1 -1
- package/build/graphql/index.d.ts +1 -0
- package/build/graphql/index.d.ts.map +1 -1
- package/build/graphql/index.js +1 -0
- package/build/graphql/index.js.map +1 -1
- package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
- package/build/graphql/pullTranscendConfiguration.js +38 -1
- package/build/graphql/pullTranscendConfiguration.js.map +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/preference-management/tests/checkIfPendingPreferenceUpdatesAreNoOp.test.js +56 -0
- package/build/preference-management/tests/checkIfPendingPreferenceUpdatesAreNoOp.test.js.map +1 -1
- package/build/preference-management/tests/checkIfPendingPreferenceUpdatesCauseConflict.test.js +57 -0
- package/build/preference-management/tests/checkIfPendingPreferenceUpdatesCauseConflict.test.js.map +1 -1
- package/build/preference-management/tests/getPreferenceUpdatesFromRow.test.js +188 -0
- package/build/preference-management/tests/getPreferenceUpdatesFromRow.test.js.map +1 -1
- package/build/tsbuildinfo +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -393,38 +393,39 @@ In order to use this cli, you will first need to generate an API key on the Tran
|
|
|
393
393
|
|
|
394
394
|
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.
|
|
395
395
|
|
|
396
|
-
| Key | Description | Scope
|
|
397
|
-
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
|
|
398
|
-
| 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
|
|
399
|
-
| actionItems | Onboarding related action items | Read only
|
|
400
|
-
| actionItemCollections | Onboarding related action item group names | Read only
|
|
401
|
-
| templates | Email templates. Only template titles can be created and mapped to other resources. | View Email Templates
|
|
402
|
-
| dataSilos | The Data Silo/Integration definitions. | View Data Map,View Data Subject Request Settings
|
|
403
|
-
| enrichers | The Privacy Request enricher configurations. | View Identity Verification Settings
|
|
404
|
-
| teams | Team definitions of users and scope groupings | View Scopes
|
|
405
|
-
| businessEntities | The business entities in the data inventory. | View Data Inventory
|
|
406
|
-
| identifiers | The Privacy Request identifier configurations. | View Identity Verification Settings
|
|
407
|
-
| actions | The Privacy Request action settings. | View Data Subject Request Settings
|
|
408
|
-
| dataSubjects | The Privacy Request data subject settings. | View Data Subject Request Settings
|
|
409
|
-
| vendors | The vendors in the data inventory. | View Data Inventory
|
|
410
|
-
| dataCategories | The data categories in the data inventory. | View Data Inventory
|
|
411
|
-
| processingPurposes | The processing purposes in the data inventory. | View Data Inventory
|
|
412
|
-
| customFields | Custom field definitions that define extra metadata for each table in the Admin Dashboard. | View Global Attributes
|
|
413
|
-
| dataFlows | Consent Manager Data Flow definitions. | View Data Flows
|
|
414
|
-
| cookies | Consent Manager Cookie definitions. | View Data Flows
|
|
415
|
-
| consentManager | Consent Manager general settings, including domain list. | View Consent Manager
|
|
416
|
-
|
|
|
417
|
-
|
|
|
418
|
-
|
|
|
419
|
-
|
|
|
420
|
-
|
|
|
421
|
-
|
|
|
422
|
-
|
|
|
423
|
-
|
|
|
424
|
-
|
|
|
425
|
-
|
|
|
426
|
-
|
|
|
427
|
-
|
|
|
396
|
+
| Key | Description | Scope | Is Default | Link |
|
|
397
|
+
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
398
|
+
| 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) |
|
|
399
|
+
| actionItems | Onboarding related action items | Read only | false | [Action Items](https://app.transcend.io/action-items/all) |
|
|
400
|
+
| actionItemCollections | Onboarding related action item group names | Read only | false | [Action Items](https://app.transcend.io/action-items/all) |
|
|
401
|
+
| 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) |
|
|
402
|
+
| 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) |
|
|
403
|
+
| enrichers | The Privacy Request enricher configurations. | View Identity Verification Settings | true | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
|
|
404
|
+
| teams | Team definitions of users and scope groupings | View Scopes | false | [Administration -> Teams](https://app.transcend.io/admin/teams) |
|
|
405
|
+
| 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) |
|
|
406
|
+
| identifiers | The Privacy Request identifier configurations. | View Identity Verification Settings | false | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
|
|
407
|
+
| actions | The Privacy Request action settings. | View Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
|
|
408
|
+
| dataSubjects | The Privacy Request data subject settings. | View Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
|
|
409
|
+
| vendors | The vendors in the data inventory. | View Data Inventory | false | [Data Inventory -> Vendors](https://app.transcend.io/data-map/data-inventory/vendors) |
|
|
410
|
+
| 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) |
|
|
411
|
+
| 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) |
|
|
412
|
+
| 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) |
|
|
413
|
+
| dataFlows | Consent Manager Data Flow definitions. | View Data Flows | false | [Consent Management -> Data Flows](https://app.transcend.io/consent-manager/data-flows/approved) |
|
|
414
|
+
| cookies | Consent Manager Cookie definitions. | View Data Flows | false | [Consent Management -> Cookies](https://app.transcend.io/consent-manager/cookies/approved) |
|
|
415
|
+
| consentManager | Consent Manager general settings, including domain list. | View Consent Manager | false | [Consent Management -> Developer Settings](https://app.transcend.io/consent-manager/developer-settings) |
|
|
416
|
+
| purposes | Consent purposes and related preference management topics. | View Consent Manager,View Preference Store Settings | false | [Consent Management -> Regional Experiences -> Purposes](https://app.transcend.io/consent-manager/regional-experiences/purposes) |
|
|
417
|
+
| partitions | The partitions in the account (often representative of separate data controllers). | View Consent Manager | false | [Consent Management -> Developer Settings -> Advanced Settings](https://app.transcend.io/consent-manager/developer-settings/advanced-settings) |
|
|
418
|
+
| prompts | The Transcend AI prompts | View Prompts | false | [Prompt Manager -> Browse](https://app.transcend.io/prompts/browse) |
|
|
419
|
+
| promptPartials | The Transcend AI prompt partials | View Prompts | false | [Prompt Manager -> Partials](https://app.transcend.io/prompts/partialss) |
|
|
420
|
+
| promptGroups | The Transcend AI prompt groups | View Prompts | false | [Prompt Manager -> Groups](https://app.transcend.io/prompts/groups) |
|
|
421
|
+
| agents | The agents in the prompt manager. | View Prompts | false | [Prompt Manager -> Agents](https://app.transcend.io/prompts/agents) |
|
|
422
|
+
| agentFunctions | The agent functions in the prompt manager. | View Prompts | false | [Prompt Manager -> Agent Functions](https://app.transcend.io/prompts/agent-functions) |
|
|
423
|
+
| agentFiles | The agent files in the prompt manager. | View Prompts | false | [Prompt Manager -> Agent Files](https://app.transcend.io/prompts/agent-files) |
|
|
424
|
+
| privacyCenters | The privacy center configurations. | View Privacy Center | false | [Privacy Center](https://app.transcend.io/privacy-center/general-settings) |
|
|
425
|
+
| policies | The privacy center policies. | View Policies | false | [Privacy Center -> Policies](https://app.transcend.io/privacy-center/policies) |
|
|
426
|
+
| messages | Message definitions used across consent, privacy center, email templates and more. | View Internationalization Messages | false | [Privacy Center -> Messages](https://app.transcend.io/privacy-center/messages-internationalization), [Consent Management -> Display Settings -> Messages](https://app.transcend.io/consent-manager/display-settings/messages) |
|
|
427
|
+
| assessments | Assessment responses. | View Assessments | false | [Assessments -> Assessments](https://app.transcend.io/assessments/groups) |
|
|
428
|
+
| assessmentTemplates | Assessment template configurations. | View Assessments | false | [Assessment -> Templates](https://app.transcend.io/assessments/form-templates) |
|
|
428
429
|
|
|
429
430
|
_Note: The scopes for tr-push are comprehensive of the scopes for tr-pull_
|
|
430
431
|
|
|
@@ -543,6 +544,12 @@ Pull in request actions configurations (see [this example](./examples/actions.ym
|
|
|
543
544
|
tr-pull --auth=$TRANSCEND_API_KEY --resources=actions
|
|
544
545
|
```
|
|
545
546
|
|
|
547
|
+
Pull in consent manager purposes and preference management topics (see [this example](./examples/purposes.yml)):
|
|
548
|
+
|
|
549
|
+
```sh
|
|
550
|
+
tr-pull --auth=$TRANSCEND_API_KEY --resources=purposes
|
|
551
|
+
```
|
|
552
|
+
|
|
546
553
|
Pull in request data subject configurations (see [this example](./examples/data-subjects.yml)):
|
|
547
554
|
|
|
548
555
|
```sh
|
|
@@ -1757,15 +1764,16 @@ The API key must be associated to the ID of the integration/data silo that is be
|
|
|
1757
1764
|
|
|
1758
1765
|
#### Arguments
|
|
1759
1766
|
|
|
1760
|
-
| Argument
|
|
1761
|
-
|
|
|
1762
|
-
| auth
|
|
1763
|
-
| dataSiloId
|
|
1764
|
-
| actions
|
|
1765
|
-
| file
|
|
1766
|
-
| transcendUrl
|
|
1767
|
-
| sombraAuth
|
|
1768
|
-
| pageLimit
|
|
1767
|
+
| Argument | Description | Type | Default | Required |
|
|
1768
|
+
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------------ | -------- |
|
|
1769
|
+
| auth | The Transcend API key with the scopes necessary for the command. | string | N/A | true |
|
|
1770
|
+
| dataSiloId | The ID of the data silo to pull in. | string - UUID | N/A | true |
|
|
1771
|
+
| actions | The [request action](https://docs.transcend.io/docs/privacy-requests/configuring-requests/data-subject-requests#data-actions) to restart. | RequestAction[] | N/A | true |
|
|
1772
|
+
| file | Path to the CSV file where identifiers will be written to. | string - file-path | ./cron-identifiers.csv | false |
|
|
1773
|
+
| transcendUrl | URL of the Transcend backend. Use https://api.us.transcend.io for US hosting. | string - URL | https://api.transcend.io | false |
|
|
1774
|
+
| sombraAuth | The sombra internal key, use for additional authentication when self-hosting sombra. | string | N/A | false |
|
|
1775
|
+
| pageLimit | The page limit to use when pulling in pages of identifiers. | number | 100 | false |
|
|
1776
|
+
| skipRequestCount | Whether to skip the count of all outstanding requests. This is required to render the progress bar, but can take a long time to run if you have a large number of outstanding requests to process. In that case, we recommend setting skipRequestCount=true so that you can still proceed with fetching the identifiers. | boolean | false | false |
|
|
1769
1777
|
|
|
1770
1778
|
#### Usage
|
|
1771
1779
|
|
|
@@ -31,7 +31,7 @@ const requests_1 = require("./requests");
|
|
|
31
31
|
*/
|
|
32
32
|
async function main() {
|
|
33
33
|
// Parse command line arguments
|
|
34
|
-
const { file = './cron-identifiers.csv', transcendUrl = constants_1.DEFAULT_TRANSCEND_API, auth, sombraAuth, dataSiloId, actions, pageLimit = '100', } = (0, yargs_parser_1.default)(process.argv.slice(2));
|
|
34
|
+
const { file = './cron-identifiers.csv', transcendUrl = constants_1.DEFAULT_TRANSCEND_API, auth, sombraAuth, dataSiloId, actions, pageLimit = '100', skipRequestCount = false, } = (0, yargs_parser_1.default)(process.argv.slice(2));
|
|
35
35
|
// Ensure auth is passed
|
|
36
36
|
if (!auth) {
|
|
37
37
|
logger_1.logger.error(colors_1.default.red('A Transcend API key must be provided. You can specify using --auth=$TRANSCEND_API_KEY'));
|
|
@@ -45,6 +45,9 @@ async function main() {
|
|
|
45
45
|
logger_1.logger.error(colors_1.default.red('At least one action must be provided. You can specify using --actions=ERASURE'));
|
|
46
46
|
process.exit(1);
|
|
47
47
|
}
|
|
48
|
+
if (skipRequestCount === 'true') {
|
|
49
|
+
logger_1.logger.info(colors_1.default.yellow('Skipping request count as requested. This may help speed up the call.'));
|
|
50
|
+
}
|
|
48
51
|
// Validate actions
|
|
49
52
|
const parsedActions = (0, requests_1.splitCsvToList)(actions);
|
|
50
53
|
const invalidActions = parsedActions.filter(
|
|
@@ -63,6 +66,7 @@ async function main() {
|
|
|
63
66
|
auth,
|
|
64
67
|
sombraAuth,
|
|
65
68
|
dataSiloId,
|
|
69
|
+
skipRequestCount: skipRequestCount === 'true',
|
|
66
70
|
});
|
|
67
71
|
// Write CSV
|
|
68
72
|
const headers = (0, uniq_1.default)(identifiersFormattedForCsv.map((d) => Object.keys(d)).flat());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli-cron-pull-identifiers.js","sourceRoot":"","sources":["../src/cli-cron-pull-identifiers.ts"],"names":[],"mappings":";;;;;;AAEA,gEAAiC;AACjC,oDAA4B;AAE5B,qCAAkC;AAClC,uDAA+B;AAC/B,iCAAwE;AACxE,+DAA4D;AAC5D,2CAAoD;AACpD,yCAA4C;AAE5C;;;;;;;;;;;;;;;;GAgBG;AACH,KAAK,UAAU,IAAI;IACjB,+BAA+B;IAC/B,MAAM,EACJ,IAAI,GAAG,wBAAwB,EAC/B,YAAY,GAAG,iCAAqB,EACpC,IAAI,EACJ,UAAU,EACV,UAAU,EACV,OAAO,EACP,SAAS,GAAG,KAAK,
|
|
1
|
+
{"version":3,"file":"cli-cron-pull-identifiers.js","sourceRoot":"","sources":["../src/cli-cron-pull-identifiers.ts"],"names":[],"mappings":";;;;;;AAEA,gEAAiC;AACjC,oDAA4B;AAE5B,qCAAkC;AAClC,uDAA+B;AAC/B,iCAAwE;AACxE,+DAA4D;AAC5D,2CAAoD;AACpD,yCAA4C;AAE5C;;;;;;;;;;;;;;;;GAgBG;AACH,KAAK,UAAU,IAAI;IACjB,+BAA+B;IAC/B,MAAM,EACJ,IAAI,GAAG,wBAAwB,EAC/B,YAAY,GAAG,iCAAqB,EACpC,IAAI,EACJ,UAAU,EACV,UAAU,EACV,OAAO,EACP,SAAS,GAAG,KAAK,EACjB,gBAAgB,GAAG,KAAK,GACzB,GAAG,IAAA,sBAAK,EAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAA8B,CAAC;IAE9D,wBAAwB;IACxB,IAAI,CAAC,IAAI,EAAE;QACT,eAAM,CAAC,KAAK,CACV,gBAAM,CAAC,GAAG,CACR,uFAAuF,CACxF,CACF,CAAC;QACF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACjB;IAED,IAAI,CAAC,UAAU,EAAE;QACf,eAAM,CAAC,KAAK,CACV,gBAAM,CAAC,GAAG,CACR,0GAA0G,CAC3G,CACF,CAAC;QACF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACjB;IAED,IAAI,CAAC,OAAO,EAAE;QACZ,eAAM,CAAC,KAAK,CACV,gBAAM,CAAC,GAAG,CACR,+EAA+E,CAChF,CACF,CAAC;QACF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACjB;IAED,IAAI,gBAAgB,KAAK,MAAM,EAAE;QAC/B,eAAM,CAAC,IAAI,CACT,gBAAM,CAAC,MAAM,CACX,uEAAuE,CACxE,CACF,CAAC;KACH;IAED,mBAAmB;IACnB,MAAM,aAAa,GAAG,IAAA,yBAAc,EAAC,OAAO,CAAoB,CAAC;IACjE,MAAM,cAAc,GAAG,aAAa,CAAC,MAAM;IACzC,8DAA8D;IAC9D,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,6BAAa,CAAC,CAAC,QAAQ,CAAC,IAAW,CAAC,CAC9D,CAAC;IACF,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE;QAC7B,eAAM,CAAC,KAAK,CACV,gBAAM,CAAC,GAAG,CACR,4BAA4B,cAAc,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM;YACxD,sBAAsB,MAAM,CAAC,MAAM,CAAC,6BAAa,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAClE,CACF,CAAC;QACF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACjB;IAED,oCAAoC;IACpC,MAAM,EAAE,0BAA0B,EAAE,GAClC,MAAM,IAAA,2CAAoC,EAAC;QACzC,YAAY;QACZ,SAAS,EAAE,QAAQ,CAAC,SAAS,EAAE,EAAE,CAAC;QAClC,OAAO,EAAE,aAAa;QACtB,IAAI;QACJ,UAAU;QACV,UAAU;QACV,gBAAgB,EAAE,gBAAgB,KAAK,MAAM;KAC9C,CAAC,CAAC;IAEL,YAAY;IACZ,MAAM,OAAO,GAAG,IAAA,cAAI,EAClB,0BAA0B,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAC7D,CAAC;IACF,IAAA,eAAQ,EAAC,IAAI,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAC;IACpD,eAAM,CAAC,IAAI,CACT,gBAAM,CAAC,KAAK,CACV,sBAAsB,0BAA0B,CAAC,MAAM,yBAAyB,IAAI,GAAG,CACxF,CACF,CAAC;AACJ,CAAC;AAED,IAAI,EAAE,CAAC"}
|
package/build/codecs.d.ts
CHANGED
|
@@ -41052,7 +41052,6 @@ export declare const PrivacyCenterInput: t.PartialC<{
|
|
|
41052
41052
|
name: t.StringC;
|
|
41053
41053
|
url: t.StringC;
|
|
41054
41054
|
}>, t.PartialC<{
|
|
41055
|
-
/** Type override */
|
|
41056
41055
|
assets: t.ArrayC<t.TypeC<{
|
|
41057
41056
|
name: t.StringC;
|
|
41058
41057
|
url: t.StringC;
|
|
@@ -47222,6 +47221,7 @@ export declare const AssessmentSectionQuestionInput: t.IntersectionC<[t.TypeC<{
|
|
|
47222
47221
|
TEAM: unknown;
|
|
47223
47222
|
DATA_SUB_CATEGORY: unknown;
|
|
47224
47223
|
PROCESSING_PURPOSE_SUB_CATEGORY: unknown;
|
|
47224
|
+
PROCESSING_ACTIVITY: unknown;
|
|
47225
47225
|
VENDOR: unknown;
|
|
47226
47226
|
REGION: unknown;
|
|
47227
47227
|
BUSINESS_ENTITY: unknown;
|
|
@@ -47320,6 +47320,7 @@ export declare const AssessmentSectionQuestionInput: t.IntersectionC<[t.TypeC<{
|
|
|
47320
47320
|
vendor: unknown;
|
|
47321
47321
|
dataSubCategory: unknown;
|
|
47322
47322
|
processingPurposeSubCategory: unknown;
|
|
47323
|
+
processingActivity: unknown;
|
|
47323
47324
|
}>;
|
|
47324
47325
|
/** Sync column for the question */
|
|
47325
47326
|
'sync-column': t.KeyofC<{
|
|
@@ -47403,6 +47404,10 @@ export declare const AssessmentSectionQuestionInput: t.IntersectionC<[t.TypeC<{
|
|
|
47403
47404
|
PURPOSE: unknown;
|
|
47404
47405
|
DATA_PROTECTION_OFFICER_EMAIL: unknown;
|
|
47405
47406
|
DATA_PROTECTION_OFFICER_NAME: unknown;
|
|
47407
|
+
SECURITY_MEASURE_DETAILS: unknown;
|
|
47408
|
+
STORAGE_REGIONS: unknown;
|
|
47409
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: unknown;
|
|
47410
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: unknown;
|
|
47406
47411
|
}>;
|
|
47407
47412
|
/** Attribute key / custom field name for the question */
|
|
47408
47413
|
'attribute-key': t.StringC;
|
|
@@ -47438,6 +47443,7 @@ export declare const AssessmentSectionInput: t.IntersectionC<[t.TypeC<{
|
|
|
47438
47443
|
TEAM: unknown;
|
|
47439
47444
|
DATA_SUB_CATEGORY: unknown;
|
|
47440
47445
|
PROCESSING_PURPOSE_SUB_CATEGORY: unknown;
|
|
47446
|
+
PROCESSING_ACTIVITY: unknown;
|
|
47441
47447
|
VENDOR: unknown;
|
|
47442
47448
|
REGION: unknown;
|
|
47443
47449
|
BUSINESS_ENTITY: unknown;
|
|
@@ -47536,6 +47542,7 @@ export declare const AssessmentSectionInput: t.IntersectionC<[t.TypeC<{
|
|
|
47536
47542
|
vendor: unknown;
|
|
47537
47543
|
dataSubCategory: unknown;
|
|
47538
47544
|
processingPurposeSubCategory: unknown;
|
|
47545
|
+
processingActivity: unknown;
|
|
47539
47546
|
}>;
|
|
47540
47547
|
/** Sync column for the question */
|
|
47541
47548
|
'sync-column': t.KeyofC<{
|
|
@@ -47619,6 +47626,10 @@ export declare const AssessmentSectionInput: t.IntersectionC<[t.TypeC<{
|
|
|
47619
47626
|
PURPOSE: unknown;
|
|
47620
47627
|
DATA_PROTECTION_OFFICER_EMAIL: unknown;
|
|
47621
47628
|
DATA_PROTECTION_OFFICER_NAME: unknown;
|
|
47629
|
+
SECURITY_MEASURE_DETAILS: unknown;
|
|
47630
|
+
STORAGE_REGIONS: unknown;
|
|
47631
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: unknown;
|
|
47632
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: unknown;
|
|
47622
47633
|
}>;
|
|
47623
47634
|
/** Attribute key / custom field name for the question */
|
|
47624
47635
|
'attribute-key': t.StringC;
|
|
@@ -47686,6 +47697,7 @@ export declare const AssessmentTemplateInput: t.IntersectionC<[t.TypeC<{
|
|
|
47686
47697
|
TEAM: unknown;
|
|
47687
47698
|
DATA_SUB_CATEGORY: unknown;
|
|
47688
47699
|
PROCESSING_PURPOSE_SUB_CATEGORY: unknown;
|
|
47700
|
+
PROCESSING_ACTIVITY: unknown;
|
|
47689
47701
|
VENDOR: unknown;
|
|
47690
47702
|
REGION: unknown;
|
|
47691
47703
|
BUSINESS_ENTITY: unknown;
|
|
@@ -47784,6 +47796,7 @@ export declare const AssessmentTemplateInput: t.IntersectionC<[t.TypeC<{
|
|
|
47784
47796
|
vendor: unknown;
|
|
47785
47797
|
dataSubCategory: unknown;
|
|
47786
47798
|
processingPurposeSubCategory: unknown;
|
|
47799
|
+
processingActivity: unknown;
|
|
47787
47800
|
}>;
|
|
47788
47801
|
/** Sync column for the question */
|
|
47789
47802
|
'sync-column': t.KeyofC<{
|
|
@@ -47867,6 +47880,10 @@ export declare const AssessmentTemplateInput: t.IntersectionC<[t.TypeC<{
|
|
|
47867
47880
|
PURPOSE: unknown;
|
|
47868
47881
|
DATA_PROTECTION_OFFICER_EMAIL: unknown;
|
|
47869
47882
|
DATA_PROTECTION_OFFICER_NAME: unknown;
|
|
47883
|
+
SECURITY_MEASURE_DETAILS: unknown;
|
|
47884
|
+
STORAGE_REGIONS: unknown;
|
|
47885
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: unknown;
|
|
47886
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: unknown;
|
|
47870
47887
|
}>;
|
|
47871
47888
|
/** Attribute key / custom field name for the question */
|
|
47872
47889
|
'attribute-key': t.StringC;
|
|
@@ -47999,6 +48016,7 @@ export declare const AssessmentInput: t.IntersectionC<[t.TypeC<{
|
|
|
47999
48016
|
TEAM: unknown;
|
|
48000
48017
|
DATA_SUB_CATEGORY: unknown;
|
|
48001
48018
|
PROCESSING_PURPOSE_SUB_CATEGORY: unknown;
|
|
48019
|
+
PROCESSING_ACTIVITY: unknown;
|
|
48002
48020
|
VENDOR: unknown;
|
|
48003
48021
|
REGION: unknown;
|
|
48004
48022
|
BUSINESS_ENTITY: unknown;
|
|
@@ -48097,6 +48115,7 @@ export declare const AssessmentInput: t.IntersectionC<[t.TypeC<{
|
|
|
48097
48115
|
vendor: unknown;
|
|
48098
48116
|
dataSubCategory: unknown;
|
|
48099
48117
|
processingPurposeSubCategory: unknown;
|
|
48118
|
+
processingActivity: unknown;
|
|
48100
48119
|
}>;
|
|
48101
48120
|
/** Sync column for the question */
|
|
48102
48121
|
'sync-column': t.KeyofC<{
|
|
@@ -48180,6 +48199,10 @@ export declare const AssessmentInput: t.IntersectionC<[t.TypeC<{
|
|
|
48180
48199
|
PURPOSE: unknown;
|
|
48181
48200
|
DATA_PROTECTION_OFFICER_EMAIL: unknown;
|
|
48182
48201
|
DATA_PROTECTION_OFFICER_NAME: unknown;
|
|
48202
|
+
SECURITY_MEASURE_DETAILS: unknown;
|
|
48203
|
+
STORAGE_REGIONS: unknown;
|
|
48204
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: unknown;
|
|
48205
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: unknown;
|
|
48183
48206
|
}>;
|
|
48184
48207
|
/** Attribute key / custom field name for the question */
|
|
48185
48208
|
'attribute-key': t.StringC;
|
|
@@ -48336,6 +48359,104 @@ export declare const AssessmentInput: t.IntersectionC<[t.TypeC<{
|
|
|
48336
48359
|
}>]>;
|
|
48337
48360
|
/** Type override */
|
|
48338
48361
|
export type AssessmentInput = t.TypeOf<typeof AssessmentInput>;
|
|
48362
|
+
export declare const ConsentPreferenceTopicOptionValue: t.TypeC<{
|
|
48363
|
+
/** Title of option value */
|
|
48364
|
+
title: t.StringC;
|
|
48365
|
+
/** API slug */
|
|
48366
|
+
slug: t.StringC;
|
|
48367
|
+
}>;
|
|
48368
|
+
/** Type override */
|
|
48369
|
+
export type ConsentPreferenceTopicOptionValue = t.TypeOf<typeof ConsentPreferenceTopicOptionValue>;
|
|
48370
|
+
export declare const ConsentPreferenceTopic: t.IntersectionC<[t.TypeC<{
|
|
48371
|
+
/** The type of the preference topic */
|
|
48372
|
+
type: t.KeyofC<{
|
|
48373
|
+
MULTI_SELECT: unknown;
|
|
48374
|
+
SELECT: unknown;
|
|
48375
|
+
BOOLEAN: unknown;
|
|
48376
|
+
}>;
|
|
48377
|
+
/** The title of the preference topic */
|
|
48378
|
+
title: t.StringC;
|
|
48379
|
+
/** The description of the preference topic */
|
|
48380
|
+
description: t.StringC;
|
|
48381
|
+
}>, t.PartialC<{
|
|
48382
|
+
/** Default value */
|
|
48383
|
+
'default-configuration': t.StringC;
|
|
48384
|
+
/** Whether the preference topic is shown in privacy center */
|
|
48385
|
+
'show-in-privacy-center': t.BooleanC;
|
|
48386
|
+
/** The options when type is single or multi select */
|
|
48387
|
+
options: t.ArrayC<t.TypeC<{
|
|
48388
|
+
/** Title of option value */
|
|
48389
|
+
title: t.StringC;
|
|
48390
|
+
/** API slug */
|
|
48391
|
+
slug: t.StringC;
|
|
48392
|
+
}>>;
|
|
48393
|
+
}>]>;
|
|
48394
|
+
/** Type override */
|
|
48395
|
+
export type ConsentPreferenceTopic = t.TypeOf<typeof ConsentPreferenceTopic>;
|
|
48396
|
+
export declare const ConsentPurpose: t.IntersectionC<[t.TypeC<{
|
|
48397
|
+
/** Consent purpose slug */
|
|
48398
|
+
trackingType: t.StringC;
|
|
48399
|
+
/** The title of the tracking purpose that appears in Consent Management and Privacy Center UIs */
|
|
48400
|
+
title: t.StringC;
|
|
48401
|
+
/** The display name of this tracking purpose */
|
|
48402
|
+
name: t.StringC;
|
|
48403
|
+
}>, t.PartialC<{
|
|
48404
|
+
/** Description of purpose */
|
|
48405
|
+
description: t.StringC;
|
|
48406
|
+
/** Whether purpose is active */
|
|
48407
|
+
'is-active': t.BooleanC;
|
|
48408
|
+
/** Whether purpose is configurable */
|
|
48409
|
+
configurable: t.BooleanC;
|
|
48410
|
+
/** Display order of purpose for privacy center */
|
|
48411
|
+
'display-order': t.NumberC;
|
|
48412
|
+
/** Whether purpose is shown in privacy center */
|
|
48413
|
+
'show-in-privacy-center': t.BooleanC;
|
|
48414
|
+
/** Whether purpose is show in consent manger */
|
|
48415
|
+
'show-in-consent-manager': t.BooleanC;
|
|
48416
|
+
/** The preference topics configured for the purpose */
|
|
48417
|
+
'preference-topics': t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
48418
|
+
/** The type of the preference topic */
|
|
48419
|
+
type: t.KeyofC<{
|
|
48420
|
+
MULTI_SELECT: unknown;
|
|
48421
|
+
SELECT: unknown;
|
|
48422
|
+
BOOLEAN: unknown;
|
|
48423
|
+
}>;
|
|
48424
|
+
/** The title of the preference topic */
|
|
48425
|
+
title: t.StringC;
|
|
48426
|
+
/** The description of the preference topic */
|
|
48427
|
+
description: t.StringC;
|
|
48428
|
+
}>, t.PartialC<{
|
|
48429
|
+
/** Default value */
|
|
48430
|
+
'default-configuration': t.StringC;
|
|
48431
|
+
/** Whether the preference topic is shown in privacy center */
|
|
48432
|
+
'show-in-privacy-center': t.BooleanC;
|
|
48433
|
+
/** The options when type is single or multi select */
|
|
48434
|
+
options: t.ArrayC<t.TypeC<{
|
|
48435
|
+
/** Title of option value */
|
|
48436
|
+
title: t.StringC;
|
|
48437
|
+
/** API slug */
|
|
48438
|
+
slug: t.StringC;
|
|
48439
|
+
}>>;
|
|
48440
|
+
}>]>>;
|
|
48441
|
+
/** Authentication level for purpose on privacy center */
|
|
48442
|
+
'auth-level': t.KeyofC<{
|
|
48443
|
+
REQUIRED: unknown;
|
|
48444
|
+
OPTIONAL: unknown;
|
|
48445
|
+
ALLOW_OPT_OUT: unknown;
|
|
48446
|
+
}>;
|
|
48447
|
+
/** Opt out signals that should instantly opt out of this purpose */
|
|
48448
|
+
'opt-out-signals': t.ArrayC<t.KeyofC<{
|
|
48449
|
+
GPC: unknown;
|
|
48450
|
+
DNT: unknown;
|
|
48451
|
+
}>>;
|
|
48452
|
+
/** Default consent value */
|
|
48453
|
+
'default-consent': t.KeyofC<{
|
|
48454
|
+
Auto: unknown;
|
|
48455
|
+
off: unknown;
|
|
48456
|
+
}>;
|
|
48457
|
+
}>]>;
|
|
48458
|
+
/** Type override */
|
|
48459
|
+
export type ConsentPurpose = t.TypeOf<typeof ConsentPurpose>;
|
|
48339
48460
|
export declare const TranscendInput: t.PartialC<{
|
|
48340
48461
|
/**
|
|
48341
48462
|
* Action items
|
|
@@ -88339,7 +88460,6 @@ export declare const TranscendInput: t.PartialC<{
|
|
|
88339
88460
|
name: t.StringC;
|
|
88340
88461
|
url: t.StringC;
|
|
88341
88462
|
}>, t.PartialC<{
|
|
88342
|
-
/** Type override */
|
|
88343
88463
|
assets: t.ArrayC<t.TypeC<{
|
|
88344
88464
|
name: t.StringC;
|
|
88345
88465
|
url: t.StringC;
|
|
@@ -88564,6 +88684,7 @@ export declare const TranscendInput: t.PartialC<{
|
|
|
88564
88684
|
TEAM: unknown;
|
|
88565
88685
|
DATA_SUB_CATEGORY: unknown;
|
|
88566
88686
|
PROCESSING_PURPOSE_SUB_CATEGORY: unknown;
|
|
88687
|
+
PROCESSING_ACTIVITY: unknown;
|
|
88567
88688
|
VENDOR: unknown;
|
|
88568
88689
|
REGION: unknown;
|
|
88569
88690
|
BUSINESS_ENTITY: unknown;
|
|
@@ -88662,6 +88783,7 @@ export declare const TranscendInput: t.PartialC<{
|
|
|
88662
88783
|
vendor: unknown;
|
|
88663
88784
|
dataSubCategory: unknown;
|
|
88664
88785
|
processingPurposeSubCategory: unknown;
|
|
88786
|
+
processingActivity: unknown;
|
|
88665
88787
|
}>;
|
|
88666
88788
|
/** Sync column for the question */
|
|
88667
88789
|
'sync-column': t.KeyofC<{
|
|
@@ -88745,6 +88867,10 @@ export declare const TranscendInput: t.PartialC<{
|
|
|
88745
88867
|
PURPOSE: unknown;
|
|
88746
88868
|
DATA_PROTECTION_OFFICER_EMAIL: unknown;
|
|
88747
88869
|
DATA_PROTECTION_OFFICER_NAME: unknown;
|
|
88870
|
+
SECURITY_MEASURE_DETAILS: unknown;
|
|
88871
|
+
STORAGE_REGIONS: unknown;
|
|
88872
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: unknown;
|
|
88873
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: unknown;
|
|
88748
88874
|
}>;
|
|
88749
88875
|
/** Attribute key / custom field name for the question */
|
|
88750
88876
|
'attribute-key': t.StringC;
|
|
@@ -88842,6 +88968,7 @@ export declare const TranscendInput: t.PartialC<{
|
|
|
88842
88968
|
TEAM: unknown;
|
|
88843
88969
|
DATA_SUB_CATEGORY: unknown;
|
|
88844
88970
|
PROCESSING_PURPOSE_SUB_CATEGORY: unknown;
|
|
88971
|
+
PROCESSING_ACTIVITY: unknown;
|
|
88845
88972
|
VENDOR: unknown;
|
|
88846
88973
|
REGION: unknown;
|
|
88847
88974
|
BUSINESS_ENTITY: unknown;
|
|
@@ -88940,6 +89067,7 @@ export declare const TranscendInput: t.PartialC<{
|
|
|
88940
89067
|
vendor: unknown;
|
|
88941
89068
|
dataSubCategory: unknown;
|
|
88942
89069
|
processingPurposeSubCategory: unknown;
|
|
89070
|
+
processingActivity: unknown;
|
|
88943
89071
|
}>;
|
|
88944
89072
|
/** Sync column for the question */
|
|
88945
89073
|
'sync-column': t.KeyofC<{
|
|
@@ -89023,6 +89151,10 @@ export declare const TranscendInput: t.PartialC<{
|
|
|
89023
89151
|
PURPOSE: unknown;
|
|
89024
89152
|
DATA_PROTECTION_OFFICER_EMAIL: unknown;
|
|
89025
89153
|
DATA_PROTECTION_OFFICER_NAME: unknown;
|
|
89154
|
+
SECURITY_MEASURE_DETAILS: unknown;
|
|
89155
|
+
STORAGE_REGIONS: unknown;
|
|
89156
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: unknown;
|
|
89157
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: unknown;
|
|
89026
89158
|
}>;
|
|
89027
89159
|
/** Attribute key / custom field name for the question */
|
|
89028
89160
|
'attribute-key': t.StringC;
|
|
@@ -89177,6 +89309,71 @@ export declare const TranscendInput: t.PartialC<{
|
|
|
89177
89309
|
values: t.ArrayC<t.StringC>;
|
|
89178
89310
|
}>>;
|
|
89179
89311
|
}>]>>;
|
|
89312
|
+
/**
|
|
89313
|
+
* Consent and preference management purposes
|
|
89314
|
+
*/
|
|
89315
|
+
purposes: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
89316
|
+
/** Consent purpose slug */
|
|
89317
|
+
trackingType: t.StringC;
|
|
89318
|
+
/** The title of the tracking purpose that appears in Consent Management and Privacy Center UIs */
|
|
89319
|
+
title: t.StringC;
|
|
89320
|
+
/** The display name of this tracking purpose */
|
|
89321
|
+
name: t.StringC;
|
|
89322
|
+
}>, t.PartialC<{
|
|
89323
|
+
/** Description of purpose */
|
|
89324
|
+
description: t.StringC;
|
|
89325
|
+
/** Whether purpose is active */
|
|
89326
|
+
'is-active': t.BooleanC;
|
|
89327
|
+
/** Whether purpose is configurable */
|
|
89328
|
+
configurable: t.BooleanC;
|
|
89329
|
+
/** Display order of purpose for privacy center */
|
|
89330
|
+
'display-order': t.NumberC;
|
|
89331
|
+
/** Whether purpose is shown in privacy center */
|
|
89332
|
+
'show-in-privacy-center': t.BooleanC;
|
|
89333
|
+
/** Whether purpose is show in consent manger */
|
|
89334
|
+
'show-in-consent-manager': t.BooleanC;
|
|
89335
|
+
/** The preference topics configured for the purpose */
|
|
89336
|
+
'preference-topics': t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
89337
|
+
/** The type of the preference topic */
|
|
89338
|
+
type: t.KeyofC<{
|
|
89339
|
+
MULTI_SELECT: unknown;
|
|
89340
|
+
SELECT: unknown;
|
|
89341
|
+
BOOLEAN: unknown;
|
|
89342
|
+
}>;
|
|
89343
|
+
/** The title of the preference topic */
|
|
89344
|
+
title: t.StringC;
|
|
89345
|
+
/** The description of the preference topic */
|
|
89346
|
+
description: t.StringC;
|
|
89347
|
+
}>, t.PartialC<{
|
|
89348
|
+
/** Default value */
|
|
89349
|
+
'default-configuration': t.StringC;
|
|
89350
|
+
/** Whether the preference topic is shown in privacy center */
|
|
89351
|
+
'show-in-privacy-center': t.BooleanC;
|
|
89352
|
+
/** The options when type is single or multi select */
|
|
89353
|
+
options: t.ArrayC<t.TypeC<{
|
|
89354
|
+
/** Title of option value */
|
|
89355
|
+
title: t.StringC;
|
|
89356
|
+
/** API slug */
|
|
89357
|
+
slug: t.StringC;
|
|
89358
|
+
}>>;
|
|
89359
|
+
}>]>>;
|
|
89360
|
+
/** Authentication level for purpose on privacy center */
|
|
89361
|
+
'auth-level': t.KeyofC<{
|
|
89362
|
+
REQUIRED: unknown;
|
|
89363
|
+
OPTIONAL: unknown;
|
|
89364
|
+
ALLOW_OPT_OUT: unknown;
|
|
89365
|
+
}>;
|
|
89366
|
+
/** Opt out signals that should instantly opt out of this purpose */
|
|
89367
|
+
'opt-out-signals': t.ArrayC<t.KeyofC<{
|
|
89368
|
+
GPC: unknown;
|
|
89369
|
+
DNT: unknown;
|
|
89370
|
+
}>>;
|
|
89371
|
+
/** Default consent value */
|
|
89372
|
+
'default-consent': t.KeyofC<{
|
|
89373
|
+
Auto: unknown;
|
|
89374
|
+
off: unknown;
|
|
89375
|
+
}>;
|
|
89376
|
+
}>]>>;
|
|
89180
89377
|
}>;
|
|
89181
89378
|
/** Type override */
|
|
89182
89379
|
export type TranscendInput = t.TypeOf<typeof TranscendInput>;
|