@supernova-studio/client 1.73.1 → 1.74.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 +49 -59
- package/dist/index.d.ts +49 -59
- package/dist/index.js +4 -101
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -101
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -54206,7 +54206,7 @@ declare const DTOForgeProjectFeatureSandboxUpdated: z$1.ZodObject<{
|
|
|
54206
54206
|
url: z$1.ZodString;
|
|
54207
54207
|
parentMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
54208
54208
|
currentIterationId: z$1.ZodString;
|
|
54209
|
-
featureId: z$1.
|
|
54209
|
+
featureId: z$1.ZodString;
|
|
54210
54210
|
expiresAt: z$1.ZodOptional<z$1.ZodString>;
|
|
54211
54211
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
54212
54212
|
stage: z$1.ZodEnum<["PackageInstall", "HealthCheck", "Build", "Unknown"]>;
|
|
@@ -54221,6 +54221,7 @@ declare const DTOForgeProjectFeatureSandboxUpdated: z$1.ZodObject<{
|
|
|
54221
54221
|
}, "strip", z$1.ZodTypeAny, {
|
|
54222
54222
|
id: string;
|
|
54223
54223
|
url: string;
|
|
54224
|
+
featureId: string;
|
|
54224
54225
|
currentIterationId: string;
|
|
54225
54226
|
expiresAt?: string | undefined;
|
|
54226
54227
|
error?: {
|
|
@@ -54228,10 +54229,10 @@ declare const DTOForgeProjectFeatureSandboxUpdated: z$1.ZodObject<{
|
|
|
54228
54229
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
54229
54230
|
} | undefined;
|
|
54230
54231
|
parentMessageId?: string | undefined;
|
|
54231
|
-
featureId?: string | undefined;
|
|
54232
54232
|
}, {
|
|
54233
54233
|
id: string;
|
|
54234
54234
|
url: string;
|
|
54235
|
+
featureId: string;
|
|
54235
54236
|
currentIterationId: string;
|
|
54236
54237
|
expiresAt?: string | undefined;
|
|
54237
54238
|
error?: {
|
|
@@ -54239,13 +54240,13 @@ declare const DTOForgeProjectFeatureSandboxUpdated: z$1.ZodObject<{
|
|
|
54239
54240
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
54240
54241
|
} | undefined;
|
|
54241
54242
|
parentMessageId?: string | undefined;
|
|
54242
|
-
featureId?: string | undefined;
|
|
54243
54243
|
}>;
|
|
54244
54244
|
}, "strip", z$1.ZodTypeAny, {
|
|
54245
54245
|
type: "ProjectFeatureSandboxUpdated";
|
|
54246
54246
|
data: {
|
|
54247
54247
|
id: string;
|
|
54248
54248
|
url: string;
|
|
54249
|
+
featureId: string;
|
|
54249
54250
|
currentIterationId: string;
|
|
54250
54251
|
expiresAt?: string | undefined;
|
|
54251
54252
|
error?: {
|
|
@@ -54253,13 +54254,13 @@ declare const DTOForgeProjectFeatureSandboxUpdated: z$1.ZodObject<{
|
|
|
54253
54254
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
54254
54255
|
} | undefined;
|
|
54255
54256
|
parentMessageId?: string | undefined;
|
|
54256
|
-
featureId?: string | undefined;
|
|
54257
54257
|
};
|
|
54258
54258
|
}, {
|
|
54259
54259
|
type: "ProjectFeatureSandboxUpdated";
|
|
54260
54260
|
data: {
|
|
54261
54261
|
id: string;
|
|
54262
54262
|
url: string;
|
|
54263
|
+
featureId: string;
|
|
54263
54264
|
currentIterationId: string;
|
|
54264
54265
|
expiresAt?: string | undefined;
|
|
54265
54266
|
error?: {
|
|
@@ -54267,7 +54268,6 @@ declare const DTOForgeProjectFeatureSandboxUpdated: z$1.ZodObject<{
|
|
|
54267
54268
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
54268
54269
|
} | undefined;
|
|
54269
54270
|
parentMessageId?: string | undefined;
|
|
54270
|
-
featureId?: string | undefined;
|
|
54271
54271
|
};
|
|
54272
54272
|
}>;
|
|
54273
54273
|
type DTOForgeProjectFeatureSandboxUpdated = z$1.infer<typeof DTOForgeProjectFeatureSandboxUpdated>;
|
|
@@ -54855,7 +54855,7 @@ declare const DTOForgeProjectRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.Z
|
|
|
54855
54855
|
url: z$1.ZodString;
|
|
54856
54856
|
parentMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
54857
54857
|
currentIterationId: z$1.ZodString;
|
|
54858
|
-
featureId: z$1.
|
|
54858
|
+
featureId: z$1.ZodString;
|
|
54859
54859
|
expiresAt: z$1.ZodOptional<z$1.ZodString>;
|
|
54860
54860
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
54861
54861
|
stage: z$1.ZodEnum<["PackageInstall", "HealthCheck", "Build", "Unknown"]>;
|
|
@@ -54870,6 +54870,7 @@ declare const DTOForgeProjectRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.Z
|
|
|
54870
54870
|
}, "strip", z$1.ZodTypeAny, {
|
|
54871
54871
|
id: string;
|
|
54872
54872
|
url: string;
|
|
54873
|
+
featureId: string;
|
|
54873
54874
|
currentIterationId: string;
|
|
54874
54875
|
expiresAt?: string | undefined;
|
|
54875
54876
|
error?: {
|
|
@@ -54877,10 +54878,10 @@ declare const DTOForgeProjectRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.Z
|
|
|
54877
54878
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
54878
54879
|
} | undefined;
|
|
54879
54880
|
parentMessageId?: string | undefined;
|
|
54880
|
-
featureId?: string | undefined;
|
|
54881
54881
|
}, {
|
|
54882
54882
|
id: string;
|
|
54883
54883
|
url: string;
|
|
54884
|
+
featureId: string;
|
|
54884
54885
|
currentIterationId: string;
|
|
54885
54886
|
expiresAt?: string | undefined;
|
|
54886
54887
|
error?: {
|
|
@@ -54888,13 +54889,13 @@ declare const DTOForgeProjectRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.Z
|
|
|
54888
54889
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
54889
54890
|
} | undefined;
|
|
54890
54891
|
parentMessageId?: string | undefined;
|
|
54891
|
-
featureId?: string | undefined;
|
|
54892
54892
|
}>;
|
|
54893
54893
|
}, "strip", z$1.ZodTypeAny, {
|
|
54894
54894
|
type: "ProjectFeatureSandboxUpdated";
|
|
54895
54895
|
data: {
|
|
54896
54896
|
id: string;
|
|
54897
54897
|
url: string;
|
|
54898
|
+
featureId: string;
|
|
54898
54899
|
currentIterationId: string;
|
|
54899
54900
|
expiresAt?: string | undefined;
|
|
54900
54901
|
error?: {
|
|
@@ -54902,13 +54903,13 @@ declare const DTOForgeProjectRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.Z
|
|
|
54902
54903
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
54903
54904
|
} | undefined;
|
|
54904
54905
|
parentMessageId?: string | undefined;
|
|
54905
|
-
featureId?: string | undefined;
|
|
54906
54906
|
};
|
|
54907
54907
|
}, {
|
|
54908
54908
|
type: "ProjectFeatureSandboxUpdated";
|
|
54909
54909
|
data: {
|
|
54910
54910
|
id: string;
|
|
54911
54911
|
url: string;
|
|
54912
|
+
featureId: string;
|
|
54912
54913
|
currentIterationId: string;
|
|
54913
54914
|
expiresAt?: string | undefined;
|
|
54914
54915
|
error?: {
|
|
@@ -54916,7 +54917,6 @@ declare const DTOForgeProjectRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.Z
|
|
|
54916
54917
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
54917
54918
|
} | undefined;
|
|
54918
54919
|
parentMessageId?: string | undefined;
|
|
54919
|
-
featureId?: string | undefined;
|
|
54920
54920
|
};
|
|
54921
54921
|
}>, z$1.ZodObject<{
|
|
54922
54922
|
type: z$1.ZodLiteral<"ProjectIterationUpdated">;
|
|
@@ -128696,7 +128696,7 @@ declare const DTOFeatureSandbox: z$1.ZodObject<{
|
|
|
128696
128696
|
url: z$1.ZodString;
|
|
128697
128697
|
parentMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
128698
128698
|
currentIterationId: z$1.ZodString;
|
|
128699
|
-
featureId: z$1.
|
|
128699
|
+
featureId: z$1.ZodString;
|
|
128700
128700
|
expiresAt: z$1.ZodOptional<z$1.ZodString>;
|
|
128701
128701
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
128702
128702
|
/** At what stage the error has occured */
|
|
@@ -128713,6 +128713,7 @@ declare const DTOFeatureSandbox: z$1.ZodObject<{
|
|
|
128713
128713
|
}, "strip", z$1.ZodTypeAny, {
|
|
128714
128714
|
id: string;
|
|
128715
128715
|
url: string;
|
|
128716
|
+
featureId: string;
|
|
128716
128717
|
currentIterationId: string;
|
|
128717
128718
|
expiresAt?: string | undefined;
|
|
128718
128719
|
error?: {
|
|
@@ -128720,10 +128721,10 @@ declare const DTOFeatureSandbox: z$1.ZodObject<{
|
|
|
128720
128721
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
128721
128722
|
} | undefined;
|
|
128722
128723
|
parentMessageId?: string | undefined;
|
|
128723
|
-
featureId?: string | undefined;
|
|
128724
128724
|
}, {
|
|
128725
128725
|
id: string;
|
|
128726
128726
|
url: string;
|
|
128727
|
+
featureId: string;
|
|
128727
128728
|
currentIterationId: string;
|
|
128728
128729
|
expiresAt?: string | undefined;
|
|
128729
128730
|
error?: {
|
|
@@ -128731,7 +128732,6 @@ declare const DTOFeatureSandbox: z$1.ZodObject<{
|
|
|
128731
128732
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
128732
128733
|
} | undefined;
|
|
128733
128734
|
parentMessageId?: string | undefined;
|
|
128734
|
-
featureId?: string | undefined;
|
|
128735
128735
|
}>;
|
|
128736
128736
|
type DTOFeatureSandbox = z$1.infer<typeof DTOFeatureSandbox>;
|
|
128737
128737
|
declare const DTOCreateFeatureSandbox: z$1.ZodObject<{
|
|
@@ -128739,6 +128739,7 @@ declare const DTOCreateFeatureSandbox: z$1.ZodObject<{
|
|
|
128739
128739
|
url: z$1.ZodString;
|
|
128740
128740
|
parentMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
128741
128741
|
currentIterationId: z$1.ZodString;
|
|
128742
|
+
featureId: z$1.ZodString;
|
|
128742
128743
|
expiresAt: z$1.ZodOptional<z$1.ZodString>;
|
|
128743
128744
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
128744
128745
|
/** At what stage the error has occured */
|
|
@@ -128752,8 +128753,6 @@ declare const DTOCreateFeatureSandbox: z$1.ZodObject<{
|
|
|
128752
128753
|
errorDescription: string;
|
|
128753
128754
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
128754
128755
|
}>>;
|
|
128755
|
-
} & {
|
|
128756
|
-
featureId: z$1.ZodString;
|
|
128757
128756
|
}, "strip", z$1.ZodTypeAny, {
|
|
128758
128757
|
id: string;
|
|
128759
128758
|
url: string;
|
|
@@ -128828,7 +128827,7 @@ declare const DTOFeatureSandboxListResponse: z$1.ZodObject<{
|
|
|
128828
128827
|
url: z$1.ZodString;
|
|
128829
128828
|
parentMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
128830
128829
|
currentIterationId: z$1.ZodString;
|
|
128831
|
-
featureId: z$1.
|
|
128830
|
+
featureId: z$1.ZodString;
|
|
128832
128831
|
expiresAt: z$1.ZodOptional<z$1.ZodString>;
|
|
128833
128832
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
128834
128833
|
/** At what stage the error has occured */
|
|
@@ -128845,6 +128844,7 @@ declare const DTOFeatureSandboxListResponse: z$1.ZodObject<{
|
|
|
128845
128844
|
}, "strip", z$1.ZodTypeAny, {
|
|
128846
128845
|
id: string;
|
|
128847
128846
|
url: string;
|
|
128847
|
+
featureId: string;
|
|
128848
128848
|
currentIterationId: string;
|
|
128849
128849
|
expiresAt?: string | undefined;
|
|
128850
128850
|
error?: {
|
|
@@ -128852,10 +128852,10 @@ declare const DTOFeatureSandboxListResponse: z$1.ZodObject<{
|
|
|
128852
128852
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
128853
128853
|
} | undefined;
|
|
128854
128854
|
parentMessageId?: string | undefined;
|
|
128855
|
-
featureId?: string | undefined;
|
|
128856
128855
|
}, {
|
|
128857
128856
|
id: string;
|
|
128858
128857
|
url: string;
|
|
128858
|
+
featureId: string;
|
|
128859
128859
|
currentIterationId: string;
|
|
128860
128860
|
expiresAt?: string | undefined;
|
|
128861
128861
|
error?: {
|
|
@@ -128863,12 +128863,12 @@ declare const DTOFeatureSandboxListResponse: z$1.ZodObject<{
|
|
|
128863
128863
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
128864
128864
|
} | undefined;
|
|
128865
128865
|
parentMessageId?: string | undefined;
|
|
128866
|
-
featureId?: string | undefined;
|
|
128867
128866
|
}>, "many">;
|
|
128868
128867
|
}, "strip", z$1.ZodTypeAny, {
|
|
128869
128868
|
sandboxes: {
|
|
128870
128869
|
id: string;
|
|
128871
128870
|
url: string;
|
|
128871
|
+
featureId: string;
|
|
128872
128872
|
currentIterationId: string;
|
|
128873
128873
|
expiresAt?: string | undefined;
|
|
128874
128874
|
error?: {
|
|
@@ -128876,12 +128876,12 @@ declare const DTOFeatureSandboxListResponse: z$1.ZodObject<{
|
|
|
128876
128876
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
128877
128877
|
} | undefined;
|
|
128878
128878
|
parentMessageId?: string | undefined;
|
|
128879
|
-
featureId?: string | undefined;
|
|
128880
128879
|
}[];
|
|
128881
128880
|
}, {
|
|
128882
128881
|
sandboxes: {
|
|
128883
128882
|
id: string;
|
|
128884
128883
|
url: string;
|
|
128884
|
+
featureId: string;
|
|
128885
128885
|
currentIterationId: string;
|
|
128886
128886
|
expiresAt?: string | undefined;
|
|
128887
128887
|
error?: {
|
|
@@ -128889,7 +128889,6 @@ declare const DTOFeatureSandboxListResponse: z$1.ZodObject<{
|
|
|
128889
128889
|
stage: "Build" | "PackageInstall" | "Unknown" | "HealthCheck";
|
|
128890
128890
|
} | undefined;
|
|
128891
128891
|
parentMessageId?: string | undefined;
|
|
128892
|
-
featureId?: string | undefined;
|
|
128893
128892
|
}[];
|
|
128894
128893
|
}>;
|
|
128895
128894
|
type DTOFeatureSandboxListResponse = z$1.infer<typeof DTOFeatureSandboxListResponse>;
|
|
@@ -267643,6 +267642,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
267643
267642
|
} | undefined;
|
|
267644
267643
|
}>>;
|
|
267645
267644
|
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
267645
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
267646
267646
|
createdAt: z.ZodString;
|
|
267647
267647
|
updatedAt: z.ZodString;
|
|
267648
267648
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -267662,6 +267662,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
267662
267662
|
renderMode: "Image" | "HTML" | "JSON";
|
|
267663
267663
|
} | undefined;
|
|
267664
267664
|
} | undefined;
|
|
267665
|
+
isArchived?: boolean | undefined;
|
|
267665
267666
|
isPublished?: boolean | undefined;
|
|
267666
267667
|
}, {
|
|
267667
267668
|
id: string;
|
|
@@ -267680,6 +267681,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
267680
267681
|
renderMode: "Image" | "HTML" | "JSON";
|
|
267681
267682
|
} | undefined;
|
|
267682
267683
|
} | undefined;
|
|
267684
|
+
isArchived?: boolean | undefined;
|
|
267683
267685
|
isPublished?: boolean | undefined;
|
|
267684
267686
|
}>;
|
|
267685
267687
|
type DTOForgeProjectFeaturePreview = z.infer<typeof DTOForgeProjectFeaturePreview>;
|
|
@@ -267848,6 +267850,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
267848
267850
|
} | undefined;
|
|
267849
267851
|
}>>;
|
|
267850
267852
|
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
267853
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
267851
267854
|
createdAt: z.ZodString;
|
|
267852
267855
|
updatedAt: z.ZodString;
|
|
267853
267856
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -267867,6 +267870,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
267867
267870
|
renderMode: "Image" | "HTML" | "JSON";
|
|
267868
267871
|
} | undefined;
|
|
267869
267872
|
} | undefined;
|
|
267873
|
+
isArchived?: boolean | undefined;
|
|
267870
267874
|
isPublished?: boolean | undefined;
|
|
267871
267875
|
}, {
|
|
267872
267876
|
id: string;
|
|
@@ -267885,6 +267889,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
267885
267889
|
renderMode: "Image" | "HTML" | "JSON";
|
|
267886
267890
|
} | undefined;
|
|
267887
267891
|
} | undefined;
|
|
267892
|
+
isArchived?: boolean | undefined;
|
|
267888
267893
|
isPublished?: boolean | undefined;
|
|
267889
267894
|
}>, "many">;
|
|
267890
267895
|
/** @deprecated use `projectContextId` */
|
|
@@ -276607,6 +276612,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
276607
276612
|
renderMode: "Image" | "HTML" | "JSON";
|
|
276608
276613
|
} | undefined;
|
|
276609
276614
|
} | undefined;
|
|
276615
|
+
isArchived?: boolean | undefined;
|
|
276610
276616
|
isPublished?: boolean | undefined;
|
|
276611
276617
|
}[];
|
|
276612
276618
|
projectContextId: string;
|
|
@@ -277659,6 +277665,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
277659
277665
|
renderMode: "Image" | "HTML" | "JSON";
|
|
277660
277666
|
} | undefined;
|
|
277661
277667
|
} | undefined;
|
|
277668
|
+
isArchived?: boolean | undefined;
|
|
277662
277669
|
isPublished?: boolean | undefined;
|
|
277663
277670
|
}[];
|
|
277664
277671
|
projectContextId: string;
|
|
@@ -278850,6 +278857,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
278850
278857
|
} | undefined;
|
|
278851
278858
|
}>>;
|
|
278852
278859
|
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
278860
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
278853
278861
|
createdAt: z.ZodString;
|
|
278854
278862
|
updatedAt: z.ZodString;
|
|
278855
278863
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -278869,6 +278877,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
278869
278877
|
renderMode: "Image" | "HTML" | "JSON";
|
|
278870
278878
|
} | undefined;
|
|
278871
278879
|
} | undefined;
|
|
278880
|
+
isArchived?: boolean | undefined;
|
|
278872
278881
|
isPublished?: boolean | undefined;
|
|
278873
278882
|
}, {
|
|
278874
278883
|
id: string;
|
|
@@ -278887,6 +278896,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
278887
278896
|
renderMode: "Image" | "HTML" | "JSON";
|
|
278888
278897
|
} | undefined;
|
|
278889
278898
|
} | undefined;
|
|
278899
|
+
isArchived?: boolean | undefined;
|
|
278890
278900
|
isPublished?: boolean | undefined;
|
|
278891
278901
|
}>, "many">;
|
|
278892
278902
|
/** @deprecated use `projectContextId` */
|
|
@@ -288824,6 +288834,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
288824
288834
|
} | undefined;
|
|
288825
288835
|
}>>;
|
|
288826
288836
|
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
288837
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
288827
288838
|
createdAt: z.ZodString;
|
|
288828
288839
|
updatedAt: z.ZodString;
|
|
288829
288840
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -288843,6 +288854,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
288843
288854
|
renderMode: "Image" | "HTML" | "JSON";
|
|
288844
288855
|
} | undefined;
|
|
288845
288856
|
} | undefined;
|
|
288857
|
+
isArchived?: boolean | undefined;
|
|
288846
288858
|
isPublished?: boolean | undefined;
|
|
288847
288859
|
}, {
|
|
288848
288860
|
id: string;
|
|
@@ -288861,6 +288873,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
288861
288873
|
renderMode: "Image" | "HTML" | "JSON";
|
|
288862
288874
|
} | undefined;
|
|
288863
288875
|
} | undefined;
|
|
288876
|
+
isArchived?: boolean | undefined;
|
|
288864
288877
|
isPublished?: boolean | undefined;
|
|
288865
288878
|
}>, "many">;
|
|
288866
288879
|
/** @deprecated use `projectContextId` */
|
|
@@ -297586,6 +297599,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
297586
297599
|
renderMode: "Image" | "HTML" | "JSON";
|
|
297587
297600
|
} | undefined;
|
|
297588
297601
|
} | undefined;
|
|
297602
|
+
isArchived?: boolean | undefined;
|
|
297589
297603
|
isPublished?: boolean | undefined;
|
|
297590
297604
|
}[];
|
|
297591
297605
|
projectContextId: string;
|
|
@@ -298639,6 +298653,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
298639
298653
|
renderMode: "Image" | "HTML" | "JSON";
|
|
298640
298654
|
} | undefined;
|
|
298641
298655
|
} | undefined;
|
|
298656
|
+
isArchived?: boolean | undefined;
|
|
298642
298657
|
isPublished?: boolean | undefined;
|
|
298643
298658
|
}[];
|
|
298644
298659
|
projectContextId: string;
|
|
@@ -299696,6 +299711,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
299696
299711
|
renderMode: "Image" | "HTML" | "JSON";
|
|
299697
299712
|
} | undefined;
|
|
299698
299713
|
} | undefined;
|
|
299714
|
+
isArchived?: boolean | undefined;
|
|
299699
299715
|
isPublished?: boolean | undefined;
|
|
299700
299716
|
}[];
|
|
299701
299717
|
projectContextId: string;
|
|
@@ -300751,6 +300767,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
300751
300767
|
renderMode: "Image" | "HTML" | "JSON";
|
|
300752
300768
|
} | undefined;
|
|
300753
300769
|
} | undefined;
|
|
300770
|
+
isArchived?: boolean | undefined;
|
|
300754
300771
|
isPublished?: boolean | undefined;
|
|
300755
300772
|
}[];
|
|
300756
300773
|
projectContextId: string;
|
|
@@ -301944,6 +301961,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
301944
301961
|
} | undefined;
|
|
301945
301962
|
}>>;
|
|
301946
301963
|
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
301964
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
301947
301965
|
createdAt: z.ZodString;
|
|
301948
301966
|
updatedAt: z.ZodString;
|
|
301949
301967
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -301963,6 +301981,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
301963
301981
|
renderMode: "Image" | "HTML" | "JSON";
|
|
301964
301982
|
} | undefined;
|
|
301965
301983
|
} | undefined;
|
|
301984
|
+
isArchived?: boolean | undefined;
|
|
301966
301985
|
isPublished?: boolean | undefined;
|
|
301967
301986
|
}, {
|
|
301968
301987
|
id: string;
|
|
@@ -301981,6 +302000,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
301981
302000
|
renderMode: "Image" | "HTML" | "JSON";
|
|
301982
302001
|
} | undefined;
|
|
301983
302002
|
} | undefined;
|
|
302003
|
+
isArchived?: boolean | undefined;
|
|
301984
302004
|
isPublished?: boolean | undefined;
|
|
301985
302005
|
}>, "many">;
|
|
301986
302006
|
/** @deprecated use `projectContextId` */
|
|
@@ -310706,6 +310726,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
310706
310726
|
renderMode: "Image" | "HTML" | "JSON";
|
|
310707
310727
|
} | undefined;
|
|
310708
310728
|
} | undefined;
|
|
310729
|
+
isArchived?: boolean | undefined;
|
|
310709
310730
|
isPublished?: boolean | undefined;
|
|
310710
310731
|
}[];
|
|
310711
310732
|
projectContextId: string;
|
|
@@ -311759,6 +311780,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
311759
311780
|
renderMode: "Image" | "HTML" | "JSON";
|
|
311760
311781
|
} | undefined;
|
|
311761
311782
|
} | undefined;
|
|
311783
|
+
isArchived?: boolean | undefined;
|
|
311762
311784
|
isPublished?: boolean | undefined;
|
|
311763
311785
|
}[];
|
|
311764
311786
|
projectContextId: string;
|
|
@@ -312816,6 +312838,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
312816
312838
|
renderMode: "Image" | "HTML" | "JSON";
|
|
312817
312839
|
} | undefined;
|
|
312818
312840
|
} | undefined;
|
|
312841
|
+
isArchived?: boolean | undefined;
|
|
312819
312842
|
isPublished?: boolean | undefined;
|
|
312820
312843
|
}[];
|
|
312821
312844
|
projectContextId: string;
|
|
@@ -313871,6 +313894,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
313871
313894
|
renderMode: "Image" | "HTML" | "JSON";
|
|
313872
313895
|
} | undefined;
|
|
313873
313896
|
} | undefined;
|
|
313897
|
+
isArchived?: boolean | undefined;
|
|
313874
313898
|
isPublished?: boolean | undefined;
|
|
313875
313899
|
}[];
|
|
313876
313900
|
projectContextId: string;
|
|
@@ -367637,6 +367661,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
367637
367661
|
renderMode: "Image" | "HTML" | "JSON";
|
|
367638
367662
|
} | undefined;
|
|
367639
367663
|
} | undefined;
|
|
367664
|
+
isArchived?: boolean | undefined;
|
|
367640
367665
|
isPublished?: boolean | undefined;
|
|
367641
367666
|
}[];
|
|
367642
367667
|
projectContextId: string;
|
|
@@ -368694,6 +368719,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
368694
368719
|
renderMode: "Image" | "HTML" | "JSON";
|
|
368695
368720
|
} | undefined;
|
|
368696
368721
|
} | undefined;
|
|
368722
|
+
isArchived?: boolean | undefined;
|
|
368697
368723
|
isPublished?: boolean | undefined;
|
|
368698
368724
|
}[];
|
|
368699
368725
|
projectContextId: string;
|
|
@@ -369751,6 +369777,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
369751
369777
|
renderMode: "Image" | "HTML" | "JSON";
|
|
369752
369778
|
} | undefined;
|
|
369753
369779
|
} | undefined;
|
|
369780
|
+
isArchived?: boolean | undefined;
|
|
369754
369781
|
isPublished?: boolean | undefined;
|
|
369755
369782
|
}[];
|
|
369756
369783
|
projectContextId: string;
|
|
@@ -370808,6 +370835,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
370808
370835
|
renderMode: "Image" | "HTML" | "JSON";
|
|
370809
370836
|
} | undefined;
|
|
370810
370837
|
} | undefined;
|
|
370838
|
+
isArchived?: boolean | undefined;
|
|
370811
370839
|
isPublished?: boolean | undefined;
|
|
370812
370840
|
}[];
|
|
370813
370841
|
projectContextId: string;
|
|
@@ -371865,6 +371893,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
371865
371893
|
renderMode: "Image" | "HTML" | "JSON";
|
|
371866
371894
|
} | undefined;
|
|
371867
371895
|
} | undefined;
|
|
371896
|
+
isArchived?: boolean | undefined;
|
|
371868
371897
|
isPublished?: boolean | undefined;
|
|
371869
371898
|
}[];
|
|
371870
371899
|
projectContextId: string;
|
|
@@ -376979,42 +377008,18 @@ declare const BlockDefinitionUtils: {
|
|
|
376979
377008
|
|
|
376980
377009
|
interface FeatureRoomBaseYDocState {
|
|
376981
377010
|
isLoaded: boolean;
|
|
376982
|
-
iterations: DTOFeatureIteration[];
|
|
376983
|
-
artifacts: DTOFeatureArtifact[];
|
|
376984
|
-
iterationTags: DTOFeatureIterationTag[];
|
|
376985
377011
|
agentResponseTrackers: DTOFeatureAgentResponseTracker[];
|
|
376986
377012
|
executedTransactionIds: string[];
|
|
376987
|
-
sandboxes: DTOFeatureSandbox[];
|
|
376988
377013
|
}
|
|
376989
377014
|
interface FeatureRoomUpdate {
|
|
376990
|
-
iterations?: DTOFeatureIteration[];
|
|
376991
|
-
iterationIdsToDelete?: string[];
|
|
376992
|
-
artifacts?: DTOFeatureArtifact[];
|
|
376993
|
-
artifactIdsToDelete?: string[];
|
|
376994
|
-
iterationTags?: DTOFeatureIterationTag[];
|
|
376995
|
-
iterationTagIdsToDelete?: string[];
|
|
376996
377015
|
agentResponseTrackers?: DTOFeatureAgentResponseTracker[];
|
|
376997
377016
|
agentResponseTrackerIdsToDelete?: string[];
|
|
376998
377017
|
executedTransactionIds?: string[];
|
|
376999
|
-
sandboxes?: DTOFeatureSandbox[];
|
|
377000
|
-
sandboxIdsToDelete?: string[];
|
|
377001
377018
|
}
|
|
377002
377019
|
declare class FeatureRoomBaseYDoc {
|
|
377003
377020
|
private readonly yDoc;
|
|
377004
377021
|
constructor(yDoc: Y.Doc);
|
|
377005
377022
|
getState(): FeatureRoomBaseYDocState;
|
|
377006
|
-
getIterations(): DTOFeatureIteration[];
|
|
377007
|
-
updateIterations(iterations: DTOFeatureIteration[]): void;
|
|
377008
|
-
deleteIterations(ids: string[]): void;
|
|
377009
|
-
private get iterationsYMap();
|
|
377010
|
-
getArtifacts(): DTOFeatureArtifact[];
|
|
377011
|
-
updateArtifacts(artifacts: DTOFeatureArtifact[]): void;
|
|
377012
|
-
deleteArtifacts(ids: string[]): void;
|
|
377013
|
-
private get artifactsYMap();
|
|
377014
|
-
getIterationTags(): DTOFeatureIterationTag[];
|
|
377015
|
-
updateIterationTags(iterationTags: DTOFeatureIterationTag[]): void;
|
|
377016
|
-
deleteIterationTags(ids: string[]): void;
|
|
377017
|
-
private get iterationTagsYMap();
|
|
377018
377023
|
getAgentResponseTrackers(): DTOFeatureAgentResponseTracker[];
|
|
377019
377024
|
updateAgentResponseTrackers(trackers: DTOFeatureAgentResponseTracker[]): void;
|
|
377020
377025
|
deleteAgentResponseTrackers(ids: string[]): void;
|
|
@@ -377022,27 +377027,15 @@ declare class FeatureRoomBaseYDoc {
|
|
|
377022
377027
|
updateExecutedTransactionIds(transactionIds: string[]): void;
|
|
377023
377028
|
getExecutedTransactionIds(): string[];
|
|
377024
377029
|
private get executedTransactionIdsArray();
|
|
377025
|
-
getSandboxes(): DTOFeatureSandbox[];
|
|
377026
|
-
updateSandboxes(sandboxes: DTOFeatureSandbox[]): void;
|
|
377027
|
-
deleteSandboxes(ids: string[]): void;
|
|
377028
|
-
private get sandboxesYMap();
|
|
377029
377030
|
private getObjects;
|
|
377030
377031
|
private setObjects;
|
|
377031
377032
|
private deleteObjects;
|
|
377032
377033
|
}
|
|
377033
377034
|
|
|
377034
377035
|
type FeatureRoomTransaction = {
|
|
377035
|
-
iterations?: DTOFeatureIteration[];
|
|
377036
|
-
iterationIdsToDelete?: string[];
|
|
377037
|
-
artifacts?: DTOFeatureArtifact[];
|
|
377038
|
-
artifactIdsToDelete?: string[];
|
|
377039
|
-
iterationTags?: DTOFeatureIterationTag[];
|
|
377040
|
-
iterationTagIdsToDelete?: string[];
|
|
377041
377036
|
agentResponseTrackers?: DTOFeatureAgentResponseTracker[];
|
|
377042
377037
|
agentResponseTrackerIdsToDelete?: string[];
|
|
377043
377038
|
executedTransactionIds?: string[];
|
|
377044
|
-
sandboxes?: DTOFeatureSandbox[];
|
|
377045
|
-
sandboxIdsToDelete?: string[];
|
|
377046
377039
|
};
|
|
377047
377040
|
declare class BackendFeatureRoomYDoc {
|
|
377048
377041
|
private readonly yDoc;
|
|
@@ -377056,9 +377049,6 @@ declare class FrontendFeatureRoomYDoc {
|
|
|
377056
377049
|
private readonly yDoc;
|
|
377057
377050
|
constructor(yDoc: Y.Doc, debug?: boolean);
|
|
377058
377051
|
getState(): FeatureRoomBaseYDocState;
|
|
377059
|
-
getIterations(): DTOFeatureIteration[];
|
|
377060
|
-
getArtifacts(): DTOFeatureArtifact[];
|
|
377061
|
-
getIterationTags(): DTOFeatureIterationTag[];
|
|
377062
377052
|
getAgentResponseTrackers(): DTOFeatureAgentResponseTracker[];
|
|
377063
377053
|
updateAgentResponseTracker(tracker: DTOFeatureAgentResponseTracker): void;
|
|
377064
377054
|
deleteAgentResponseTrackers(id: string): void;
|