@supernova-studio/client 1.26.0 → 1.27.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 +25 -0
- package/dist/index.d.ts +25 -0
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -68545,6 +68545,10 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68545
68545
|
* Id of the project file that holds content of this artifact
|
|
68546
68546
|
*/
|
|
68547
68547
|
fileId: z__default.ZodString;
|
|
68548
|
+
/**
|
|
68549
|
+
* Id of the Iteration that this artifact belongs to
|
|
68550
|
+
*/
|
|
68551
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
68548
68552
|
/**
|
|
68549
68553
|
* URL of the feature artifact's contents
|
|
68550
68554
|
*/
|
|
@@ -68558,6 +68562,7 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68558
68562
|
updatedAt: string;
|
|
68559
68563
|
fileId: string;
|
|
68560
68564
|
key: string;
|
|
68565
|
+
iterationId?: string | undefined;
|
|
68561
68566
|
}, {
|
|
68562
68567
|
id: string;
|
|
68563
68568
|
createdAt: string;
|
|
@@ -68565,6 +68570,7 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68565
68570
|
updatedAt: string;
|
|
68566
68571
|
fileId: string;
|
|
68567
68572
|
key: string;
|
|
68573
|
+
iterationId?: string | undefined;
|
|
68568
68574
|
}>;
|
|
68569
68575
|
type DTOFeatureArtifact = z__default.infer<typeof DTOFeatureArtifact>;
|
|
68570
68576
|
declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
@@ -68727,14 +68733,17 @@ declare const DTOFeatureArtifactCreateInput: z__default.ZodObject<{
|
|
|
68727
68733
|
id: z__default.ZodString;
|
|
68728
68734
|
key: z__default.ZodString;
|
|
68729
68735
|
fileId: z__default.ZodString;
|
|
68736
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
68730
68737
|
}, "strip", z__default.ZodTypeAny, {
|
|
68731
68738
|
id: string;
|
|
68732
68739
|
fileId: string;
|
|
68733
68740
|
key: string;
|
|
68741
|
+
iterationId?: string | undefined;
|
|
68734
68742
|
}, {
|
|
68735
68743
|
id: string;
|
|
68736
68744
|
fileId: string;
|
|
68737
68745
|
key: string;
|
|
68746
|
+
iterationId?: string | undefined;
|
|
68738
68747
|
}>;
|
|
68739
68748
|
type DTOFeatureArtifactCreateInput = z__default.infer<typeof DTOFeatureArtifactCreateInput>;
|
|
68740
68749
|
declare const DTOFeatureArtifactDeleteInput: z__default.ZodObject<{
|
|
@@ -69259,6 +69268,10 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69259
69268
|
* Id of the project file that holds content of this artifact
|
|
69260
69269
|
*/
|
|
69261
69270
|
fileId: z__default.ZodString;
|
|
69271
|
+
/**
|
|
69272
|
+
* Id of the Iteration that this artifact belongs to
|
|
69273
|
+
*/
|
|
69274
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
69262
69275
|
/**
|
|
69263
69276
|
* URL of the feature artifact's contents
|
|
69264
69277
|
*/
|
|
@@ -69272,6 +69285,7 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69272
69285
|
updatedAt: string;
|
|
69273
69286
|
fileId: string;
|
|
69274
69287
|
key: string;
|
|
69288
|
+
iterationId?: string | undefined;
|
|
69275
69289
|
}, {
|
|
69276
69290
|
id: string;
|
|
69277
69291
|
createdAt: string;
|
|
@@ -69279,6 +69293,7 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69279
69293
|
updatedAt: string;
|
|
69280
69294
|
fileId: string;
|
|
69281
69295
|
key: string;
|
|
69296
|
+
iterationId?: string | undefined;
|
|
69282
69297
|
}>;
|
|
69283
69298
|
}, "strip", z__default.ZodTypeAny, {
|
|
69284
69299
|
artifact: {
|
|
@@ -69288,6 +69303,7 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69288
69303
|
updatedAt: string;
|
|
69289
69304
|
fileId: string;
|
|
69290
69305
|
key: string;
|
|
69306
|
+
iterationId?: string | undefined;
|
|
69291
69307
|
};
|
|
69292
69308
|
}, {
|
|
69293
69309
|
artifact: {
|
|
@@ -69297,6 +69313,7 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69297
69313
|
updatedAt: string;
|
|
69298
69314
|
fileId: string;
|
|
69299
69315
|
key: string;
|
|
69316
|
+
iterationId?: string | undefined;
|
|
69300
69317
|
};
|
|
69301
69318
|
}>;
|
|
69302
69319
|
type DTOFeatureArtifactResponse = z__default.infer<typeof DTOFeatureArtifactResponse>;
|
|
@@ -69311,6 +69328,10 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69311
69328
|
* Id of the project file that holds content of this artifact
|
|
69312
69329
|
*/
|
|
69313
69330
|
fileId: z__default.ZodString;
|
|
69331
|
+
/**
|
|
69332
|
+
* Id of the Iteration that this artifact belongs to
|
|
69333
|
+
*/
|
|
69334
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
69314
69335
|
/**
|
|
69315
69336
|
* URL of the feature artifact's contents
|
|
69316
69337
|
*/
|
|
@@ -69324,6 +69345,7 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69324
69345
|
updatedAt: string;
|
|
69325
69346
|
fileId: string;
|
|
69326
69347
|
key: string;
|
|
69348
|
+
iterationId?: string | undefined;
|
|
69327
69349
|
}, {
|
|
69328
69350
|
id: string;
|
|
69329
69351
|
createdAt: string;
|
|
@@ -69331,6 +69353,7 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69331
69353
|
updatedAt: string;
|
|
69332
69354
|
fileId: string;
|
|
69333
69355
|
key: string;
|
|
69356
|
+
iterationId?: string | undefined;
|
|
69334
69357
|
}>, "many">;
|
|
69335
69358
|
}, "strip", z__default.ZodTypeAny, {
|
|
69336
69359
|
artifacts: {
|
|
@@ -69340,6 +69363,7 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69340
69363
|
updatedAt: string;
|
|
69341
69364
|
fileId: string;
|
|
69342
69365
|
key: string;
|
|
69366
|
+
iterationId?: string | undefined;
|
|
69343
69367
|
}[];
|
|
69344
69368
|
}, {
|
|
69345
69369
|
artifacts: {
|
|
@@ -69349,6 +69373,7 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69349
69373
|
updatedAt: string;
|
|
69350
69374
|
fileId: string;
|
|
69351
69375
|
key: string;
|
|
69376
|
+
iterationId?: string | undefined;
|
|
69352
69377
|
}[];
|
|
69353
69378
|
}>;
|
|
69354
69379
|
type DTOFeatureArtifactListResponse = z__default.infer<typeof DTOFeatureArtifactListResponse>;
|
package/dist/index.d.ts
CHANGED
|
@@ -68545,6 +68545,10 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68545
68545
|
* Id of the project file that holds content of this artifact
|
|
68546
68546
|
*/
|
|
68547
68547
|
fileId: z__default.ZodString;
|
|
68548
|
+
/**
|
|
68549
|
+
* Id of the Iteration that this artifact belongs to
|
|
68550
|
+
*/
|
|
68551
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
68548
68552
|
/**
|
|
68549
68553
|
* URL of the feature artifact's contents
|
|
68550
68554
|
*/
|
|
@@ -68558,6 +68562,7 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68558
68562
|
updatedAt: string;
|
|
68559
68563
|
fileId: string;
|
|
68560
68564
|
key: string;
|
|
68565
|
+
iterationId?: string | undefined;
|
|
68561
68566
|
}, {
|
|
68562
68567
|
id: string;
|
|
68563
68568
|
createdAt: string;
|
|
@@ -68565,6 +68570,7 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68565
68570
|
updatedAt: string;
|
|
68566
68571
|
fileId: string;
|
|
68567
68572
|
key: string;
|
|
68573
|
+
iterationId?: string | undefined;
|
|
68568
68574
|
}>;
|
|
68569
68575
|
type DTOFeatureArtifact = z__default.infer<typeof DTOFeatureArtifact>;
|
|
68570
68576
|
declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
@@ -68727,14 +68733,17 @@ declare const DTOFeatureArtifactCreateInput: z__default.ZodObject<{
|
|
|
68727
68733
|
id: z__default.ZodString;
|
|
68728
68734
|
key: z__default.ZodString;
|
|
68729
68735
|
fileId: z__default.ZodString;
|
|
68736
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
68730
68737
|
}, "strip", z__default.ZodTypeAny, {
|
|
68731
68738
|
id: string;
|
|
68732
68739
|
fileId: string;
|
|
68733
68740
|
key: string;
|
|
68741
|
+
iterationId?: string | undefined;
|
|
68734
68742
|
}, {
|
|
68735
68743
|
id: string;
|
|
68736
68744
|
fileId: string;
|
|
68737
68745
|
key: string;
|
|
68746
|
+
iterationId?: string | undefined;
|
|
68738
68747
|
}>;
|
|
68739
68748
|
type DTOFeatureArtifactCreateInput = z__default.infer<typeof DTOFeatureArtifactCreateInput>;
|
|
68740
68749
|
declare const DTOFeatureArtifactDeleteInput: z__default.ZodObject<{
|
|
@@ -69259,6 +69268,10 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69259
69268
|
* Id of the project file that holds content of this artifact
|
|
69260
69269
|
*/
|
|
69261
69270
|
fileId: z__default.ZodString;
|
|
69271
|
+
/**
|
|
69272
|
+
* Id of the Iteration that this artifact belongs to
|
|
69273
|
+
*/
|
|
69274
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
69262
69275
|
/**
|
|
69263
69276
|
* URL of the feature artifact's contents
|
|
69264
69277
|
*/
|
|
@@ -69272,6 +69285,7 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69272
69285
|
updatedAt: string;
|
|
69273
69286
|
fileId: string;
|
|
69274
69287
|
key: string;
|
|
69288
|
+
iterationId?: string | undefined;
|
|
69275
69289
|
}, {
|
|
69276
69290
|
id: string;
|
|
69277
69291
|
createdAt: string;
|
|
@@ -69279,6 +69293,7 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69279
69293
|
updatedAt: string;
|
|
69280
69294
|
fileId: string;
|
|
69281
69295
|
key: string;
|
|
69296
|
+
iterationId?: string | undefined;
|
|
69282
69297
|
}>;
|
|
69283
69298
|
}, "strip", z__default.ZodTypeAny, {
|
|
69284
69299
|
artifact: {
|
|
@@ -69288,6 +69303,7 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69288
69303
|
updatedAt: string;
|
|
69289
69304
|
fileId: string;
|
|
69290
69305
|
key: string;
|
|
69306
|
+
iterationId?: string | undefined;
|
|
69291
69307
|
};
|
|
69292
69308
|
}, {
|
|
69293
69309
|
artifact: {
|
|
@@ -69297,6 +69313,7 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69297
69313
|
updatedAt: string;
|
|
69298
69314
|
fileId: string;
|
|
69299
69315
|
key: string;
|
|
69316
|
+
iterationId?: string | undefined;
|
|
69300
69317
|
};
|
|
69301
69318
|
}>;
|
|
69302
69319
|
type DTOFeatureArtifactResponse = z__default.infer<typeof DTOFeatureArtifactResponse>;
|
|
@@ -69311,6 +69328,10 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69311
69328
|
* Id of the project file that holds content of this artifact
|
|
69312
69329
|
*/
|
|
69313
69330
|
fileId: z__default.ZodString;
|
|
69331
|
+
/**
|
|
69332
|
+
* Id of the Iteration that this artifact belongs to
|
|
69333
|
+
*/
|
|
69334
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
69314
69335
|
/**
|
|
69315
69336
|
* URL of the feature artifact's contents
|
|
69316
69337
|
*/
|
|
@@ -69324,6 +69345,7 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69324
69345
|
updatedAt: string;
|
|
69325
69346
|
fileId: string;
|
|
69326
69347
|
key: string;
|
|
69348
|
+
iterationId?: string | undefined;
|
|
69327
69349
|
}, {
|
|
69328
69350
|
id: string;
|
|
69329
69351
|
createdAt: string;
|
|
@@ -69331,6 +69353,7 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69331
69353
|
updatedAt: string;
|
|
69332
69354
|
fileId: string;
|
|
69333
69355
|
key: string;
|
|
69356
|
+
iterationId?: string | undefined;
|
|
69334
69357
|
}>, "many">;
|
|
69335
69358
|
}, "strip", z__default.ZodTypeAny, {
|
|
69336
69359
|
artifacts: {
|
|
@@ -69340,6 +69363,7 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69340
69363
|
updatedAt: string;
|
|
69341
69364
|
fileId: string;
|
|
69342
69365
|
key: string;
|
|
69366
|
+
iterationId?: string | undefined;
|
|
69343
69367
|
}[];
|
|
69344
69368
|
}, {
|
|
69345
69369
|
artifacts: {
|
|
@@ -69349,6 +69373,7 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69349
69373
|
updatedAt: string;
|
|
69350
69374
|
fileId: string;
|
|
69351
69375
|
key: string;
|
|
69376
|
+
iterationId?: string | undefined;
|
|
69352
69377
|
}[];
|
|
69353
69378
|
}>;
|
|
69354
69379
|
type DTOFeatureArtifactListResponse = z__default.infer<typeof DTOFeatureArtifactListResponse>;
|
package/dist/index.js
CHANGED
|
@@ -9156,6 +9156,10 @@ var DTOFeatureArtifact = _zod2.default.object({
|
|
|
9156
9156
|
* Id of the project file that holds content of this artifact
|
|
9157
9157
|
*/
|
|
9158
9158
|
fileId: _zod2.default.string(),
|
|
9159
|
+
/**
|
|
9160
|
+
* Id of the Iteration that this artifact belongs to
|
|
9161
|
+
*/
|
|
9162
|
+
iterationId: Id.optional(),
|
|
9159
9163
|
/**
|
|
9160
9164
|
* URL of the feature artifact's contents
|
|
9161
9165
|
*/
|
|
@@ -9203,7 +9207,8 @@ var DTOFeatureMessageReactionDeleteInput = _zod2.default.object({
|
|
|
9203
9207
|
var DTOFeatureArtifactCreateInput = _zod2.default.object({
|
|
9204
9208
|
id: Id,
|
|
9205
9209
|
key: _zod2.default.string(),
|
|
9206
|
-
fileId: _zod2.default.string()
|
|
9210
|
+
fileId: _zod2.default.string(),
|
|
9211
|
+
iterationId: Id.optional()
|
|
9207
9212
|
});
|
|
9208
9213
|
var DTOFeatureArtifactDeleteInput = _zod2.default.object({
|
|
9209
9214
|
id: Id
|