@stinkycomputing/sesame-api-client 1.5.0-alpha.6 → 1.5.0-alpha.7

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.
package/dist/index.mjs CHANGED
@@ -24444,7 +24444,8 @@ var SesameClient = class extends EventEmitter3 {
24444
24444
  [sesame.v1.common.EventTopic.EVENT_TOPIC_TRANSPORT]: sesame.v1.status.Event,
24445
24445
  [sesame.v1.common.EventTopic.EVENT_TOPIC_CALLBACK]: sesame.v1.status.Event,
24446
24446
  [sesame.v1.common.EventTopic.EVENT_TOPIC_JOB]: sesame.v1.status.Event,
24447
- [sesame.v1.common.EventTopic.EVENT_TOPIC_RECORDER]: sesame.v1.status.Event
24447
+ [sesame.v1.common.EventTopic.EVENT_TOPIC_RECORDER]: sesame.v1.status.Event,
24448
+ [sesame.v1.common.EventTopic.EVENT_TOPIC_METADATA]: sesame.v1.status.Event
24448
24449
  };
24449
24450
  let options = {
24450
24451
  eventTypes: events