@transcend-io/cli 4.89.0 → 4.92.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.
Files changed (74) hide show
  1. package/README.md +37 -16
  2. package/build/cli-pull.js +8 -2
  3. package/build/cli-pull.js.map +1 -1
  4. package/build/cli-request-export.js +1 -1
  5. package/build/cli-request-export.js.map +1 -1
  6. package/build/cli-skip-request-data-silos.js +21 -1
  7. package/build/cli-skip-request-data-silos.js.map +1 -1
  8. package/build/graphql/fetchAllRequests.d.ts +4 -2
  9. package/build/graphql/fetchAllRequests.d.ts.map +1 -1
  10. package/build/graphql/fetchAllRequests.js +3 -2
  11. package/build/graphql/fetchAllRequests.js.map +1 -1
  12. package/build/graphql/fetchRequestDataSilo.d.ts.map +1 -1
  13. package/build/graphql/fetchRequestDataSilo.js +20 -1
  14. package/build/graphql/fetchRequestDataSilo.js.map +1 -1
  15. package/build/graphql/gqls/RequestDataSilo.d.ts.map +1 -1
  16. package/build/graphql/gqls/RequestDataSilo.js +2 -1
  17. package/build/graphql/gqls/RequestDataSilo.js.map +1 -1
  18. package/build/graphql/gqls/RequestEnricher.d.ts.map +1 -1
  19. package/build/graphql/gqls/RequestEnricher.js +1 -2
  20. package/build/graphql/gqls/RequestEnricher.js.map +1 -1
  21. package/build/graphql/gqls/businessEntity.d.ts.map +1 -1
  22. package/build/graphql/gqls/businessEntity.js +1 -2
  23. package/build/graphql/gqls/businessEntity.js.map +1 -1
  24. package/build/graphql/gqls/dataPoint.d.ts.map +1 -1
  25. package/build/graphql/gqls/dataPoint.js +1 -2
  26. package/build/graphql/gqls/dataPoint.js.map +1 -1
  27. package/build/graphql/gqls/dataSilo.d.ts +1 -1
  28. package/build/graphql/gqls/dataSilo.d.ts.map +1 -1
  29. package/build/graphql/gqls/dataSilo.js +63 -46
  30. package/build/graphql/gqls/dataSilo.js.map +1 -1
  31. package/build/graphql/gqls/request.d.ts.map +1 -1
  32. package/build/graphql/gqls/request.js +1 -2
  33. package/build/graphql/gqls/request.js.map +1 -1
  34. package/build/graphql/pullTranscendConfiguration.d.ts +5 -1
  35. package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
  36. package/build/graphql/pullTranscendConfiguration.js +3 -1
  37. package/build/graphql/pullTranscendConfiguration.js.map +1 -1
  38. package/build/graphql/syncDataSilos.d.ts +16 -6
  39. package/build/graphql/syncDataSilos.d.ts.map +1 -1
  40. package/build/graphql/syncDataSilos.js +54 -56
  41. package/build/graphql/syncDataSilos.js.map +1 -1
  42. package/build/requests/markSilentPrivacyRequests.d.ts.map +1 -1
  43. package/build/requests/markSilentPrivacyRequests.js +1 -0
  44. package/build/requests/markSilentPrivacyRequests.js.map +1 -1
  45. package/build/requests/pullPrivacyRequests.d.ts +2 -2
  46. package/build/requests/pullPrivacyRequests.d.ts.map +1 -1
  47. package/build/requests/pullPrivacyRequests.js +2 -2
  48. package/build/requests/pullPrivacyRequests.js.map +1 -1
  49. package/build/requests/skipRequestDataSilos.d.ts +4 -1
  50. package/build/requests/skipRequestDataSilos.d.ts.map +1 -1
  51. package/build/requests/skipRequestDataSilos.js +2 -2
  52. package/build/requests/skipRequestDataSilos.js.map +1 -1
  53. package/build/tsbuildinfo +1 -1
  54. package/package.json +1 -1
  55. package/build/graphql/tests/fetchApiKeys.test.d.ts +0 -1
  56. package/build/graphql/tests/fetchApiKeys.test.d.ts.map +0 -1
  57. package/build/graphql/tests/fetchApiKeys.test.js +0 -3
  58. package/build/graphql/tests/fetchApiKeys.test.js.map +0 -1
  59. package/build/graphql/tests/fetchDataSubjects.test.d.ts +0 -1
  60. package/build/graphql/tests/fetchDataSubjects.test.d.ts.map +0 -1
  61. package/build/graphql/tests/fetchDataSubjects.test.js +0 -3
  62. package/build/graphql/tests/fetchDataSubjects.test.js.map +0 -1
  63. package/build/graphql/tests/fetchIdentifiers.test.d.ts +0 -1
  64. package/build/graphql/tests/fetchIdentifiers.test.d.ts.map +0 -1
  65. package/build/graphql/tests/fetchIdentifiers.test.js +0 -3
  66. package/build/graphql/tests/fetchIdentifiers.test.js.map +0 -1
  67. package/build/graphql/tests/syncDataSilos.test.d.ts +0 -1
  68. package/build/graphql/tests/syncDataSilos.test.d.ts.map +0 -1
  69. package/build/graphql/tests/syncDataSilos.test.js +0 -3
  70. package/build/graphql/tests/syncDataSilos.test.js.map +0 -1
  71. package/build/graphql/tests/syncEnrichers.test.d.ts +0 -1
  72. package/build/graphql/tests/syncEnrichers.test.d.ts.map +0 -1
  73. package/build/graphql/tests/syncEnrichers.test.js +0 -3
  74. package/build/graphql/tests/syncEnrichers.test.js.map +0 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Transcend Inc.",
3
3
  "name": "@transcend-io/cli",
4
4
  "description": "Small package containing useful typescript utilities.",
5
- "version": "4.89.0",
5
+ "version": "4.92.0",
6
6
  "homepage": "https://github.com/transcend-io/cli",
7
7
  "repository": {
8
8
  "type": "git",
@@ -1 +0,0 @@
1
- //# sourceMappingURL=fetchApiKeys.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetchApiKeys.test.d.ts","sourceRoot":"","sources":["../../../src/graphql/tests/fetchApiKeys.test.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // TODO: https://transcend.height.app/T-10772 - fetchApiKeys test
3
- //# sourceMappingURL=fetchApiKeys.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetchApiKeys.test.js","sourceRoot":"","sources":["../../../src/graphql/tests/fetchApiKeys.test.ts"],"names":[],"mappings":";AAAA,iEAAiE"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=fetchDataSubjects.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetchDataSubjects.test.d.ts","sourceRoot":"","sources":["../../../src/graphql/tests/fetchDataSubjects.test.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // TODO: https://transcend.height.app/T-10772 - fetchDataSubjects test
3
- //# sourceMappingURL=fetchDataSubjects.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetchDataSubjects.test.js","sourceRoot":"","sources":["../../../src/graphql/tests/fetchDataSubjects.test.ts"],"names":[],"mappings":";AAAA,sEAAsE"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=fetchIdentifiers.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetchIdentifiers.test.d.ts","sourceRoot":"","sources":["../../../src/graphql/tests/fetchIdentifiers.test.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // TODO: https://transcend.height.app/T-10772 - fetchIdentifiers test
3
- //# sourceMappingURL=fetchIdentifiers.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetchIdentifiers.test.js","sourceRoot":"","sources":["../../../src/graphql/tests/fetchIdentifiers.test.ts"],"names":[],"mappings":";AAAA,qEAAqE"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=syncDataSilos.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"syncDataSilos.test.d.ts","sourceRoot":"","sources":["../../../src/graphql/tests/syncDataSilos.test.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // TODO: https://transcend.height.app/T-10772 - syncEnrichers test
3
- //# sourceMappingURL=syncDataSilos.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"syncDataSilos.test.js","sourceRoot":"","sources":["../../../src/graphql/tests/syncDataSilos.test.ts"],"names":[],"mappings":";AAAA,kEAAkE"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=syncEnrichers.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"syncEnrichers.test.d.ts","sourceRoot":"","sources":["../../../src/graphql/tests/syncEnrichers.test.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // TODO: https://transcend.height.app/T-10772 - syncEnrichers test
3
- //# sourceMappingURL=syncEnrichers.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"syncEnrichers.test.js","sourceRoot":"","sources":["../../../src/graphql/tests/syncEnrichers.test.ts"],"names":[],"mappings":";AAAA,kEAAkE"}