@supernova-studio/client 1.29.4 → 1.29.5

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 CHANGED
@@ -68569,6 +68569,10 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
68569
68569
  type DTOFeatureArtifact = z__default.infer<typeof DTOFeatureArtifact>;
68570
68570
  declare const DTOFeatureIteration: z__default.ZodObject<{
68571
68571
  id: z__default.ZodString;
68572
+ /**
68573
+ * Name of the iteration
68574
+ */
68575
+ name: z__default.ZodString;
68572
68576
  /**
68573
68577
  * ID of the iteration that this iteration is based on
68574
68578
  */
@@ -68590,6 +68594,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
68590
68594
  }, "strip", z__default.ZodTypeAny, {
68591
68595
  id: string;
68592
68596
  createdAt: string;
68597
+ name: string;
68593
68598
  startedFromMessageId: string;
68594
68599
  updatedAt?: string | undefined;
68595
68600
  baseIterationId?: string | undefined;
@@ -68598,6 +68603,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
68598
68603
  }, {
68599
68604
  id: string;
68600
68605
  createdAt: string;
68606
+ name: string;
68601
68607
  startedFromMessageId: string;
68602
68608
  updatedAt?: string | undefined;
68603
68609
  baseIterationId?: string | undefined;
@@ -68770,6 +68776,10 @@ declare const DTOFeatureArtifactDeleteInput: z__default.ZodObject<{
68770
68776
  type DTOFeatureArtifactDeleteInput = z__default.infer<typeof DTOFeatureArtifactDeleteInput>;
68771
68777
  declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
68772
68778
  id: z__default.ZodString;
68779
+ /**
68780
+ * Name of the iteration
68781
+ */
68782
+ name: z__default.ZodString;
68773
68783
  /**
68774
68784
  * ID of the iteration that this iteration is based on
68775
68785
  */
@@ -69392,6 +69402,10 @@ type DTOFeatureArtifactListResponse = z__default.infer<typeof DTOFeatureArtifact
69392
69402
  declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69393
69403
  iterations: z__default.ZodArray<z__default.ZodObject<{
69394
69404
  id: z__default.ZodString;
69405
+ /**
69406
+ * Name of the iteration
69407
+ */
69408
+ name: z__default.ZodString;
69395
69409
  /**
69396
69410
  * ID of the iteration that this iteration is based on
69397
69411
  */
@@ -69413,6 +69427,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69413
69427
  }, "strip", z__default.ZodTypeAny, {
69414
69428
  id: string;
69415
69429
  createdAt: string;
69430
+ name: string;
69416
69431
  startedFromMessageId: string;
69417
69432
  updatedAt?: string | undefined;
69418
69433
  baseIterationId?: string | undefined;
@@ -69421,6 +69436,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69421
69436
  }, {
69422
69437
  id: string;
69423
69438
  createdAt: string;
69439
+ name: string;
69424
69440
  startedFromMessageId: string;
69425
69441
  updatedAt?: string | undefined;
69426
69442
  baseIterationId?: string | undefined;
@@ -69431,6 +69447,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69431
69447
  iterations: {
69432
69448
  id: string;
69433
69449
  createdAt: string;
69450
+ name: string;
69434
69451
  startedFromMessageId: string;
69435
69452
  updatedAt?: string | undefined;
69436
69453
  baseIterationId?: string | undefined;
@@ -69441,6 +69458,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69441
69458
  iterations: {
69442
69459
  id: string;
69443
69460
  createdAt: string;
69461
+ name: string;
69444
69462
  startedFromMessageId: string;
69445
69463
  updatedAt?: string | undefined;
69446
69464
  baseIterationId?: string | undefined;
@@ -69452,6 +69470,10 @@ type DTOFeatureIterationListResponse = z__default.infer<typeof DTOFeatureIterati
69452
69470
  declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69453
69471
  iteration: z__default.ZodObject<{
69454
69472
  id: z__default.ZodString;
69473
+ /**
69474
+ * Name of the iteration
69475
+ */
69476
+ name: z__default.ZodString;
69455
69477
  /**
69456
69478
  * ID of the iteration that this iteration is based on
69457
69479
  */
@@ -69473,6 +69495,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69473
69495
  }, "strip", z__default.ZodTypeAny, {
69474
69496
  id: string;
69475
69497
  createdAt: string;
69498
+ name: string;
69476
69499
  startedFromMessageId: string;
69477
69500
  updatedAt?: string | undefined;
69478
69501
  baseIterationId?: string | undefined;
@@ -69481,6 +69504,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69481
69504
  }, {
69482
69505
  id: string;
69483
69506
  createdAt: string;
69507
+ name: string;
69484
69508
  startedFromMessageId: string;
69485
69509
  updatedAt?: string | undefined;
69486
69510
  baseIterationId?: string | undefined;
@@ -69491,6 +69515,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69491
69515
  iteration: {
69492
69516
  id: string;
69493
69517
  createdAt: string;
69518
+ name: string;
69494
69519
  startedFromMessageId: string;
69495
69520
  updatedAt?: string | undefined;
69496
69521
  baseIterationId?: string | undefined;
@@ -69501,6 +69526,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69501
69526
  iteration: {
69502
69527
  id: string;
69503
69528
  createdAt: string;
69529
+ name: string;
69504
69530
  startedFromMessageId: string;
69505
69531
  updatedAt?: string | undefined;
69506
69532
  baseIterationId?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -68569,6 +68569,10 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
68569
68569
  type DTOFeatureArtifact = z__default.infer<typeof DTOFeatureArtifact>;
68570
68570
  declare const DTOFeatureIteration: z__default.ZodObject<{
68571
68571
  id: z__default.ZodString;
68572
+ /**
68573
+ * Name of the iteration
68574
+ */
68575
+ name: z__default.ZodString;
68572
68576
  /**
68573
68577
  * ID of the iteration that this iteration is based on
68574
68578
  */
@@ -68590,6 +68594,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
68590
68594
  }, "strip", z__default.ZodTypeAny, {
68591
68595
  id: string;
68592
68596
  createdAt: string;
68597
+ name: string;
68593
68598
  startedFromMessageId: string;
68594
68599
  updatedAt?: string | undefined;
68595
68600
  baseIterationId?: string | undefined;
@@ -68598,6 +68603,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
68598
68603
  }, {
68599
68604
  id: string;
68600
68605
  createdAt: string;
68606
+ name: string;
68601
68607
  startedFromMessageId: string;
68602
68608
  updatedAt?: string | undefined;
68603
68609
  baseIterationId?: string | undefined;
@@ -68770,6 +68776,10 @@ declare const DTOFeatureArtifactDeleteInput: z__default.ZodObject<{
68770
68776
  type DTOFeatureArtifactDeleteInput = z__default.infer<typeof DTOFeatureArtifactDeleteInput>;
68771
68777
  declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
68772
68778
  id: z__default.ZodString;
68779
+ /**
68780
+ * Name of the iteration
68781
+ */
68782
+ name: z__default.ZodString;
68773
68783
  /**
68774
68784
  * ID of the iteration that this iteration is based on
68775
68785
  */
@@ -69392,6 +69402,10 @@ type DTOFeatureArtifactListResponse = z__default.infer<typeof DTOFeatureArtifact
69392
69402
  declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69393
69403
  iterations: z__default.ZodArray<z__default.ZodObject<{
69394
69404
  id: z__default.ZodString;
69405
+ /**
69406
+ * Name of the iteration
69407
+ */
69408
+ name: z__default.ZodString;
69395
69409
  /**
69396
69410
  * ID of the iteration that this iteration is based on
69397
69411
  */
@@ -69413,6 +69427,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69413
69427
  }, "strip", z__default.ZodTypeAny, {
69414
69428
  id: string;
69415
69429
  createdAt: string;
69430
+ name: string;
69416
69431
  startedFromMessageId: string;
69417
69432
  updatedAt?: string | undefined;
69418
69433
  baseIterationId?: string | undefined;
@@ -69421,6 +69436,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69421
69436
  }, {
69422
69437
  id: string;
69423
69438
  createdAt: string;
69439
+ name: string;
69424
69440
  startedFromMessageId: string;
69425
69441
  updatedAt?: string | undefined;
69426
69442
  baseIterationId?: string | undefined;
@@ -69431,6 +69447,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69431
69447
  iterations: {
69432
69448
  id: string;
69433
69449
  createdAt: string;
69450
+ name: string;
69434
69451
  startedFromMessageId: string;
69435
69452
  updatedAt?: string | undefined;
69436
69453
  baseIterationId?: string | undefined;
@@ -69441,6 +69458,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69441
69458
  iterations: {
69442
69459
  id: string;
69443
69460
  createdAt: string;
69461
+ name: string;
69444
69462
  startedFromMessageId: string;
69445
69463
  updatedAt?: string | undefined;
69446
69464
  baseIterationId?: string | undefined;
@@ -69452,6 +69470,10 @@ type DTOFeatureIterationListResponse = z__default.infer<typeof DTOFeatureIterati
69452
69470
  declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69453
69471
  iteration: z__default.ZodObject<{
69454
69472
  id: z__default.ZodString;
69473
+ /**
69474
+ * Name of the iteration
69475
+ */
69476
+ name: z__default.ZodString;
69455
69477
  /**
69456
69478
  * ID of the iteration that this iteration is based on
69457
69479
  */
@@ -69473,6 +69495,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69473
69495
  }, "strip", z__default.ZodTypeAny, {
69474
69496
  id: string;
69475
69497
  createdAt: string;
69498
+ name: string;
69476
69499
  startedFromMessageId: string;
69477
69500
  updatedAt?: string | undefined;
69478
69501
  baseIterationId?: string | undefined;
@@ -69481,6 +69504,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69481
69504
  }, {
69482
69505
  id: string;
69483
69506
  createdAt: string;
69507
+ name: string;
69484
69508
  startedFromMessageId: string;
69485
69509
  updatedAt?: string | undefined;
69486
69510
  baseIterationId?: string | undefined;
@@ -69491,6 +69515,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69491
69515
  iteration: {
69492
69516
  id: string;
69493
69517
  createdAt: string;
69518
+ name: string;
69494
69519
  startedFromMessageId: string;
69495
69520
  updatedAt?: string | undefined;
69496
69521
  baseIterationId?: string | undefined;
@@ -69501,6 +69526,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69501
69526
  iteration: {
69502
69527
  id: string;
69503
69528
  createdAt: string;
69529
+ name: string;
69504
69530
  startedFromMessageId: string;
69505
69531
  updatedAt?: string | undefined;
69506
69532
  baseIterationId?: string | undefined;
package/dist/index.js CHANGED
@@ -9165,6 +9165,10 @@ var DTOFeatureArtifact = _zod2.default.object({
9165
9165
  });
9166
9166
  var DTOFeatureIteration = _zod2.default.object({
9167
9167
  id: Id,
9168
+ /**
9169
+ * Name of the iteration
9170
+ */
9171
+ name: _zod2.default.string(),
9168
9172
  /**
9169
9173
  * ID of the iteration that this iteration is based on
9170
9174
  */