@supernova-studio/client 0.59.12 → 0.59.13

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.js CHANGED
@@ -7672,7 +7672,6 @@ var DesignSystemComponentEndpoint = class {
7672
7672
  };
7673
7673
 
7674
7674
  // src/api/endpoints/design-system/versions/elements-action.ts
7675
- var _crypto = require('crypto');
7676
7675
  var ElementsActionEndpoint = class {
7677
7676
  constructor(requestExecutor) {
7678
7677
  this.requestExecutor = requestExecutor;
@@ -7702,8 +7701,6 @@ var ElementsActionEndpoint = class {
7702
7701
  return this.action(dsId, vId, { type: "FigmaNodeRenderAsync", nodes });
7703
7702
  }
7704
7703
  async action(dsId, vId, input) {
7705
- if (!input.tId)
7706
- input.tId = _crypto.randomUUID.call(void 0, );
7707
7704
  return this.requestExecutor.json(
7708
7705
  `/design-systems/${dsId}/versions/${vId}/elements-action`,
7709
7706
  DTOElementActionOutput,