@supernova-studio/client 1.25.0 → 1.26.0
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 +19 -19
- package/dist/index.d.ts +19 -19
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9149,9 +9149,9 @@ var DTOFeatureAgentResponseTracker = z312.object({
|
|
|
9149
9149
|
var DTOFeatureArtifact = z312.object({
|
|
9150
9150
|
id: Id,
|
|
9151
9151
|
/**
|
|
9152
|
-
*
|
|
9152
|
+
* Key of the artifact, can include path like `src/components/button.tsx`
|
|
9153
9153
|
*/
|
|
9154
|
-
|
|
9154
|
+
key: z312.string(),
|
|
9155
9155
|
/**
|
|
9156
9156
|
* Id of the project file that holds content of this artifact
|
|
9157
9157
|
*/
|
|
@@ -9202,7 +9202,7 @@ var DTOFeatureMessageReactionDeleteInput = z312.object({
|
|
|
9202
9202
|
});
|
|
9203
9203
|
var DTOFeatureArtifactCreateInput = z312.object({
|
|
9204
9204
|
id: Id,
|
|
9205
|
-
|
|
9205
|
+
key: z312.string(),
|
|
9206
9206
|
fileId: z312.string()
|
|
9207
9207
|
});
|
|
9208
9208
|
var DTOFeatureArtifactDeleteInput = z312.object({
|