@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.d.mts
CHANGED
|
@@ -68538,9 +68538,9 @@ type DTOFeatureMessage = z__default.infer<typeof DTOFeatureMessage>;
|
|
|
68538
68538
|
declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
68539
68539
|
id: z__default.ZodString;
|
|
68540
68540
|
/**
|
|
68541
|
-
*
|
|
68541
|
+
* Key of the artifact, can include path like `src/components/button.tsx`
|
|
68542
68542
|
*/
|
|
68543
|
-
|
|
68543
|
+
key: z__default.ZodString;
|
|
68544
68544
|
/**
|
|
68545
68545
|
* Id of the project file that holds content of this artifact
|
|
68546
68546
|
*/
|
|
@@ -68554,17 +68554,17 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68554
68554
|
}, "strip", z__default.ZodTypeAny, {
|
|
68555
68555
|
id: string;
|
|
68556
68556
|
createdAt: string;
|
|
68557
|
-
name: string;
|
|
68558
68557
|
url: string;
|
|
68559
68558
|
updatedAt: string;
|
|
68560
68559
|
fileId: string;
|
|
68560
|
+
key: string;
|
|
68561
68561
|
}, {
|
|
68562
68562
|
id: string;
|
|
68563
68563
|
createdAt: string;
|
|
68564
|
-
name: string;
|
|
68565
68564
|
url: string;
|
|
68566
68565
|
updatedAt: string;
|
|
68567
68566
|
fileId: string;
|
|
68567
|
+
key: string;
|
|
68568
68568
|
}>;
|
|
68569
68569
|
type DTOFeatureArtifact = z__default.infer<typeof DTOFeatureArtifact>;
|
|
68570
68570
|
declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
@@ -68725,16 +68725,16 @@ declare const DTOFeatureMessageReactionCreateInput: z__default.ZodObject<{
|
|
|
68725
68725
|
type DTOFeatureMessageReactionCreateInput = z__default.infer<typeof DTOFeatureMessageReactionCreateInput>;
|
|
68726
68726
|
declare const DTOFeatureArtifactCreateInput: z__default.ZodObject<{
|
|
68727
68727
|
id: z__default.ZodString;
|
|
68728
|
-
|
|
68728
|
+
key: z__default.ZodString;
|
|
68729
68729
|
fileId: z__default.ZodString;
|
|
68730
68730
|
}, "strip", z__default.ZodTypeAny, {
|
|
68731
68731
|
id: string;
|
|
68732
|
-
name: string;
|
|
68733
68732
|
fileId: string;
|
|
68733
|
+
key: string;
|
|
68734
68734
|
}, {
|
|
68735
68735
|
id: string;
|
|
68736
|
-
name: string;
|
|
68737
68736
|
fileId: string;
|
|
68737
|
+
key: string;
|
|
68738
68738
|
}>;
|
|
68739
68739
|
type DTOFeatureArtifactCreateInput = z__default.infer<typeof DTOFeatureArtifactCreateInput>;
|
|
68740
68740
|
declare const DTOFeatureArtifactDeleteInput: z__default.ZodObject<{
|
|
@@ -69252,9 +69252,9 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69252
69252
|
artifact: z__default.ZodObject<{
|
|
69253
69253
|
id: z__default.ZodString;
|
|
69254
69254
|
/**
|
|
69255
|
-
*
|
|
69255
|
+
* Key of the artifact, can include path like `src/components/button.tsx`
|
|
69256
69256
|
*/
|
|
69257
|
-
|
|
69257
|
+
key: z__default.ZodString;
|
|
69258
69258
|
/**
|
|
69259
69259
|
* Id of the project file that holds content of this artifact
|
|
69260
69260
|
*/
|
|
@@ -69268,35 +69268,35 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69268
69268
|
}, "strip", z__default.ZodTypeAny, {
|
|
69269
69269
|
id: string;
|
|
69270
69270
|
createdAt: string;
|
|
69271
|
-
name: string;
|
|
69272
69271
|
url: string;
|
|
69273
69272
|
updatedAt: string;
|
|
69274
69273
|
fileId: string;
|
|
69274
|
+
key: string;
|
|
69275
69275
|
}, {
|
|
69276
69276
|
id: string;
|
|
69277
69277
|
createdAt: string;
|
|
69278
|
-
name: string;
|
|
69279
69278
|
url: string;
|
|
69280
69279
|
updatedAt: string;
|
|
69281
69280
|
fileId: string;
|
|
69281
|
+
key: string;
|
|
69282
69282
|
}>;
|
|
69283
69283
|
}, "strip", z__default.ZodTypeAny, {
|
|
69284
69284
|
artifact: {
|
|
69285
69285
|
id: string;
|
|
69286
69286
|
createdAt: string;
|
|
69287
|
-
name: string;
|
|
69288
69287
|
url: string;
|
|
69289
69288
|
updatedAt: string;
|
|
69290
69289
|
fileId: string;
|
|
69290
|
+
key: string;
|
|
69291
69291
|
};
|
|
69292
69292
|
}, {
|
|
69293
69293
|
artifact: {
|
|
69294
69294
|
id: string;
|
|
69295
69295
|
createdAt: string;
|
|
69296
|
-
name: string;
|
|
69297
69296
|
url: string;
|
|
69298
69297
|
updatedAt: string;
|
|
69299
69298
|
fileId: string;
|
|
69299
|
+
key: string;
|
|
69300
69300
|
};
|
|
69301
69301
|
}>;
|
|
69302
69302
|
type DTOFeatureArtifactResponse = z__default.infer<typeof DTOFeatureArtifactResponse>;
|
|
@@ -69304,9 +69304,9 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69304
69304
|
artifacts: z__default.ZodArray<z__default.ZodObject<{
|
|
69305
69305
|
id: z__default.ZodString;
|
|
69306
69306
|
/**
|
|
69307
|
-
*
|
|
69307
|
+
* Key of the artifact, can include path like `src/components/button.tsx`
|
|
69308
69308
|
*/
|
|
69309
|
-
|
|
69309
|
+
key: z__default.ZodString;
|
|
69310
69310
|
/**
|
|
69311
69311
|
* Id of the project file that holds content of this artifact
|
|
69312
69312
|
*/
|
|
@@ -69320,35 +69320,35 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69320
69320
|
}, "strip", z__default.ZodTypeAny, {
|
|
69321
69321
|
id: string;
|
|
69322
69322
|
createdAt: string;
|
|
69323
|
-
name: string;
|
|
69324
69323
|
url: string;
|
|
69325
69324
|
updatedAt: string;
|
|
69326
69325
|
fileId: string;
|
|
69326
|
+
key: string;
|
|
69327
69327
|
}, {
|
|
69328
69328
|
id: string;
|
|
69329
69329
|
createdAt: string;
|
|
69330
|
-
name: string;
|
|
69331
69330
|
url: string;
|
|
69332
69331
|
updatedAt: string;
|
|
69333
69332
|
fileId: string;
|
|
69333
|
+
key: string;
|
|
69334
69334
|
}>, "many">;
|
|
69335
69335
|
}, "strip", z__default.ZodTypeAny, {
|
|
69336
69336
|
artifacts: {
|
|
69337
69337
|
id: string;
|
|
69338
69338
|
createdAt: string;
|
|
69339
|
-
name: string;
|
|
69340
69339
|
url: string;
|
|
69341
69340
|
updatedAt: string;
|
|
69342
69341
|
fileId: string;
|
|
69342
|
+
key: string;
|
|
69343
69343
|
}[];
|
|
69344
69344
|
}, {
|
|
69345
69345
|
artifacts: {
|
|
69346
69346
|
id: string;
|
|
69347
69347
|
createdAt: string;
|
|
69348
|
-
name: string;
|
|
69349
69348
|
url: string;
|
|
69350
69349
|
updatedAt: string;
|
|
69351
69350
|
fileId: string;
|
|
69351
|
+
key: string;
|
|
69352
69352
|
}[];
|
|
69353
69353
|
}>;
|
|
69354
69354
|
type DTOFeatureArtifactListResponse = z__default.infer<typeof DTOFeatureArtifactListResponse>;
|
package/dist/index.d.ts
CHANGED
|
@@ -68538,9 +68538,9 @@ type DTOFeatureMessage = z__default.infer<typeof DTOFeatureMessage>;
|
|
|
68538
68538
|
declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
68539
68539
|
id: z__default.ZodString;
|
|
68540
68540
|
/**
|
|
68541
|
-
*
|
|
68541
|
+
* Key of the artifact, can include path like `src/components/button.tsx`
|
|
68542
68542
|
*/
|
|
68543
|
-
|
|
68543
|
+
key: z__default.ZodString;
|
|
68544
68544
|
/**
|
|
68545
68545
|
* Id of the project file that holds content of this artifact
|
|
68546
68546
|
*/
|
|
@@ -68554,17 +68554,17 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68554
68554
|
}, "strip", z__default.ZodTypeAny, {
|
|
68555
68555
|
id: string;
|
|
68556
68556
|
createdAt: string;
|
|
68557
|
-
name: string;
|
|
68558
68557
|
url: string;
|
|
68559
68558
|
updatedAt: string;
|
|
68560
68559
|
fileId: string;
|
|
68560
|
+
key: string;
|
|
68561
68561
|
}, {
|
|
68562
68562
|
id: string;
|
|
68563
68563
|
createdAt: string;
|
|
68564
|
-
name: string;
|
|
68565
68564
|
url: string;
|
|
68566
68565
|
updatedAt: string;
|
|
68567
68566
|
fileId: string;
|
|
68567
|
+
key: string;
|
|
68568
68568
|
}>;
|
|
68569
68569
|
type DTOFeatureArtifact = z__default.infer<typeof DTOFeatureArtifact>;
|
|
68570
68570
|
declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
@@ -68725,16 +68725,16 @@ declare const DTOFeatureMessageReactionCreateInput: z__default.ZodObject<{
|
|
|
68725
68725
|
type DTOFeatureMessageReactionCreateInput = z__default.infer<typeof DTOFeatureMessageReactionCreateInput>;
|
|
68726
68726
|
declare const DTOFeatureArtifactCreateInput: z__default.ZodObject<{
|
|
68727
68727
|
id: z__default.ZodString;
|
|
68728
|
-
|
|
68728
|
+
key: z__default.ZodString;
|
|
68729
68729
|
fileId: z__default.ZodString;
|
|
68730
68730
|
}, "strip", z__default.ZodTypeAny, {
|
|
68731
68731
|
id: string;
|
|
68732
|
-
name: string;
|
|
68733
68732
|
fileId: string;
|
|
68733
|
+
key: string;
|
|
68734
68734
|
}, {
|
|
68735
68735
|
id: string;
|
|
68736
|
-
name: string;
|
|
68737
68736
|
fileId: string;
|
|
68737
|
+
key: string;
|
|
68738
68738
|
}>;
|
|
68739
68739
|
type DTOFeatureArtifactCreateInput = z__default.infer<typeof DTOFeatureArtifactCreateInput>;
|
|
68740
68740
|
declare const DTOFeatureArtifactDeleteInput: z__default.ZodObject<{
|
|
@@ -69252,9 +69252,9 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69252
69252
|
artifact: z__default.ZodObject<{
|
|
69253
69253
|
id: z__default.ZodString;
|
|
69254
69254
|
/**
|
|
69255
|
-
*
|
|
69255
|
+
* Key of the artifact, can include path like `src/components/button.tsx`
|
|
69256
69256
|
*/
|
|
69257
|
-
|
|
69257
|
+
key: z__default.ZodString;
|
|
69258
69258
|
/**
|
|
69259
69259
|
* Id of the project file that holds content of this artifact
|
|
69260
69260
|
*/
|
|
@@ -69268,35 +69268,35 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69268
69268
|
}, "strip", z__default.ZodTypeAny, {
|
|
69269
69269
|
id: string;
|
|
69270
69270
|
createdAt: string;
|
|
69271
|
-
name: string;
|
|
69272
69271
|
url: string;
|
|
69273
69272
|
updatedAt: string;
|
|
69274
69273
|
fileId: string;
|
|
69274
|
+
key: string;
|
|
69275
69275
|
}, {
|
|
69276
69276
|
id: string;
|
|
69277
69277
|
createdAt: string;
|
|
69278
|
-
name: string;
|
|
69279
69278
|
url: string;
|
|
69280
69279
|
updatedAt: string;
|
|
69281
69280
|
fileId: string;
|
|
69281
|
+
key: string;
|
|
69282
69282
|
}>;
|
|
69283
69283
|
}, "strip", z__default.ZodTypeAny, {
|
|
69284
69284
|
artifact: {
|
|
69285
69285
|
id: string;
|
|
69286
69286
|
createdAt: string;
|
|
69287
|
-
name: string;
|
|
69288
69287
|
url: string;
|
|
69289
69288
|
updatedAt: string;
|
|
69290
69289
|
fileId: string;
|
|
69290
|
+
key: string;
|
|
69291
69291
|
};
|
|
69292
69292
|
}, {
|
|
69293
69293
|
artifact: {
|
|
69294
69294
|
id: string;
|
|
69295
69295
|
createdAt: string;
|
|
69296
|
-
name: string;
|
|
69297
69296
|
url: string;
|
|
69298
69297
|
updatedAt: string;
|
|
69299
69298
|
fileId: string;
|
|
69299
|
+
key: string;
|
|
69300
69300
|
};
|
|
69301
69301
|
}>;
|
|
69302
69302
|
type DTOFeatureArtifactResponse = z__default.infer<typeof DTOFeatureArtifactResponse>;
|
|
@@ -69304,9 +69304,9 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69304
69304
|
artifacts: z__default.ZodArray<z__default.ZodObject<{
|
|
69305
69305
|
id: z__default.ZodString;
|
|
69306
69306
|
/**
|
|
69307
|
-
*
|
|
69307
|
+
* Key of the artifact, can include path like `src/components/button.tsx`
|
|
69308
69308
|
*/
|
|
69309
|
-
|
|
69309
|
+
key: z__default.ZodString;
|
|
69310
69310
|
/**
|
|
69311
69311
|
* Id of the project file that holds content of this artifact
|
|
69312
69312
|
*/
|
|
@@ -69320,35 +69320,35 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69320
69320
|
}, "strip", z__default.ZodTypeAny, {
|
|
69321
69321
|
id: string;
|
|
69322
69322
|
createdAt: string;
|
|
69323
|
-
name: string;
|
|
69324
69323
|
url: string;
|
|
69325
69324
|
updatedAt: string;
|
|
69326
69325
|
fileId: string;
|
|
69326
|
+
key: string;
|
|
69327
69327
|
}, {
|
|
69328
69328
|
id: string;
|
|
69329
69329
|
createdAt: string;
|
|
69330
|
-
name: string;
|
|
69331
69330
|
url: string;
|
|
69332
69331
|
updatedAt: string;
|
|
69333
69332
|
fileId: string;
|
|
69333
|
+
key: string;
|
|
69334
69334
|
}>, "many">;
|
|
69335
69335
|
}, "strip", z__default.ZodTypeAny, {
|
|
69336
69336
|
artifacts: {
|
|
69337
69337
|
id: string;
|
|
69338
69338
|
createdAt: string;
|
|
69339
|
-
name: string;
|
|
69340
69339
|
url: string;
|
|
69341
69340
|
updatedAt: string;
|
|
69342
69341
|
fileId: string;
|
|
69342
|
+
key: string;
|
|
69343
69343
|
}[];
|
|
69344
69344
|
}, {
|
|
69345
69345
|
artifacts: {
|
|
69346
69346
|
id: string;
|
|
69347
69347
|
createdAt: string;
|
|
69348
|
-
name: string;
|
|
69349
69348
|
url: string;
|
|
69350
69349
|
updatedAt: string;
|
|
69351
69350
|
fileId: string;
|
|
69351
|
+
key: string;
|
|
69352
69352
|
}[];
|
|
69353
69353
|
}>;
|
|
69354
69354
|
type DTOFeatureArtifactListResponse = z__default.infer<typeof DTOFeatureArtifactListResponse>;
|
package/dist/index.js
CHANGED
|
@@ -9149,9 +9149,9 @@ var DTOFeatureAgentResponseTracker = _zod2.default.object({
|
|
|
9149
9149
|
var DTOFeatureArtifact = _zod2.default.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: _zod2.default.string(),
|
|
9155
9155
|
/**
|
|
9156
9156
|
* Id of the project file that holds content of this artifact
|
|
9157
9157
|
*/
|
|
@@ -9202,7 +9202,7 @@ var DTOFeatureMessageReactionDeleteInput = _zod2.default.object({
|
|
|
9202
9202
|
});
|
|
9203
9203
|
var DTOFeatureArtifactCreateInput = _zod2.default.object({
|
|
9204
9204
|
id: Id,
|
|
9205
|
-
|
|
9205
|
+
key: _zod2.default.string(),
|
|
9206
9206
|
fileId: _zod2.default.string()
|
|
9207
9207
|
});
|
|
9208
9208
|
var DTOFeatureArtifactDeleteInput = _zod2.default.object({
|