@stinkycomputing/sesame-api-client 1.5.0-alpha.4 → 1.5.0-alpha.5

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
@@ -24519,6 +24519,9 @@ var SesameClient = class extends EventEmitter3 {
24519
24519
  await this.rpc.service.executeCommandList(cl.getCommandListMsg());
24520
24520
  }
24521
24521
  }
24522
+ async publishMetadata(nodeId, metadataId, payload, dataType = DataType.DATA_TYPE_JSON) {
24523
+ await this.rpc.service.publishMetadata({ nodeId, metadataId, payload, dataType });
24524
+ }
24522
24525
  disconnect() {
24523
24526
  this.conn.disconnect();
24524
24527
  }