@transcend-io/cli 4.89.0 → 4.91.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 (62) hide show
  1. package/README.md +25 -11
  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/graphql/fetchAllRequests.d.ts +4 -2
  7. package/build/graphql/fetchAllRequests.d.ts.map +1 -1
  8. package/build/graphql/fetchAllRequests.js +3 -2
  9. package/build/graphql/fetchAllRequests.js.map +1 -1
  10. package/build/graphql/gqls/RequestEnricher.d.ts.map +1 -1
  11. package/build/graphql/gqls/RequestEnricher.js +1 -2
  12. package/build/graphql/gqls/RequestEnricher.js.map +1 -1
  13. package/build/graphql/gqls/businessEntity.d.ts.map +1 -1
  14. package/build/graphql/gqls/businessEntity.js +1 -2
  15. package/build/graphql/gqls/businessEntity.js.map +1 -1
  16. package/build/graphql/gqls/dataPoint.d.ts.map +1 -1
  17. package/build/graphql/gqls/dataPoint.js +1 -2
  18. package/build/graphql/gqls/dataPoint.js.map +1 -1
  19. package/build/graphql/gqls/dataSilo.d.ts +1 -1
  20. package/build/graphql/gqls/dataSilo.d.ts.map +1 -1
  21. package/build/graphql/gqls/dataSilo.js +63 -46
  22. package/build/graphql/gqls/dataSilo.js.map +1 -1
  23. package/build/graphql/gqls/request.d.ts.map +1 -1
  24. package/build/graphql/gqls/request.js +1 -2
  25. package/build/graphql/gqls/request.js.map +1 -1
  26. package/build/graphql/pullTranscendConfiguration.d.ts +5 -1
  27. package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
  28. package/build/graphql/pullTranscendConfiguration.js +3 -1
  29. package/build/graphql/pullTranscendConfiguration.js.map +1 -1
  30. package/build/graphql/syncDataSilos.d.ts +16 -6
  31. package/build/graphql/syncDataSilos.d.ts.map +1 -1
  32. package/build/graphql/syncDataSilos.js +54 -56
  33. package/build/graphql/syncDataSilos.js.map +1 -1
  34. package/build/requests/markSilentPrivacyRequests.d.ts.map +1 -1
  35. package/build/requests/markSilentPrivacyRequests.js +1 -0
  36. package/build/requests/markSilentPrivacyRequests.js.map +1 -1
  37. package/build/requests/pullPrivacyRequests.d.ts +2 -2
  38. package/build/requests/pullPrivacyRequests.d.ts.map +1 -1
  39. package/build/requests/pullPrivacyRequests.js +2 -2
  40. package/build/requests/pullPrivacyRequests.js.map +1 -1
  41. package/build/tsbuildinfo +1 -1
  42. package/package.json +1 -1
  43. package/build/graphql/tests/fetchApiKeys.test.d.ts +0 -1
  44. package/build/graphql/tests/fetchApiKeys.test.d.ts.map +0 -1
  45. package/build/graphql/tests/fetchApiKeys.test.js +0 -3
  46. package/build/graphql/tests/fetchApiKeys.test.js.map +0 -1
  47. package/build/graphql/tests/fetchDataSubjects.test.d.ts +0 -1
  48. package/build/graphql/tests/fetchDataSubjects.test.d.ts.map +0 -1
  49. package/build/graphql/tests/fetchDataSubjects.test.js +0 -3
  50. package/build/graphql/tests/fetchDataSubjects.test.js.map +0 -1
  51. package/build/graphql/tests/fetchIdentifiers.test.d.ts +0 -1
  52. package/build/graphql/tests/fetchIdentifiers.test.d.ts.map +0 -1
  53. package/build/graphql/tests/fetchIdentifiers.test.js +0 -3
  54. package/build/graphql/tests/fetchIdentifiers.test.js.map +0 -1
  55. package/build/graphql/tests/syncDataSilos.test.d.ts +0 -1
  56. package/build/graphql/tests/syncDataSilos.test.d.ts.map +0 -1
  57. package/build/graphql/tests/syncDataSilos.test.js +0 -3
  58. package/build/graphql/tests/syncDataSilos.test.js.map +0 -1
  59. package/build/graphql/tests/syncEnrichers.test.d.ts +0 -1
  60. package/build/graphql/tests/syncEnrichers.test.d.ts.map +0 -1
  61. package/build/graphql/tests/syncEnrichers.test.js +0 -3
  62. 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.91.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"}