@supernova-studio/client 1.84.0 → 1.84.1

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
@@ -13064,14 +13064,10 @@ var DesignSystemCodeSnapshotsEndpoint = class {
13064
13064
  });
13065
13065
  }
13066
13066
  finalize(snapshotId, body) {
13067
- return this.requestExecutor.json(
13068
- `/code-snapshots/${snapshotId}/finalize`,
13069
- DTOCodeSnapshotFinalizeResponse,
13070
- {
13071
- method: "POST",
13072
- body
13073
- }
13074
- );
13067
+ return this.requestExecutor.json(`/code-snapshots/${snapshotId}/finalize`, DTOCodeSnapshotFinalizeResponse, {
13068
+ method: "POST",
13069
+ body
13070
+ });
13075
13071
  }
13076
13072
  startProcessingRun(body) {
13077
13073
  return this.requestExecutor.json(`/code-snapshots/process-run`, DTOCodeSnapshotProcessingRunResponse, {