@transcend-io/cli 4.109.1 → 4.110.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/build/codecs.d.ts +39 -0
- package/build/codecs.d.ts.map +1 -1
- package/build/codecs.js +13 -0
- package/build/codecs.js.map +1 -1
- package/build/graphql/fetchAllTeams.d.ts +15 -0
- package/build/graphql/fetchAllTeams.d.ts.map +1 -0
- package/build/graphql/fetchAllTeams.js +32 -0
- package/build/graphql/fetchAllTeams.js.map +1 -0
- package/build/graphql/fetchAllUsers.d.ts +17 -0
- package/build/graphql/fetchAllUsers.d.ts.map +1 -0
- package/build/graphql/fetchAllUsers.js +32 -0
- package/build/graphql/fetchAllUsers.js.map +1 -0
- package/build/graphql/gqls/RequestDataSilo.d.ts.map +1 -1
- package/build/graphql/gqls/RequestDataSilo.js +2 -2
- package/build/graphql/gqls/RequestDataSilo.js.map +1 -1
- package/build/graphql/gqls/RequestEnricher.d.ts.map +1 -1
- package/build/graphql/gqls/RequestEnricher.js +2 -2
- package/build/graphql/gqls/RequestEnricher.js.map +1 -1
- package/build/graphql/gqls/RequestIdentifier.d.ts.map +1 -1
- package/build/graphql/gqls/RequestIdentifier.js +2 -2
- package/build/graphql/gqls/RequestIdentifier.js.map +1 -1
- package/build/graphql/gqls/action.d.ts.map +1 -1
- package/build/graphql/gqls/action.js +3 -3
- package/build/graphql/gqls/action.js.map +1 -1
- package/build/graphql/gqls/apiKey.d.ts.map +1 -1
- package/build/graphql/gqls/apiKey.js +2 -2
- package/build/graphql/gqls/apiKey.js.map +1 -1
- package/build/graphql/gqls/assessment.d.ts.map +1 -1
- package/build/graphql/gqls/assessment.js +9 -13
- package/build/graphql/gqls/assessment.js.map +1 -1
- package/build/graphql/gqls/attribute.d.ts.map +1 -1
- package/build/graphql/gqls/attribute.js +4 -4
- package/build/graphql/gqls/attribute.js.map +1 -1
- package/build/graphql/gqls/attributeKey.d.ts.map +1 -1
- package/build/graphql/gqls/attributeKey.js +3 -3
- package/build/graphql/gqls/attributeKey.js.map +1 -1
- package/build/graphql/gqls/businessEntity.d.ts.map +1 -1
- package/build/graphql/gqls/businessEntity.js +2 -2
- package/build/graphql/gqls/businessEntity.js.map +1 -1
- package/build/graphql/gqls/catalog.js +2 -2
- package/build/graphql/gqls/catalog.js.map +1 -1
- package/build/graphql/gqls/consentManager.d.ts.map +1 -1
- package/build/graphql/gqls/consentManager.js +6 -6
- package/build/graphql/gqls/consentManager.js.map +1 -1
- package/build/graphql/gqls/dataPoint.d.ts.map +1 -1
- package/build/graphql/gqls/dataPoint.js +14 -4
- package/build/graphql/gqls/dataPoint.js.map +1 -1
- package/build/graphql/gqls/dataSilo.d.ts.map +1 -1
- package/build/graphql/gqls/dataSilo.js +4 -4
- package/build/graphql/gqls/dataSilo.js.map +1 -1
- package/build/graphql/gqls/enricher.d.ts.map +1 -1
- package/build/graphql/gqls/enricher.js +2 -2
- package/build/graphql/gqls/enricher.js.map +1 -1
- package/build/graphql/gqls/identifier.d.ts.map +1 -1
- package/build/graphql/gqls/identifier.js +2 -2
- 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/gqls/prompt.d.ts.map +1 -1
- package/build/graphql/gqls/prompt.js +21 -26
- package/build/graphql/gqls/prompt.js.map +1 -1
- package/build/graphql/gqls/request.d.ts.map +1 -1
- package/build/graphql/gqls/request.js +2 -2
- package/build/graphql/gqls/request.js.map +1 -1
- package/build/graphql/gqls/team.d.ts +2 -0
- package/build/graphql/gqls/team.d.ts.map +1 -0
- package/build/graphql/gqls/team.js +30 -0
- package/build/graphql/gqls/team.js.map +1 -0
- package/build/graphql/gqls/user.d.ts +2 -0
- package/build/graphql/gqls/user.d.ts.map +1 -0
- package/build/graphql/gqls/user.js +31 -0
- package/build/graphql/gqls/user.js.map +1 -0
- package/build/graphql/index.d.ts +2 -0
- package/build/graphql/index.d.ts.map +1 -1
- package/build/graphql/index.js +2 -0
- package/build/graphql/index.js.map +1 -1
- package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
- package/build/graphql/pullTranscendConfiguration.js +2 -0
- package/build/graphql/pullTranscendConfiguration.js.map +1 -1
- package/build/graphql/syncDataSilos.d.ts +10 -0
- package/build/graphql/syncDataSilos.d.ts.map +1 -1
- package/build/graphql/syncDataSilos.js +39 -2
- package/build/graphql/syncDataSilos.js.map +1 -1
- package/build/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { GraphQLClient } from 'graphql-request';
|
|
2
|
+
export interface User {
|
|
3
|
+
/** ID of user */
|
|
4
|
+
id: string;
|
|
5
|
+
/** Name of user */
|
|
6
|
+
name: string;
|
|
7
|
+
/** Email of user */
|
|
8
|
+
email: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Fetch all users in the organization
|
|
12
|
+
*
|
|
13
|
+
* @param client - GraphQL client
|
|
14
|
+
* @returns All users in the organization
|
|
15
|
+
*/
|
|
16
|
+
export declare function fetchAllUsers(client: GraphQLClient): Promise<User[]>;
|
|
17
|
+
//# sourceMappingURL=fetchAllUsers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetchAllUsers.d.ts","sourceRoot":"","sources":["../../src/graphql/fetchAllUsers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIhD,MAAM,WAAW,IAAI;IACnB,iBAAiB;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;AAID;;;;;GAKG;AACH,wBAAsB,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CA0B1E"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fetchAllUsers = void 0;
|
|
4
|
+
const gqls_1 = require("./gqls");
|
|
5
|
+
const makeGraphQLRequest_1 = require("./makeGraphQLRequest");
|
|
6
|
+
const PAGE_SIZE = 20;
|
|
7
|
+
/**
|
|
8
|
+
* Fetch all users in the organization
|
|
9
|
+
*
|
|
10
|
+
* @param client - GraphQL client
|
|
11
|
+
* @returns All users in the organization
|
|
12
|
+
*/
|
|
13
|
+
async function fetchAllUsers(client) {
|
|
14
|
+
const users = [];
|
|
15
|
+
let offset = 0;
|
|
16
|
+
// Whether to continue looping
|
|
17
|
+
let shouldContinue = false;
|
|
18
|
+
do {
|
|
19
|
+
const { users: { nodes },
|
|
20
|
+
// eslint-disable-next-line no-await-in-loop
|
|
21
|
+
} = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.USERS, {
|
|
22
|
+
first: PAGE_SIZE,
|
|
23
|
+
offset,
|
|
24
|
+
});
|
|
25
|
+
users.push(...nodes);
|
|
26
|
+
offset += PAGE_SIZE;
|
|
27
|
+
shouldContinue = nodes.length === PAGE_SIZE;
|
|
28
|
+
} while (shouldContinue);
|
|
29
|
+
return users.sort((a, b) => a.email.localeCompare(b.email));
|
|
30
|
+
}
|
|
31
|
+
exports.fetchAllUsers = fetchAllUsers;
|
|
32
|
+
//# sourceMappingURL=fetchAllUsers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetchAllUsers.js","sourceRoot":"","sources":["../../src/graphql/fetchAllUsers.ts"],"names":[],"mappings":";;;AACA,iCAA+B;AAC/B,6DAA0D;AAW1D,MAAM,SAAS,GAAG,EAAE,CAAC;AAErB;;;;;GAKG;AACI,KAAK,UAAU,aAAa,CAAC,MAAqB;IACvD,MAAM,KAAK,GAAW,EAAE,CAAC;IACzB,IAAI,MAAM,GAAG,CAAC,CAAC;IAEf,8BAA8B;IAC9B,IAAI,cAAc,GAAG,KAAK,CAAC;IAC3B,GAAG;QACD,MAAM,EACJ,KAAK,EAAE,EAAE,KAAK,EAAE;QAChB,4CAA4C;UAC7C,GAAG,MAAM,IAAA,uCAAkB,EAMzB,MAAM,EAAE,YAAK,EAAE;YAChB,KAAK,EAAE,SAAS;YAChB,MAAM;SACP,CAAC,CAAC;QACH,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;QACrB,MAAM,IAAI,SAAS,CAAC;QACpB,cAAc,GAAG,KAAK,CAAC,MAAM,KAAK,SAAS,CAAC;KAC7C,QAAQ,cAAc,EAAE;IAEzB,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;AAC9D,CAAC;AA1BD,sCA0BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestDataSilo.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestDataSilo.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestDataSilo.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestDataSilo.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,QAsB9B,CAAC;AAEF,eAAO,MAAM,+BAA+B,QAa3C,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAQnC,CAAC"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RETRY_REQUEST_DATA_SILO = exports.CHANGE_REQUEST_DATA_SILO_STATUS = exports.REQUEST_DATA_SILOS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
5
7
|
exports.REQUEST_DATA_SILOS = (0, graphql_request_1.gql) `
|
|
6
8
|
query TranscendCliRequestDataSilos(
|
|
7
9
|
$first: Int!
|
|
@@ -12,8 +14,6 @@ exports.REQUEST_DATA_SILOS = (0, graphql_request_1.gql) `
|
|
|
12
14
|
filterBy: $filterBy
|
|
13
15
|
first: $first
|
|
14
16
|
offset: $offset
|
|
15
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
16
|
-
# isExportCsv: true
|
|
17
17
|
useMaster: false
|
|
18
18
|
orderBy: [
|
|
19
19
|
{ field: createdAt, direction: DESC }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestDataSilo.js","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestDataSilo.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"RequestDataSilo.js","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestDataSilo.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACP,QAAA,kBAAkB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;CAsBpC,CAAC;AAEW,QAAA,+BAA+B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAajD,CAAC;AAEW,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestEnricher.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestEnricher.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestEnricher.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestEnricher.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB,QA4B7B,CAAC"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.REQUEST_ENRICHERS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
5
7
|
exports.REQUEST_ENRICHERS = (0, graphql_request_1.gql) `
|
|
6
8
|
query TranscendCliRequestEnrichers(
|
|
7
9
|
$first: Int!
|
|
@@ -12,8 +14,6 @@ exports.REQUEST_ENRICHERS = (0, graphql_request_1.gql) `
|
|
|
12
14
|
input: { requestId: $requestId }
|
|
13
15
|
first: $first
|
|
14
16
|
offset: $offset
|
|
15
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
16
|
-
# isExportCsv: true
|
|
17
17
|
useMaster: false
|
|
18
18
|
orderBy: [
|
|
19
19
|
{ field: createdAt, direction: ASC }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestEnricher.js","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestEnricher.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"RequestEnricher.js","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestEnricher.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACP,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestIdentifier.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestIdentifier.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestIdentifier.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestIdentifier.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,QA6B/B,CAAC"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.REQUEST_IDENTIFIERS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
5
7
|
exports.REQUEST_IDENTIFIERS = (0, graphql_request_1.gql) `
|
|
6
8
|
query TranscendCliRequestIdentifiers(
|
|
7
9
|
$first: Int!
|
|
@@ -12,8 +14,6 @@ exports.REQUEST_IDENTIFIERS = (0, graphql_request_1.gql) `
|
|
|
12
14
|
input: { requestId: $requestId }
|
|
13
15
|
first: $first
|
|
14
16
|
offset: $offset
|
|
15
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
16
|
-
# isExportCsv: true
|
|
17
17
|
useMaster: false
|
|
18
18
|
orderBy: [
|
|
19
19
|
{ field: createdAt, direction: ASC }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestIdentifier.js","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestIdentifier.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"RequestIdentifier.js","sourceRoot":"","sources":["../../../src/graphql/gqls/RequestIdentifier.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACP,QAAA,mBAAmB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/action.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/action.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO,QAoBnB,CAAC;AAEF,eAAO,MAAM,aAAa,QAMzB,CAAC"}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UPDATE_ACTION = exports.ACTIONS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
7
|
+
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
5
8
|
exports.ACTIONS = (0, graphql_request_1.gql) `
|
|
6
9
|
query TranscendCliActions($first: Int!, $offset: Int!) {
|
|
7
10
|
actions(
|
|
8
11
|
first: $first
|
|
9
12
|
offset: $offset
|
|
10
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
11
|
-
# isExportCsv: true
|
|
12
13
|
useMaster: false
|
|
13
|
-
# TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
14
14
|
orderBy: [{ field: type, direction: ASC }]
|
|
15
15
|
) {
|
|
16
16
|
nodes {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.js","sourceRoot":"","sources":["../../../src/graphql/gqls/action.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"action.js","sourceRoot":"","sources":["../../../src/graphql/gqls/action.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACpB,kEAAkE;AACrD,QAAA,OAAO,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;CAoBzB,CAAC;AAEW,QAAA,aAAa,GAAG,IAAA,qBAAG,EAAA;;;;;;CAM/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiKey.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/apiKey.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"apiKey.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/apiKey.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ,QAkBpB,CAAC;AAEF,eAAO,MAAM,cAAc,QAU1B,CAAC;AAEF,eAAO,MAAM,cAAc,QAM1B,CAAC"}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DELETE_API_KEY = exports.CREATE_API_KEY = exports.API_KEYS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
5
7
|
exports.API_KEYS = (0, graphql_request_1.gql) `
|
|
6
8
|
query TranscendCliApiKeys($first: Int!, $offset: Int!, $titles: [String!]) {
|
|
7
9
|
apiKeys(
|
|
8
10
|
first: $first
|
|
9
11
|
offset: $offset
|
|
10
12
|
filterBy: { titles: $titles }
|
|
11
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
12
|
-
# isExportCsv: true
|
|
13
13
|
useMaster: false
|
|
14
14
|
orderBy: [
|
|
15
15
|
{ field: createdAt, direction: ASC }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiKey.js","sourceRoot":"","sources":["../../../src/graphql/gqls/apiKey.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"apiKey.js","sourceRoot":"","sources":["../../../src/graphql/gqls/apiKey.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACP,QAAA,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkB1B,CAAC;AAEW,QAAA,cAAc,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;CAUhC,CAAC;AAEW,QAAA,cAAc,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assessment.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/assessment.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"assessment.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/assessment.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,QA0BvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAM7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAS7B,CAAC;AAMF,eAAO,MAAM,oBAAoB,QAahC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAQtC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAQtC,CAAC"}
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CREATE_ASSESSMENT_TEMPLATE = exports.UPDATE_ASSESSMENT_TEMPLATE = exports.ASSESSMENT_TEMPLATES = exports.CREATE_ASSESSMENT = exports.UPDATE_ASSESSMENT = exports.ASSESSMENTS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
7
|
+
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
8
|
+
// orderBy: [{ field: title, direction: ASC }]
|
|
5
9
|
exports.ASSESSMENTS = (0, graphql_request_1.gql) `
|
|
6
10
|
query TranscendCliAssessments(
|
|
7
11
|
$first: Int!
|
|
@@ -10,11 +14,7 @@ exports.ASSESSMENTS = (0, graphql_request_1.gql) `
|
|
|
10
14
|
) {
|
|
11
15
|
assessments(
|
|
12
16
|
first: $first
|
|
13
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
14
|
-
# isExportCsv: true
|
|
15
17
|
useMaster: false
|
|
16
|
-
# TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
17
|
-
# orderBy: [{ field: title, direction: ASC }]
|
|
18
18
|
offset: $offset
|
|
19
19
|
filterBy: $filterBy
|
|
20
20
|
) {
|
|
@@ -50,17 +50,13 @@ exports.CREATE_ASSESSMENT = (0, graphql_request_1.gql) `
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
`;
|
|
53
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
54
|
+
// isExportCsv: true
|
|
55
|
+
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
56
|
+
// orderBy: [{ field: title, direction: ASC }]
|
|
53
57
|
exports.ASSESSMENT_TEMPLATES = (0, graphql_request_1.gql) `
|
|
54
58
|
query TranscendCliAssessmentTemplates($first: Int!, $offset: Int!) {
|
|
55
|
-
assessmentTemplates(
|
|
56
|
-
first: $first
|
|
57
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
58
|
-
# isExportCsv: true
|
|
59
|
-
useMaster: false
|
|
60
|
-
# TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
61
|
-
# orderBy: [{ field: title, direction: ASC }]
|
|
62
|
-
offset: $offset
|
|
63
|
-
) {
|
|
59
|
+
assessmentTemplates(first: $first, useMaster: false, offset: $offset) {
|
|
64
60
|
nodes {
|
|
65
61
|
id
|
|
66
62
|
title
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assessment.js","sourceRoot":"","sources":["../../../src/graphql/gqls/assessment.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"assessment.js","sourceRoot":"","sources":["../../../src/graphql/gqls/assessment.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACpB,kEAAkE;AAClE,8CAA8C;AACjC,QAAA,WAAW,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;CA0B7B,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMnC,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CASnC,CAAC;AAEF,oEAAoE;AACpE,oBAAoB;AACpB,kEAAkE;AAClE,8CAA8C;AACjC,QAAA,oBAAoB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAatC,CAAC;AAEW,QAAA,0BAA0B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ5C,CAAC;AAEW,QAAA,0BAA0B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribute.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/attribute.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,UAAU,QAatB,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAQnC,CAAC;
|
|
1
|
+
{"version":3,"file":"attribute.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/attribute.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,UAAU,QAatB,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAQnC,CAAC;AAKF,eAAO,MAAM,gBAAgB,QAoB5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAqB5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAmB5B,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAQnC,CAAC"}
|
|
@@ -17,8 +17,8 @@ const ENABLED_ON_CREATE_INPUT = Object.values(tmp_attribute_key_1.ATTRIBUTE_KEY_
|
|
|
17
17
|
.map((enabledOn) => ` $${enabledOn}: Boolean`)
|
|
18
18
|
.join('\n');
|
|
19
19
|
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
20
|
-
//
|
|
21
|
-
//
|
|
20
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
21
|
+
// isExportCsv: true
|
|
22
22
|
exports.ATTRIBUTES = (0, graphql_request_1.gql) `
|
|
23
23
|
query TranscendCliAttributes($first: Int!, $offset: Int!) {
|
|
24
24
|
attributeKeys(first: $first, offset: $offset, useMaster: false) {
|
|
@@ -43,6 +43,8 @@ exports.CREATE_ATTRIBUTE_VALUES = (0, graphql_request_1.gql) `
|
|
|
43
43
|
}
|
|
44
44
|
`;
|
|
45
45
|
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
46
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
47
|
+
// isExportCsv: true
|
|
46
48
|
exports.ATTRIBUTE_VALUES = (0, graphql_request_1.gql) `
|
|
47
49
|
query TranscendCliAttributeValues(
|
|
48
50
|
$first: Int!
|
|
@@ -52,8 +54,6 @@ exports.ATTRIBUTE_VALUES = (0, graphql_request_1.gql) `
|
|
|
52
54
|
attributeValues(
|
|
53
55
|
first: $first
|
|
54
56
|
offset: $offset
|
|
55
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
56
|
-
# isExportCsv: true
|
|
57
57
|
useMaster: false
|
|
58
58
|
filterBy: { attributeKeys: [$attributeKeyId] }
|
|
59
59
|
) {
|
|
@@ -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,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,MAAM,uBAAuB,GAAG,MAAM,CAAC,MAAM,CAAC,+CAA2B,CAAC;KACvE,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,QAAQ,SAAS,WAAW,CAAC;KAChD,IAAI,CAAC,IAAI,CAAC,CAAC;AAEd,kEAAkE;AAClE,
|
|
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,MAAM,uBAAuB,GAAG,MAAM,CAAC,MAAM,CAAC,+CAA2B,CAAC;KACvE,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,QAAQ,SAAS,WAAW,CAAC;KAChD,IAAI,CAAC,IAAI,CAAC,CAAC;AAEd,kEAAkE;AAClE,oEAAoE;AACpE,oBAAoB;AACP,QAAA,UAAU,GAAG,IAAA,qBAAG,EAAA;;;;;;;UAOnB,mBAAmB;;;;;;CAM5B,CAAC;AAEW,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQzC,CAAC;AAEF,kEAAkE;AAClE,oEAAoE;AACpE,oBAAoB;AACP,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;CAoBlC,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;AAEW,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attributeKey.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/attributeKey.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"attributeKey.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/attributeKey.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,uBAAuB,QAenC,CAAC"}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ATTRIBUTE_KEYS_REQUESTS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
7
|
+
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
5
8
|
exports.ATTRIBUTE_KEYS_REQUESTS = (0, graphql_request_1.gql) `
|
|
6
9
|
query TranscendCliAttributeKeys($first: Int!, $offset: Int!) {
|
|
7
10
|
attributeKeys(
|
|
8
11
|
filterBy: { enabledOnRequests: true }
|
|
9
12
|
first: $first
|
|
10
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
11
|
-
# isExportCsv: true
|
|
12
13
|
useMaster: false
|
|
13
|
-
# TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
14
14
|
offset: $offset
|
|
15
15
|
) {
|
|
16
16
|
nodes {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attributeKey.js","sourceRoot":"","sources":["../../../src/graphql/gqls/attributeKey.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"attributeKey.js","sourceRoot":"","sources":["../../../src/graphql/gqls/attributeKey.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACpB,kEAAkE;AACrD,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;CAezC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"businessEntity.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/businessEntity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"businessEntity.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/businessEntity.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB,QA6B7B,CAAC;AAEF,eAAO,MAAM,sBAAsB,QAuBlC,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAQpC,CAAC"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UPDATE_BUSINESS_ENTITIES = exports.CREATE_BUSINESS_ENTITY = exports.BUSINESS_ENTITIES = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
5
7
|
exports.BUSINESS_ENTITIES = (0, graphql_request_1.gql) `
|
|
6
8
|
query TranscendCliBusinessEntities($first: Int!, $offset: Int!) {
|
|
7
9
|
businessEntities(
|
|
@@ -11,8 +13,6 @@ exports.BUSINESS_ENTITIES = (0, graphql_request_1.gql) `
|
|
|
11
13
|
{ field: createdAt, direction: ASC }
|
|
12
14
|
{ field: title, direction: ASC }
|
|
13
15
|
]
|
|
14
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
15
|
-
# isExportCsv: true
|
|
16
16
|
useMaster: false
|
|
17
17
|
) {
|
|
18
18
|
nodes {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"businessEntity.js","sourceRoot":"","sources":["../../../src/graphql/gqls/businessEntity.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"businessEntity.js","sourceRoot":"","sources":["../../../src/graphql/gqls/businessEntity.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACP,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BnC,CAAC;AAEW,QAAA,sBAAsB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;CAuBxC,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ1C,CAAC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CATALOGS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
5
|
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
6
|
-
//
|
|
7
|
-
//
|
|
6
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
7
|
+
// isExportCsv: true
|
|
8
8
|
exports.CATALOGS = (0, graphql_request_1.gql) `
|
|
9
9
|
query TranscendCliCatalogs($first: Int!, $offset: Int!) {
|
|
10
10
|
catalogs(first: $first, offset: $offset, filterBy: {}, useMaster: false) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../../src/graphql/gqls/catalog.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,kEAAkE;AAClE,
|
|
1
|
+
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../../src/graphql/gqls/catalog.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,kEAAkE;AAClE,oEAAoE;AACpE,oBAAoB;AACP,QAAA,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;CAU1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consentManager.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/consentManager.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,QASpB,CAAC;AAKF,eAAO,MAAM,WAAW,QAyBvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAkB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAkB7B,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAWpC,CAAC;
|
|
1
|
+
{"version":3,"file":"consentManager.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/consentManager.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,QASpB,CAAC;AAKF,eAAO,MAAM,WAAW,QAyBvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAkB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAkB7B,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAWpC,CAAC;AAIF,eAAO,MAAM,UAAU,QA6CtB,CAAC;AAIF,eAAO,MAAM,OAAO,QA4CnB,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAQpC,CAAC;AAEF,eAAO,MAAM,qBAAqB,QAyBjC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAWvC,CAAC;AAEF,eAAO,MAAM,sBAAsB,QAQlC,CAAC;AAEF,eAAO,MAAM,8BAA8B,QAS1C,CAAC;AAEF,eAAO,MAAM,gCAAgC,QAY5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,QAYlC,CAAC;AAEF,eAAO,MAAM,8BAA8B,QAW1C,CAAC;AAEF,eAAO,MAAM,gCAAgC,QAW5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,QAMjC,CAAC;AAEF,eAAO,MAAM,6BAA6B,QAQzC,CAAC;AAEF,eAAO,MAAM,4BAA4B,QAQxC,CAAC;AAEF,eAAO,MAAM,mCAAmC,QAQ/C,CAAC;AAEF,eAAO,MAAM,yBAAyB,QAQrC,CAAC;AAEF,eAAO,MAAM,4BAA4B,QAQxC,CAAC;AAEF,eAAO,MAAM,yBAAyB,QAMrC,CAAC;AAEF,eAAO,MAAM,yBAAyB,QAMrC,CAAC"}
|
|
@@ -14,8 +14,8 @@ exports.PURPOSES = (0, graphql_request_1.gql) `
|
|
|
14
14
|
}
|
|
15
15
|
`;
|
|
16
16
|
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
17
|
-
//
|
|
18
|
-
//
|
|
17
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
18
|
+
// isExportCsv: true
|
|
19
19
|
exports.EXPERIENCES = (0, graphql_request_1.gql) `
|
|
20
20
|
query TranscendCliExperiences($first: Int!, $offset: Int!) {
|
|
21
21
|
experiences(first: $first, offset: $offset, useMaster: false) {
|
|
@@ -92,6 +92,8 @@ exports.UPDATE_OR_CREATE_COOKIES = (0, graphql_request_1.gql) `
|
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
`;
|
|
95
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
96
|
+
// isExportCsv: true
|
|
95
97
|
exports.DATA_FLOWS = (0, graphql_request_1.gql) `
|
|
96
98
|
query TranscendCliDataFlows(
|
|
97
99
|
$first: Int!
|
|
@@ -109,8 +111,6 @@ exports.DATA_FLOWS = (0, graphql_request_1.gql) `
|
|
|
109
111
|
{ field: createdAt, direction: ASC }
|
|
110
112
|
{ field: value, direction: ASC }
|
|
111
113
|
]
|
|
112
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
113
|
-
# isExportCsv: true
|
|
114
114
|
useMaster: false
|
|
115
115
|
) {
|
|
116
116
|
nodes {
|
|
@@ -140,6 +140,8 @@ exports.DATA_FLOWS = (0, graphql_request_1.gql) `
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
`;
|
|
143
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
144
|
+
// isExportCsv: true
|
|
143
145
|
exports.COOKIES = (0, graphql_request_1.gql) `
|
|
144
146
|
query TranscendCliCookies(
|
|
145
147
|
$first: Int!
|
|
@@ -156,8 +158,6 @@ exports.COOKIES = (0, graphql_request_1.gql) `
|
|
|
156
158
|
{ field: createdAt, direction: ASC }
|
|
157
159
|
{ field: name, direction: ASC }
|
|
158
160
|
]
|
|
159
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
160
|
-
# isExportCsv: true
|
|
161
161
|
useMaster: false
|
|
162
162
|
) {
|
|
163
163
|
nodes {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consentManager.js","sourceRoot":"","sources":["../../../src/graphql/gqls/consentManager.ts"],"names":[],"mappings":";;;AAAA,8BAA8B;AAC9B,qDAAsC;AAEzB,QAAA,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CAS1B,CAAC;AAEF,kEAAkE;AAClE,
|
|
1
|
+
{"version":3,"file":"consentManager.js","sourceRoot":"","sources":["../../../src/graphql/gqls/consentManager.ts"],"names":[],"mappings":";;;AAAA,8BAA8B;AAC9B,qDAAsC;AAEzB,QAAA,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CAS1B,CAAC;AAEF,kEAAkE;AAClE,oEAAoE;AACpE,oBAAoB;AACP,QAAA,WAAW,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;CAyB7B,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBnC,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBnC,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;CAW1C,CAAC;AAEF,oEAAoE;AACpE,oBAAoB;AACP,QAAA,UAAU,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6C5B,CAAC;AAEF,oEAAoE;AACpE,oBAAoB;AACP,QAAA,OAAO,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CzB,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ1C,CAAC;AAEW,QAAA,qBAAqB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;CAyBvC,CAAC;AAEW,QAAA,2BAA2B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;CAW7C,CAAC;AAEW,QAAA,sBAAsB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQxC,CAAC;AAEW,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CAShD,CAAC;AAEW,QAAA,gCAAgC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;CAYlD,CAAC;AAEW,QAAA,sBAAsB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;CAYxC,CAAC;AAEW,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;CAWhD,CAAC;AAEW,QAAA,gCAAgC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;CAWlD,CAAC;AAEW,QAAA,qBAAqB,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMvC,CAAC;AAEW,QAAA,6BAA6B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ/C,CAAC;AAEW,QAAA,4BAA4B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ9C,CAAC;AAEW,QAAA,mCAAmC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQrD,CAAC;AAEW,QAAA,yBAAyB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ3C,CAAC;AAEW,QAAA,4BAA4B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ9C,CAAC;AAEW,QAAA,yBAAyB,GAAG,IAAA,qBAAG,EAAA;;;;;;CAM3C,CAAC;AAEW,QAAA,yBAAyB,GAAG,IAAA,qBAAG,EAAA;;;;;;CAM3C,CAAC;AACF,6BAA6B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataPoint.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/dataPoint.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dataPoint.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/dataPoint.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,QAkDvB,CAAC;AAIF,eAAO,MAAM,eAAe,QAoC3B,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAmCvC,CAAC"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UPDATE_OR_CREATE_DATA_POINT = exports.SUB_DATA_POINTS = exports.DATA_POINTS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
5
7
|
exports.DATA_POINTS = (0, graphql_request_1.gql) `
|
|
6
8
|
query TranscendCliDataPoints(
|
|
7
9
|
$dataSiloIds: [ID!]
|
|
@@ -12,8 +14,6 @@ exports.DATA_POINTS = (0, graphql_request_1.gql) `
|
|
|
12
14
|
filterBy: { dataSilos: $dataSiloIds }
|
|
13
15
|
first: $first
|
|
14
16
|
offset: $offset
|
|
15
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
16
|
-
# isExportCsv: true
|
|
17
17
|
useMaster: false
|
|
18
18
|
orderBy: [
|
|
19
19
|
{ field: createdAt, direction: ASC }
|
|
@@ -29,6 +29,12 @@ exports.DATA_POINTS = (0, graphql_request_1.gql) `
|
|
|
29
29
|
description {
|
|
30
30
|
defaultMessage
|
|
31
31
|
}
|
|
32
|
+
owners {
|
|
33
|
+
email
|
|
34
|
+
}
|
|
35
|
+
teams {
|
|
36
|
+
name
|
|
37
|
+
}
|
|
32
38
|
name
|
|
33
39
|
path
|
|
34
40
|
actionSettings {
|
|
@@ -49,6 +55,8 @@ exports.DATA_POINTS = (0, graphql_request_1.gql) `
|
|
|
49
55
|
}
|
|
50
56
|
}
|
|
51
57
|
`;
|
|
58
|
+
// TODO: https://transcend.height.app/T-27909 - add orderBy
|
|
59
|
+
// isExportCsv: true
|
|
52
60
|
exports.SUB_DATA_POINTS = (0, graphql_request_1.gql) `
|
|
53
61
|
query TranscendCliDataPoints(
|
|
54
62
|
$dataPointIds: [ID!]
|
|
@@ -59,8 +67,6 @@ exports.SUB_DATA_POINTS = (0, graphql_request_1.gql) `
|
|
|
59
67
|
filterBy: { dataPoints: $dataPointIds }
|
|
60
68
|
first: $first
|
|
61
69
|
offset: $offset
|
|
62
|
-
# TODO: https://transcend.height.app/T-27909 - add orderBy
|
|
63
|
-
# isExportCsv: true
|
|
64
70
|
useMaster: false
|
|
65
71
|
) {
|
|
66
72
|
totalCount
|
|
@@ -95,6 +101,8 @@ exports.UPDATE_OR_CREATE_DATA_POINT = (0, graphql_request_1.gql) `
|
|
|
95
101
|
$path: [String!]
|
|
96
102
|
$title: String
|
|
97
103
|
$description: String
|
|
104
|
+
$ownerIds: [ID!]
|
|
105
|
+
$teamIds: [ID!]
|
|
98
106
|
$dataCollectionTag: String
|
|
99
107
|
$querySuggestions: [DbIntegrationQuerySuggestionInput!]
|
|
100
108
|
$enabledActions: [RequestActionObjectResolver!]
|
|
@@ -108,6 +116,8 @@ exports.UPDATE_OR_CREATE_DATA_POINT = (0, graphql_request_1.gql) `
|
|
|
108
116
|
title: $title
|
|
109
117
|
dataCollectionTag: $dataCollectionTag
|
|
110
118
|
description: $description
|
|
119
|
+
ownerIds: $ownerIds
|
|
120
|
+
teamIds: $teamIds
|
|
111
121
|
querySuggestions: $querySuggestions
|
|
112
122
|
enabledActions: $enabledActions
|
|
113
123
|
subDataPoints: $subDataPoints
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataPoint.js","sourceRoot":"","sources":["../../../src/graphql/gqls/dataPoint.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"dataPoint.js","sourceRoot":"","sources":["../../../src/graphql/gqls/dataPoint.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACP,QAAA,WAAW,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD7B,CAAC;AAEF,2DAA2D;AAC3D,oBAAoB;AACP,QAAA,eAAe,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCjC,CAAC;AAEW,QAAA,2BAA2B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmC7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataSilo.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/dataSilo.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dataSilo.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/dataSilo.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU,QA2BtB,CAAC;AAIF,eAAO,MAAM,mBAAmB,QAiE/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAU7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAS7B,CAAC"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CREATE_DATA_SILOS = exports.UPDATE_DATA_SILOS = exports.DATA_SILOS_ENRICHED = exports.DATA_SILOS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
5
7
|
exports.DATA_SILOS = (0, graphql_request_1.gql) `
|
|
6
8
|
query TranscendCliDataSilos(
|
|
7
9
|
$filterBy: DataSiloFiltersInput!
|
|
@@ -16,8 +18,6 @@ exports.DATA_SILOS = (0, graphql_request_1.gql) `
|
|
|
16
18
|
{ field: createdAt, direction: ASC }
|
|
17
19
|
{ field: title, direction: ASC }
|
|
18
20
|
]
|
|
19
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
20
|
-
# isExportCsv: true
|
|
21
21
|
useMaster: false
|
|
22
22
|
) {
|
|
23
23
|
nodes {
|
|
@@ -32,6 +32,8 @@ exports.DATA_SILOS = (0, graphql_request_1.gql) `
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
`;
|
|
35
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
36
|
+
// isExportCsv: true
|
|
35
37
|
exports.DATA_SILOS_ENRICHED = (0, graphql_request_1.gql) `
|
|
36
38
|
query TranscendCliDataSilosEnriched(
|
|
37
39
|
$filterBy: DataSiloFiltersInput!
|
|
@@ -46,8 +48,6 @@ exports.DATA_SILOS_ENRICHED = (0, graphql_request_1.gql) `
|
|
|
46
48
|
{ field: createdAt, direction: ASC }
|
|
47
49
|
{ field: title, direction: ASC }
|
|
48
50
|
]
|
|
49
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
50
|
-
# isExportCsv: true
|
|
51
51
|
useMaster: false
|
|
52
52
|
) {
|
|
53
53
|
nodes {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataSilo.js","sourceRoot":"","sources":["../../../src/graphql/gqls/dataSilo.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"dataSilo.js","sourceRoot":"","sources":["../../../src/graphql/gqls/dataSilo.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACP,QAAA,UAAU,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2B5B,CAAC;AAEF,oEAAoE;AACpE,oBAAoB;AACP,QAAA,mBAAmB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiErC,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;CAUnC,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CASnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enricher.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/enricher.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"enricher.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/enricher.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,QAoCrB,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,qBAAqB;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB;IAClB,WAAW,EAAE;QACX,yBAAyB;QACzB,IAAI,EAAE,MAAM,CAAC;KACd,EAAE,CAAC;CACL;AAED,eAAO,MAAM,WAAW,QASvB,CAAC;AAEF,eAAO,MAAM,eAAe,QAM3B,CAAC;AAEF,eAAO,MAAM,eAAe,QAM3B,CAAC"}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UPDATE_ENRICHER = exports.CREATE_ENRICHER = exports.INITIALIZER = exports.ENRICHERS = void 0;
|
|
4
4
|
const graphql_request_1 = require("graphql-request");
|
|
5
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
6
|
+
// isExportCsv: true
|
|
5
7
|
exports.ENRICHERS = (0, graphql_request_1.gql) `
|
|
6
8
|
query TranscendCliEnrichers($title: String, $first: Int!, $offset: Int!) {
|
|
7
9
|
enrichers(
|
|
8
10
|
filterBy: { text: $title }
|
|
9
11
|
first: $first
|
|
10
12
|
offset: $offset
|
|
11
|
-
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
12
|
-
# isExportCsv: true
|
|
13
13
|
useMaster: false
|
|
14
14
|
orderBy: [
|
|
15
15
|
{ field: createdAt, direction: ASC }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enricher.js","sourceRoot":"","sources":["../../../src/graphql/gqls/enricher.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;
|
|
1
|
+
{"version":3,"file":"enricher.js","sourceRoot":"","sources":["../../../src/graphql/gqls/enricher.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,oEAAoE;AACpE,oBAAoB;AACP,QAAA,SAAS,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC3B,CAAC;AAYW,QAAA,WAAW,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CAS7B,CAAC;AAEW,QAAA,eAAe,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMjC,CAAC;AAEW,QAAA,eAAe,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identifier.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/identifier.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"identifier.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/identifier.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,QAgCvB,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAMhC,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAS7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAM7B,CAAC"}
|