Skip to content

Commit

Permalink
fix(types): fix Actions type definition
Browse files Browse the repository at this point in the history
Fix definition of type which represent message actions received from history and list of users which added action of specific type and value to the message.

Closes #407

refactor(types): remove indexed signature for publish

Remove redundant indexed signature from publish message parameters type definition.

Closes #413

refactor(types): add serializable objects to `Payload` type

Extend `Payload` type definition with objects which can be serialized by `JSON.stringify` using `toJSON()` methods.

Closes #412

refactor(types): aggregate generated types definitions

Aggregate multiple types definitions into single type definition type with proper type names and namespaces.

Closes #405 #409 #410

refactor(types): add missing Subscribe Event Engine types

Add Subscribe Event Engine and Event Listener types to the bundled types definition file.

Closes #377
  • Loading branch information
parfeon committed Oct 30, 2024
1 parent cfbed4c commit c607f93
Show file tree
Hide file tree
Showing 200 changed files with 10,419 additions and 8,391 deletions.
68 changes: 0 additions & 68 deletions .scripts/types-aggregate.config.json

This file was deleted.

Loading

0 comments on commit c607f93

Please sign in to comment.