@supernova-studio/client 1.19.2 → 1.19.3
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 +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9128,9 +9128,14 @@ var DTOFeatureAgentResponseTracker = z310.object({
|
|
|
9128
9128
|
});
|
|
9129
9129
|
var DTOFeatureArtifact = z310.object({
|
|
9130
9130
|
id: Id,
|
|
9131
|
+
/**
|
|
9132
|
+
* Name of the artifact, can include path like `src/components/button.tsx`
|
|
9133
|
+
*/
|
|
9134
|
+
name: z310.string(),
|
|
9135
|
+
/**
|
|
9136
|
+
* URL of the artifact's contents
|
|
9137
|
+
*/
|
|
9131
9138
|
url: z310.string()
|
|
9132
|
-
// Implied:
|
|
9133
|
-
// type: z.literal("Build"),
|
|
9134
9139
|
});
|
|
9135
9140
|
var DTOFeatureIteration = z310.object({
|
|
9136
9141
|
id: Id,
|