@supernova-studio/model 1.8.0 → 1.8.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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5681,7 +5681,8 @@ var ExporterFunctionPayload = z178.object({
|
|
|
5681
5681
|
exportJobId: z178.string(),
|
|
5682
5682
|
exportContextId: z178.string(),
|
|
5683
5683
|
designSystemId: z178.string(),
|
|
5684
|
-
workspaceId: z178.string()
|
|
5684
|
+
workspaceId: z178.string(),
|
|
5685
|
+
exporterId: z178.string()
|
|
5685
5686
|
});
|
|
5686
5687
|
|
|
5687
5688
|
// src/export/export-jobs.ts
|