@supernova-studio/client 1.36.0 → 1.37.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 +28 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -68642,6 +68642,10 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
68642
68642
|
* Indicates whether the iteration is bookmarked by user
|
|
68643
68643
|
*/
|
|
68644
68644
|
isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
68645
|
+
/**
|
|
68646
|
+
* URL of a static thumbnail of the feature iteration
|
|
68647
|
+
*/
|
|
68648
|
+
thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
68645
68649
|
createdAt: z__default.ZodString;
|
|
68646
68650
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68647
68651
|
artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
@@ -68663,6 +68667,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
68663
68667
|
name: string;
|
|
68664
68668
|
startedFromMessageId: string;
|
|
68665
68669
|
updatedAt?: string | undefined;
|
|
68670
|
+
thumbnailUrl?: string | undefined;
|
|
68666
68671
|
baseIterationId?: string | undefined;
|
|
68667
68672
|
isInProgress?: boolean | undefined;
|
|
68668
68673
|
staticPreviewUrl?: string | undefined;
|
|
@@ -68678,6 +68683,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
68678
68683
|
name: string;
|
|
68679
68684
|
startedFromMessageId: string;
|
|
68680
68685
|
updatedAt?: string | undefined;
|
|
68686
|
+
thumbnailUrl?: string | undefined;
|
|
68681
68687
|
baseIterationId?: string | undefined;
|
|
68682
68688
|
isInProgress?: boolean | undefined;
|
|
68683
68689
|
staticPreviewUrl?: string | undefined;
|
|
@@ -68931,6 +68937,10 @@ declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
|
|
|
68931
68937
|
* Indicates whether the iteration is bookmarked by user
|
|
68932
68938
|
*/
|
|
68933
68939
|
isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
68940
|
+
/**
|
|
68941
|
+
* URL of a static thumbnail of the feature iteration
|
|
68942
|
+
*/
|
|
68943
|
+
thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
68934
68944
|
createdAt: z__default.ZodString;
|
|
68935
68945
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68936
68946
|
artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
@@ -69650,6 +69660,10 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69650
69660
|
* Indicates whether the iteration is bookmarked by user
|
|
69651
69661
|
*/
|
|
69652
69662
|
isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
69663
|
+
/**
|
|
69664
|
+
* URL of a static thumbnail of the feature iteration
|
|
69665
|
+
*/
|
|
69666
|
+
thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
69653
69667
|
createdAt: z__default.ZodString;
|
|
69654
69668
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69655
69669
|
artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
@@ -69671,6 +69685,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69671
69685
|
name: string;
|
|
69672
69686
|
startedFromMessageId: string;
|
|
69673
69687
|
updatedAt?: string | undefined;
|
|
69688
|
+
thumbnailUrl?: string | undefined;
|
|
69674
69689
|
baseIterationId?: string | undefined;
|
|
69675
69690
|
isInProgress?: boolean | undefined;
|
|
69676
69691
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69686,6 +69701,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69686
69701
|
name: string;
|
|
69687
69702
|
startedFromMessageId: string;
|
|
69688
69703
|
updatedAt?: string | undefined;
|
|
69704
|
+
thumbnailUrl?: string | undefined;
|
|
69689
69705
|
baseIterationId?: string | undefined;
|
|
69690
69706
|
isInProgress?: boolean | undefined;
|
|
69691
69707
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69703,6 +69719,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69703
69719
|
name: string;
|
|
69704
69720
|
startedFromMessageId: string;
|
|
69705
69721
|
updatedAt?: string | undefined;
|
|
69722
|
+
thumbnailUrl?: string | undefined;
|
|
69706
69723
|
baseIterationId?: string | undefined;
|
|
69707
69724
|
isInProgress?: boolean | undefined;
|
|
69708
69725
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69720,6 +69737,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69720
69737
|
name: string;
|
|
69721
69738
|
startedFromMessageId: string;
|
|
69722
69739
|
updatedAt?: string | undefined;
|
|
69740
|
+
thumbnailUrl?: string | undefined;
|
|
69723
69741
|
baseIterationId?: string | undefined;
|
|
69724
69742
|
isInProgress?: boolean | undefined;
|
|
69725
69743
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69759,6 +69777,10 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69759
69777
|
* Indicates whether the iteration is bookmarked by user
|
|
69760
69778
|
*/
|
|
69761
69779
|
isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
69780
|
+
/**
|
|
69781
|
+
* URL of a static thumbnail of the feature iteration
|
|
69782
|
+
*/
|
|
69783
|
+
thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
69762
69784
|
createdAt: z__default.ZodString;
|
|
69763
69785
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69764
69786
|
artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
@@ -69780,6 +69802,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69780
69802
|
name: string;
|
|
69781
69803
|
startedFromMessageId: string;
|
|
69782
69804
|
updatedAt?: string | undefined;
|
|
69805
|
+
thumbnailUrl?: string | undefined;
|
|
69783
69806
|
baseIterationId?: string | undefined;
|
|
69784
69807
|
isInProgress?: boolean | undefined;
|
|
69785
69808
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69795,6 +69818,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69795
69818
|
name: string;
|
|
69796
69819
|
startedFromMessageId: string;
|
|
69797
69820
|
updatedAt?: string | undefined;
|
|
69821
|
+
thumbnailUrl?: string | undefined;
|
|
69798
69822
|
baseIterationId?: string | undefined;
|
|
69799
69823
|
isInProgress?: boolean | undefined;
|
|
69800
69824
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69812,6 +69836,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69812
69836
|
name: string;
|
|
69813
69837
|
startedFromMessageId: string;
|
|
69814
69838
|
updatedAt?: string | undefined;
|
|
69839
|
+
thumbnailUrl?: string | undefined;
|
|
69815
69840
|
baseIterationId?: string | undefined;
|
|
69816
69841
|
isInProgress?: boolean | undefined;
|
|
69817
69842
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69829,6 +69854,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69829
69854
|
name: string;
|
|
69830
69855
|
startedFromMessageId: string;
|
|
69831
69856
|
updatedAt?: string | undefined;
|
|
69857
|
+
thumbnailUrl?: string | undefined;
|
|
69832
69858
|
baseIterationId?: string | undefined;
|
|
69833
69859
|
isInProgress?: boolean | undefined;
|
|
69834
69860
|
staticPreviewUrl?: string | undefined;
|
|
@@ -141270,6 +141296,7 @@ declare class ForgeFeatureIterationsEndpoint {
|
|
|
141270
141296
|
name: string;
|
|
141271
141297
|
startedFromMessageId: string;
|
|
141272
141298
|
updatedAt?: string | undefined;
|
|
141299
|
+
thumbnailUrl?: string | undefined;
|
|
141273
141300
|
baseIterationId?: string | undefined;
|
|
141274
141301
|
isInProgress?: boolean | undefined;
|
|
141275
141302
|
staticPreviewUrl?: string | undefined;
|
|
@@ -141411,6 +141438,7 @@ declare class ForgeProjectFeaturesEndpoint {
|
|
|
141411
141438
|
name: string;
|
|
141412
141439
|
startedFromMessageId: string;
|
|
141413
141440
|
updatedAt?: string | undefined;
|
|
141441
|
+
thumbnailUrl?: string | undefined;
|
|
141414
141442
|
baseIterationId?: string | undefined;
|
|
141415
141443
|
isInProgress?: boolean | undefined;
|
|
141416
141444
|
staticPreviewUrl?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -68642,6 +68642,10 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
68642
68642
|
* Indicates whether the iteration is bookmarked by user
|
|
68643
68643
|
*/
|
|
68644
68644
|
isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
68645
|
+
/**
|
|
68646
|
+
* URL of a static thumbnail of the feature iteration
|
|
68647
|
+
*/
|
|
68648
|
+
thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
68645
68649
|
createdAt: z__default.ZodString;
|
|
68646
68650
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68647
68651
|
artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
@@ -68663,6 +68667,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
68663
68667
|
name: string;
|
|
68664
68668
|
startedFromMessageId: string;
|
|
68665
68669
|
updatedAt?: string | undefined;
|
|
68670
|
+
thumbnailUrl?: string | undefined;
|
|
68666
68671
|
baseIterationId?: string | undefined;
|
|
68667
68672
|
isInProgress?: boolean | undefined;
|
|
68668
68673
|
staticPreviewUrl?: string | undefined;
|
|
@@ -68678,6 +68683,7 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
68678
68683
|
name: string;
|
|
68679
68684
|
startedFromMessageId: string;
|
|
68680
68685
|
updatedAt?: string | undefined;
|
|
68686
|
+
thumbnailUrl?: string | undefined;
|
|
68681
68687
|
baseIterationId?: string | undefined;
|
|
68682
68688
|
isInProgress?: boolean | undefined;
|
|
68683
68689
|
staticPreviewUrl?: string | undefined;
|
|
@@ -68931,6 +68937,10 @@ declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
|
|
|
68931
68937
|
* Indicates whether the iteration is bookmarked by user
|
|
68932
68938
|
*/
|
|
68933
68939
|
isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
68940
|
+
/**
|
|
68941
|
+
* URL of a static thumbnail of the feature iteration
|
|
68942
|
+
*/
|
|
68943
|
+
thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
68934
68944
|
createdAt: z__default.ZodString;
|
|
68935
68945
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68936
68946
|
artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
@@ -69650,6 +69660,10 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69650
69660
|
* Indicates whether the iteration is bookmarked by user
|
|
69651
69661
|
*/
|
|
69652
69662
|
isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
69663
|
+
/**
|
|
69664
|
+
* URL of a static thumbnail of the feature iteration
|
|
69665
|
+
*/
|
|
69666
|
+
thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
69653
69667
|
createdAt: z__default.ZodString;
|
|
69654
69668
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69655
69669
|
artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
@@ -69671,6 +69685,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69671
69685
|
name: string;
|
|
69672
69686
|
startedFromMessageId: string;
|
|
69673
69687
|
updatedAt?: string | undefined;
|
|
69688
|
+
thumbnailUrl?: string | undefined;
|
|
69674
69689
|
baseIterationId?: string | undefined;
|
|
69675
69690
|
isInProgress?: boolean | undefined;
|
|
69676
69691
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69686,6 +69701,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69686
69701
|
name: string;
|
|
69687
69702
|
startedFromMessageId: string;
|
|
69688
69703
|
updatedAt?: string | undefined;
|
|
69704
|
+
thumbnailUrl?: string | undefined;
|
|
69689
69705
|
baseIterationId?: string | undefined;
|
|
69690
69706
|
isInProgress?: boolean | undefined;
|
|
69691
69707
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69703,6 +69719,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69703
69719
|
name: string;
|
|
69704
69720
|
startedFromMessageId: string;
|
|
69705
69721
|
updatedAt?: string | undefined;
|
|
69722
|
+
thumbnailUrl?: string | undefined;
|
|
69706
69723
|
baseIterationId?: string | undefined;
|
|
69707
69724
|
isInProgress?: boolean | undefined;
|
|
69708
69725
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69720,6 +69737,7 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69720
69737
|
name: string;
|
|
69721
69738
|
startedFromMessageId: string;
|
|
69722
69739
|
updatedAt?: string | undefined;
|
|
69740
|
+
thumbnailUrl?: string | undefined;
|
|
69723
69741
|
baseIterationId?: string | undefined;
|
|
69724
69742
|
isInProgress?: boolean | undefined;
|
|
69725
69743
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69759,6 +69777,10 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69759
69777
|
* Indicates whether the iteration is bookmarked by user
|
|
69760
69778
|
*/
|
|
69761
69779
|
isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
69780
|
+
/**
|
|
69781
|
+
* URL of a static thumbnail of the feature iteration
|
|
69782
|
+
*/
|
|
69783
|
+
thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
69762
69784
|
createdAt: z__default.ZodString;
|
|
69763
69785
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69764
69786
|
artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
@@ -69780,6 +69802,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69780
69802
|
name: string;
|
|
69781
69803
|
startedFromMessageId: string;
|
|
69782
69804
|
updatedAt?: string | undefined;
|
|
69805
|
+
thumbnailUrl?: string | undefined;
|
|
69783
69806
|
baseIterationId?: string | undefined;
|
|
69784
69807
|
isInProgress?: boolean | undefined;
|
|
69785
69808
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69795,6 +69818,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69795
69818
|
name: string;
|
|
69796
69819
|
startedFromMessageId: string;
|
|
69797
69820
|
updatedAt?: string | undefined;
|
|
69821
|
+
thumbnailUrl?: string | undefined;
|
|
69798
69822
|
baseIterationId?: string | undefined;
|
|
69799
69823
|
isInProgress?: boolean | undefined;
|
|
69800
69824
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69812,6 +69836,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69812
69836
|
name: string;
|
|
69813
69837
|
startedFromMessageId: string;
|
|
69814
69838
|
updatedAt?: string | undefined;
|
|
69839
|
+
thumbnailUrl?: string | undefined;
|
|
69815
69840
|
baseIterationId?: string | undefined;
|
|
69816
69841
|
isInProgress?: boolean | undefined;
|
|
69817
69842
|
staticPreviewUrl?: string | undefined;
|
|
@@ -69829,6 +69854,7 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69829
69854
|
name: string;
|
|
69830
69855
|
startedFromMessageId: string;
|
|
69831
69856
|
updatedAt?: string | undefined;
|
|
69857
|
+
thumbnailUrl?: string | undefined;
|
|
69832
69858
|
baseIterationId?: string | undefined;
|
|
69833
69859
|
isInProgress?: boolean | undefined;
|
|
69834
69860
|
staticPreviewUrl?: string | undefined;
|
|
@@ -141270,6 +141296,7 @@ declare class ForgeFeatureIterationsEndpoint {
|
|
|
141270
141296
|
name: string;
|
|
141271
141297
|
startedFromMessageId: string;
|
|
141272
141298
|
updatedAt?: string | undefined;
|
|
141299
|
+
thumbnailUrl?: string | undefined;
|
|
141273
141300
|
baseIterationId?: string | undefined;
|
|
141274
141301
|
isInProgress?: boolean | undefined;
|
|
141275
141302
|
staticPreviewUrl?: string | undefined;
|
|
@@ -141411,6 +141438,7 @@ declare class ForgeProjectFeaturesEndpoint {
|
|
|
141411
141438
|
name: string;
|
|
141412
141439
|
startedFromMessageId: string;
|
|
141413
141440
|
updatedAt?: string | undefined;
|
|
141441
|
+
thumbnailUrl?: string | undefined;
|
|
141414
141442
|
baseIterationId?: string | undefined;
|
|
141415
141443
|
isInProgress?: boolean | undefined;
|
|
141416
141444
|
staticPreviewUrl?: string | undefined;
|
package/dist/index.js
CHANGED
|
@@ -9237,6 +9237,10 @@ var DTOFeatureIteration = _zod2.default.object({
|
|
|
9237
9237
|
* Indicates whether the iteration is bookmarked by user
|
|
9238
9238
|
*/
|
|
9239
9239
|
isBookmarked: _zod2.default.boolean().optional(),
|
|
9240
|
+
/**
|
|
9241
|
+
* URL of a static thumbnail of the feature iteration
|
|
9242
|
+
*/
|
|
9243
|
+
thumbnailUrl: _zod2.default.string().optional(),
|
|
9240
9244
|
createdAt: _zod2.default.string(),
|
|
9241
9245
|
updatedAt: _zod2.default.string().optional(),
|
|
9242
9246
|
artifactsDiff: DTOFeatureIterationArtifactsDiff.optional().nullable()
|