@transcend-io/cli 4.26.2 → 4.29.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 (89) hide show
  1. package/README.md +66 -24
  2. package/build/cli-pull.js +18 -1
  3. package/build/cli-pull.js.map +1 -1
  4. package/build/codecs.d.ts +11417 -17
  5. package/build/codecs.d.ts.map +1 -1
  6. package/build/codecs.js +259 -10
  7. package/build/codecs.js.map +1 -1
  8. package/build/graphql/fetchAllActions.d.ts +24 -0
  9. package/build/graphql/fetchAllActions.d.ts.map +1 -0
  10. package/build/graphql/fetchAllActions.js +32 -0
  11. package/build/graphql/fetchAllActions.js.map +1 -0
  12. package/build/graphql/fetchAllAttributes.d.ts +57 -0
  13. package/build/graphql/fetchAllAttributes.d.ts.map +1 -0
  14. package/build/graphql/fetchAllAttributes.js +78 -0
  15. package/build/graphql/fetchAllAttributes.js.map +1 -0
  16. package/build/graphql/fetchAllBusinessEntities.d.ts +38 -0
  17. package/build/graphql/fetchAllBusinessEntities.d.ts.map +1 -0
  18. package/build/graphql/fetchAllBusinessEntities.js +32 -0
  19. package/build/graphql/fetchAllBusinessEntities.js.map +1 -0
  20. package/build/graphql/fetchAllCookies.js +1 -1
  21. package/build/graphql/fetchAllCookies.js.map +1 -1
  22. package/build/graphql/fetchConsentManagerId.d.ts +29 -0
  23. package/build/graphql/fetchConsentManagerId.d.ts.map +1 -1
  24. package/build/graphql/fetchConsentManagerId.js +24 -2
  25. package/build/graphql/fetchConsentManagerId.js.map +1 -1
  26. package/build/graphql/fetchDataSubjects.d.ts +21 -1
  27. package/build/graphql/fetchDataSubjects.d.ts.map +1 -1
  28. package/build/graphql/fetchDataSubjects.js +16 -4
  29. package/build/graphql/fetchDataSubjects.js.map +1 -1
  30. package/build/graphql/fetchIdentifiers.d.ts +28 -0
  31. package/build/graphql/fetchIdentifiers.d.ts.map +1 -1
  32. package/build/graphql/fetchIdentifiers.js.map +1 -1
  33. package/build/graphql/gqls/action.d.ts +2 -0
  34. package/build/graphql/gqls/action.d.ts.map +1 -0
  35. package/build/graphql/gqls/action.js +19 -0
  36. package/build/graphql/gqls/action.js.map +1 -0
  37. package/build/graphql/gqls/attribute.d.ts +6 -0
  38. package/build/graphql/gqls/attribute.d.ts.map +1 -0
  39. package/build/graphql/gqls/attribute.js +104 -0
  40. package/build/graphql/gqls/attribute.js.map +1 -0
  41. package/build/graphql/gqls/businessEntity.d.ts +2 -0
  42. package/build/graphql/gqls/businessEntity.d.ts.map +1 -0
  43. package/build/graphql/gqls/businessEntity.js +27 -0
  44. package/build/graphql/gqls/businessEntity.js.map +1 -0
  45. package/build/graphql/gqls/consentManager.d.ts +3 -0
  46. package/build/graphql/gqls/consentManager.d.ts.map +1 -1
  47. package/build/graphql/gqls/consentManager.js +35 -4
  48. package/build/graphql/gqls/consentManager.js.map +1 -1
  49. package/build/graphql/gqls/dataSubject.d.ts.map +1 -1
  50. package/build/graphql/gqls/dataSubject.js +7 -0
  51. package/build/graphql/gqls/dataSubject.js.map +1 -1
  52. package/build/graphql/gqls/enricher.js +1 -1
  53. package/build/graphql/gqls/identifier.d.ts.map +1 -1
  54. package/build/graphql/gqls/identifier.js +15 -0
  55. package/build/graphql/gqls/identifier.js.map +1 -1
  56. package/build/graphql/gqls/index.d.ts +3 -0
  57. package/build/graphql/gqls/index.d.ts.map +1 -1
  58. package/build/graphql/gqls/index.js +3 -0
  59. package/build/graphql/gqls/index.js.map +1 -1
  60. package/build/graphql/index.d.ts +5 -0
  61. package/build/graphql/index.d.ts.map +1 -1
  62. package/build/graphql/index.js +5 -0
  63. package/build/graphql/index.js.map +1 -1
  64. package/build/graphql/pullTranscendConfiguration.d.ts +28 -7
  65. package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
  66. package/build/graphql/pullTranscendConfiguration.js +298 -109
  67. package/build/graphql/pullTranscendConfiguration.js.map +1 -1
  68. package/build/graphql/syncAttribute.d.ts +12 -0
  69. package/build/graphql/syncAttribute.d.ts.map +1 -0
  70. package/build/graphql/syncAttribute.js +68 -0
  71. package/build/graphql/syncAttribute.js.map +1 -0
  72. package/build/graphql/syncConfigurationToTranscend.d.ts.map +1 -1
  73. package/build/graphql/syncConfigurationToTranscend.js +95 -9
  74. package/build/graphql/syncConfigurationToTranscend.js.map +1 -1
  75. package/build/graphql/syncDataFlows.d.ts +17 -0
  76. package/build/graphql/syncDataFlows.d.ts.map +1 -0
  77. package/build/graphql/syncDataFlows.js +70 -0
  78. package/build/graphql/syncDataFlows.js.map +1 -0
  79. package/build/graphql/syncEnrichers.d.ts.map +1 -1
  80. package/build/graphql/syncEnrichers.js +6 -3
  81. package/build/graphql/syncEnrichers.js.map +1 -1
  82. package/build/tests/readTranscendYaml.test.js +0 -3
  83. package/build/tests/readTranscendYaml.test.js.map +1 -1
  84. package/build/tmp-attribute-key.d.ts +52 -0
  85. package/build/tmp-attribute-key.d.ts.map +1 -0
  86. package/build/tmp-attribute-key.js +46 -0
  87. package/build/tmp-attribute-key.js.map +1 -0
  88. package/build/tsbuildinfo +1 -1
  89. package/package.json +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.