interaqt 1.6.0 → 1.7.0-alpha.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 (97) hide show
  1. package/agent/skill/interaqt-migration.md +18 -2
  2. package/agent/skill/interaqt-reference.md +1 -1
  3. package/dist/builtins/interaction/Data.d.ts +0 -41
  4. package/dist/builtins/interaction/Data.d.ts.map +1 -1
  5. package/dist/builtins/interaction/Interaction.d.ts +11 -4
  6. package/dist/builtins/interaction/Interaction.d.ts.map +1 -1
  7. package/dist/builtins/interaction/activity/ActivityCall.d.ts.map +1 -1
  8. package/dist/builtins/interaction/activity/ActivityManager.d.ts.map +1 -1
  9. package/dist/builtins/interaction/index.d.ts +0 -1
  10. package/dist/builtins/interaction/index.d.ts.map +1 -1
  11. package/dist/core/Any.d.ts.map +1 -1
  12. package/dist/core/Average.d.ts +5 -0
  13. package/dist/core/Average.d.ts.map +1 -1
  14. package/dist/core/BoolExp.d.ts +2 -0
  15. package/dist/core/BoolExp.d.ts.map +1 -1
  16. package/dist/core/Constraint.d.ts.map +1 -1
  17. package/dist/core/Count.d.ts +5 -0
  18. package/dist/core/Count.d.ts.map +1 -1
  19. package/dist/core/Custom.d.ts.map +1 -1
  20. package/dist/core/Entity.d.ts.map +1 -1
  21. package/dist/core/Every.d.ts +5 -0
  22. package/dist/core/Every.d.ts.map +1 -1
  23. package/dist/core/Property.d.ts.map +1 -1
  24. package/dist/core/RealDictionary.d.ts.map +1 -1
  25. package/dist/core/RealTime.d.ts.map +1 -1
  26. package/dist/core/Relation.d.ts +5 -0
  27. package/dist/core/Relation.d.ts.map +1 -1
  28. package/dist/core/ScopedSequence.d.ts.map +1 -1
  29. package/dist/core/SideEffect.d.ts.map +1 -1
  30. package/dist/core/StateMachine.d.ts.map +1 -1
  31. package/dist/core/StateNode.d.ts.map +1 -1
  32. package/dist/core/StateTransfer.d.ts.map +1 -1
  33. package/dist/core/Summation.d.ts +5 -0
  34. package/dist/core/Summation.d.ts.map +1 -1
  35. package/dist/core/Transform.d.ts +7 -0
  36. package/dist/core/Transform.d.ts.map +1 -1
  37. package/dist/core/WeightedSummation.d.ts.map +1 -1
  38. package/dist/core/init.d.ts.map +1 -1
  39. package/dist/core/types.d.ts.map +1 -1
  40. package/dist/core/utils.d.ts +5 -0
  41. package/dist/core/utils.d.ts.map +1 -1
  42. package/dist/drivers/Mysql.d.ts +2 -1
  43. package/dist/drivers/Mysql.d.ts.map +1 -1
  44. package/dist/drivers/PGLite.d.ts.map +1 -1
  45. package/dist/drivers/PostgreSQL.d.ts +1 -0
  46. package/dist/drivers/PostgreSQL.d.ts.map +1 -1
  47. package/dist/index.js +4061 -3844
  48. package/dist/index.js.map +1 -1
  49. package/dist/runtime/Controller.d.ts +15 -1
  50. package/dist/runtime/Controller.d.ts.map +1 -1
  51. package/dist/runtime/MonoSystem.d.ts +2 -0
  52. package/dist/runtime/MonoSystem.d.ts.map +1 -1
  53. package/dist/runtime/Scheduler.d.ts.map +1 -1
  54. package/dist/runtime/System.d.ts +2 -0
  55. package/dist/runtime/System.d.ts.map +1 -1
  56. package/dist/runtime/computations/Any.d.ts.map +1 -1
  57. package/dist/runtime/computations/Average.d.ts.map +1 -1
  58. package/dist/runtime/computations/Computation.d.ts +9 -0
  59. package/dist/runtime/computations/Computation.d.ts.map +1 -1
  60. package/dist/runtime/computations/Count.d.ts.map +1 -1
  61. package/dist/runtime/computations/Every.d.ts.map +1 -1
  62. package/dist/runtime/computations/StateMachine.d.ts.map +1 -1
  63. package/dist/runtime/computations/Summation.d.ts.map +1 -1
  64. package/dist/runtime/computations/WeightedSummation.d.ts.map +1 -1
  65. package/dist/runtime/migration.d.ts +10 -3
  66. package/dist/runtime/migration.d.ts.map +1 -1
  67. package/dist/storage/erstorage/AttributeQuery.d.ts +0 -1
  68. package/dist/storage/erstorage/AttributeQuery.d.ts.map +1 -1
  69. package/dist/storage/erstorage/CreationExecutor.d.ts +10 -12
  70. package/dist/storage/erstorage/CreationExecutor.d.ts.map +1 -1
  71. package/dist/storage/erstorage/DeletionExecutor.d.ts +15 -10
  72. package/dist/storage/erstorage/DeletionExecutor.d.ts.map +1 -1
  73. package/dist/storage/erstorage/EntityToTableMap.d.ts +14 -0
  74. package/dist/storage/erstorage/EntityToTableMap.d.ts.map +1 -1
  75. package/dist/storage/erstorage/FilteredEntityManager.d.ts +83 -18
  76. package/dist/storage/erstorage/FilteredEntityManager.d.ts.map +1 -1
  77. package/dist/storage/erstorage/MatchExp.d.ts +1 -1
  78. package/dist/storage/erstorage/MatchExp.d.ts.map +1 -1
  79. package/dist/storage/erstorage/MergedItemProcessor.d.ts +29 -15
  80. package/dist/storage/erstorage/MergedItemProcessor.d.ts.map +1 -1
  81. package/dist/storage/erstorage/QueryExecutor.d.ts +23 -1
  82. package/dist/storage/erstorage/QueryExecutor.d.ts.map +1 -1
  83. package/dist/storage/erstorage/RecordInfo.d.ts +1 -0
  84. package/dist/storage/erstorage/RecordInfo.d.ts.map +1 -1
  85. package/dist/storage/erstorage/RecordQuery.d.ts.map +1 -1
  86. package/dist/storage/erstorage/RecordQueryAgent.d.ts +22 -5
  87. package/dist/storage/erstorage/RecordQueryAgent.d.ts.map +1 -1
  88. package/dist/storage/erstorage/SQLBuilder.d.ts +9 -0
  89. package/dist/storage/erstorage/SQLBuilder.d.ts.map +1 -1
  90. package/dist/storage/erstorage/Setup.d.ts +22 -5
  91. package/dist/storage/erstorage/Setup.d.ts.map +1 -1
  92. package/dist/storage/erstorage/UpdateExecutor.d.ts +9 -13
  93. package/dist/storage/erstorage/UpdateExecutor.d.ts.map +1 -1
  94. package/package.json +2 -2
  95. package/agent/.claude/settings.local.json +0 -147
  96. package/dist/builtins/interaction/DataAttributives.d.ts +0 -37
  97. package/dist/builtins/interaction/DataAttributives.d.ts.map +0 -1

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.