@ttt-productions/ttt-core 0.59.0 → 0.61.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 (72) hide show
  1. package/dist/constants/business-content.d.ts +23 -0
  2. package/dist/constants/business-content.d.ts.map +1 -1
  3. package/dist/constants/business-content.js +24 -0
  4. package/dist/constants/business-content.js.map +1 -1
  5. package/dist/doc-schemas/content.d.ts +46 -0
  6. package/dist/doc-schemas/content.d.ts.map +1 -1
  7. package/dist/doc-schemas/content.js +42 -0
  8. package/dist/doc-schemas/content.js.map +1 -1
  9. package/dist/doc-schemas/media-activation-jobs.d.ts +1 -0
  10. package/dist/doc-schemas/media-activation-jobs.d.ts.map +1 -1
  11. package/dist/doc-schemas/media-assets.d.ts +1 -0
  12. package/dist/doc-schemas/media-assets.d.ts.map +1 -1
  13. package/dist/doc-schemas/media-assets.js +4 -0
  14. package/dist/doc-schemas/media-assets.js.map +1 -1
  15. package/dist/doc-schemas/messaging.d.ts +33 -0
  16. package/dist/doc-schemas/messaging.d.ts.map +1 -1
  17. package/dist/doc-schemas/messaging.js +25 -0
  18. package/dist/doc-schemas/messaging.js.map +1 -1
  19. package/dist/doc-schemas/moderation.d.ts +1 -1
  20. package/dist/doc-schemas/ncii/removal.d.ts +2 -2
  21. package/dist/doc-schemas/payments.d.ts +2 -2
  22. package/dist/doc-schemas/registry.d.ts +65 -8
  23. package/dist/doc-schemas/registry.d.ts.map +1 -1
  24. package/dist/doc-schemas/registry.js +2 -1
  25. package/dist/doc-schemas/registry.js.map +1 -1
  26. package/dist/doc-schemas/report-docs.d.ts +9 -0
  27. package/dist/doc-schemas/report-docs.d.ts.map +1 -1
  28. package/dist/doc-schemas/report-docs.js +8 -0
  29. package/dist/doc-schemas/report-docs.js.map +1 -1
  30. package/dist/media/domain-events-work.d.ts +1 -1
  31. package/dist/media/domain-events.d.ts +1 -1
  32. package/dist/media/pending-media.d.ts +9 -9
  33. package/dist/media/target-info.d.ts +3 -3
  34. package/dist/paths/collection-refs.d.ts +1 -0
  35. package/dist/paths/collection-refs.d.ts.map +1 -1
  36. package/dist/paths/collection-refs.js +1 -0
  37. package/dist/paths/collection-refs.js.map +1 -1
  38. package/dist/paths/collections.d.ts +1 -0
  39. package/dist/paths/collections.d.ts.map +1 -1
  40. package/dist/paths/collections.js +1 -0
  41. package/dist/paths/collections.js.map +1 -1
  42. package/dist/paths/path-builders.d.ts +1 -0
  43. package/dist/paths/path-builders.d.ts.map +1 -1
  44. package/dist/paths/path-builders.js +1 -0
  45. package/dist/paths/path-builders.js.map +1 -1
  46. package/dist/permissions/work-project-permissions-data.d.ts +11 -1
  47. package/dist/permissions/work-project-permissions-data.d.ts.map +1 -1
  48. package/dist/permissions/work-project-permissions-data.js +12 -1
  49. package/dist/permissions/work-project-permissions-data.js.map +1 -1
  50. package/dist/schemas/atoms.d.ts +1 -0
  51. package/dist/schemas/atoms.d.ts.map +1 -1
  52. package/dist/schemas/atoms.js +1 -0
  53. package/dist/schemas/atoms.js.map +1 -1
  54. package/dist/schemas/chat.d.ts +34 -0
  55. package/dist/schemas/chat.d.ts.map +1 -1
  56. package/dist/schemas/chat.js +19 -0
  57. package/dist/schemas/chat.js.map +1 -1
  58. package/dist/schemas/hall-library.d.ts +24 -0
  59. package/dist/schemas/hall-library.d.ts.map +1 -1
  60. package/dist/schemas/hall-library.js +29 -1
  61. package/dist/schemas/hall-library.js.map +1 -1
  62. package/dist/schemas/notification.d.ts +5 -0
  63. package/dist/schemas/notification.d.ts.map +1 -1
  64. package/dist/schemas/notification.js +4 -0
  65. package/dist/schemas/notification.js.map +1 -1
  66. package/dist/types/audit.d.ts +1 -1
  67. package/dist/types/audit.d.ts.map +1 -1
  68. package/dist/types/content.d.ts +1 -1
  69. package/dist/types/content.d.ts.map +1 -1
  70. package/dist/types/messaging.d.ts +1 -1
  71. package/dist/types/messaging.d.ts.map +1 -1
  72. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- export type { GuildChatChannel, GuildInviteConversation, AdminDispatch, } from '../doc-schemas/messaging.js';
1
+ export type { GuildChatChannel, GuildInviteConversation, AdminDispatch, AdminDispatchPartyKind, AdminDispatchContextRef, } from '../doc-schemas/messaging.js';
2
2
  //# sourceMappingURL=messaging.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"messaging.d.ts","sourceRoot":"","sources":["../../src/types/messaging.ts"],"names":[],"mappings":"AAOA,YAAY,EACV,gBAAgB,EAChB,uBAAuB,EACvB,aAAa,GACd,MAAM,6BAA6B,CAAC"}
1
+ {"version":3,"file":"messaging.d.ts","sourceRoot":"","sources":["../../src/types/messaging.ts"],"names":[],"mappings":"AAOA,YAAY,EACV,gBAAgB,EAChB,uBAAuB,EACvB,aAAa,EACb,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,6BAA6B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttt-productions/ttt-core",
3
- "version": "0.59.0",
3
+ "version": "0.61.0",
4
4
  "description": "Core types, Firestore path constants, and shared constants for TTT Productions",
5
5
  "repository": {
6
6
  "type": "git",