@transcend-io/cli 4.109.0 → 4.109.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/graphql/gqls/RequestDataSilo.js +1 -1
- package/build/graphql/gqls/RequestEnricher.js +1 -1
- package/build/graphql/gqls/RequestIdentifier.js +1 -1
- package/build/graphql/gqls/action.js +1 -1
- package/build/graphql/gqls/apiKey.js +1 -1
- package/build/graphql/gqls/assessment.js +2 -2
- package/build/graphql/gqls/attribute.d.ts.map +1 -1
- package/build/graphql/gqls/attribute.js +2 -3
- package/build/graphql/gqls/attribute.js.map +1 -1
- package/build/graphql/gqls/attributeKey.js +1 -1
- package/build/graphql/gqls/catalog.d.ts.map +1 -1
- package/build/graphql/gqls/catalog.js +1 -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 +1 -2
- package/build/graphql/gqls/consentManager.js.map +1 -1
- package/build/graphql/gqls/dataPoint.js +1 -1
- package/build/graphql/gqls/enricher.js +1 -1
- package/build/graphql/gqls/identifier.js +1 -1
- package/build/graphql/gqls/template.d.ts.map +1 -1
- package/build/graphql/gqls/template.js +8 -4
- package/build/graphql/gqls/template.js.map +1 -1
- package/build/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ exports.REQUEST_DATA_SILOS = (0, graphql_request_1.gql) `
|
|
|
14
14
|
offset: $offset
|
|
15
15
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
16
16
|
# isExportCsv: true
|
|
17
|
-
|
|
17
|
+
useMaster: false
|
|
18
18
|
orderBy: [
|
|
19
19
|
{ field: createdAt, direction: DESC }
|
|
20
20
|
{ field: title, direction: ASC, model: dataSilo }
|
|
@@ -14,7 +14,7 @@ exports.REQUEST_ENRICHERS = (0, graphql_request_1.gql) `
|
|
|
14
14
|
offset: $offset
|
|
15
15
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
16
16
|
# isExportCsv: true
|
|
17
|
-
|
|
17
|
+
useMaster: false
|
|
18
18
|
orderBy: [
|
|
19
19
|
{ field: createdAt, direction: ASC }
|
|
20
20
|
{ field: title, direction: ASC, model: enricher }
|
|
@@ -14,7 +14,7 @@ exports.REQUEST_IDENTIFIERS = (0, graphql_request_1.gql) `
|
|
|
14
14
|
offset: $offset
|
|
15
15
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
16
16
|
# isExportCsv: true
|
|
17
|
-
|
|
17
|
+
useMaster: false
|
|
18
18
|
orderBy: [
|
|
19
19
|
{ field: createdAt, direction: ASC }
|
|
20
20
|
{ field: name, direction: ASC }
|
|
@@ -9,7 +9,7 @@ exports.ACTIONS = (0, graphql_request_1.gql) `
|
|
|
9
9
|
offset: $offset
|
|
10
10
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
11
11
|
# isExportCsv: true
|
|
12
|
-
|
|
12
|
+
useMaster: false
|
|
13
13
|
# TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
14
14
|
orderBy: [{ field: type, direction: ASC }]
|
|
15
15
|
) {
|
|
@@ -10,7 +10,7 @@ exports.API_KEYS = (0, graphql_request_1.gql) `
|
|
|
10
10
|
filterBy: { titles: $titles }
|
|
11
11
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
12
12
|
# isExportCsv: true
|
|
13
|
-
|
|
13
|
+
useMaster: false
|
|
14
14
|
orderBy: [
|
|
15
15
|
{ field: createdAt, direction: ASC }
|
|
16
16
|
{ field: title, direction: ASC }
|
|
@@ -12,7 +12,7 @@ exports.ASSESSMENTS = (0, graphql_request_1.gql) `
|
|
|
12
12
|
first: $first
|
|
13
13
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
14
14
|
# isExportCsv: true
|
|
15
|
-
|
|
15
|
+
useMaster: false
|
|
16
16
|
# TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
17
17
|
# orderBy: [{ field: title, direction: ASC }]
|
|
18
18
|
offset: $offset
|
|
@@ -56,7 +56,7 @@ exports.ASSESSMENT_TEMPLATES = (0, graphql_request_1.gql) `
|
|
|
56
56
|
first: $first
|
|
57
57
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
58
58
|
# isExportCsv: true
|
|
59
|
-
|
|
59
|
+
useMaster: false
|
|
60
60
|
# TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
61
61
|
# orderBy: [{ field: title, direction: ASC }]
|
|
62
62
|
offset: $offset
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribute.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/attribute.ts"],"names":[],"mappings":"
|
|
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;AAGF,eAAO,MAAM,gBAAgB,QAsB5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAqB5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAmB5B,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAQnC,CAAC"}
|
|
@@ -19,10 +19,9 @@ const ENABLED_ON_CREATE_INPUT = Object.values(tmp_attribute_key_1.ATTRIBUTE_KEY_
|
|
|
19
19
|
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
20
20
|
// # TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
21
21
|
// # isExportCsv: true
|
|
22
|
-
// # useMaster: false
|
|
23
22
|
exports.ATTRIBUTES = (0, graphql_request_1.gql) `
|
|
24
23
|
query TranscendCliAttributes($first: Int!, $offset: Int!) {
|
|
25
|
-
attributeKeys(first: $first, offset: $offset) {
|
|
24
|
+
attributeKeys(first: $first, offset: $offset, useMaster: false) {
|
|
26
25
|
nodes {
|
|
27
26
|
id
|
|
28
27
|
isCustom
|
|
@@ -55,7 +54,7 @@ exports.ATTRIBUTE_VALUES = (0, graphql_request_1.gql) `
|
|
|
55
54
|
offset: $offset
|
|
56
55
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
57
56
|
# isExportCsv: true
|
|
58
|
-
|
|
57
|
+
useMaster: false
|
|
59
58
|
filterBy: { attributeKeys: [$attributeKeyId] }
|
|
60
59
|
) {
|
|
61
60
|
nodes {
|
|
@@ -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,sEAAsE;AACtE,4BAA4B;
|
|
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,sEAAsE;AACtE,4BAA4B;AACf,QAAA,UAAU,GAAG,IAAA,qBAAG,EAAA;;;;;;;UAOnB,mBAAmB;;;;;;CAM5B,CAAC;AAEW,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQzC,CAAC;AAEF,kEAAkE;AACrD,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;CAsBlC,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"}
|
|
@@ -9,7 +9,7 @@ exports.ATTRIBUTE_KEYS_REQUESTS = (0, graphql_request_1.gql) `
|
|
|
9
9
|
first: $first
|
|
10
10
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
11
11
|
# isExportCsv: true
|
|
12
|
-
|
|
12
|
+
useMaster: false
|
|
13
13
|
# TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
14
14
|
offset: $offset
|
|
15
15
|
) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/catalog.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/catalog.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ,QAUpB,CAAC"}
|
|
@@ -5,10 +5,9 @@ const graphql_request_1 = require("graphql-request");
|
|
|
5
5
|
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
6
6
|
// # TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
7
7
|
// # isExportCsv: true
|
|
8
|
-
// # useMaster: false
|
|
9
8
|
exports.CATALOGS = (0, graphql_request_1.gql) `
|
|
10
9
|
query TranscendCliCatalogs($first: Int!, $offset: Int!) {
|
|
11
|
-
catalogs(first: $first, offset: $offset, filterBy: {}) {
|
|
10
|
+
catalogs(first: $first, offset: $offset, filterBy: {}, useMaster: false) {
|
|
12
11
|
nodes {
|
|
13
12
|
integrationName
|
|
14
13
|
title
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../../src/graphql/gqls/catalog.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,kEAAkE;AAClE,sEAAsE;AACtE,4BAA4B;
|
|
1
|
+
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../../src/graphql/gqls/catalog.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,kEAAkE;AAClE,sEAAsE;AACtE,4BAA4B;AACf,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;
|
|
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;AAEF,eAAO,MAAM,UAAU,QA+CtB,CAAC;AAEF,eAAO,MAAM,OAAO,QA8CnB,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"}
|
|
@@ -16,10 +16,9 @@ exports.PURPOSES = (0, graphql_request_1.gql) `
|
|
|
16
16
|
// TODO: https://transcend.height.app/T-27909 - order by createdAt
|
|
17
17
|
// # TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
18
18
|
// # isExportCsv: true
|
|
19
|
-
// # useMaster: false
|
|
20
19
|
exports.EXPERIENCES = (0, graphql_request_1.gql) `
|
|
21
20
|
query TranscendCliExperiences($first: Int!, $offset: Int!) {
|
|
22
|
-
experiences(first: $first, offset: $offset) {
|
|
21
|
+
experiences(first: $first, offset: $offset, useMaster: false) {
|
|
23
22
|
nodes {
|
|
24
23
|
id
|
|
25
24
|
name
|
|
@@ -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,sEAAsE;AACtE,4BAA4B;
|
|
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,sEAAsE;AACtE,4BAA4B;AACf,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;AAEW,QAAA,UAAU,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+C5B,CAAC;AAEW,QAAA,OAAO,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CzB,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"}
|
|
@@ -14,7 +14,7 @@ exports.DATA_POINTS = (0, graphql_request_1.gql) `
|
|
|
14
14
|
offset: $offset
|
|
15
15
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
16
16
|
# isExportCsv: true
|
|
17
|
-
|
|
17
|
+
useMaster: false
|
|
18
18
|
orderBy: [
|
|
19
19
|
{ field: createdAt, direction: ASC }
|
|
20
20
|
{ field: name, direction: ASC }
|
|
@@ -10,7 +10,7 @@ exports.ENRICHERS = (0, graphql_request_1.gql) `
|
|
|
10
10
|
offset: $offset
|
|
11
11
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
12
12
|
# isExportCsv: true
|
|
13
|
-
|
|
13
|
+
useMaster: false
|
|
14
14
|
orderBy: [
|
|
15
15
|
{ field: createdAt, direction: ASC }
|
|
16
16
|
{ field: title, direction: ASC }
|
|
@@ -9,7 +9,7 @@ exports.IDENTIFIERS = (0, graphql_request_1.gql) `
|
|
|
9
9
|
offset: $offset
|
|
10
10
|
# TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
11
11
|
# isExportCsv: true
|
|
12
|
-
|
|
12
|
+
useMaster: false
|
|
13
13
|
orderBy: [
|
|
14
14
|
{ field: createdAt, direction: ASC }
|
|
15
15
|
{ field: name, direction: ASC }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/template.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../src/graphql/gqls/template.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS,QAoBrB,CAAC;AAEF,eAAO,MAAM,eAAe,QAM3B,CAAC"}
|
|
@@ -3,12 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CREATE_TEMPLATE = exports.TEMPLATES = 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
|
-
//
|
|
8
|
-
// # useMaster: false
|
|
6
|
+
// TODO: https://transcend.height.app/T-27909 - enable optimizations
|
|
7
|
+
// isExportCsv: true
|
|
9
8
|
exports.TEMPLATES = (0, graphql_request_1.gql) `
|
|
10
9
|
query TranscendCliTemplates($title: String, $first: Int!, $offset: Int!) {
|
|
11
|
-
templates(
|
|
10
|
+
templates(
|
|
11
|
+
filterBy: { text: $title }
|
|
12
|
+
first: $first
|
|
13
|
+
offset: $offset
|
|
14
|
+
useMaster: false
|
|
15
|
+
) {
|
|
12
16
|
nodes {
|
|
13
17
|
id
|
|
14
18
|
title
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../src/graphql/gqls/template.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,kEAAkE;AAClE,
|
|
1
|
+
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../src/graphql/gqls/template.ts"],"names":[],"mappings":";;;AAAA,qDAAsC;AAEtC,kEAAkE;AAClE,oEAAoE;AACpE,oBAAoB;AACP,QAAA,SAAS,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;CAoB3B,CAAC;AAEW,QAAA,eAAe,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMjC,CAAC"}
|