@transcend-io/cli 4.26.3 → 4.30.0
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 +72 -24
- package/build/cli-pull.js +18 -1
- package/build/cli-pull.js.map +1 -1
- package/build/codecs.d.ts +11417 -17
- package/build/codecs.d.ts.map +1 -1
- package/build/codecs.js +259 -10
- package/build/codecs.js.map +1 -1
- package/build/graphql/fetchAllActions.d.ts +24 -0
- package/build/graphql/fetchAllActions.d.ts.map +1 -0
- package/build/graphql/fetchAllActions.js +32 -0
- package/build/graphql/fetchAllActions.js.map +1 -0
- package/build/graphql/fetchAllBusinessEntities.d.ts +38 -0
- package/build/graphql/fetchAllBusinessEntities.d.ts.map +1 -0
- package/build/graphql/fetchAllBusinessEntities.js +32 -0
- package/build/graphql/fetchAllBusinessEntities.js.map +1 -0
- package/build/graphql/fetchAllCookies.js +1 -1
- package/build/graphql/fetchAllCookies.js.map +1 -1
- package/build/graphql/fetchConsentManagerId.d.ts +29 -0
- package/build/graphql/fetchConsentManagerId.d.ts.map +1 -1
- package/build/graphql/fetchConsentManagerId.js +24 -2
- package/build/graphql/fetchConsentManagerId.js.map +1 -1
- package/build/graphql/fetchDataSubjects.d.ts +21 -1
- package/build/graphql/fetchDataSubjects.d.ts.map +1 -1
- package/build/graphql/fetchDataSubjects.js +16 -4
- package/build/graphql/fetchDataSubjects.js.map +1 -1
- package/build/graphql/fetchIdentifiers.d.ts +28 -0
- package/build/graphql/fetchIdentifiers.d.ts.map +1 -1
- package/build/graphql/fetchIdentifiers.js.map +1 -1
- package/build/graphql/gqls/action.d.ts +2 -0
- package/build/graphql/gqls/action.d.ts.map +1 -0
- package/build/graphql/gqls/action.js +19 -0
- package/build/graphql/gqls/action.js.map +1 -0
- package/build/graphql/gqls/attribute.js +2 -2
- package/build/graphql/gqls/attribute.js.map +1 -1
- package/build/graphql/gqls/businessEntity.d.ts +2 -0
- package/build/graphql/gqls/businessEntity.d.ts.map +1 -0
- package/build/graphql/gqls/businessEntity.js +27 -0
- package/build/graphql/gqls/businessEntity.js.map +1 -0
- package/build/graphql/gqls/consentManager.d.ts +4 -0
- package/build/graphql/gqls/consentManager.d.ts.map +1 -1
- package/build/graphql/gqls/consentManager.js +47 -4
- package/build/graphql/gqls/consentManager.js.map +1 -1
- package/build/graphql/gqls/dataSubject.d.ts.map +1 -1
- package/build/graphql/gqls/dataSubject.js +7 -0
- package/build/graphql/gqls/dataSubject.js.map +1 -1
- package/build/graphql/gqls/enricher.js +1 -1
- package/build/graphql/gqls/identifier.d.ts.map +1 -1
- package/build/graphql/gqls/identifier.js +15 -0
- package/build/graphql/gqls/identifier.js.map +1 -1
- package/build/graphql/gqls/index.d.ts +2 -0
- package/build/graphql/gqls/index.d.ts.map +1 -1
- package/build/graphql/gqls/index.js +2 -0
- package/build/graphql/gqls/index.js.map +1 -1
- package/build/graphql/index.d.ts +5 -0
- package/build/graphql/index.d.ts.map +1 -1
- package/build/graphql/index.js +5 -0
- package/build/graphql/index.js.map +1 -1
- package/build/graphql/pullTranscendConfiguration.d.ts +28 -7
- package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
- package/build/graphql/pullTranscendConfiguration.js +298 -109
- package/build/graphql/pullTranscendConfiguration.js.map +1 -1
- package/build/graphql/syncAttribute.d.ts +12 -0
- package/build/graphql/syncAttribute.d.ts.map +1 -0
- package/build/graphql/syncAttribute.js +68 -0
- package/build/graphql/syncAttribute.js.map +1 -0
- package/build/graphql/syncConfigurationToTranscend.d.ts.map +1 -1
- package/build/graphql/syncConfigurationToTranscend.js +107 -9
- package/build/graphql/syncConfigurationToTranscend.js.map +1 -1
- package/build/graphql/syncConsentManager.d.ts +10 -0
- package/build/graphql/syncConsentManager.d.ts.map +1 -0
- package/build/graphql/syncConsentManager.js +23 -0
- package/build/graphql/syncConsentManager.js.map +1 -0
- package/build/graphql/syncDataFlows.d.ts +17 -0
- package/build/graphql/syncDataFlows.d.ts.map +1 -0
- package/build/graphql/syncDataFlows.js +70 -0
- package/build/graphql/syncDataFlows.js.map +1 -0
- package/build/graphql/syncEnrichers.d.ts.map +1 -1
- package/build/graphql/syncEnrichers.js +6 -3
- package/build/graphql/syncEnrichers.js.map +1 -1
- package/build/tests/readTranscendYaml.test.js +0 -3
- package/build/tests/readTranscendYaml.test.js.map +1 -1
- package/build/tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.fetchConsentManagerId = void 0;
|
|
3
|
+
exports.fetchPurposes = exports.fetchConsentManagerId = exports.fetchConsentManager = void 0;
|
|
4
4
|
const gqls_1 = require("./gqls");
|
|
5
5
|
const makeGraphQLRequest_1 = require("./makeGraphQLRequest");
|
|
6
6
|
/**
|
|
@@ -9,9 +9,31 @@ const makeGraphQLRequest_1 = require("./makeGraphQLRequest");
|
|
|
9
9
|
* @param client - GraphQL client
|
|
10
10
|
* @returns Consent manager ID in organization
|
|
11
11
|
*/
|
|
12
|
-
async function
|
|
12
|
+
async function fetchConsentManager(client) {
|
|
13
13
|
const { consentManager: { consentManager }, } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.FETCH_CONSENT_MANAGER);
|
|
14
|
+
return consentManager;
|
|
15
|
+
}
|
|
16
|
+
exports.fetchConsentManager = fetchConsentManager;
|
|
17
|
+
/**
|
|
18
|
+
* Fetch consent manager ID
|
|
19
|
+
*
|
|
20
|
+
* @param client - GraphQL client
|
|
21
|
+
* @returns Consent manager ID in organization
|
|
22
|
+
*/
|
|
23
|
+
async function fetchConsentManagerId(client) {
|
|
24
|
+
const { consentManager: { consentManager }, } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.FETCH_CONSENT_MANAGER_ID);
|
|
14
25
|
return consentManager.id;
|
|
15
26
|
}
|
|
16
27
|
exports.fetchConsentManagerId = fetchConsentManagerId;
|
|
28
|
+
/**
|
|
29
|
+
* Fetch consent manager ID
|
|
30
|
+
*
|
|
31
|
+
* @param client - GraphQL client
|
|
32
|
+
* @returns Consent manager ID in organization
|
|
33
|
+
*/
|
|
34
|
+
async function fetchPurposes(client) {
|
|
35
|
+
const { purposes: { purposes }, } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.PURPOSES);
|
|
36
|
+
return purposes;
|
|
37
|
+
}
|
|
38
|
+
exports.fetchPurposes = fetchPurposes;
|
|
17
39
|
//# sourceMappingURL=fetchConsentManagerId.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetchConsentManagerId.js","sourceRoot":"","sources":["../../src/graphql/fetchConsentManagerId.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"fetchConsentManagerId.js","sourceRoot":"","sources":["../../src/graphql/fetchConsentManagerId.ts"],"names":[],"mappings":";;;AACA,iCAIgB;AAChB,6DAA0D;AAY1D;;;;;GAKG;AACI,KAAK,UAAU,mBAAmB,CACvC,MAAqB;IAErB,MAAM,EACJ,cAAc,EAAE,EAAE,cAAc,EAAE,GACnC,GAAG,MAAM,IAAA,uCAAkB,EAMzB,MAAM,EAAE,4BAAqB,CAAC,CAAC;IAClC,OAAO,cAAc,CAAC;AACxB,CAAC;AAbD,kDAaC;AAED;;;;;GAKG;AACI,KAAK,UAAU,qBAAqB,CACzC,MAAqB;IAErB,MAAM,EACJ,cAAc,EAAE,EAAE,cAAc,EAAE,GACnC,GAAG,MAAM,IAAA,uCAAkB,EASzB,MAAM,EAAE,+BAAwB,CAAC,CAAC;IACrC,OAAO,cAAc,CAAC,EAAE,CAAC;AAC3B,CAAC;AAhBD,sDAgBC;AASD;;;;;GAKG;AACI,KAAK,UAAU,aAAa,CACjC,MAAqB;IAErB,MAAM,EACJ,QAAQ,EAAE,EAAE,QAAQ,EAAE,GACvB,GAAG,MAAM,IAAA,uCAAkB,EAMzB,MAAM,EAAE,eAAQ,CAAC,CAAC;IACrB,OAAO,QAAQ,CAAC;AAClB,CAAC;AAbD,sCAaC"}
|
|
@@ -1,11 +1,31 @@
|
|
|
1
1
|
import { GraphQLClient } from 'graphql-request';
|
|
2
|
+
import { RequestActionObjectResolver } from '@transcend-io/privacy-types';
|
|
2
3
|
import { TranscendInput } from '../codecs';
|
|
3
4
|
export interface DataSubject {
|
|
4
5
|
/** ID of data subject */
|
|
5
6
|
id: string;
|
|
6
7
|
/** Type of data subject */
|
|
7
8
|
type: string;
|
|
9
|
+
/** Title of data subject */
|
|
10
|
+
title: {
|
|
11
|
+
/** Default message */
|
|
12
|
+
defaultMessage: string;
|
|
13
|
+
};
|
|
14
|
+
/** Whether silent mode is enabled by default */
|
|
15
|
+
adminDashboardDefaultSilentMode: boolean;
|
|
16
|
+
/** Enabled actions */
|
|
17
|
+
actions: {
|
|
18
|
+
/** Type of action */
|
|
19
|
+
type: RequestActionObjectResolver;
|
|
20
|
+
}[];
|
|
8
21
|
}
|
|
22
|
+
/**
|
|
23
|
+
* Fetch all data subjects in an organization
|
|
24
|
+
*
|
|
25
|
+
* @param client - GraphQL client
|
|
26
|
+
* @returns List of data subject configurations
|
|
27
|
+
*/
|
|
28
|
+
export declare function fetchAllDataSubjects(client: GraphQLClient): Promise<DataSubject[]>;
|
|
9
29
|
/**
|
|
10
30
|
* Fetch all of the data subjects in the organization
|
|
11
31
|
*
|
|
@@ -14,7 +34,7 @@ export interface DataSubject {
|
|
|
14
34
|
* @param fetchAll - When true, always fetch all subjects
|
|
15
35
|
* @returns The list of data subjects
|
|
16
36
|
*/
|
|
17
|
-
export declare function
|
|
37
|
+
export declare function ensureAllDataSubjectsExist({ 'data-silos': dataSilos }: TranscendInput, client: GraphQLClient, fetchAll?: boolean): Promise<{
|
|
18
38
|
[type in string]: DataSubject;
|
|
19
39
|
}>;
|
|
20
40
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetchDataSubjects.d.ts","sourceRoot":"","sources":["../../src/graphql/fetchDataSubjects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAMhD,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAM3C,MAAM,WAAW,WAAW;IAC1B,yBAAyB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"fetchDataSubjects.d.ts","sourceRoot":"","sources":["../../src/graphql/fetchDataSubjects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAMhD,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAM3C,MAAM,WAAW,WAAW;IAC1B,yBAAyB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,4BAA4B;IAC5B,KAAK,EAAE;QACL,sBAAsB;QACtB,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,gDAAgD;IAChD,+BAA+B,EAAE,OAAO,CAAC;IACzC,sBAAsB;IACtB,OAAO,EAAE;QACP,qBAAqB;QACrB,IAAI,EAAE,2BAA2B,CAAC;KACnC,EAAE,CAAC;CACL;AAED;;;;;GAKG;AACH,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,aAAa,GACpB,OAAO,CAAC,WAAW,EAAE,CAAC,CAOxB;AAED;;;;;;;GAOG;AACH,wBAAsB,0BAA0B,CAC9C,EAAE,YAAY,EAAE,SAAc,EAAE,EAAE,cAAc,EAChD,MAAM,EAAE,aAAa,EACrB,QAAQ,UAAQ,GACf,OAAO,CAAC;KAAG,IAAI,IAAI,MAAM,GAAG,WAAW;CAAE,CAAC,CA0C5C;AAED;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAC3C,gBAAgB,EAAE,MAAM,EAAE,EAC1B,eAAe,EAAE;KAAG,IAAI,IAAI,MAAM,GAAG,WAAW;CAAE,GACjD,MAAM,EAAE,CAUV;AAED;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAC3C,gBAAgB,EAAE,MAAM,EAAE,EAC1B,eAAe,EAAE;KAAG,IAAI,IAAI,MAAM,GAAG,WAAW;CAAE,GACjD,MAAM,EAAE,CAUV"}
|
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.convertToDataSubjectAllowlist = exports.convertToDataSubjectBlockList = exports.
|
|
6
|
+
exports.convertToDataSubjectAllowlist = exports.convertToDataSubjectBlockList = exports.ensureAllDataSubjectsExist = exports.fetchAllDataSubjects = void 0;
|
|
7
7
|
const gqls_1 = require("./gqls");
|
|
8
8
|
const keyBy_1 = __importDefault(require("lodash/keyBy"));
|
|
9
9
|
const flatten_1 = __importDefault(require("lodash/flatten"));
|
|
@@ -13,6 +13,18 @@ const logger_1 = require("../logger");
|
|
|
13
13
|
const colors_1 = __importDefault(require("colors"));
|
|
14
14
|
const bluebird_1 = require("bluebird");
|
|
15
15
|
const makeGraphQLRequest_1 = require("./makeGraphQLRequest");
|
|
16
|
+
/**
|
|
17
|
+
* Fetch all data subjects in an organization
|
|
18
|
+
*
|
|
19
|
+
* @param client - GraphQL client
|
|
20
|
+
* @returns List of data subject configurations
|
|
21
|
+
*/
|
|
22
|
+
async function fetchAllDataSubjects(client) {
|
|
23
|
+
// Fetch all data subjects in the organization
|
|
24
|
+
const { internalSubjects } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.DATA_SUBJECTS);
|
|
25
|
+
return internalSubjects;
|
|
26
|
+
}
|
|
27
|
+
exports.fetchAllDataSubjects = fetchAllDataSubjects;
|
|
16
28
|
/**
|
|
17
29
|
* Fetch all of the data subjects in the organization
|
|
18
30
|
*
|
|
@@ -21,14 +33,14 @@ const makeGraphQLRequest_1 = require("./makeGraphQLRequest");
|
|
|
21
33
|
* @param fetchAll - When true, always fetch all subjects
|
|
22
34
|
* @returns The list of data subjects
|
|
23
35
|
*/
|
|
24
|
-
async function
|
|
36
|
+
async function ensureAllDataSubjectsExist({ 'data-silos': dataSilos = [] }, client, fetchAll = false) {
|
|
25
37
|
// Only need to fetch data subjects if specified in config
|
|
26
38
|
const expectedDataSubjects = (0, uniq_1.default)((0, flatten_1.default)(dataSilos.map((silo) => silo['data-subjects'] || []) || []));
|
|
27
39
|
if (expectedDataSubjects.length === 0 && !fetchAll) {
|
|
28
40
|
return {};
|
|
29
41
|
}
|
|
30
42
|
// Fetch all data subjects in the organization
|
|
31
|
-
const
|
|
43
|
+
const internalSubjects = await fetchAllDataSubjects(client);
|
|
32
44
|
const dataSubjectByName = (0, keyBy_1.default)(internalSubjects, 'type');
|
|
33
45
|
// Determine expected set of data subjects to create
|
|
34
46
|
const missingDataSubjects = (0, difference_1.default)(expectedDataSubjects, internalSubjects.map(({ type }) => type));
|
|
@@ -46,7 +58,7 @@ async function fetchDataSubjects({ 'data-silos': dataSilos = [] }, client, fetch
|
|
|
46
58
|
}
|
|
47
59
|
return dataSubjectByName;
|
|
48
60
|
}
|
|
49
|
-
exports.
|
|
61
|
+
exports.ensureAllDataSubjectsExist = ensureAllDataSubjectsExist;
|
|
50
62
|
/**
|
|
51
63
|
* Convert a list of data subject types into the block list of IDs to assign to the data silo
|
|
52
64
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetchDataSubjects.js","sourceRoot":"","sources":["../../src/graphql/fetchDataSubjects.ts"],"names":[],"mappings":";;;;;;AACA,iCAA4D;AAC5D,yDAAiC;AACjC,6DAAqC;AACrC,uDAA+B;AAC/B,mEAA2C;
|
|
1
|
+
{"version":3,"file":"fetchDataSubjects.js","sourceRoot":"","sources":["../../src/graphql/fetchDataSubjects.ts"],"names":[],"mappings":";;;;;;AACA,iCAA4D;AAC5D,yDAAiC;AACjC,6DAAqC;AACrC,uDAA+B;AAC/B,mEAA2C;AAG3C,sCAAmC;AACnC,oDAA4B;AAC5B,uCAAqC;AACrC,6DAA0D;AAqB1D;;;;;GAKG;AACI,KAAK,UAAU,oBAAoB,CACxC,MAAqB;IAErB,8CAA8C;IAC9C,MAAM,EAAE,gBAAgB,EAAE,GAAG,MAAM,IAAA,uCAAkB,EAGlD,MAAM,EAAE,oBAAa,CAAC,CAAC;IAC1B,OAAO,gBAAgB,CAAC;AAC1B,CAAC;AATD,oDASC;AAED;;;;;;;GAOG;AACI,KAAK,UAAU,0BAA0B,CAC9C,EAAE,YAAY,EAAE,SAAS,GAAG,EAAE,EAAkB,EAChD,MAAqB,EACrB,QAAQ,GAAG,KAAK;IAEhB,0DAA0D;IAC1D,MAAM,oBAAoB,GAAG,IAAA,cAAI,EAC/B,IAAA,iBAAO,EAAC,SAAS,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,IAAI,EAAE,CAAC,IAAI,EAAE,CAAC,CACpE,CAAC;IACF,IAAI,oBAAoB,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE;QAClD,OAAO,EAAE,CAAC;KACX;IAED,8CAA8C;IAC9C,MAAM,gBAAgB,GAAG,MAAM,oBAAoB,CAAC,MAAM,CAAC,CAAC;IAC5D,MAAM,iBAAiB,GAAG,IAAA,eAAK,EAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;IAE1D,oDAAoD;IACpD,MAAM,mBAAmB,GAAG,IAAA,oBAAU,EACpC,oBAAoB,EACpB,gBAAgB,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,CAAC,CACzC,CAAC;IAEF,sDAAsD;IACtD,IAAI,mBAAmB,CAAC,MAAM,GAAG,CAAC,EAAE;QAClC,eAAM,CAAC,IAAI,CACT,gBAAM,CAAC,OAAO,CACZ,YAAY,mBAAmB,CAAC,MAAM,uBAAuB,CAC9D,CACF,CAAC;QACF,MAAM,IAAA,oBAAS,EAAC,mBAAmB,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE;YACzD,eAAM,CAAC,IAAI,CAAC,gBAAM,CAAC,OAAO,CAAC,yBAAyB,WAAW,KAAK,CAAC,CAAC,CAAC;YACvE,MAAM,EAAE,aAAa,EAAE,GAAG,MAAM,IAAA,uCAAkB,EAChD,MAAM,EACN,0BAAmB,EACnB;gBACE,IAAI,EAAE,WAAW;aAClB,CACF,CAAC;YACF,eAAM,CAAC,IAAI,CAAC,gBAAM,CAAC,KAAK,CAAC,wBAAwB,WAAW,GAAG,CAAC,CAAC,CAAC;YAElE,iBAAiB,CAAC,WAAW,CAAC,GAAG,aAAa,CAAC,OAAO,CAAC;QACzD,CAAC,CAAC,CAAC;KACJ;IAED,OAAO,iBAAiB,CAAC;AAC3B,CAAC;AA9CD,gEA8CC;AAED;;;;;;GAMG;AACH,SAAgB,6BAA6B,CAC3C,gBAA0B,EAC1B,eAAkD;IAElD,gBAAgB,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;QAChC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE;YAC1B,MAAM,IAAI,KAAK,CAAC,6CAA6C,IAAI,EAAE,CAAC,CAAC;SACtE;IACH,CAAC,CAAC,CAAC;IAEH,OAAO,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC;SAClC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,gBAAgB,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SACvD,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC;AACzB,CAAC;AAbD,sEAaC;AAED;;;;;;GAMG;AACH,SAAgB,6BAA6B,CAC3C,gBAA0B,EAC1B,eAAkD;IAElD,gBAAgB,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;QAChC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE;YAC1B,MAAM,IAAI,KAAK,CAAC,6CAA6C,IAAI,EAAE,CAAC,CAAC;SACtE;IACH,CAAC,CAAC,CAAC;IAEH,OAAO,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC;SAClC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,gBAAgB,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SACvD,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC;AAC7B,CAAC;AAbD,sEAaC"}
|
|
@@ -1,10 +1,38 @@
|
|
|
1
1
|
import { GraphQLClient } from 'graphql-request';
|
|
2
|
+
import { IdentifierType, RequestAction } from '@transcend-io/privacy-types';
|
|
2
3
|
import { TranscendInput } from '../codecs';
|
|
3
4
|
export interface Identifier {
|
|
4
5
|
/** ID of identifier */
|
|
5
6
|
id: string;
|
|
6
7
|
/** Name of identifier */
|
|
7
8
|
name: string;
|
|
9
|
+
/** The type of identifier */
|
|
10
|
+
type: IdentifierType;
|
|
11
|
+
/** Regular expression to */
|
|
12
|
+
regex: string;
|
|
13
|
+
/** The set of options that the identifier */
|
|
14
|
+
selectOptions: string[];
|
|
15
|
+
/** Whether identifier is enabled on privacy center */
|
|
16
|
+
privacyCenterVisibility: RequestAction[];
|
|
17
|
+
/** Enabled data subjects that are exposed this identifier on the privacy center */
|
|
18
|
+
dataSubjects: {
|
|
19
|
+
/** type of data subjects */
|
|
20
|
+
type: string;
|
|
21
|
+
}[];
|
|
22
|
+
/** Whether identifier is a required field in privacy center form */
|
|
23
|
+
isRequiredInForm: boolean;
|
|
24
|
+
/** Identifier placeholder text */
|
|
25
|
+
placeholder: string;
|
|
26
|
+
/** Display title for identifier */
|
|
27
|
+
displayTitle: {
|
|
28
|
+
/** Default message */
|
|
29
|
+
defaultMessage: string;
|
|
30
|
+
};
|
|
31
|
+
/** Display description for identifier */
|
|
32
|
+
displayDescription: {
|
|
33
|
+
/** Default */
|
|
34
|
+
defaultMessage: string;
|
|
35
|
+
};
|
|
8
36
|
}
|
|
9
37
|
/**
|
|
10
38
|
* Fetch all identifiers in the organization
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetchIdentifiers.d.ts","sourceRoot":"","sources":["../../src/graphql/fetchIdentifiers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"fetchIdentifiers.d.ts","sourceRoot":"","sources":["../../src/graphql/fetchIdentifiers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAK5E,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAO3C,MAAM,WAAW,UAAU;IACzB,uBAAuB;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,yBAAyB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,6BAA6B;IAC7B,IAAI,EAAE,cAAc,CAAC;IACrB,6BAA6B;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,8CAA8C;IAC9C,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,sDAAsD;IACtD,uBAAuB,EAAE,aAAa,EAAE,CAAC;IACzC,mFAAmF;IACnF,YAAY,EAAE;QACZ,4BAA4B;QAC5B,IAAI,EAAE,MAAM,CAAC;KACd,EAAE,CAAC;IACJ,oEAAoE;IACpE,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,mCAAmC;IACnC,YAAY,EAAE;QACZ,sBAAsB;QACtB,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,yCAAyC;IACzC,kBAAkB,EAAE;QAClB,cAAc;QACd,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AAID;;;;;GAKG;AACH,wBAAsB,mBAAmB,CACvC,MAAM,EAAE,aAAa,GACpB,OAAO,CAAC,UAAU,EAAE,CAAC,CAoBvB;AAED;;;;;;;GAOG;AACH,wBAAsB,gCAAgC,CACpD,EAAE,SAAc,EAAE,YAAY,EAAE,SAAc,EAAE,EAAE,cAAc,EAChE,MAAM,EAAE,aAAa,GACpB,OAAO,CAAC;KAAG,CAAC,IAAI,MAAM,GAAG,UAAU;CAAE,CAAC,CAuDxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetchIdentifiers.js","sourceRoot":"","sources":["../../src/graphql/fetchIdentifiers.ts"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"fetchIdentifiers.js","sourceRoot":"","sources":["../../src/graphql/fetchIdentifiers.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/action.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,QAanB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ACTIONS = void 0;
|
|
4
|
+
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
exports.ACTIONS = (0, graphql_request_1.gql) `
|
|
6
|
+
query TranscendCliActions($first: Int!, $offset: Int!) {
|
|
7
|
+
actions(first: $first, offset: $offset) {
|
|
8
|
+
nodes {
|
|
9
|
+
id
|
|
10
|
+
type
|
|
11
|
+
skipSecondaryIfNoFiles
|
|
12
|
+
skipDownloadableStep
|
|
13
|
+
requiresReview
|
|
14
|
+
waitingPeriod
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
`;
|
|
19
|
+
//# sourceMappingURL=action.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.js","sourceRoot":"","sources":["../../../src/graphql/gqls/action.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEzB,QAAA,OAAO,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAazB,CAAC"}
|
|
@@ -5,7 +5,7 @@ const graphql_request_1 = require("graphql-request");
|
|
|
5
5
|
const tmp_attribute_key_1 = require("../../tmp-attribute-key");
|
|
6
6
|
// TODO: https://transcend.height.app/T-23527 - remove these when GraphQL schema is re-designed
|
|
7
7
|
const ENABLED_ON_QUERY_INPUT = Object.values(tmp_attribute_key_1.ATTRIBUTE_KEY_TO_ENABLED_ON)
|
|
8
|
-
.map((enabledOn) => `
|
|
8
|
+
.map((enabledOn) => ` $${enabledOn}: Boolean`)
|
|
9
9
|
.join('\n');
|
|
10
10
|
const ENABLED_ON_RESPONSE = Object.values(tmp_attribute_key_1.ATTRIBUTE_KEY_TO_ENABLED_ON)
|
|
11
11
|
.map((enabledOn) => ` ${enabledOn}`)
|
|
@@ -15,7 +15,7 @@ const ENABLED_ON_INPUT = Object.values(tmp_attribute_key_1.ATTRIBUTE_KEY_TO_ENAB
|
|
|
15
15
|
.join('\n');
|
|
16
16
|
// TODO: https://transcend.height.app/T-23523 - update monorepo to not be required
|
|
17
17
|
const ENABLED_ON_CREATE_INPUT = Object.values(tmp_attribute_key_1.ATTRIBUTE_KEY_TO_ENABLED_ON)
|
|
18
|
-
.map((enabledOn) => `
|
|
18
|
+
.map((enabledOn) => ` $${enabledOn}: Boolean!`)
|
|
19
19
|
.join('\n');
|
|
20
20
|
exports.ATTRIBUTES = (0, graphql_request_1.gql) `
|
|
21
21
|
query TranscendCliAttributes($first: Int!, $offset: Int!) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribute.js","sourceRoot":"","sources":["../../../src/graphql/gqls/attribute.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AACtC,+DAAsE;AAEtE,+FAA+F;AAC/F,MAAM,sBAAsB,GAAG,MAAM,CAAC,MAAM,CAAC,+CAA2B,CAAC;KACtE,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"attribute.js","sourceRoot":"","sources":["../../../src/graphql/gqls/attribute.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AACtC,+DAAsE;AAEtE,+FAA+F;AAC/F,MAAM,sBAAsB,GAAG,MAAM,CAAC,MAAM,CAAC,+CAA2B,CAAC;KACtE,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,QAAQ,SAAS,WAAW,CAAC;KAChD,IAAI,CAAC,IAAI,CAAC,CAAC;AACd,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,+CAA2B,CAAC;KACnE,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,WAAW,SAAS,EAAE,CAAC;KAC1C,IAAI,CAAC,IAAI,CAAC,CAAC;AACd,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,+CAA2B,CAAC;KAChE,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,WAAW,SAAS,MAAM,SAAS,EAAE,CAAC;KACzD,IAAI,CAAC,IAAI,CAAC,CAAC;AACd,kFAAkF;AAClF,MAAM,uBAAuB,GAAG,MAAM,CAAC,MAAM,CAAC,+CAA2B,CAAC;KACvE,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,QAAQ,SAAS,YAAY,CAAC;KACjD,IAAI,CAAC,IAAI,CAAC,CAAC;AAED,QAAA,UAAU,GAAG,IAAA,qBAAG,EAAA;;;;;;;UAOnB,mBAAmB;;;;;;CAM5B,CAAC;AAEW,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQzC,CAAC;AAEW,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBlC,CAAC;AAEW,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;;EAKjC,uBAAuB;;;;;;;EAOvB,gBAAgB;;;;;;;;;CASjB,CAAC;AAEW,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;EAIjC,sBAAsB;;;;;;EAMtB,gBAAgB;;;;;;;;;CASjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"businessEntity.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/businessEntity.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,QAqB7B,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BUSINESS_ENTITIES = void 0;
|
|
4
|
+
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
exports.BUSINESS_ENTITIES = (0, graphql_request_1.gql) `
|
|
6
|
+
query TranscendCliBusinessEntities {
|
|
7
|
+
businessEntities {
|
|
8
|
+
nodes {
|
|
9
|
+
id
|
|
10
|
+
title
|
|
11
|
+
description
|
|
12
|
+
dataProtectionOfficerName
|
|
13
|
+
dataProtectionOfficerEmail
|
|
14
|
+
address
|
|
15
|
+
headquarterCountry
|
|
16
|
+
headquarterSubDivision
|
|
17
|
+
attributeValues {
|
|
18
|
+
name
|
|
19
|
+
attributeKey {
|
|
20
|
+
name
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
`;
|
|
27
|
+
//# sourceMappingURL=businessEntity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"businessEntity.js","sourceRoot":"","sources":["../../../src/graphql/gqls/businessEntity.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEzB,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBnC,CAAC"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
export declare const PURPOSES: string;
|
|
1
2
|
export declare const CREATE_DATA_FLOWS: string;
|
|
3
|
+
export declare const UPDATE_DATA_FLOWS: string;
|
|
2
4
|
export declare const CREATE_COOKIES: string;
|
|
3
5
|
export declare const DATA_FLOWS: string;
|
|
4
6
|
export declare const COOKIES: string;
|
|
7
|
+
export declare const FETCH_CONSENT_MANAGER_ID: string;
|
|
5
8
|
export declare const FETCH_CONSENT_MANAGER: string;
|
|
9
|
+
export declare const UPDATE_CONSENT_MANAGER_DOMAINS: string;
|
|
6
10
|
//# sourceMappingURL=consentManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consentManager.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/consentManager.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,QAa7B,CAAC;AAEF,eAAO,MAAM,cAAc,QAa1B,CAAC;AACF,eAAO,MAAM,UAAU,QAuCtB,CAAC;AAEF,eAAO,MAAM,OAAO,QAuCnB,CAAC;AAEF,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"consentManager.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/consentManager.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,QASpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAa7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAQ7B,CAAC;AAEF,eAAO,MAAM,cAAc,QAa1B,CAAC;AACF,eAAO,MAAM,UAAU,QAuCtB,CAAC;AAEF,eAAO,MAAM,OAAO,QAuCnB,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAQpC,CAAC;AAEF,eAAO,MAAM,qBAAqB,QAWjC,CAAC;AAEF,eAAO,MAAM,8BAA8B,QAW1C,CAAC"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FETCH_CONSENT_MANAGER = exports.COOKIES = exports.DATA_FLOWS = exports.CREATE_COOKIES = exports.CREATE_DATA_FLOWS = void 0;
|
|
3
|
+
exports.UPDATE_CONSENT_MANAGER_DOMAINS = exports.FETCH_CONSENT_MANAGER = exports.FETCH_CONSENT_MANAGER_ID = exports.COOKIES = exports.DATA_FLOWS = exports.CREATE_COOKIES = exports.UPDATE_DATA_FLOWS = exports.CREATE_DATA_FLOWS = exports.PURPOSES = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
exports.PURPOSES = (0, graphql_request_1.gql) `
|
|
6
|
+
query TranscendCliPurposes {
|
|
7
|
+
purposes {
|
|
8
|
+
purposes {
|
|
9
|
+
id
|
|
10
|
+
name
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
`;
|
|
5
15
|
exports.CREATE_DATA_FLOWS = (0, graphql_request_1.gql) `
|
|
6
|
-
mutation
|
|
16
|
+
mutation TranscendCliCreateDataFlows(
|
|
7
17
|
$dataFlows: [DataFlowInput!]!
|
|
8
18
|
$airgapBundleId: ID!
|
|
9
19
|
) {
|
|
@@ -16,8 +26,17 @@ exports.CREATE_DATA_FLOWS = (0, graphql_request_1.gql) `
|
|
|
16
26
|
}
|
|
17
27
|
}
|
|
18
28
|
`;
|
|
29
|
+
exports.UPDATE_DATA_FLOWS = (0, graphql_request_1.gql) `
|
|
30
|
+
mutation TranscendCliUpdateDataFlows($dataFlows: [UpdateDataFlowInput!]!) {
|
|
31
|
+
updateDataFlows(input: { dataFlows: $dataFlows }) {
|
|
32
|
+
dataFlows {
|
|
33
|
+
id
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
`;
|
|
19
38
|
exports.CREATE_COOKIES = (0, graphql_request_1.gql) `
|
|
20
|
-
mutation
|
|
39
|
+
mutation TranscendCliCreateCookies(
|
|
21
40
|
$cookies: [CookieInput!]!
|
|
22
41
|
$airgapBundleId: ID!
|
|
23
42
|
) {
|
|
@@ -110,13 +129,37 @@ exports.COOKIES = (0, graphql_request_1.gql) `
|
|
|
110
129
|
}
|
|
111
130
|
}
|
|
112
131
|
`;
|
|
132
|
+
exports.FETCH_CONSENT_MANAGER_ID = (0, graphql_request_1.gql) `
|
|
133
|
+
query TranscendCliFetchConsentManagerId {
|
|
134
|
+
consentManager {
|
|
135
|
+
consentManager {
|
|
136
|
+
id
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
`;
|
|
113
141
|
exports.FETCH_CONSENT_MANAGER = (0, graphql_request_1.gql) `
|
|
114
|
-
query
|
|
142
|
+
query TranscendCliFetchConsentManager {
|
|
115
143
|
consentManager {
|
|
116
144
|
consentManager {
|
|
117
145
|
id
|
|
146
|
+
configuration {
|
|
147
|
+
domains
|
|
148
|
+
}
|
|
118
149
|
}
|
|
119
150
|
}
|
|
120
151
|
}
|
|
121
152
|
`;
|
|
153
|
+
exports.UPDATE_CONSENT_MANAGER_DOMAINS = (0, graphql_request_1.gql) `
|
|
154
|
+
mutation TranscendCliUpdateConsentManagerDomains(
|
|
155
|
+
$airgapBundleId: ID!
|
|
156
|
+
$domains: [String!]!
|
|
157
|
+
) {
|
|
158
|
+
updateConsentManagerDomains(
|
|
159
|
+
input: { id: $airgapBundleId, domains: $domains }
|
|
160
|
+
) {
|
|
161
|
+
clientMutationId
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
`;
|
|
122
165
|
//# sourceMappingURL=consentManager.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consentManager.js","sourceRoot":"","sources":["../../../src/graphql/gqls/consentManager.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEzB,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAanC,CAAC;AAEW,QAAA,cAAc,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAahC,CAAC;AACW,QAAA,UAAU,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuC5B,CAAC;AAEW,QAAA,OAAO,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCzB,CAAC;AAEW,QAAA,
|
|
1
|
+
{"version":3,"file":"consentManager.js","sourceRoot":"","sources":["../../../src/graphql/gqls/consentManager.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEzB,QAAA,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CAS1B,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAanC,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQnC,CAAC;AAEW,QAAA,cAAc,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAahC,CAAC;AACW,QAAA,UAAU,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuC5B,CAAC;AAEW,QAAA,OAAO,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCzB,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ1C,CAAC;AAEW,QAAA,qBAAqB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;CAWvC,CAAC;AAEW,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;CAWhD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataSubject.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/dataSubject.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"dataSubject.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/dataSubject.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,QAczB,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAS/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataSubject.js","sourceRoot":"","sources":["../../../src/graphql/gqls/dataSubject.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEzB,QAAA,aAAa,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"dataSubject.js","sourceRoot":"","sources":["../../../src/graphql/gqls/dataSubject.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEzB,QAAA,aAAa,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAc/B,CAAC;AAEW,QAAA,mBAAmB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CASrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identifier.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/identifier.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"identifier.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/identifier.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,QAwBvB,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAMhC,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAY7B,CAAC"}
|
|
@@ -8,6 +8,21 @@ exports.IDENTIFIERS = (0, graphql_request_1.gql) `
|
|
|
8
8
|
nodes {
|
|
9
9
|
id
|
|
10
10
|
name
|
|
11
|
+
type
|
|
12
|
+
regex
|
|
13
|
+
selectOptions
|
|
14
|
+
privacyCenterVisibility
|
|
15
|
+
dataSubjects {
|
|
16
|
+
type
|
|
17
|
+
}
|
|
18
|
+
isRequiredInForm
|
|
19
|
+
placeholder
|
|
20
|
+
displayTitle {
|
|
21
|
+
defaultMessage
|
|
22
|
+
}
|
|
23
|
+
displayDescription {
|
|
24
|
+
defaultMessage
|
|
25
|
+
}
|
|
11
26
|
}
|
|
12
27
|
}
|
|
13
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identifier.js","sourceRoot":"","sources":["../../../src/graphql/gqls/identifier.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEzB,QAAA,WAAW,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"identifier.js","sourceRoot":"","sources":["../../../src/graphql/gqls/identifier.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEzB,QAAA,WAAW,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;CAwB7B,CAAC;AAEW,QAAA,oBAAoB,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMtC,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;CAYnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC"}
|
|
@@ -26,4 +26,6 @@ __exportStar(require("./RequestEnricher"), exports);
|
|
|
26
26
|
__exportStar(require("./RequestDataSilo"), exports);
|
|
27
27
|
__exportStar(require("./attribute"), exports);
|
|
28
28
|
__exportStar(require("./consentManager"), exports);
|
|
29
|
+
__exportStar(require("./businessEntity"), exports);
|
|
30
|
+
__exportStar(require("./action"), exports);
|
|
29
31
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/graphql/gqls/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,6CAA2B;AAC3B,6CAA2B;AAC3B,+CAA6B;AAC7B,gDAA8B;AAC9B,2CAAyB;AACzB,kDAAgC;AAChC,6CAA2B;AAC3B,iDAA+B;AAC/B,iDAA+B;AAC/B,4CAA0B;AAC1B,sDAAoC;AACpC,oDAAkC;AAClC,oDAAkC;AAClC,8CAA4B;AAC5B,mDAAiC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/graphql/gqls/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,6CAA2B;AAC3B,6CAA2B;AAC3B,+CAA6B;AAC7B,gDAA8B;AAC9B,2CAAyB;AACzB,kDAAgC;AAChC,6CAA2B;AAC3B,iDAA+B;AAC/B,iDAA+B;AAC/B,4CAA0B;AAC1B,sDAAoC;AACpC,oDAAkC;AAClC,oDAAkC;AAClC,8CAA4B;AAC5B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB"}
|
package/build/graphql/index.d.ts
CHANGED
|
@@ -18,7 +18,12 @@ export * from './fetchAllRequestIdentifiers';
|
|
|
18
18
|
export * from './fetchAllRequestEnrichers';
|
|
19
19
|
export * from './fetchRequestDataSilo';
|
|
20
20
|
export * from './fetchAllAttributes';
|
|
21
|
+
export * from './syncAttribute';
|
|
21
22
|
export * from './fetchAllDataFlows';
|
|
22
23
|
export * from './fetchAllCookies';
|
|
23
24
|
export * from './fetchConsentManagerId';
|
|
25
|
+
export * from './fetchAllBusinessEntities';
|
|
26
|
+
export * from './syncDataFlows';
|
|
27
|
+
export * from './syncConsentManager';
|
|
28
|
+
export * from './fetchAllActions';
|
|
24
29
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/graphql/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,QAAQ,CAAC;AACvB,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/graphql/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,QAAQ,CAAC;AACvB,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC"}
|
package/build/graphql/index.js
CHANGED
|
@@ -30,7 +30,12 @@ __exportStar(require("./fetchAllRequestIdentifiers"), exports);
|
|
|
30
30
|
__exportStar(require("./fetchAllRequestEnrichers"), exports);
|
|
31
31
|
__exportStar(require("./fetchRequestDataSilo"), exports);
|
|
32
32
|
__exportStar(require("./fetchAllAttributes"), exports);
|
|
33
|
+
__exportStar(require("./syncAttribute"), exports);
|
|
33
34
|
__exportStar(require("./fetchAllDataFlows"), exports);
|
|
34
35
|
__exportStar(require("./fetchAllCookies"), exports);
|
|
35
36
|
__exportStar(require("./fetchConsentManagerId"), exports);
|
|
37
|
+
__exportStar(require("./fetchAllBusinessEntities"), exports);
|
|
38
|
+
__exportStar(require("./syncDataFlows"), exports);
|
|
39
|
+
__exportStar(require("./syncConsentManager"), exports);
|
|
40
|
+
__exportStar(require("./fetchAllActions"), exports);
|
|
36
41
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/graphql/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+DAA6C;AAC7C,iDAA+B;AAC/B,sDAAoC;AACpC,qDAAmC;AACnC,+DAA6C;AAC7C,iEAA+C;AAC/C,kDAAgC;AAChC,kDAAgC;AAChC,+DAA6C;AAC7C,kDAAgC;AAChC,uDAAqC;AACrC,4DAA0C;AAC1C,gEAA8C;AAC9C,yCAAuB;AACvB,0DAAwC;AACxC,qDAAmC;AACnC,+DAA6C;AAC7C,6DAA2C;AAC3C,yDAAuC;AACvC,uDAAqC;AACrC,sDAAoC;AACpC,oDAAkC;AAClC,0DAAwC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/graphql/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+DAA6C;AAC7C,iDAA+B;AAC/B,sDAAoC;AACpC,qDAAmC;AACnC,+DAA6C;AAC7C,iEAA+C;AAC/C,kDAAgC;AAChC,kDAAgC;AAChC,+DAA6C;AAC7C,kDAAgC;AAChC,uDAAqC;AACrC,4DAA0C;AAC1C,gEAA8C;AAC9C,yCAAuB;AACvB,0DAAwC;AACxC,qDAAmC;AACnC,+DAA6C;AAC7C,6DAA2C;AAC3C,yDAAuC;AACvC,uDAAqC;AACrC,kDAAgC;AAChC,sDAAoC;AACpC,oDAAkC;AAClC,0DAAwC;AACxC,6DAA2C;AAC3C,kDAAgC;AAChC,uDAAqC;AACrC,oDAAkC"}
|
|
@@ -1,20 +1,41 @@
|
|
|
1
1
|
import { TranscendInput } from '../codecs';
|
|
2
2
|
import { GraphQLClient } from 'graphql-request';
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* @param client - GraphQL client
|
|
7
|
-
* @param dataSiloIds - The data silos to sync. If empty list, pull all.
|
|
8
|
-
* @returns The configuration
|
|
4
|
+
* Resources that can be pulled in
|
|
9
5
|
*/
|
|
10
|
-
export declare
|
|
6
|
+
export declare enum TranscendPullResource {
|
|
7
|
+
ApiKeys = "apiKeys",
|
|
8
|
+
Attributes = "attributes",
|
|
9
|
+
Templates = "templates",
|
|
10
|
+
DataSilos = "dataSilos",
|
|
11
|
+
Enrichers = "enrichers",
|
|
12
|
+
DataFlows = "dataFlows",
|
|
13
|
+
BusinessEntities = "businessEntities",
|
|
14
|
+
Actions = "actions",
|
|
15
|
+
DataSubjects = "dataSubjects",
|
|
16
|
+
Identifiers = "identifiers",
|
|
17
|
+
Cookies = "cookies",
|
|
18
|
+
ConsentManager = "consentManager"
|
|
19
|
+
}
|
|
20
|
+
export declare const DEFAULT_TRANSCEND_PULL_RESOURCES: TranscendPullResource[];
|
|
21
|
+
export interface TranscendPullConfigurationInput {
|
|
11
22
|
/** Page size */
|
|
12
23
|
pageSize: number;
|
|
13
24
|
/** Enable debug logs */
|
|
14
25
|
debug: boolean;
|
|
15
26
|
/** The data silo IDs to sync. If empty list, pull all. */
|
|
16
27
|
dataSiloIds: string[];
|
|
28
|
+
/** Resources to pull in */
|
|
29
|
+
resources?: TranscendPullResource[];
|
|
17
30
|
/** The data silo types to sync.If empty list, pull all. */
|
|
18
31
|
integrationNames: string[];
|
|
19
|
-
}
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Pull a yaml configuration from Transcend
|
|
35
|
+
*
|
|
36
|
+
* @param client - GraphQL client
|
|
37
|
+
* @param dataSiloIds - The data silos to sync. If empty list, pull all.
|
|
38
|
+
* @returns The configuration
|
|
39
|
+
*/
|
|
40
|
+
export declare function pullTranscendConfiguration(client: GraphQLClient, { dataSiloIds, integrationNames, debug, resources, pageSize, }: TranscendPullConfigurationInput): Promise<TranscendInput>;
|
|
20
41
|
//# sourceMappingURL=pullTranscendConfiguration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pullTranscendConfiguration.d.ts","sourceRoot":"","sources":["../../src/graphql/pullTranscendConfiguration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pullTranscendConfiguration.d.ts","sourceRoot":"","sources":["../../src/graphql/pullTranscendConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,EAWf,MAAM,WAAW,CAAC;AASnB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAuBhD;;GAEG;AACH,oBAAY,qBAAqB;IAC/B,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,gBAAgB,qBAAqB;IACrC,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,cAAc,mBAAmB;CAClC;AAED,eAAO,MAAM,gCAAgC,yBAK5C,CAAC;AAEF,MAAM,WAAW,+BAA+B;IAC9C,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,wBAAwB;IACxB,KAAK,EAAE,OAAO,CAAC;IACf,0DAA0D;IAC1D,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACpC,4DAA4D;IAC5D,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC5B;AAED;;;;;;GAMG;AACH,wBAAsB,0BAA0B,CAC9C,MAAM,EAAE,aAAa,EACrB,EACE,WAAW,EACX,gBAAgB,EAChB,KAAK,EACL,SAA4C,EAC5C,QAAQ,GACT,EAAE,+BAA+B,GACjC,OAAO,CAAC,cAAc,CAAC,CAkczB"}
|