@transcend-io/cli 6.25.0 → 6.26.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.
Files changed (53) hide show
  1. package/README.md +49 -41
  2. package/build/cli-cron-pull-identifiers.js +5 -1
  3. package/build/cli-cron-pull-identifiers.js.map +1 -1
  4. package/build/codecs.d.ts +199 -2
  5. package/build/codecs.d.ts.map +1 -1
  6. package/build/codecs.js +61 -1
  7. package/build/codecs.js.map +1 -1
  8. package/build/constants.d.ts.map +1 -1
  9. package/build/constants.js +9 -0
  10. package/build/constants.js.map +1 -1
  11. package/build/cron/pullCustomSiloOutstandingIdentifiers.d.ts +3 -1
  12. package/build/cron/pullCustomSiloOutstandingIdentifiers.d.ts.map +1 -1
  13. package/build/cron/pullCustomSiloOutstandingIdentifiers.js +20 -8
  14. package/build/cron/pullCustomSiloOutstandingIdentifiers.js.map +1 -1
  15. package/build/enums.d.ts +2 -1
  16. package/build/enums.d.ts.map +1 -1
  17. package/build/enums.js +1 -0
  18. package/build/enums.js.map +1 -1
  19. package/build/graphql/fetchAllPreferenceTopics.d.ts +25 -0
  20. package/build/graphql/fetchAllPreferenceTopics.d.ts.map +1 -1
  21. package/build/graphql/fetchAllPreferenceTopics.js.map +1 -1
  22. package/build/graphql/fetchAllPurposes.d.ts +22 -0
  23. package/build/graphql/fetchAllPurposes.d.ts.map +1 -1
  24. package/build/graphql/fetchAllPurposes.js.map +1 -1
  25. package/build/graphql/fetchAllPurposesAndPreferences.d.ts +15 -0
  26. package/build/graphql/fetchAllPurposesAndPreferences.d.ts.map +1 -0
  27. package/build/graphql/fetchAllPurposesAndPreferences.js +26 -0
  28. package/build/graphql/fetchAllPurposesAndPreferences.js.map +1 -0
  29. package/build/graphql/gqls/preferenceTopic.d.ts.map +1 -1
  30. package/build/graphql/gqls/preferenceTopic.js +14 -0
  31. package/build/graphql/gqls/preferenceTopic.js.map +1 -1
  32. package/build/graphql/gqls/purpose.d.ts.map +1 -1
  33. package/build/graphql/gqls/purpose.js +10 -0
  34. package/build/graphql/gqls/purpose.js.map +1 -1
  35. package/build/graphql/index.d.ts +1 -0
  36. package/build/graphql/index.d.ts.map +1 -1
  37. package/build/graphql/index.js +1 -0
  38. package/build/graphql/index.js.map +1 -1
  39. package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
  40. package/build/graphql/pullTranscendConfiguration.js +38 -1
  41. package/build/graphql/pullTranscendConfiguration.js.map +1 -1
  42. package/build/index.d.ts +1 -0
  43. package/build/index.d.ts.map +1 -1
  44. package/build/index.js +1 -0
  45. package/build/index.js.map +1 -1
  46. package/build/preference-management/tests/checkIfPendingPreferenceUpdatesAreNoOp.test.js +56 -0
  47. package/build/preference-management/tests/checkIfPendingPreferenceUpdatesAreNoOp.test.js.map +1 -1
  48. package/build/preference-management/tests/checkIfPendingPreferenceUpdatesCauseConflict.test.js +57 -0
  49. package/build/preference-management/tests/checkIfPendingPreferenceUpdatesCauseConflict.test.js.map +1 -1
  50. package/build/preference-management/tests/getPreferenceUpdatesFromRow.test.js +188 -0
  51. package/build/preference-management/tests/getPreferenceUpdatesFromRow.test.js.map +1 -1
  52. package/build/tsbuildinfo +1 -1
  53. package/package.json +3 -3
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": "6.25.0",
5
+ "version": "6.26.1",
6
6
  "homepage": "https://github.com/transcend-io/cli",
7
7
  "repository": {
8
8
  "type": "git",
@@ -66,11 +66,11 @@
66
66
  "script:pathfinder-json-schema": "ts-node --transpile-only scripts/buildPathfinderJsonSchema.ts && yarn prettier ./pathfinder-policy-yml-schema.json --write"
67
67
  },
68
68
  "dependencies": {
69
- "@transcend-io/airgap.js-types": "^12.3.0",
69
+ "@transcend-io/airgap.js-types": "^12.12.1",
70
70
  "@transcend-io/handlebars-utils": "^1.1.0",
71
71
  "@transcend-io/internationalization": "^1.6.0",
72
72
  "@transcend-io/persisted-state": "^1.0.4",
73
- "@transcend-io/privacy-types": "^4.117.0",
73
+ "@transcend-io/privacy-types": "^4.120.1",
74
74
  "@transcend-io/secret-value": "^1.2.0",
75
75
  "@transcend-io/type-utils": "^1.8.0",
76
76
  "JSONStream": "^1.3.5",