@supernova-studio/client 1.65.4 → 1.66.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 +38 -8
- package/dist/index.d.ts +38 -8
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -249973,27 +249973,27 @@ declare const DTOForgeProjectPublishedFeature: z$1.ZodObject<{
|
|
|
249973
249973
|
iterationName: z$1.ZodString;
|
|
249974
249974
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
249975
249975
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
249976
|
-
staticPreviewUrl: z$1.ZodString
|
|
249976
|
+
staticPreviewUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
249977
249977
|
projectId: z$1.ZodOptional<z$1.ZodString>;
|
|
249978
249978
|
projectName: z$1.ZodOptional<z$1.ZodString>;
|
|
249979
249979
|
workspaceId: z$1.ZodOptional<z$1.ZodString>;
|
|
249980
249980
|
}, "strip", z$1.ZodTypeAny, {
|
|
249981
|
-
staticPreviewUrl: string;
|
|
249982
249981
|
hideSupernovaUI: boolean;
|
|
249983
249982
|
featureName: string;
|
|
249984
249983
|
iterationName: string;
|
|
249985
249984
|
workspaceId?: string | undefined;
|
|
249986
249985
|
thumbnailUrl?: string | undefined;
|
|
249987
249986
|
projectId?: string | undefined;
|
|
249987
|
+
staticPreviewUrl?: string | undefined;
|
|
249988
249988
|
projectName?: string | undefined;
|
|
249989
249989
|
}, {
|
|
249990
|
-
staticPreviewUrl: string;
|
|
249991
249990
|
hideSupernovaUI: boolean;
|
|
249992
249991
|
featureName: string;
|
|
249993
249992
|
iterationName: string;
|
|
249994
249993
|
workspaceId?: string | undefined;
|
|
249995
249994
|
thumbnailUrl?: string | undefined;
|
|
249996
249995
|
projectId?: string | undefined;
|
|
249996
|
+
staticPreviewUrl?: string | undefined;
|
|
249997
249997
|
projectName?: string | undefined;
|
|
249998
249998
|
}>;
|
|
249999
249999
|
type DTOForgeProjectPublishedFeature = z$1.infer<typeof DTOForgeProjectPublishedFeature>;
|
|
@@ -250003,49 +250003,49 @@ declare const DTOForgeProjectPublishedFeatureGetResponse: z$1.ZodObject<{
|
|
|
250003
250003
|
iterationName: z$1.ZodString;
|
|
250004
250004
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
250005
250005
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
250006
|
-
staticPreviewUrl: z$1.ZodString
|
|
250006
|
+
staticPreviewUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
250007
250007
|
projectId: z$1.ZodOptional<z$1.ZodString>;
|
|
250008
250008
|
projectName: z$1.ZodOptional<z$1.ZodString>;
|
|
250009
250009
|
workspaceId: z$1.ZodOptional<z$1.ZodString>;
|
|
250010
250010
|
}, "strip", z$1.ZodTypeAny, {
|
|
250011
|
-
staticPreviewUrl: string;
|
|
250012
250011
|
hideSupernovaUI: boolean;
|
|
250013
250012
|
featureName: string;
|
|
250014
250013
|
iterationName: string;
|
|
250015
250014
|
workspaceId?: string | undefined;
|
|
250016
250015
|
thumbnailUrl?: string | undefined;
|
|
250017
250016
|
projectId?: string | undefined;
|
|
250017
|
+
staticPreviewUrl?: string | undefined;
|
|
250018
250018
|
projectName?: string | undefined;
|
|
250019
250019
|
}, {
|
|
250020
|
-
staticPreviewUrl: string;
|
|
250021
250020
|
hideSupernovaUI: boolean;
|
|
250022
250021
|
featureName: string;
|
|
250023
250022
|
iterationName: string;
|
|
250024
250023
|
workspaceId?: string | undefined;
|
|
250025
250024
|
thumbnailUrl?: string | undefined;
|
|
250026
250025
|
projectId?: string | undefined;
|
|
250026
|
+
staticPreviewUrl?: string | undefined;
|
|
250027
250027
|
projectName?: string | undefined;
|
|
250028
250028
|
}>;
|
|
250029
250029
|
}, "strip", z$1.ZodTypeAny, {
|
|
250030
250030
|
publishedFeature: {
|
|
250031
|
-
staticPreviewUrl: string;
|
|
250032
250031
|
hideSupernovaUI: boolean;
|
|
250033
250032
|
featureName: string;
|
|
250034
250033
|
iterationName: string;
|
|
250035
250034
|
workspaceId?: string | undefined;
|
|
250036
250035
|
thumbnailUrl?: string | undefined;
|
|
250037
250036
|
projectId?: string | undefined;
|
|
250037
|
+
staticPreviewUrl?: string | undefined;
|
|
250038
250038
|
projectName?: string | undefined;
|
|
250039
250039
|
};
|
|
250040
250040
|
}, {
|
|
250041
250041
|
publishedFeature: {
|
|
250042
|
-
staticPreviewUrl: string;
|
|
250043
250042
|
hideSupernovaUI: boolean;
|
|
250044
250043
|
featureName: string;
|
|
250045
250044
|
iterationName: string;
|
|
250046
250045
|
workspaceId?: string | undefined;
|
|
250047
250046
|
thumbnailUrl?: string | undefined;
|
|
250048
250047
|
projectId?: string | undefined;
|
|
250048
|
+
staticPreviewUrl?: string | undefined;
|
|
250049
250049
|
projectName?: string | undefined;
|
|
250050
250050
|
};
|
|
250051
250051
|
}>;
|
|
@@ -266432,6 +266432,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
266432
266432
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266433
266433
|
} | undefined;
|
|
266434
266434
|
}>>;
|
|
266435
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
266435
266436
|
createdAt: z.ZodString;
|
|
266436
266437
|
updatedAt: z.ZodString;
|
|
266437
266438
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -266451,6 +266452,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
266451
266452
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266452
266453
|
} | undefined;
|
|
266453
266454
|
} | undefined;
|
|
266455
|
+
isPublished?: boolean | undefined;
|
|
266454
266456
|
}, {
|
|
266455
266457
|
id: string;
|
|
266456
266458
|
createdAt: string;
|
|
@@ -266468,6 +266470,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
266468
266470
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266469
266471
|
} | undefined;
|
|
266470
266472
|
} | undefined;
|
|
266473
|
+
isPublished?: boolean | undefined;
|
|
266471
266474
|
}>;
|
|
266472
266475
|
type DTOForgeProjectFeaturePreview = z.infer<typeof DTOForgeProjectFeaturePreview>;
|
|
266473
266476
|
declare const DTOForgeProject: z.ZodObject<{
|
|
@@ -266634,6 +266637,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
266634
266637
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266635
266638
|
} | undefined;
|
|
266636
266639
|
}>>;
|
|
266640
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
266637
266641
|
createdAt: z.ZodString;
|
|
266638
266642
|
updatedAt: z.ZodString;
|
|
266639
266643
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -266653,6 +266657,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
266653
266657
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266654
266658
|
} | undefined;
|
|
266655
266659
|
} | undefined;
|
|
266660
|
+
isPublished?: boolean | undefined;
|
|
266656
266661
|
}, {
|
|
266657
266662
|
id: string;
|
|
266658
266663
|
createdAt: string;
|
|
@@ -266670,6 +266675,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
266670
266675
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266671
266676
|
} | undefined;
|
|
266672
266677
|
} | undefined;
|
|
266678
|
+
isPublished?: boolean | undefined;
|
|
266673
266679
|
}>, "many">;
|
|
266674
266680
|
/** @deprecated use `projectContextId` */
|
|
266675
266681
|
fpContextId: z.ZodString;
|
|
@@ -275391,6 +275397,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
275391
275397
|
renderMode: "Image" | "HTML" | "JSON";
|
|
275392
275398
|
} | undefined;
|
|
275393
275399
|
} | undefined;
|
|
275400
|
+
isPublished?: boolean | undefined;
|
|
275394
275401
|
}[];
|
|
275395
275402
|
projectContextId: string;
|
|
275396
275403
|
instruction: string | null;
|
|
@@ -276442,6 +276449,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
276442
276449
|
renderMode: "Image" | "HTML" | "JSON";
|
|
276443
276450
|
} | undefined;
|
|
276444
276451
|
} | undefined;
|
|
276452
|
+
isPublished?: boolean | undefined;
|
|
276445
276453
|
}[];
|
|
276446
276454
|
projectContextId: string;
|
|
276447
276455
|
instruction: string | null;
|
|
@@ -277631,6 +277639,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
277631
277639
|
renderMode: "Image" | "HTML" | "JSON";
|
|
277632
277640
|
} | undefined;
|
|
277633
277641
|
}>>;
|
|
277642
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
277634
277643
|
createdAt: z.ZodString;
|
|
277635
277644
|
updatedAt: z.ZodString;
|
|
277636
277645
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -277650,6 +277659,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
277650
277659
|
renderMode: "Image" | "HTML" | "JSON";
|
|
277651
277660
|
} | undefined;
|
|
277652
277661
|
} | undefined;
|
|
277662
|
+
isPublished?: boolean | undefined;
|
|
277653
277663
|
}, {
|
|
277654
277664
|
id: string;
|
|
277655
277665
|
createdAt: string;
|
|
@@ -277667,6 +277677,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
277667
277677
|
renderMode: "Image" | "HTML" | "JSON";
|
|
277668
277678
|
} | undefined;
|
|
277669
277679
|
} | undefined;
|
|
277680
|
+
isPublished?: boolean | undefined;
|
|
277670
277681
|
}>, "many">;
|
|
277671
277682
|
/** @deprecated use `projectContextId` */
|
|
277672
277683
|
fpContextId: z.ZodString;
|
|
@@ -287601,6 +287612,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
287601
287612
|
renderMode: "Image" | "HTML" | "JSON";
|
|
287602
287613
|
} | undefined;
|
|
287603
287614
|
}>>;
|
|
287615
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
287604
287616
|
createdAt: z.ZodString;
|
|
287605
287617
|
updatedAt: z.ZodString;
|
|
287606
287618
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -287620,6 +287632,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
287620
287632
|
renderMode: "Image" | "HTML" | "JSON";
|
|
287621
287633
|
} | undefined;
|
|
287622
287634
|
} | undefined;
|
|
287635
|
+
isPublished?: boolean | undefined;
|
|
287623
287636
|
}, {
|
|
287624
287637
|
id: string;
|
|
287625
287638
|
createdAt: string;
|
|
@@ -287637,6 +287650,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
287637
287650
|
renderMode: "Image" | "HTML" | "JSON";
|
|
287638
287651
|
} | undefined;
|
|
287639
287652
|
} | undefined;
|
|
287653
|
+
isPublished?: boolean | undefined;
|
|
287640
287654
|
}>, "many">;
|
|
287641
287655
|
/** @deprecated use `projectContextId` */
|
|
287642
287656
|
fpContextId: z.ZodString;
|
|
@@ -296361,6 +296375,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
296361
296375
|
renderMode: "Image" | "HTML" | "JSON";
|
|
296362
296376
|
} | undefined;
|
|
296363
296377
|
} | undefined;
|
|
296378
|
+
isPublished?: boolean | undefined;
|
|
296364
296379
|
}[];
|
|
296365
296380
|
projectContextId: string;
|
|
296366
296381
|
instruction: string | null;
|
|
@@ -297413,6 +297428,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
297413
297428
|
renderMode: "Image" | "HTML" | "JSON";
|
|
297414
297429
|
} | undefined;
|
|
297415
297430
|
} | undefined;
|
|
297431
|
+
isPublished?: boolean | undefined;
|
|
297416
297432
|
}[];
|
|
297417
297433
|
projectContextId: string;
|
|
297418
297434
|
instruction: string | null;
|
|
@@ -298469,6 +298485,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
298469
298485
|
renderMode: "Image" | "HTML" | "JSON";
|
|
298470
298486
|
} | undefined;
|
|
298471
298487
|
} | undefined;
|
|
298488
|
+
isPublished?: boolean | undefined;
|
|
298472
298489
|
}[];
|
|
298473
298490
|
projectContextId: string;
|
|
298474
298491
|
instruction: string | null;
|
|
@@ -299523,6 +299540,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
299523
299540
|
renderMode: "Image" | "HTML" | "JSON";
|
|
299524
299541
|
} | undefined;
|
|
299525
299542
|
} | undefined;
|
|
299543
|
+
isPublished?: boolean | undefined;
|
|
299526
299544
|
}[];
|
|
299527
299545
|
projectContextId: string;
|
|
299528
299546
|
instruction: string | null;
|
|
@@ -300714,6 +300732,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
300714
300732
|
renderMode: "Image" | "HTML" | "JSON";
|
|
300715
300733
|
} | undefined;
|
|
300716
300734
|
}>>;
|
|
300735
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
300717
300736
|
createdAt: z.ZodString;
|
|
300718
300737
|
updatedAt: z.ZodString;
|
|
300719
300738
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -300733,6 +300752,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
300733
300752
|
renderMode: "Image" | "HTML" | "JSON";
|
|
300734
300753
|
} | undefined;
|
|
300735
300754
|
} | undefined;
|
|
300755
|
+
isPublished?: boolean | undefined;
|
|
300736
300756
|
}, {
|
|
300737
300757
|
id: string;
|
|
300738
300758
|
createdAt: string;
|
|
@@ -300750,6 +300770,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
300750
300770
|
renderMode: "Image" | "HTML" | "JSON";
|
|
300751
300771
|
} | undefined;
|
|
300752
300772
|
} | undefined;
|
|
300773
|
+
isPublished?: boolean | undefined;
|
|
300753
300774
|
}>, "many">;
|
|
300754
300775
|
/** @deprecated use `projectContextId` */
|
|
300755
300776
|
fpContextId: z.ZodString;
|
|
@@ -309474,6 +309495,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
309474
309495
|
renderMode: "Image" | "HTML" | "JSON";
|
|
309475
309496
|
} | undefined;
|
|
309476
309497
|
} | undefined;
|
|
309498
|
+
isPublished?: boolean | undefined;
|
|
309477
309499
|
}[];
|
|
309478
309500
|
projectContextId: string;
|
|
309479
309501
|
instruction: string | null;
|
|
@@ -310526,6 +310548,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
310526
310548
|
renderMode: "Image" | "HTML" | "JSON";
|
|
310527
310549
|
} | undefined;
|
|
310528
310550
|
} | undefined;
|
|
310551
|
+
isPublished?: boolean | undefined;
|
|
310529
310552
|
}[];
|
|
310530
310553
|
projectContextId: string;
|
|
310531
310554
|
instruction: string | null;
|
|
@@ -311582,6 +311605,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
311582
311605
|
renderMode: "Image" | "HTML" | "JSON";
|
|
311583
311606
|
} | undefined;
|
|
311584
311607
|
} | undefined;
|
|
311608
|
+
isPublished?: boolean | undefined;
|
|
311585
311609
|
}[];
|
|
311586
311610
|
projectContextId: string;
|
|
311587
311611
|
instruction: string | null;
|
|
@@ -312636,6 +312660,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
312636
312660
|
renderMode: "Image" | "HTML" | "JSON";
|
|
312637
312661
|
} | undefined;
|
|
312638
312662
|
} | undefined;
|
|
312663
|
+
isPublished?: boolean | undefined;
|
|
312639
312664
|
}[];
|
|
312640
312665
|
projectContextId: string;
|
|
312641
312666
|
instruction: string | null;
|
|
@@ -366029,6 +366054,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
366029
366054
|
renderMode: "Image" | "HTML" | "JSON";
|
|
366030
366055
|
} | undefined;
|
|
366031
366056
|
} | undefined;
|
|
366057
|
+
isPublished?: boolean | undefined;
|
|
366032
366058
|
}[];
|
|
366033
366059
|
projectContextId: string;
|
|
366034
366060
|
instruction: string | null;
|
|
@@ -367085,6 +367111,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
367085
367111
|
renderMode: "Image" | "HTML" | "JSON";
|
|
367086
367112
|
} | undefined;
|
|
367087
367113
|
} | undefined;
|
|
367114
|
+
isPublished?: boolean | undefined;
|
|
367088
367115
|
}[];
|
|
367089
367116
|
projectContextId: string;
|
|
367090
367117
|
instruction: string | null;
|
|
@@ -368141,6 +368168,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
368141
368168
|
renderMode: "Image" | "HTML" | "JSON";
|
|
368142
368169
|
} | undefined;
|
|
368143
368170
|
} | undefined;
|
|
368171
|
+
isPublished?: boolean | undefined;
|
|
368144
368172
|
}[];
|
|
368145
368173
|
projectContextId: string;
|
|
368146
368174
|
instruction: string | null;
|
|
@@ -369197,6 +369225,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
369197
369225
|
renderMode: "Image" | "HTML" | "JSON";
|
|
369198
369226
|
} | undefined;
|
|
369199
369227
|
} | undefined;
|
|
369228
|
+
isPublished?: boolean | undefined;
|
|
369200
369229
|
}[];
|
|
369201
369230
|
projectContextId: string;
|
|
369202
369231
|
instruction: string | null;
|
|
@@ -370253,6 +370282,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
370253
370282
|
renderMode: "Image" | "HTML" | "JSON";
|
|
370254
370283
|
} | undefined;
|
|
370255
370284
|
} | undefined;
|
|
370285
|
+
isPublished?: boolean | undefined;
|
|
370256
370286
|
}[];
|
|
370257
370287
|
projectContextId: string;
|
|
370258
370288
|
instruction: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -249973,27 +249973,27 @@ declare const DTOForgeProjectPublishedFeature: z$1.ZodObject<{
|
|
|
249973
249973
|
iterationName: z$1.ZodString;
|
|
249974
249974
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
249975
249975
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
249976
|
-
staticPreviewUrl: z$1.ZodString
|
|
249976
|
+
staticPreviewUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
249977
249977
|
projectId: z$1.ZodOptional<z$1.ZodString>;
|
|
249978
249978
|
projectName: z$1.ZodOptional<z$1.ZodString>;
|
|
249979
249979
|
workspaceId: z$1.ZodOptional<z$1.ZodString>;
|
|
249980
249980
|
}, "strip", z$1.ZodTypeAny, {
|
|
249981
|
-
staticPreviewUrl: string;
|
|
249982
249981
|
hideSupernovaUI: boolean;
|
|
249983
249982
|
featureName: string;
|
|
249984
249983
|
iterationName: string;
|
|
249985
249984
|
workspaceId?: string | undefined;
|
|
249986
249985
|
thumbnailUrl?: string | undefined;
|
|
249987
249986
|
projectId?: string | undefined;
|
|
249987
|
+
staticPreviewUrl?: string | undefined;
|
|
249988
249988
|
projectName?: string | undefined;
|
|
249989
249989
|
}, {
|
|
249990
|
-
staticPreviewUrl: string;
|
|
249991
249990
|
hideSupernovaUI: boolean;
|
|
249992
249991
|
featureName: string;
|
|
249993
249992
|
iterationName: string;
|
|
249994
249993
|
workspaceId?: string | undefined;
|
|
249995
249994
|
thumbnailUrl?: string | undefined;
|
|
249996
249995
|
projectId?: string | undefined;
|
|
249996
|
+
staticPreviewUrl?: string | undefined;
|
|
249997
249997
|
projectName?: string | undefined;
|
|
249998
249998
|
}>;
|
|
249999
249999
|
type DTOForgeProjectPublishedFeature = z$1.infer<typeof DTOForgeProjectPublishedFeature>;
|
|
@@ -250003,49 +250003,49 @@ declare const DTOForgeProjectPublishedFeatureGetResponse: z$1.ZodObject<{
|
|
|
250003
250003
|
iterationName: z$1.ZodString;
|
|
250004
250004
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
250005
250005
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
250006
|
-
staticPreviewUrl: z$1.ZodString
|
|
250006
|
+
staticPreviewUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
250007
250007
|
projectId: z$1.ZodOptional<z$1.ZodString>;
|
|
250008
250008
|
projectName: z$1.ZodOptional<z$1.ZodString>;
|
|
250009
250009
|
workspaceId: z$1.ZodOptional<z$1.ZodString>;
|
|
250010
250010
|
}, "strip", z$1.ZodTypeAny, {
|
|
250011
|
-
staticPreviewUrl: string;
|
|
250012
250011
|
hideSupernovaUI: boolean;
|
|
250013
250012
|
featureName: string;
|
|
250014
250013
|
iterationName: string;
|
|
250015
250014
|
workspaceId?: string | undefined;
|
|
250016
250015
|
thumbnailUrl?: string | undefined;
|
|
250017
250016
|
projectId?: string | undefined;
|
|
250017
|
+
staticPreviewUrl?: string | undefined;
|
|
250018
250018
|
projectName?: string | undefined;
|
|
250019
250019
|
}, {
|
|
250020
|
-
staticPreviewUrl: string;
|
|
250021
250020
|
hideSupernovaUI: boolean;
|
|
250022
250021
|
featureName: string;
|
|
250023
250022
|
iterationName: string;
|
|
250024
250023
|
workspaceId?: string | undefined;
|
|
250025
250024
|
thumbnailUrl?: string | undefined;
|
|
250026
250025
|
projectId?: string | undefined;
|
|
250026
|
+
staticPreviewUrl?: string | undefined;
|
|
250027
250027
|
projectName?: string | undefined;
|
|
250028
250028
|
}>;
|
|
250029
250029
|
}, "strip", z$1.ZodTypeAny, {
|
|
250030
250030
|
publishedFeature: {
|
|
250031
|
-
staticPreviewUrl: string;
|
|
250032
250031
|
hideSupernovaUI: boolean;
|
|
250033
250032
|
featureName: string;
|
|
250034
250033
|
iterationName: string;
|
|
250035
250034
|
workspaceId?: string | undefined;
|
|
250036
250035
|
thumbnailUrl?: string | undefined;
|
|
250037
250036
|
projectId?: string | undefined;
|
|
250037
|
+
staticPreviewUrl?: string | undefined;
|
|
250038
250038
|
projectName?: string | undefined;
|
|
250039
250039
|
};
|
|
250040
250040
|
}, {
|
|
250041
250041
|
publishedFeature: {
|
|
250042
|
-
staticPreviewUrl: string;
|
|
250043
250042
|
hideSupernovaUI: boolean;
|
|
250044
250043
|
featureName: string;
|
|
250045
250044
|
iterationName: string;
|
|
250046
250045
|
workspaceId?: string | undefined;
|
|
250047
250046
|
thumbnailUrl?: string | undefined;
|
|
250048
250047
|
projectId?: string | undefined;
|
|
250048
|
+
staticPreviewUrl?: string | undefined;
|
|
250049
250049
|
projectName?: string | undefined;
|
|
250050
250050
|
};
|
|
250051
250051
|
}>;
|
|
@@ -266432,6 +266432,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
266432
266432
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266433
266433
|
} | undefined;
|
|
266434
266434
|
}>>;
|
|
266435
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
266435
266436
|
createdAt: z.ZodString;
|
|
266436
266437
|
updatedAt: z.ZodString;
|
|
266437
266438
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -266451,6 +266452,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
266451
266452
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266452
266453
|
} | undefined;
|
|
266453
266454
|
} | undefined;
|
|
266455
|
+
isPublished?: boolean | undefined;
|
|
266454
266456
|
}, {
|
|
266455
266457
|
id: string;
|
|
266456
266458
|
createdAt: string;
|
|
@@ -266468,6 +266470,7 @@ declare const DTOForgeProjectFeaturePreview: z.ZodObject<{
|
|
|
266468
266470
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266469
266471
|
} | undefined;
|
|
266470
266472
|
} | undefined;
|
|
266473
|
+
isPublished?: boolean | undefined;
|
|
266471
266474
|
}>;
|
|
266472
266475
|
type DTOForgeProjectFeaturePreview = z.infer<typeof DTOForgeProjectFeaturePreview>;
|
|
266473
266476
|
declare const DTOForgeProject: z.ZodObject<{
|
|
@@ -266634,6 +266637,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
266634
266637
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266635
266638
|
} | undefined;
|
|
266636
266639
|
}>>;
|
|
266640
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
266637
266641
|
createdAt: z.ZodString;
|
|
266638
266642
|
updatedAt: z.ZodString;
|
|
266639
266643
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -266653,6 +266657,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
266653
266657
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266654
266658
|
} | undefined;
|
|
266655
266659
|
} | undefined;
|
|
266660
|
+
isPublished?: boolean | undefined;
|
|
266656
266661
|
}, {
|
|
266657
266662
|
id: string;
|
|
266658
266663
|
createdAt: string;
|
|
@@ -266670,6 +266675,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
266670
266675
|
renderMode: "Image" | "HTML" | "JSON";
|
|
266671
266676
|
} | undefined;
|
|
266672
266677
|
} | undefined;
|
|
266678
|
+
isPublished?: boolean | undefined;
|
|
266673
266679
|
}>, "many">;
|
|
266674
266680
|
/** @deprecated use `projectContextId` */
|
|
266675
266681
|
fpContextId: z.ZodString;
|
|
@@ -275391,6 +275397,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
275391
275397
|
renderMode: "Image" | "HTML" | "JSON";
|
|
275392
275398
|
} | undefined;
|
|
275393
275399
|
} | undefined;
|
|
275400
|
+
isPublished?: boolean | undefined;
|
|
275394
275401
|
}[];
|
|
275395
275402
|
projectContextId: string;
|
|
275396
275403
|
instruction: string | null;
|
|
@@ -276442,6 +276449,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
276442
276449
|
renderMode: "Image" | "HTML" | "JSON";
|
|
276443
276450
|
} | undefined;
|
|
276444
276451
|
} | undefined;
|
|
276452
|
+
isPublished?: boolean | undefined;
|
|
276445
276453
|
}[];
|
|
276446
276454
|
projectContextId: string;
|
|
276447
276455
|
instruction: string | null;
|
|
@@ -277631,6 +277639,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
277631
277639
|
renderMode: "Image" | "HTML" | "JSON";
|
|
277632
277640
|
} | undefined;
|
|
277633
277641
|
}>>;
|
|
277642
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
277634
277643
|
createdAt: z.ZodString;
|
|
277635
277644
|
updatedAt: z.ZodString;
|
|
277636
277645
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -277650,6 +277659,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
277650
277659
|
renderMode: "Image" | "HTML" | "JSON";
|
|
277651
277660
|
} | undefined;
|
|
277652
277661
|
} | undefined;
|
|
277662
|
+
isPublished?: boolean | undefined;
|
|
277653
277663
|
}, {
|
|
277654
277664
|
id: string;
|
|
277655
277665
|
createdAt: string;
|
|
@@ -277667,6 +277677,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
277667
277677
|
renderMode: "Image" | "HTML" | "JSON";
|
|
277668
277678
|
} | undefined;
|
|
277669
277679
|
} | undefined;
|
|
277680
|
+
isPublished?: boolean | undefined;
|
|
277670
277681
|
}>, "many">;
|
|
277671
277682
|
/** @deprecated use `projectContextId` */
|
|
277672
277683
|
fpContextId: z.ZodString;
|
|
@@ -287601,6 +287612,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
287601
287612
|
renderMode: "Image" | "HTML" | "JSON";
|
|
287602
287613
|
} | undefined;
|
|
287603
287614
|
}>>;
|
|
287615
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
287604
287616
|
createdAt: z.ZodString;
|
|
287605
287617
|
updatedAt: z.ZodString;
|
|
287606
287618
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -287620,6 +287632,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
287620
287632
|
renderMode: "Image" | "HTML" | "JSON";
|
|
287621
287633
|
} | undefined;
|
|
287622
287634
|
} | undefined;
|
|
287635
|
+
isPublished?: boolean | undefined;
|
|
287623
287636
|
}, {
|
|
287624
287637
|
id: string;
|
|
287625
287638
|
createdAt: string;
|
|
@@ -287637,6 +287650,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
287637
287650
|
renderMode: "Image" | "HTML" | "JSON";
|
|
287638
287651
|
} | undefined;
|
|
287639
287652
|
} | undefined;
|
|
287653
|
+
isPublished?: boolean | undefined;
|
|
287640
287654
|
}>, "many">;
|
|
287641
287655
|
/** @deprecated use `projectContextId` */
|
|
287642
287656
|
fpContextId: z.ZodString;
|
|
@@ -296361,6 +296375,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
296361
296375
|
renderMode: "Image" | "HTML" | "JSON";
|
|
296362
296376
|
} | undefined;
|
|
296363
296377
|
} | undefined;
|
|
296378
|
+
isPublished?: boolean | undefined;
|
|
296364
296379
|
}[];
|
|
296365
296380
|
projectContextId: string;
|
|
296366
296381
|
instruction: string | null;
|
|
@@ -297413,6 +297428,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
297413
297428
|
renderMode: "Image" | "HTML" | "JSON";
|
|
297414
297429
|
} | undefined;
|
|
297415
297430
|
} | undefined;
|
|
297431
|
+
isPublished?: boolean | undefined;
|
|
297416
297432
|
}[];
|
|
297417
297433
|
projectContextId: string;
|
|
297418
297434
|
instruction: string | null;
|
|
@@ -298469,6 +298485,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
298469
298485
|
renderMode: "Image" | "HTML" | "JSON";
|
|
298470
298486
|
} | undefined;
|
|
298471
298487
|
} | undefined;
|
|
298488
|
+
isPublished?: boolean | undefined;
|
|
298472
298489
|
}[];
|
|
298473
298490
|
projectContextId: string;
|
|
298474
298491
|
instruction: string | null;
|
|
@@ -299523,6 +299540,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
299523
299540
|
renderMode: "Image" | "HTML" | "JSON";
|
|
299524
299541
|
} | undefined;
|
|
299525
299542
|
} | undefined;
|
|
299543
|
+
isPublished?: boolean | undefined;
|
|
299526
299544
|
}[];
|
|
299527
299545
|
projectContextId: string;
|
|
299528
299546
|
instruction: string | null;
|
|
@@ -300714,6 +300732,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
300714
300732
|
renderMode: "Image" | "HTML" | "JSON";
|
|
300715
300733
|
} | undefined;
|
|
300716
300734
|
}>>;
|
|
300735
|
+
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
300717
300736
|
createdAt: z.ZodString;
|
|
300718
300737
|
updatedAt: z.ZodString;
|
|
300719
300738
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -300733,6 +300752,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
300733
300752
|
renderMode: "Image" | "HTML" | "JSON";
|
|
300734
300753
|
} | undefined;
|
|
300735
300754
|
} | undefined;
|
|
300755
|
+
isPublished?: boolean | undefined;
|
|
300736
300756
|
}, {
|
|
300737
300757
|
id: string;
|
|
300738
300758
|
createdAt: string;
|
|
@@ -300750,6 +300770,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
300750
300770
|
renderMode: "Image" | "HTML" | "JSON";
|
|
300751
300771
|
} | undefined;
|
|
300752
300772
|
} | undefined;
|
|
300773
|
+
isPublished?: boolean | undefined;
|
|
300753
300774
|
}>, "many">;
|
|
300754
300775
|
/** @deprecated use `projectContextId` */
|
|
300755
300776
|
fpContextId: z.ZodString;
|
|
@@ -309474,6 +309495,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
309474
309495
|
renderMode: "Image" | "HTML" | "JSON";
|
|
309475
309496
|
} | undefined;
|
|
309476
309497
|
} | undefined;
|
|
309498
|
+
isPublished?: boolean | undefined;
|
|
309477
309499
|
}[];
|
|
309478
309500
|
projectContextId: string;
|
|
309479
309501
|
instruction: string | null;
|
|
@@ -310526,6 +310548,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
310526
310548
|
renderMode: "Image" | "HTML" | "JSON";
|
|
310527
310549
|
} | undefined;
|
|
310528
310550
|
} | undefined;
|
|
310551
|
+
isPublished?: boolean | undefined;
|
|
310529
310552
|
}[];
|
|
310530
310553
|
projectContextId: string;
|
|
310531
310554
|
instruction: string | null;
|
|
@@ -311582,6 +311605,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
311582
311605
|
renderMode: "Image" | "HTML" | "JSON";
|
|
311583
311606
|
} | undefined;
|
|
311584
311607
|
} | undefined;
|
|
311608
|
+
isPublished?: boolean | undefined;
|
|
311585
311609
|
}[];
|
|
311586
311610
|
projectContextId: string;
|
|
311587
311611
|
instruction: string | null;
|
|
@@ -312636,6 +312660,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
312636
312660
|
renderMode: "Image" | "HTML" | "JSON";
|
|
312637
312661
|
} | undefined;
|
|
312638
312662
|
} | undefined;
|
|
312663
|
+
isPublished?: boolean | undefined;
|
|
312639
312664
|
}[];
|
|
312640
312665
|
projectContextId: string;
|
|
312641
312666
|
instruction: string | null;
|
|
@@ -366029,6 +366054,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
366029
366054
|
renderMode: "Image" | "HTML" | "JSON";
|
|
366030
366055
|
} | undefined;
|
|
366031
366056
|
} | undefined;
|
|
366057
|
+
isPublished?: boolean | undefined;
|
|
366032
366058
|
}[];
|
|
366033
366059
|
projectContextId: string;
|
|
366034
366060
|
instruction: string | null;
|
|
@@ -367085,6 +367111,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
367085
367111
|
renderMode: "Image" | "HTML" | "JSON";
|
|
367086
367112
|
} | undefined;
|
|
367087
367113
|
} | undefined;
|
|
367114
|
+
isPublished?: boolean | undefined;
|
|
367088
367115
|
}[];
|
|
367089
367116
|
projectContextId: string;
|
|
367090
367117
|
instruction: string | null;
|
|
@@ -368141,6 +368168,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
368141
368168
|
renderMode: "Image" | "HTML" | "JSON";
|
|
368142
368169
|
} | undefined;
|
|
368143
368170
|
} | undefined;
|
|
368171
|
+
isPublished?: boolean | undefined;
|
|
368144
368172
|
}[];
|
|
368145
368173
|
projectContextId: string;
|
|
368146
368174
|
instruction: string | null;
|
|
@@ -369197,6 +369225,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
369197
369225
|
renderMode: "Image" | "HTML" | "JSON";
|
|
369198
369226
|
} | undefined;
|
|
369199
369227
|
} | undefined;
|
|
369228
|
+
isPublished?: boolean | undefined;
|
|
369200
369229
|
}[];
|
|
369201
369230
|
projectContextId: string;
|
|
369202
369231
|
instruction: string | null;
|
|
@@ -370253,6 +370282,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
370253
370282
|
renderMode: "Image" | "HTML" | "JSON";
|
|
370254
370283
|
} | undefined;
|
|
370255
370284
|
} | undefined;
|
|
370285
|
+
isPublished?: boolean | undefined;
|
|
370256
370286
|
}[];
|
|
370257
370287
|
projectContextId: string;
|
|
370258
370288
|
instruction: string | null;
|
package/dist/index.js
CHANGED
|
@@ -10211,7 +10211,7 @@ var DTOForgeProjectPublishedFeature = _zod2.default.object({
|
|
|
10211
10211
|
iterationName: _zod2.default.string(),
|
|
10212
10212
|
hideSupernovaUI: _zod2.default.boolean(),
|
|
10213
10213
|
thumbnailUrl: _zod2.default.string().optional(),
|
|
10214
|
-
staticPreviewUrl: _zod2.default.string(),
|
|
10214
|
+
staticPreviewUrl: _zod2.default.string().optional(),
|
|
10215
10215
|
// These are only included when authenticated user has access to the project (for both public & private published features)
|
|
10216
10216
|
projectId: _zod2.default.string().optional(),
|
|
10217
10217
|
projectName: _zod2.default.string().optional(),
|
|
@@ -10898,6 +10898,7 @@ var DTOForgeProjectFeaturePreview = _zod.z.object({
|
|
|
10898
10898
|
id: _zod.z.string(),
|
|
10899
10899
|
name: _zod.z.string(),
|
|
10900
10900
|
thumbnail: DTOFileReference.optional(),
|
|
10901
|
+
isPublished: _zod.z.boolean().optional(),
|
|
10901
10902
|
createdAt: _zod.z.string(),
|
|
10902
10903
|
updatedAt: _zod.z.string()
|
|
10903
10904
|
});
|