@supernova-studio/client 1.58.0 → 1.59.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 +23 -77
- package/dist/index.d.ts +23 -77
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -140670,27 +140670,21 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140670
140670
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
140671
140671
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
140672
140672
|
status: z$1.ZodOptional<z$1.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
140673
|
-
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
140673
|
+
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
|
|
140674
140674
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
140675
140675
|
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
140676
140676
|
lastPublishedAt: z$1.ZodDate;
|
|
140677
140677
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
140678
140678
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
140679
140679
|
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
140680
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
140681
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
140680
|
+
}, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
|
|
140682
140681
|
iterationId: string | null;
|
|
140683
|
-
lastPublishedAt: Date;
|
|
140684
140682
|
hideSupernovaUI: boolean;
|
|
140685
|
-
|
|
140686
|
-
userName?: string | undefined;
|
|
140683
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
140687
140684
|
}, {
|
|
140688
140685
|
iterationId: string | null;
|
|
140689
|
-
lastPublishedAt: Date;
|
|
140690
140686
|
hideSupernovaUI: boolean;
|
|
140691
|
-
userId?: string | undefined;
|
|
140692
140687
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
140693
|
-
userName?: string | undefined;
|
|
140694
140688
|
}>>>;
|
|
140695
140689
|
}, "strip", z$1.ZodTypeAny, {
|
|
140696
140690
|
id: string;
|
|
@@ -140699,12 +140693,9 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140699
140693
|
description?: string | undefined;
|
|
140700
140694
|
isArchived?: boolean | undefined;
|
|
140701
140695
|
publishedState?: {
|
|
140702
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
140703
140696
|
iterationId: string | null;
|
|
140704
|
-
lastPublishedAt: Date;
|
|
140705
140697
|
hideSupernovaUI: boolean;
|
|
140706
|
-
|
|
140707
|
-
userName?: string | undefined;
|
|
140698
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
140708
140699
|
} | null | undefined;
|
|
140709
140700
|
}, {
|
|
140710
140701
|
id: string;
|
|
@@ -140714,11 +140705,8 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140714
140705
|
isArchived?: boolean | undefined;
|
|
140715
140706
|
publishedState?: {
|
|
140716
140707
|
iterationId: string | null;
|
|
140717
|
-
lastPublishedAt: Date;
|
|
140718
140708
|
hideSupernovaUI: boolean;
|
|
140719
|
-
userId?: string | undefined;
|
|
140720
140709
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
140721
|
-
userName?: string | undefined;
|
|
140722
140710
|
} | null | undefined;
|
|
140723
140711
|
}>;
|
|
140724
140712
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -140730,12 +140718,9 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140730
140718
|
description?: string | undefined;
|
|
140731
140719
|
isArchived?: boolean | undefined;
|
|
140732
140720
|
publishedState?: {
|
|
140733
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
140734
140721
|
iterationId: string | null;
|
|
140735
|
-
lastPublishedAt: Date;
|
|
140736
140722
|
hideSupernovaUI: boolean;
|
|
140737
|
-
|
|
140738
|
-
userName?: string | undefined;
|
|
140723
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
140739
140724
|
} | null | undefined;
|
|
140740
140725
|
};
|
|
140741
140726
|
}, {
|
|
@@ -140748,11 +140733,8 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140748
140733
|
isArchived?: boolean | undefined;
|
|
140749
140734
|
publishedState?: {
|
|
140750
140735
|
iterationId: string | null;
|
|
140751
|
-
lastPublishedAt: Date;
|
|
140752
140736
|
hideSupernovaUI: boolean;
|
|
140753
|
-
userId?: string | undefined;
|
|
140754
140737
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
140755
|
-
userName?: string | undefined;
|
|
140756
140738
|
} | null | undefined;
|
|
140757
140739
|
};
|
|
140758
140740
|
}>;
|
|
@@ -141525,27 +141507,21 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141525
141507
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
141526
141508
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
141527
141509
|
status: z$1.ZodOptional<z$1.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
141528
|
-
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
141510
|
+
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
|
|
141529
141511
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
141530
141512
|
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
141531
141513
|
lastPublishedAt: z$1.ZodDate;
|
|
141532
141514
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
141533
141515
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
141534
141516
|
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
141535
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
141536
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
141517
|
+
}, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
|
|
141537
141518
|
iterationId: string | null;
|
|
141538
|
-
lastPublishedAt: Date;
|
|
141539
141519
|
hideSupernovaUI: boolean;
|
|
141540
|
-
|
|
141541
|
-
userName?: string | undefined;
|
|
141520
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
141542
141521
|
}, {
|
|
141543
141522
|
iterationId: string | null;
|
|
141544
|
-
lastPublishedAt: Date;
|
|
141545
141523
|
hideSupernovaUI: boolean;
|
|
141546
|
-
userId?: string | undefined;
|
|
141547
141524
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
141548
|
-
userName?: string | undefined;
|
|
141549
141525
|
}>>>;
|
|
141550
141526
|
}, "strip", z$1.ZodTypeAny, {
|
|
141551
141527
|
id: string;
|
|
@@ -141554,12 +141530,9 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141554
141530
|
description?: string | undefined;
|
|
141555
141531
|
isArchived?: boolean | undefined;
|
|
141556
141532
|
publishedState?: {
|
|
141557
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
141558
141533
|
iterationId: string | null;
|
|
141559
|
-
lastPublishedAt: Date;
|
|
141560
141534
|
hideSupernovaUI: boolean;
|
|
141561
|
-
|
|
141562
|
-
userName?: string | undefined;
|
|
141535
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
141563
141536
|
} | null | undefined;
|
|
141564
141537
|
}, {
|
|
141565
141538
|
id: string;
|
|
@@ -141569,11 +141542,8 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141569
141542
|
isArchived?: boolean | undefined;
|
|
141570
141543
|
publishedState?: {
|
|
141571
141544
|
iterationId: string | null;
|
|
141572
|
-
lastPublishedAt: Date;
|
|
141573
141545
|
hideSupernovaUI: boolean;
|
|
141574
|
-
userId?: string | undefined;
|
|
141575
141546
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
141576
|
-
userName?: string | undefined;
|
|
141577
141547
|
} | null | undefined;
|
|
141578
141548
|
}>;
|
|
141579
141549
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -141585,12 +141555,9 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141585
141555
|
description?: string | undefined;
|
|
141586
141556
|
isArchived?: boolean | undefined;
|
|
141587
141557
|
publishedState?: {
|
|
141588
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
141589
141558
|
iterationId: string | null;
|
|
141590
|
-
lastPublishedAt: Date;
|
|
141591
141559
|
hideSupernovaUI: boolean;
|
|
141592
|
-
|
|
141593
|
-
userName?: string | undefined;
|
|
141560
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
141594
141561
|
} | null | undefined;
|
|
141595
141562
|
};
|
|
141596
141563
|
}, {
|
|
@@ -141603,11 +141570,8 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141603
141570
|
isArchived?: boolean | undefined;
|
|
141604
141571
|
publishedState?: {
|
|
141605
141572
|
iterationId: string | null;
|
|
141606
|
-
lastPublishedAt: Date;
|
|
141607
141573
|
hideSupernovaUI: boolean;
|
|
141608
|
-
userId?: string | undefined;
|
|
141609
141574
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
141610
|
-
userName?: string | undefined;
|
|
141611
141575
|
} | null | undefined;
|
|
141612
141576
|
};
|
|
141613
141577
|
}>, z$1.ZodObject<{
|
|
@@ -249191,27 +249155,21 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
|
|
|
249191
249155
|
/**
|
|
249192
249156
|
* Sending null will result in feature unpublish
|
|
249193
249157
|
*/
|
|
249194
|
-
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
249158
|
+
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
|
|
249195
249159
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
249196
249160
|
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
249197
249161
|
lastPublishedAt: z$1.ZodDate;
|
|
249198
249162
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
249199
249163
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
249200
249164
|
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
249201
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
249202
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
249165
|
+
}, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
|
|
249203
249166
|
iterationId: string | null;
|
|
249204
|
-
lastPublishedAt: Date;
|
|
249205
249167
|
hideSupernovaUI: boolean;
|
|
249206
|
-
|
|
249207
|
-
userName?: string | undefined;
|
|
249168
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
249208
249169
|
}, {
|
|
249209
249170
|
iterationId: string | null;
|
|
249210
|
-
lastPublishedAt: Date;
|
|
249211
249171
|
hideSupernovaUI: boolean;
|
|
249212
|
-
userId?: string | undefined;
|
|
249213
249172
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
249214
|
-
userName?: string | undefined;
|
|
249215
249173
|
}>>>;
|
|
249216
249174
|
}, "strip", z$1.ZodTypeAny, {
|
|
249217
249175
|
id: string;
|
|
@@ -249220,12 +249178,9 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
|
|
|
249220
249178
|
description?: string | undefined;
|
|
249221
249179
|
isArchived?: boolean | undefined;
|
|
249222
249180
|
publishedState?: {
|
|
249223
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
249224
249181
|
iterationId: string | null;
|
|
249225
|
-
lastPublishedAt: Date;
|
|
249226
249182
|
hideSupernovaUI: boolean;
|
|
249227
|
-
|
|
249228
|
-
userName?: string | undefined;
|
|
249183
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
249229
249184
|
} | null | undefined;
|
|
249230
249185
|
}, {
|
|
249231
249186
|
id: string;
|
|
@@ -249235,11 +249190,8 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
|
|
|
249235
249190
|
isArchived?: boolean | undefined;
|
|
249236
249191
|
publishedState?: {
|
|
249237
249192
|
iterationId: string | null;
|
|
249238
|
-
lastPublishedAt: Date;
|
|
249239
249193
|
hideSupernovaUI: boolean;
|
|
249240
|
-
userId?: string | undefined;
|
|
249241
249194
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
249242
|
-
userName?: string | undefined;
|
|
249243
249195
|
} | null | undefined;
|
|
249244
249196
|
}>;
|
|
249245
249197
|
type DTOForgeProjectFeatureUpdateInput = z$1.infer<typeof DTOForgeProjectFeatureUpdateInput>;
|
|
@@ -249535,16 +249487,16 @@ declare const DTOForgeProjectPublishedFeature: z$1.ZodObject<{
|
|
|
249535
249487
|
}, "strip", z$1.ZodTypeAny, {
|
|
249536
249488
|
projectId: string;
|
|
249537
249489
|
staticPreviewUrl: string;
|
|
249490
|
+
hideSupernovaUI: boolean;
|
|
249538
249491
|
featureName: string;
|
|
249539
249492
|
iterationName: string;
|
|
249540
|
-
hideSupernovaUI: boolean;
|
|
249541
249493
|
thumbnailUrl?: string | undefined;
|
|
249542
249494
|
}, {
|
|
249543
249495
|
projectId: string;
|
|
249544
249496
|
staticPreviewUrl: string;
|
|
249497
|
+
hideSupernovaUI: boolean;
|
|
249545
249498
|
featureName: string;
|
|
249546
249499
|
iterationName: string;
|
|
249547
|
-
hideSupernovaUI: boolean;
|
|
249548
249500
|
thumbnailUrl?: string | undefined;
|
|
249549
249501
|
}>;
|
|
249550
249502
|
type DTOForgeProjectPublishedFeature = z$1.infer<typeof DTOForgeProjectPublishedFeature>;
|
|
@@ -249559,59 +249511,53 @@ declare const DTOForgeProjectPublishedFeatureGetResponse: z$1.ZodObject<{
|
|
|
249559
249511
|
}, "strip", z$1.ZodTypeAny, {
|
|
249560
249512
|
projectId: string;
|
|
249561
249513
|
staticPreviewUrl: string;
|
|
249514
|
+
hideSupernovaUI: boolean;
|
|
249562
249515
|
featureName: string;
|
|
249563
249516
|
iterationName: string;
|
|
249564
|
-
hideSupernovaUI: boolean;
|
|
249565
249517
|
thumbnailUrl?: string | undefined;
|
|
249566
249518
|
}, {
|
|
249567
249519
|
projectId: string;
|
|
249568
249520
|
staticPreviewUrl: string;
|
|
249521
|
+
hideSupernovaUI: boolean;
|
|
249569
249522
|
featureName: string;
|
|
249570
249523
|
iterationName: string;
|
|
249571
|
-
hideSupernovaUI: boolean;
|
|
249572
249524
|
thumbnailUrl?: string | undefined;
|
|
249573
249525
|
}>;
|
|
249574
249526
|
}, "strip", z$1.ZodTypeAny, {
|
|
249575
249527
|
publishedFeature: {
|
|
249576
249528
|
projectId: string;
|
|
249577
249529
|
staticPreviewUrl: string;
|
|
249530
|
+
hideSupernovaUI: boolean;
|
|
249578
249531
|
featureName: string;
|
|
249579
249532
|
iterationName: string;
|
|
249580
|
-
hideSupernovaUI: boolean;
|
|
249581
249533
|
thumbnailUrl?: string | undefined;
|
|
249582
249534
|
};
|
|
249583
249535
|
}, {
|
|
249584
249536
|
publishedFeature: {
|
|
249585
249537
|
projectId: string;
|
|
249586
249538
|
staticPreviewUrl: string;
|
|
249539
|
+
hideSupernovaUI: boolean;
|
|
249587
249540
|
featureName: string;
|
|
249588
249541
|
iterationName: string;
|
|
249589
|
-
hideSupernovaUI: boolean;
|
|
249590
249542
|
thumbnailUrl?: string | undefined;
|
|
249591
249543
|
};
|
|
249592
249544
|
}>;
|
|
249593
249545
|
type DTOForgeProjectPublishedFeatureGetResponse = z$1.infer<typeof DTOForgeProjectPublishedFeatureGetResponse>;
|
|
249594
|
-
declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<{
|
|
249546
|
+
declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<Pick<{
|
|
249595
249547
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
249596
249548
|
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
249597
249549
|
lastPublishedAt: z$1.ZodDate;
|
|
249598
249550
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
249599
249551
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
249600
249552
|
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
249601
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
249602
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
249553
|
+
}, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
|
|
249603
249554
|
iterationId: string | null;
|
|
249604
|
-
lastPublishedAt: Date;
|
|
249605
249555
|
hideSupernovaUI: boolean;
|
|
249606
|
-
|
|
249607
|
-
userName?: string | undefined;
|
|
249556
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
249608
249557
|
}, {
|
|
249609
249558
|
iterationId: string | null;
|
|
249610
|
-
lastPublishedAt: Date;
|
|
249611
249559
|
hideSupernovaUI: boolean;
|
|
249612
|
-
userId?: string | undefined;
|
|
249613
249560
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
249614
|
-
userName?: string | undefined;
|
|
249615
249561
|
}>;
|
|
249616
249562
|
type DTOForgeProjectFeaturePublishedState = z$1.infer<typeof DTOForgeProjectFeaturePublishedState>;
|
|
249617
249563
|
declare const DTOFeatureArtifactListQuery: z$1.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -140670,27 +140670,21 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140670
140670
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
140671
140671
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
140672
140672
|
status: z$1.ZodOptional<z$1.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
140673
|
-
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
140673
|
+
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
|
|
140674
140674
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
140675
140675
|
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
140676
140676
|
lastPublishedAt: z$1.ZodDate;
|
|
140677
140677
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
140678
140678
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
140679
140679
|
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
140680
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
140681
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
140680
|
+
}, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
|
|
140682
140681
|
iterationId: string | null;
|
|
140683
|
-
lastPublishedAt: Date;
|
|
140684
140682
|
hideSupernovaUI: boolean;
|
|
140685
|
-
|
|
140686
|
-
userName?: string | undefined;
|
|
140683
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
140687
140684
|
}, {
|
|
140688
140685
|
iterationId: string | null;
|
|
140689
|
-
lastPublishedAt: Date;
|
|
140690
140686
|
hideSupernovaUI: boolean;
|
|
140691
|
-
userId?: string | undefined;
|
|
140692
140687
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
140693
|
-
userName?: string | undefined;
|
|
140694
140688
|
}>>>;
|
|
140695
140689
|
}, "strip", z$1.ZodTypeAny, {
|
|
140696
140690
|
id: string;
|
|
@@ -140699,12 +140693,9 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140699
140693
|
description?: string | undefined;
|
|
140700
140694
|
isArchived?: boolean | undefined;
|
|
140701
140695
|
publishedState?: {
|
|
140702
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
140703
140696
|
iterationId: string | null;
|
|
140704
|
-
lastPublishedAt: Date;
|
|
140705
140697
|
hideSupernovaUI: boolean;
|
|
140706
|
-
|
|
140707
|
-
userName?: string | undefined;
|
|
140698
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
140708
140699
|
} | null | undefined;
|
|
140709
140700
|
}, {
|
|
140710
140701
|
id: string;
|
|
@@ -140714,11 +140705,8 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140714
140705
|
isArchived?: boolean | undefined;
|
|
140715
140706
|
publishedState?: {
|
|
140716
140707
|
iterationId: string | null;
|
|
140717
|
-
lastPublishedAt: Date;
|
|
140718
140708
|
hideSupernovaUI: boolean;
|
|
140719
|
-
userId?: string | undefined;
|
|
140720
140709
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
140721
|
-
userName?: string | undefined;
|
|
140722
140710
|
} | null | undefined;
|
|
140723
140711
|
}>;
|
|
140724
140712
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -140730,12 +140718,9 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140730
140718
|
description?: string | undefined;
|
|
140731
140719
|
isArchived?: boolean | undefined;
|
|
140732
140720
|
publishedState?: {
|
|
140733
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
140734
140721
|
iterationId: string | null;
|
|
140735
|
-
lastPublishedAt: Date;
|
|
140736
140722
|
hideSupernovaUI: boolean;
|
|
140737
|
-
|
|
140738
|
-
userName?: string | undefined;
|
|
140723
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
140739
140724
|
} | null | undefined;
|
|
140740
140725
|
};
|
|
140741
140726
|
}, {
|
|
@@ -140748,11 +140733,8 @@ declare const DTOForgeProjectActionFeatureUpdate: z$1.ZodObject<{
|
|
|
140748
140733
|
isArchived?: boolean | undefined;
|
|
140749
140734
|
publishedState?: {
|
|
140750
140735
|
iterationId: string | null;
|
|
140751
|
-
lastPublishedAt: Date;
|
|
140752
140736
|
hideSupernovaUI: boolean;
|
|
140753
|
-
userId?: string | undefined;
|
|
140754
140737
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
140755
|
-
userName?: string | undefined;
|
|
140756
140738
|
} | null | undefined;
|
|
140757
140739
|
};
|
|
140758
140740
|
}>;
|
|
@@ -141525,27 +141507,21 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141525
141507
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
141526
141508
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
141527
141509
|
status: z$1.ZodOptional<z$1.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
141528
|
-
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
141510
|
+
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
|
|
141529
141511
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
141530
141512
|
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
141531
141513
|
lastPublishedAt: z$1.ZodDate;
|
|
141532
141514
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
141533
141515
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
141534
141516
|
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
141535
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
141536
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
141517
|
+
}, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
|
|
141537
141518
|
iterationId: string | null;
|
|
141538
|
-
lastPublishedAt: Date;
|
|
141539
141519
|
hideSupernovaUI: boolean;
|
|
141540
|
-
|
|
141541
|
-
userName?: string | undefined;
|
|
141520
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
141542
141521
|
}, {
|
|
141543
141522
|
iterationId: string | null;
|
|
141544
|
-
lastPublishedAt: Date;
|
|
141545
141523
|
hideSupernovaUI: boolean;
|
|
141546
|
-
userId?: string | undefined;
|
|
141547
141524
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
141548
|
-
userName?: string | undefined;
|
|
141549
141525
|
}>>>;
|
|
141550
141526
|
}, "strip", z$1.ZodTypeAny, {
|
|
141551
141527
|
id: string;
|
|
@@ -141554,12 +141530,9 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141554
141530
|
description?: string | undefined;
|
|
141555
141531
|
isArchived?: boolean | undefined;
|
|
141556
141532
|
publishedState?: {
|
|
141557
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
141558
141533
|
iterationId: string | null;
|
|
141559
|
-
lastPublishedAt: Date;
|
|
141560
141534
|
hideSupernovaUI: boolean;
|
|
141561
|
-
|
|
141562
|
-
userName?: string | undefined;
|
|
141535
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
141563
141536
|
} | null | undefined;
|
|
141564
141537
|
}, {
|
|
141565
141538
|
id: string;
|
|
@@ -141569,11 +141542,8 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141569
141542
|
isArchived?: boolean | undefined;
|
|
141570
141543
|
publishedState?: {
|
|
141571
141544
|
iterationId: string | null;
|
|
141572
|
-
lastPublishedAt: Date;
|
|
141573
141545
|
hideSupernovaUI: boolean;
|
|
141574
|
-
userId?: string | undefined;
|
|
141575
141546
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
141576
|
-
userName?: string | undefined;
|
|
141577
141547
|
} | null | undefined;
|
|
141578
141548
|
}>;
|
|
141579
141549
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -141585,12 +141555,9 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141585
141555
|
description?: string | undefined;
|
|
141586
141556
|
isArchived?: boolean | undefined;
|
|
141587
141557
|
publishedState?: {
|
|
141588
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
141589
141558
|
iterationId: string | null;
|
|
141590
|
-
lastPublishedAt: Date;
|
|
141591
141559
|
hideSupernovaUI: boolean;
|
|
141592
|
-
|
|
141593
|
-
userName?: string | undefined;
|
|
141560
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
141594
141561
|
} | null | undefined;
|
|
141595
141562
|
};
|
|
141596
141563
|
}, {
|
|
@@ -141603,11 +141570,8 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
141603
141570
|
isArchived?: boolean | undefined;
|
|
141604
141571
|
publishedState?: {
|
|
141605
141572
|
iterationId: string | null;
|
|
141606
|
-
lastPublishedAt: Date;
|
|
141607
141573
|
hideSupernovaUI: boolean;
|
|
141608
|
-
userId?: string | undefined;
|
|
141609
141574
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
141610
|
-
userName?: string | undefined;
|
|
141611
141575
|
} | null | undefined;
|
|
141612
141576
|
};
|
|
141613
141577
|
}>, z$1.ZodObject<{
|
|
@@ -249191,27 +249155,21 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
|
|
|
249191
249155
|
/**
|
|
249192
249156
|
* Sending null will result in feature unpublish
|
|
249193
249157
|
*/
|
|
249194
|
-
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
249158
|
+
publishedState: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<Pick<{
|
|
249195
249159
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
249196
249160
|
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
249197
249161
|
lastPublishedAt: z$1.ZodDate;
|
|
249198
249162
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
249199
249163
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
249200
249164
|
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
249201
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
249202
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
249165
|
+
}, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
|
|
249203
249166
|
iterationId: string | null;
|
|
249204
|
-
lastPublishedAt: Date;
|
|
249205
249167
|
hideSupernovaUI: boolean;
|
|
249206
|
-
|
|
249207
|
-
userName?: string | undefined;
|
|
249168
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
249208
249169
|
}, {
|
|
249209
249170
|
iterationId: string | null;
|
|
249210
|
-
lastPublishedAt: Date;
|
|
249211
249171
|
hideSupernovaUI: boolean;
|
|
249212
|
-
userId?: string | undefined;
|
|
249213
249172
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
249214
|
-
userName?: string | undefined;
|
|
249215
249173
|
}>>>;
|
|
249216
249174
|
}, "strip", z$1.ZodTypeAny, {
|
|
249217
249175
|
id: string;
|
|
@@ -249220,12 +249178,9 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
|
|
|
249220
249178
|
description?: string | undefined;
|
|
249221
249179
|
isArchived?: boolean | undefined;
|
|
249222
249180
|
publishedState?: {
|
|
249223
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
249224
249181
|
iterationId: string | null;
|
|
249225
|
-
lastPublishedAt: Date;
|
|
249226
249182
|
hideSupernovaUI: boolean;
|
|
249227
|
-
|
|
249228
|
-
userName?: string | undefined;
|
|
249183
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
249229
249184
|
} | null | undefined;
|
|
249230
249185
|
}, {
|
|
249231
249186
|
id: string;
|
|
@@ -249235,11 +249190,8 @@ declare const DTOForgeProjectFeatureUpdateInput: z$1.ZodObject<{
|
|
|
249235
249190
|
isArchived?: boolean | undefined;
|
|
249236
249191
|
publishedState?: {
|
|
249237
249192
|
iterationId: string | null;
|
|
249238
|
-
lastPublishedAt: Date;
|
|
249239
249193
|
hideSupernovaUI: boolean;
|
|
249240
|
-
userId?: string | undefined;
|
|
249241
249194
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
249242
|
-
userName?: string | undefined;
|
|
249243
249195
|
} | null | undefined;
|
|
249244
249196
|
}>;
|
|
249245
249197
|
type DTOForgeProjectFeatureUpdateInput = z$1.infer<typeof DTOForgeProjectFeatureUpdateInput>;
|
|
@@ -249535,16 +249487,16 @@ declare const DTOForgeProjectPublishedFeature: z$1.ZodObject<{
|
|
|
249535
249487
|
}, "strip", z$1.ZodTypeAny, {
|
|
249536
249488
|
projectId: string;
|
|
249537
249489
|
staticPreviewUrl: string;
|
|
249490
|
+
hideSupernovaUI: boolean;
|
|
249538
249491
|
featureName: string;
|
|
249539
249492
|
iterationName: string;
|
|
249540
|
-
hideSupernovaUI: boolean;
|
|
249541
249493
|
thumbnailUrl?: string | undefined;
|
|
249542
249494
|
}, {
|
|
249543
249495
|
projectId: string;
|
|
249544
249496
|
staticPreviewUrl: string;
|
|
249497
|
+
hideSupernovaUI: boolean;
|
|
249545
249498
|
featureName: string;
|
|
249546
249499
|
iterationName: string;
|
|
249547
|
-
hideSupernovaUI: boolean;
|
|
249548
249500
|
thumbnailUrl?: string | undefined;
|
|
249549
249501
|
}>;
|
|
249550
249502
|
type DTOForgeProjectPublishedFeature = z$1.infer<typeof DTOForgeProjectPublishedFeature>;
|
|
@@ -249559,59 +249511,53 @@ declare const DTOForgeProjectPublishedFeatureGetResponse: z$1.ZodObject<{
|
|
|
249559
249511
|
}, "strip", z$1.ZodTypeAny, {
|
|
249560
249512
|
projectId: string;
|
|
249561
249513
|
staticPreviewUrl: string;
|
|
249514
|
+
hideSupernovaUI: boolean;
|
|
249562
249515
|
featureName: string;
|
|
249563
249516
|
iterationName: string;
|
|
249564
|
-
hideSupernovaUI: boolean;
|
|
249565
249517
|
thumbnailUrl?: string | undefined;
|
|
249566
249518
|
}, {
|
|
249567
249519
|
projectId: string;
|
|
249568
249520
|
staticPreviewUrl: string;
|
|
249521
|
+
hideSupernovaUI: boolean;
|
|
249569
249522
|
featureName: string;
|
|
249570
249523
|
iterationName: string;
|
|
249571
|
-
hideSupernovaUI: boolean;
|
|
249572
249524
|
thumbnailUrl?: string | undefined;
|
|
249573
249525
|
}>;
|
|
249574
249526
|
}, "strip", z$1.ZodTypeAny, {
|
|
249575
249527
|
publishedFeature: {
|
|
249576
249528
|
projectId: string;
|
|
249577
249529
|
staticPreviewUrl: string;
|
|
249530
|
+
hideSupernovaUI: boolean;
|
|
249578
249531
|
featureName: string;
|
|
249579
249532
|
iterationName: string;
|
|
249580
|
-
hideSupernovaUI: boolean;
|
|
249581
249533
|
thumbnailUrl?: string | undefined;
|
|
249582
249534
|
};
|
|
249583
249535
|
}, {
|
|
249584
249536
|
publishedFeature: {
|
|
249585
249537
|
projectId: string;
|
|
249586
249538
|
staticPreviewUrl: string;
|
|
249539
|
+
hideSupernovaUI: boolean;
|
|
249587
249540
|
featureName: string;
|
|
249588
249541
|
iterationName: string;
|
|
249589
|
-
hideSupernovaUI: boolean;
|
|
249590
249542
|
thumbnailUrl?: string | undefined;
|
|
249591
249543
|
};
|
|
249592
249544
|
}>;
|
|
249593
249545
|
type DTOForgeProjectPublishedFeatureGetResponse = z$1.infer<typeof DTOForgeProjectPublishedFeatureGetResponse>;
|
|
249594
|
-
declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<{
|
|
249546
|
+
declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<Pick<{
|
|
249595
249547
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
249596
249548
|
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
249597
249549
|
lastPublishedAt: z$1.ZodDate;
|
|
249598
249550
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
249599
249551
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
249600
249552
|
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
249601
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
249602
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
249553
|
+
}, "iterationId" | "hideSupernovaUI" | "visibility">, "strip", z$1.ZodTypeAny, {
|
|
249603
249554
|
iterationId: string | null;
|
|
249604
|
-
lastPublishedAt: Date;
|
|
249605
249555
|
hideSupernovaUI: boolean;
|
|
249606
|
-
|
|
249607
|
-
userName?: string | undefined;
|
|
249556
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
249608
249557
|
}, {
|
|
249609
249558
|
iterationId: string | null;
|
|
249610
|
-
lastPublishedAt: Date;
|
|
249611
249559
|
hideSupernovaUI: boolean;
|
|
249612
|
-
userId?: string | undefined;
|
|
249613
249560
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
249614
|
-
userName?: string | undefined;
|
|
249615
249561
|
}>;
|
|
249616
249562
|
type DTOForgeProjectFeaturePublishedState = z$1.infer<typeof DTOForgeProjectFeaturePublishedState>;
|
|
249617
249563
|
declare const DTOFeatureArtifactListQuery: z$1.ZodObject<{
|
package/dist/index.js
CHANGED
|
@@ -10699,7 +10699,11 @@ var DTOForgeProjectArtifactContentResponse = _zod.z.object({
|
|
|
10699
10699
|
|
|
10700
10700
|
// src/api/dto/forge/project-feature.ts
|
|
10701
10701
|
|
|
10702
|
-
var DTOForgeProjectFeaturePublishedState = FeaturePublishedState
|
|
10702
|
+
var DTOForgeProjectFeaturePublishedState = FeaturePublishedState.pick({
|
|
10703
|
+
iterationId: true,
|
|
10704
|
+
hideSupernovaUI: true,
|
|
10705
|
+
visibility: true
|
|
10706
|
+
});
|
|
10703
10707
|
var DTOForgeProjectFeature = ProjectFeature;
|
|
10704
10708
|
var DTOForgeProjectPublishedFeature = _zod2.default.object({
|
|
10705
10709
|
featureName: _zod2.default.string(),
|