@supernova-studio/client 1.57.0 → 1.57.1
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 -22
- package/dist/index.d.ts +23 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -248558,28 +248558,6 @@ declare const DTOForgeProjectContextRemoveResponse: z.ZodObject<{
|
|
|
248558
248558
|
}>;
|
|
248559
248559
|
type DTOForgeProjectContextRemoveResponse = z.infer<typeof DTOForgeProjectContextRemoveResponse>;
|
|
248560
248560
|
|
|
248561
|
-
declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<{
|
|
248562
|
-
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
248563
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
248564
|
-
lastPublishedAt: z$1.ZodDate;
|
|
248565
|
-
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
248566
|
-
hideSupernovaUI: z$1.ZodBoolean;
|
|
248567
|
-
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
248568
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
248569
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
248570
|
-
lastPublishedAt: Date;
|
|
248571
|
-
hideSupernovaUI: boolean;
|
|
248572
|
-
userId?: string | undefined;
|
|
248573
|
-
iterationId?: string | undefined;
|
|
248574
|
-
userName?: string | undefined;
|
|
248575
|
-
}, {
|
|
248576
|
-
lastPublishedAt: Date;
|
|
248577
|
-
hideSupernovaUI: boolean;
|
|
248578
|
-
userId?: string | undefined;
|
|
248579
|
-
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
248580
|
-
iterationId?: string | undefined;
|
|
248581
|
-
userName?: string | undefined;
|
|
248582
|
-
}>;
|
|
248583
248561
|
declare const DTOForgeProjectFeature: z$1.ZodObject<{
|
|
248584
248562
|
createdAt: z$1.ZodDate;
|
|
248585
248563
|
createdByUserId: z$1.ZodString;
|
|
@@ -249613,6 +249591,29 @@ declare const DTOForgeProjectPublishedFeatureGetResponse: z$1.ZodObject<{
|
|
|
249613
249591
|
};
|
|
249614
249592
|
}>;
|
|
249615
249593
|
type DTOForgeProjectPublishedFeatureGetResponse = z$1.infer<typeof DTOForgeProjectPublishedFeatureGetResponse>;
|
|
249594
|
+
declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<{
|
|
249595
|
+
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
249596
|
+
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
249597
|
+
lastPublishedAt: z$1.ZodDate;
|
|
249598
|
+
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
249599
|
+
hideSupernovaUI: z$1.ZodBoolean;
|
|
249600
|
+
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
249601
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
249602
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
249603
|
+
lastPublishedAt: Date;
|
|
249604
|
+
hideSupernovaUI: boolean;
|
|
249605
|
+
userId?: string | undefined;
|
|
249606
|
+
iterationId?: string | undefined;
|
|
249607
|
+
userName?: string | undefined;
|
|
249608
|
+
}, {
|
|
249609
|
+
lastPublishedAt: Date;
|
|
249610
|
+
hideSupernovaUI: boolean;
|
|
249611
|
+
userId?: string | undefined;
|
|
249612
|
+
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
249613
|
+
iterationId?: string | undefined;
|
|
249614
|
+
userName?: string | undefined;
|
|
249615
|
+
}>;
|
|
249616
|
+
type DTOForgeProjectFeaturePublishedState = z$1.infer<typeof DTOForgeProjectFeaturePublishedState>;
|
|
249616
249617
|
declare const DTOFeatureArtifactListQuery: z$1.ZodObject<{
|
|
249617
249618
|
messageId: z$1.ZodOptional<z$1.ZodString>;
|
|
249618
249619
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
package/dist/index.d.ts
CHANGED
|
@@ -248558,28 +248558,6 @@ declare const DTOForgeProjectContextRemoveResponse: z.ZodObject<{
|
|
|
248558
248558
|
}>;
|
|
248559
248559
|
type DTOForgeProjectContextRemoveResponse = z.infer<typeof DTOForgeProjectContextRemoveResponse>;
|
|
248560
248560
|
|
|
248561
|
-
declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<{
|
|
248562
|
-
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
248563
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
248564
|
-
lastPublishedAt: z$1.ZodDate;
|
|
248565
|
-
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
248566
|
-
hideSupernovaUI: z$1.ZodBoolean;
|
|
248567
|
-
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
248568
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
248569
|
-
visibility: "Public" | "WorkspaceMembers";
|
|
248570
|
-
lastPublishedAt: Date;
|
|
248571
|
-
hideSupernovaUI: boolean;
|
|
248572
|
-
userId?: string | undefined;
|
|
248573
|
-
iterationId?: string | undefined;
|
|
248574
|
-
userName?: string | undefined;
|
|
248575
|
-
}, {
|
|
248576
|
-
lastPublishedAt: Date;
|
|
248577
|
-
hideSupernovaUI: boolean;
|
|
248578
|
-
userId?: string | undefined;
|
|
248579
|
-
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
248580
|
-
iterationId?: string | undefined;
|
|
248581
|
-
userName?: string | undefined;
|
|
248582
|
-
}>;
|
|
248583
248561
|
declare const DTOForgeProjectFeature: z$1.ZodObject<{
|
|
248584
248562
|
createdAt: z$1.ZodDate;
|
|
248585
248563
|
createdByUserId: z$1.ZodString;
|
|
@@ -249613,6 +249591,29 @@ declare const DTOForgeProjectPublishedFeatureGetResponse: z$1.ZodObject<{
|
|
|
249613
249591
|
};
|
|
249614
249592
|
}>;
|
|
249615
249593
|
type DTOForgeProjectPublishedFeatureGetResponse = z$1.infer<typeof DTOForgeProjectPublishedFeatureGetResponse>;
|
|
249594
|
+
declare const DTOForgeProjectFeaturePublishedState: z$1.ZodObject<{
|
|
249595
|
+
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
249596
|
+
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
249597
|
+
lastPublishedAt: z$1.ZodDate;
|
|
249598
|
+
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
249599
|
+
hideSupernovaUI: z$1.ZodBoolean;
|
|
249600
|
+
visibility: z$1.ZodDefault<z$1.ZodEnum<["Public", "WorkspaceMembers"]>>;
|
|
249601
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
249602
|
+
visibility: "Public" | "WorkspaceMembers";
|
|
249603
|
+
lastPublishedAt: Date;
|
|
249604
|
+
hideSupernovaUI: boolean;
|
|
249605
|
+
userId?: string | undefined;
|
|
249606
|
+
iterationId?: string | undefined;
|
|
249607
|
+
userName?: string | undefined;
|
|
249608
|
+
}, {
|
|
249609
|
+
lastPublishedAt: Date;
|
|
249610
|
+
hideSupernovaUI: boolean;
|
|
249611
|
+
userId?: string | undefined;
|
|
249612
|
+
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
249613
|
+
iterationId?: string | undefined;
|
|
249614
|
+
userName?: string | undefined;
|
|
249615
|
+
}>;
|
|
249616
|
+
type DTOForgeProjectFeaturePublishedState = z$1.infer<typeof DTOForgeProjectFeaturePublishedState>;
|
|
249616
249617
|
declare const DTOFeatureArtifactListQuery: z$1.ZodObject<{
|
|
249617
249618
|
messageId: z$1.ZodOptional<z$1.ZodString>;
|
|
249618
249619
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|