@schibsted/advertory 2.67.0 → 2.67.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 (75) hide show
  1. package/core/aftenposten/es/index.css +1 -1
  2. package/core/aftenposten/es/index.js +1 -1
  3. package/core/aftenposten/index.js +1 -1
  4. package/core/aftenpostenv2/es/index.css +1 -1
  5. package/core/aftenpostenv2/es/index.js +1 -1
  6. package/core/aftonbladet/es/index.css +1 -1
  7. package/core/aftonbladet/es/index.js +1 -1
  8. package/core/aftonbladet/index.js +1 -1
  9. package/core/aftonbladetv2/es/index.css +1 -1
  10. package/core/aftonbladetv2/es/index.js +1 -1
  11. package/core/bt/es/index.css +1 -1
  12. package/core/bt/es/index.js +1 -1
  13. package/core/bt/index.js +1 -1
  14. package/core/e24/es/index.css +1 -1
  15. package/core/e24/es/index.js +1 -1
  16. package/core/e24/index.js +1 -1
  17. package/core/fotbollskanalen/es/index.css +1 -1
  18. package/core/fotbollskanalen/es/index.js +1 -1
  19. package/core/fotbollskanalen/index.js +1 -1
  20. package/core/godare/index.js +1 -1
  21. package/core/godt/index.js +1 -1
  22. package/core/klart/index.js +1 -1
  23. package/core/koket/es/index.css +1 -1
  24. package/core/koket/es/index.js +1 -1
  25. package/core/koket/index.js +1 -1
  26. package/core/kompakt/index.js +1 -1
  27. package/core/minmote/index.js +1 -1
  28. package/core/pent/index.js +1 -1
  29. package/core/sa/es/index.css +1 -1
  30. package/core/sa/es/index.js +1 -1
  31. package/core/sa/index.js +1 -1
  32. package/core/sav2/es/index.css +1 -1
  33. package/core/sav2/es/index.js +1 -1
  34. package/core/svd/es/index.css +1 -1
  35. package/core/svd/es/index.js +1 -1
  36. package/core/svd/index.js +1 -1
  37. package/core/svdv2/es/index.css +1 -1
  38. package/core/svdv2/es/index.js +1 -1
  39. package/core/tek/index.js +1 -1
  40. package/core/tv4/es/index.css +1 -1
  41. package/core/tv4/es/index.js +1 -1
  42. package/core/tv4/index.js +1 -1
  43. package/core/tvnu/index.js +1 -1
  44. package/core/vg/es/index.css +1 -1
  45. package/core/vg/es/index.js +1 -1
  46. package/core/vg/index.js +1 -1
  47. package/core/vgv2/es/index.css +1 -1
  48. package/core/vgv2/es/index.js +1 -1
  49. package/features/brandmetrics/index.js +1 -1
  50. package/features/dr-edition/es/index.js +1 -1
  51. package/features/dr-edition/index.js +1 -1
  52. package/features/glimr/index.js +1 -1
  53. package/features/kilkaya/es/index.js +1 -1
  54. package/features/kilkaya/index.js +1 -1
  55. package/features/tracker/index.js +1 -1
  56. package/package.json +1 -1
  57. package/sites/aftenposten/es/index.css +1 -1
  58. package/sites/aftenpostenv2/es/index.css +1 -1
  59. package/sites/aftonbladet/es/index.css +1 -1
  60. package/sites/aftonbladetv2/es/index.css +1 -1
  61. package/sites/bt/es/index.css +1 -1
  62. package/sites/e24/es/index.css +1 -1
  63. package/sites/fotbollskanalen/es/index.css +1 -1
  64. package/sites/sa/es/index.css +1 -1
  65. package/sites/sav2/es/index.css +1 -1
  66. package/sites/svd/es/index.css +1 -1
  67. package/sites/svdv2/es/index.css +1 -1
  68. package/sites/vg/es/index.css +1 -1
  69. package/sites/vgv2/es/index.css +1 -1
  70. package/types/features/tcf/index.d.ts +3 -0
  71. /package/types/{core/handlers/tcf/consent.d.ts → features/tcf/has-consent.d.ts} +0 -0
  72. /package/types/{core/handlers/tcf/consent.test.d.ts → features/tcf/has-consent.test.d.ts} +0 -0
  73. /package/types/{core/handlers → features}/tcf/schibsted-ad-choices.d.ts +0 -0
  74. /package/types/{core/handlers/tcf/index.d.ts → features/tcf/tcf-consent.d.ts} +0 -0
  75. /package/types/{core/handlers/tcf/index.test.d.ts → features/tcf/tcf-consent.test.d.ts} +0 -0
@@ -0,0 +1,3 @@
1
+ export { useTCFConsent } from './tcf-consent';
2
+ export { hasSchibstedAdChoicesConsent } from './has-consent';
3
+ export { getAdvertisingPermissionsAsync, getAdvertisingPermissionsSync } from './schibsted-ad-choices';