@supernova-studio/client 1.10.12 → 1.10.13
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 +39 -2
- package/dist/index.d.ts +39 -2
- 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
|
@@ -97639,6 +97639,7 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97639
97639
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
97640
97640
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
97641
97641
|
workspaceId: z.ZodString;
|
|
97642
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
97642
97643
|
}, "fpContextId"> & {
|
|
97643
97644
|
context: z.ZodObject<{
|
|
97644
97645
|
createdAt: z.ZodDate;
|
|
@@ -97934,6 +97935,7 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97934
97935
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97935
97936
|
}[];
|
|
97936
97937
|
workspaceId: string;
|
|
97938
|
+
accessMode: "Open" | "InviteOnly";
|
|
97937
97939
|
context: {
|
|
97938
97940
|
id: string;
|
|
97939
97941
|
name: string;
|
|
@@ -98008,6 +98010,7 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
98008
98010
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98009
98011
|
}[];
|
|
98010
98012
|
workspaceId: string;
|
|
98013
|
+
accessMode: "Open" | "InviteOnly";
|
|
98011
98014
|
context: {
|
|
98012
98015
|
id: string;
|
|
98013
98016
|
name: string;
|
|
@@ -98080,6 +98083,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98080
98083
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
98081
98084
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
98082
98085
|
workspaceId: z.ZodString;
|
|
98086
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
98083
98087
|
}, "fpContextId"> & {
|
|
98084
98088
|
context: z.ZodObject<{
|
|
98085
98089
|
createdAt: z.ZodDate;
|
|
@@ -98375,6 +98379,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98375
98379
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98376
98380
|
}[];
|
|
98377
98381
|
workspaceId: string;
|
|
98382
|
+
accessMode: "Open" | "InviteOnly";
|
|
98378
98383
|
context: {
|
|
98379
98384
|
id: string;
|
|
98380
98385
|
name: string;
|
|
@@ -98449,6 +98454,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98449
98454
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98450
98455
|
}[];
|
|
98451
98456
|
workspaceId: string;
|
|
98457
|
+
accessMode: "Open" | "InviteOnly";
|
|
98452
98458
|
context: {
|
|
98453
98459
|
id: string;
|
|
98454
98460
|
name: string;
|
|
@@ -98527,6 +98533,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98527
98533
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98528
98534
|
}[];
|
|
98529
98535
|
workspaceId: string;
|
|
98536
|
+
accessMode: "Open" | "InviteOnly";
|
|
98530
98537
|
context: {
|
|
98531
98538
|
id: string;
|
|
98532
98539
|
name: string;
|
|
@@ -98603,6 +98610,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98603
98610
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98604
98611
|
}[];
|
|
98605
98612
|
workspaceId: string;
|
|
98613
|
+
accessMode: "Open" | "InviteOnly";
|
|
98606
98614
|
context: {
|
|
98607
98615
|
id: string;
|
|
98608
98616
|
name: string;
|
|
@@ -98676,6 +98684,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98676
98684
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
98677
98685
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
98678
98686
|
workspaceId: z.ZodString;
|
|
98687
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
98679
98688
|
}, "fpContextId"> & {
|
|
98680
98689
|
context: z.ZodObject<{
|
|
98681
98690
|
createdAt: z.ZodDate;
|
|
@@ -98971,6 +98980,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98971
98980
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98972
98981
|
}[];
|
|
98973
98982
|
workspaceId: string;
|
|
98983
|
+
accessMode: "Open" | "InviteOnly";
|
|
98974
98984
|
context: {
|
|
98975
98985
|
id: string;
|
|
98976
98986
|
name: string;
|
|
@@ -99045,6 +99055,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
99045
99055
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99046
99056
|
}[];
|
|
99047
99057
|
workspaceId: string;
|
|
99058
|
+
accessMode: "Open" | "InviteOnly";
|
|
99048
99059
|
context: {
|
|
99049
99060
|
id: string;
|
|
99050
99061
|
name: string;
|
|
@@ -99123,6 +99134,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
99123
99134
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99124
99135
|
}[];
|
|
99125
99136
|
workspaceId: string;
|
|
99137
|
+
accessMode: "Open" | "InviteOnly";
|
|
99126
99138
|
context: {
|
|
99127
99139
|
id: string;
|
|
99128
99140
|
name: string;
|
|
@@ -99199,6 +99211,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
99199
99211
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99200
99212
|
}[];
|
|
99201
99213
|
workspaceId: string;
|
|
99214
|
+
accessMode: "Open" | "InviteOnly";
|
|
99202
99215
|
context: {
|
|
99203
99216
|
id: string;
|
|
99204
99217
|
name: string;
|
|
@@ -99272,6 +99285,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99272
99285
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
99273
99286
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
99274
99287
|
workspaceId: z.ZodString;
|
|
99288
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
99275
99289
|
}, "fpContextId"> & {
|
|
99276
99290
|
context: z.ZodObject<{
|
|
99277
99291
|
createdAt: z.ZodDate;
|
|
@@ -99567,6 +99581,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99567
99581
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99568
99582
|
}[];
|
|
99569
99583
|
workspaceId: string;
|
|
99584
|
+
accessMode: "Open" | "InviteOnly";
|
|
99570
99585
|
context: {
|
|
99571
99586
|
id: string;
|
|
99572
99587
|
name: string;
|
|
@@ -99641,6 +99656,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99641
99656
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99642
99657
|
}[];
|
|
99643
99658
|
workspaceId: string;
|
|
99659
|
+
accessMode: "Open" | "InviteOnly";
|
|
99644
99660
|
context: {
|
|
99645
99661
|
id: string;
|
|
99646
99662
|
name: string;
|
|
@@ -99719,6 +99735,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99719
99735
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99720
99736
|
}[];
|
|
99721
99737
|
workspaceId: string;
|
|
99738
|
+
accessMode: "Open" | "InviteOnly";
|
|
99722
99739
|
context: {
|
|
99723
99740
|
id: string;
|
|
99724
99741
|
name: string;
|
|
@@ -99795,6 +99812,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99795
99812
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99796
99813
|
}[];
|
|
99797
99814
|
workspaceId: string;
|
|
99815
|
+
accessMode: "Open" | "InviteOnly";
|
|
99798
99816
|
context: {
|
|
99799
99817
|
id: string;
|
|
99800
99818
|
name: string;
|
|
@@ -99868,6 +99886,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99868
99886
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
99869
99887
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
99870
99888
|
workspaceId: z.ZodString;
|
|
99889
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
99871
99890
|
}, "fpContextId"> & {
|
|
99872
99891
|
context: z.ZodObject<{
|
|
99873
99892
|
createdAt: z.ZodDate;
|
|
@@ -100163,6 +100182,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
100163
100182
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
100164
100183
|
}[];
|
|
100165
100184
|
workspaceId: string;
|
|
100185
|
+
accessMode: "Open" | "InviteOnly";
|
|
100166
100186
|
context: {
|
|
100167
100187
|
id: string;
|
|
100168
100188
|
name: string;
|
|
@@ -100237,6 +100257,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
100237
100257
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
100238
100258
|
}[];
|
|
100239
100259
|
workspaceId: string;
|
|
100260
|
+
accessMode: "Open" | "InviteOnly";
|
|
100240
100261
|
context: {
|
|
100241
100262
|
id: string;
|
|
100242
100263
|
name: string;
|
|
@@ -100315,6 +100336,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
100315
100336
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
100316
100337
|
}[];
|
|
100317
100338
|
workspaceId: string;
|
|
100339
|
+
accessMode: "Open" | "InviteOnly";
|
|
100318
100340
|
context: {
|
|
100319
100341
|
id: string;
|
|
100320
100342
|
name: string;
|
|
@@ -100391,6 +100413,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
100391
100413
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
100392
100414
|
}[];
|
|
100393
100415
|
workspaceId: string;
|
|
100416
|
+
accessMode: "Open" | "InviteOnly";
|
|
100394
100417
|
context: {
|
|
100395
100418
|
id: string;
|
|
100396
100419
|
name: string;
|
|
@@ -100463,12 +100486,15 @@ declare const DTOCreateForgeProject: z.ZodObject<Pick<{
|
|
|
100463
100486
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
100464
100487
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
100465
100488
|
workspaceId: z.ZodString;
|
|
100466
|
-
|
|
100489
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
100490
|
+
}, "name" | "meta" | "tags" | "accessMode" | "fpContextId" | "instruction">, "strip", z.ZodTypeAny, {
|
|
100467
100491
|
name: string;
|
|
100468
100492
|
meta: {
|
|
100469
100493
|
name: string;
|
|
100470
100494
|
description?: string | undefined;
|
|
100471
100495
|
};
|
|
100496
|
+
tags: string[];
|
|
100497
|
+
accessMode: "Open" | "InviteOnly";
|
|
100472
100498
|
fpContextId: string;
|
|
100473
100499
|
instruction: string | null;
|
|
100474
100500
|
}, {
|
|
@@ -100477,8 +100503,10 @@ declare const DTOCreateForgeProject: z.ZodObject<Pick<{
|
|
|
100477
100503
|
name: string;
|
|
100478
100504
|
description?: string | undefined;
|
|
100479
100505
|
};
|
|
100506
|
+
accessMode: "Open" | "InviteOnly";
|
|
100480
100507
|
fpContextId: string;
|
|
100481
100508
|
instruction: string | null;
|
|
100509
|
+
tags?: string[] | undefined;
|
|
100482
100510
|
}>;
|
|
100483
100511
|
type DTOCreateForgeProject = z.infer<typeof DTOCreateForgeProject>;
|
|
100484
100512
|
declare const DTOUpdateForgeProject: z.ZodObject<Pick<{
|
|
@@ -100501,7 +100529,8 @@ declare const DTOUpdateForgeProject: z.ZodObject<Pick<{
|
|
|
100501
100529
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
100502
100530
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
100503
100531
|
workspaceId: z.ZodString;
|
|
100504
|
-
|
|
100532
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
100533
|
+
}, "name" | "meta" | "tags" | "accessMode" | "fpContextId" | "instruction"> & {
|
|
100505
100534
|
id: z.ZodString;
|
|
100506
100535
|
}, "strip", z.ZodTypeAny, {
|
|
100507
100536
|
id: string;
|
|
@@ -100510,6 +100539,8 @@ declare const DTOUpdateForgeProject: z.ZodObject<Pick<{
|
|
|
100510
100539
|
name: string;
|
|
100511
100540
|
description?: string | undefined;
|
|
100512
100541
|
};
|
|
100542
|
+
tags: string[];
|
|
100543
|
+
accessMode: "Open" | "InviteOnly";
|
|
100513
100544
|
fpContextId: string;
|
|
100514
100545
|
instruction: string | null;
|
|
100515
100546
|
}, {
|
|
@@ -100519,8 +100550,10 @@ declare const DTOUpdateForgeProject: z.ZodObject<Pick<{
|
|
|
100519
100550
|
name: string;
|
|
100520
100551
|
description?: string | undefined;
|
|
100521
100552
|
};
|
|
100553
|
+
accessMode: "Open" | "InviteOnly";
|
|
100522
100554
|
fpContextId: string;
|
|
100523
100555
|
instruction: string | null;
|
|
100556
|
+
tags?: string[] | undefined;
|
|
100524
100557
|
}>;
|
|
100525
100558
|
type DTOUpdateForgeProject = z.infer<typeof DTOUpdateForgeProject>;
|
|
100526
100559
|
declare const DTORemoveForgeProjectResponse: z.ZodObject<{
|
|
@@ -142744,6 +142777,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
142744
142777
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142745
142778
|
}[];
|
|
142746
142779
|
workspaceId: string;
|
|
142780
|
+
accessMode: "Open" | "InviteOnly";
|
|
142747
142781
|
context: {
|
|
142748
142782
|
id: string;
|
|
142749
142783
|
name: string;
|
|
@@ -142822,6 +142856,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
142822
142856
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142823
142857
|
}[];
|
|
142824
142858
|
workspaceId: string;
|
|
142859
|
+
accessMode: "Open" | "InviteOnly";
|
|
142825
142860
|
context: {
|
|
142826
142861
|
id: string;
|
|
142827
142862
|
name: string;
|
|
@@ -142900,6 +142935,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
142900
142935
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142901
142936
|
}[];
|
|
142902
142937
|
workspaceId: string;
|
|
142938
|
+
accessMode: "Open" | "InviteOnly";
|
|
142903
142939
|
context: {
|
|
142904
142940
|
id: string;
|
|
142905
142941
|
name: string;
|
|
@@ -142978,6 +143014,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
142978
143014
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142979
143015
|
}[];
|
|
142980
143016
|
workspaceId: string;
|
|
143017
|
+
accessMode: "Open" | "InviteOnly";
|
|
142981
143018
|
context: {
|
|
142982
143019
|
id: string;
|
|
142983
143020
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -97639,6 +97639,7 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97639
97639
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
97640
97640
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
97641
97641
|
workspaceId: z.ZodString;
|
|
97642
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
97642
97643
|
}, "fpContextId"> & {
|
|
97643
97644
|
context: z.ZodObject<{
|
|
97644
97645
|
createdAt: z.ZodDate;
|
|
@@ -97934,6 +97935,7 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97934
97935
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97935
97936
|
}[];
|
|
97936
97937
|
workspaceId: string;
|
|
97938
|
+
accessMode: "Open" | "InviteOnly";
|
|
97937
97939
|
context: {
|
|
97938
97940
|
id: string;
|
|
97939
97941
|
name: string;
|
|
@@ -98008,6 +98010,7 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
98008
98010
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98009
98011
|
}[];
|
|
98010
98012
|
workspaceId: string;
|
|
98013
|
+
accessMode: "Open" | "InviteOnly";
|
|
98011
98014
|
context: {
|
|
98012
98015
|
id: string;
|
|
98013
98016
|
name: string;
|
|
@@ -98080,6 +98083,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98080
98083
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
98081
98084
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
98082
98085
|
workspaceId: z.ZodString;
|
|
98086
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
98083
98087
|
}, "fpContextId"> & {
|
|
98084
98088
|
context: z.ZodObject<{
|
|
98085
98089
|
createdAt: z.ZodDate;
|
|
@@ -98375,6 +98379,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98375
98379
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98376
98380
|
}[];
|
|
98377
98381
|
workspaceId: string;
|
|
98382
|
+
accessMode: "Open" | "InviteOnly";
|
|
98378
98383
|
context: {
|
|
98379
98384
|
id: string;
|
|
98380
98385
|
name: string;
|
|
@@ -98449,6 +98454,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98449
98454
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98450
98455
|
}[];
|
|
98451
98456
|
workspaceId: string;
|
|
98457
|
+
accessMode: "Open" | "InviteOnly";
|
|
98452
98458
|
context: {
|
|
98453
98459
|
id: string;
|
|
98454
98460
|
name: string;
|
|
@@ -98527,6 +98533,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98527
98533
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98528
98534
|
}[];
|
|
98529
98535
|
workspaceId: string;
|
|
98536
|
+
accessMode: "Open" | "InviteOnly";
|
|
98530
98537
|
context: {
|
|
98531
98538
|
id: string;
|
|
98532
98539
|
name: string;
|
|
@@ -98603,6 +98610,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98603
98610
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98604
98611
|
}[];
|
|
98605
98612
|
workspaceId: string;
|
|
98613
|
+
accessMode: "Open" | "InviteOnly";
|
|
98606
98614
|
context: {
|
|
98607
98615
|
id: string;
|
|
98608
98616
|
name: string;
|
|
@@ -98676,6 +98684,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98676
98684
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
98677
98685
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
98678
98686
|
workspaceId: z.ZodString;
|
|
98687
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
98679
98688
|
}, "fpContextId"> & {
|
|
98680
98689
|
context: z.ZodObject<{
|
|
98681
98690
|
createdAt: z.ZodDate;
|
|
@@ -98971,6 +98980,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98971
98980
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98972
98981
|
}[];
|
|
98973
98982
|
workspaceId: string;
|
|
98983
|
+
accessMode: "Open" | "InviteOnly";
|
|
98974
98984
|
context: {
|
|
98975
98985
|
id: string;
|
|
98976
98986
|
name: string;
|
|
@@ -99045,6 +99055,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
99045
99055
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99046
99056
|
}[];
|
|
99047
99057
|
workspaceId: string;
|
|
99058
|
+
accessMode: "Open" | "InviteOnly";
|
|
99048
99059
|
context: {
|
|
99049
99060
|
id: string;
|
|
99050
99061
|
name: string;
|
|
@@ -99123,6 +99134,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
99123
99134
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99124
99135
|
}[];
|
|
99125
99136
|
workspaceId: string;
|
|
99137
|
+
accessMode: "Open" | "InviteOnly";
|
|
99126
99138
|
context: {
|
|
99127
99139
|
id: string;
|
|
99128
99140
|
name: string;
|
|
@@ -99199,6 +99211,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
99199
99211
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99200
99212
|
}[];
|
|
99201
99213
|
workspaceId: string;
|
|
99214
|
+
accessMode: "Open" | "InviteOnly";
|
|
99202
99215
|
context: {
|
|
99203
99216
|
id: string;
|
|
99204
99217
|
name: string;
|
|
@@ -99272,6 +99285,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99272
99285
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
99273
99286
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
99274
99287
|
workspaceId: z.ZodString;
|
|
99288
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
99275
99289
|
}, "fpContextId"> & {
|
|
99276
99290
|
context: z.ZodObject<{
|
|
99277
99291
|
createdAt: z.ZodDate;
|
|
@@ -99567,6 +99581,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99567
99581
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99568
99582
|
}[];
|
|
99569
99583
|
workspaceId: string;
|
|
99584
|
+
accessMode: "Open" | "InviteOnly";
|
|
99570
99585
|
context: {
|
|
99571
99586
|
id: string;
|
|
99572
99587
|
name: string;
|
|
@@ -99641,6 +99656,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99641
99656
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99642
99657
|
}[];
|
|
99643
99658
|
workspaceId: string;
|
|
99659
|
+
accessMode: "Open" | "InviteOnly";
|
|
99644
99660
|
context: {
|
|
99645
99661
|
id: string;
|
|
99646
99662
|
name: string;
|
|
@@ -99719,6 +99735,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99719
99735
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99720
99736
|
}[];
|
|
99721
99737
|
workspaceId: string;
|
|
99738
|
+
accessMode: "Open" | "InviteOnly";
|
|
99722
99739
|
context: {
|
|
99723
99740
|
id: string;
|
|
99724
99741
|
name: string;
|
|
@@ -99795,6 +99812,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99795
99812
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99796
99813
|
}[];
|
|
99797
99814
|
workspaceId: string;
|
|
99815
|
+
accessMode: "Open" | "InviteOnly";
|
|
99798
99816
|
context: {
|
|
99799
99817
|
id: string;
|
|
99800
99818
|
name: string;
|
|
@@ -99868,6 +99886,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99868
99886
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
99869
99887
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
99870
99888
|
workspaceId: z.ZodString;
|
|
99889
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
99871
99890
|
}, "fpContextId"> & {
|
|
99872
99891
|
context: z.ZodObject<{
|
|
99873
99892
|
createdAt: z.ZodDate;
|
|
@@ -100163,6 +100182,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
100163
100182
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
100164
100183
|
}[];
|
|
100165
100184
|
workspaceId: string;
|
|
100185
|
+
accessMode: "Open" | "InviteOnly";
|
|
100166
100186
|
context: {
|
|
100167
100187
|
id: string;
|
|
100168
100188
|
name: string;
|
|
@@ -100237,6 +100257,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
100237
100257
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
100238
100258
|
}[];
|
|
100239
100259
|
workspaceId: string;
|
|
100260
|
+
accessMode: "Open" | "InviteOnly";
|
|
100240
100261
|
context: {
|
|
100241
100262
|
id: string;
|
|
100242
100263
|
name: string;
|
|
@@ -100315,6 +100336,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
100315
100336
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
100316
100337
|
}[];
|
|
100317
100338
|
workspaceId: string;
|
|
100339
|
+
accessMode: "Open" | "InviteOnly";
|
|
100318
100340
|
context: {
|
|
100319
100341
|
id: string;
|
|
100320
100342
|
name: string;
|
|
@@ -100391,6 +100413,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
100391
100413
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
100392
100414
|
}[];
|
|
100393
100415
|
workspaceId: string;
|
|
100416
|
+
accessMode: "Open" | "InviteOnly";
|
|
100394
100417
|
context: {
|
|
100395
100418
|
id: string;
|
|
100396
100419
|
name: string;
|
|
@@ -100463,12 +100486,15 @@ declare const DTOCreateForgeProject: z.ZodObject<Pick<{
|
|
|
100463
100486
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
100464
100487
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
100465
100488
|
workspaceId: z.ZodString;
|
|
100466
|
-
|
|
100489
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
100490
|
+
}, "name" | "meta" | "tags" | "accessMode" | "fpContextId" | "instruction">, "strip", z.ZodTypeAny, {
|
|
100467
100491
|
name: string;
|
|
100468
100492
|
meta: {
|
|
100469
100493
|
name: string;
|
|
100470
100494
|
description?: string | undefined;
|
|
100471
100495
|
};
|
|
100496
|
+
tags: string[];
|
|
100497
|
+
accessMode: "Open" | "InviteOnly";
|
|
100472
100498
|
fpContextId: string;
|
|
100473
100499
|
instruction: string | null;
|
|
100474
100500
|
}, {
|
|
@@ -100477,8 +100503,10 @@ declare const DTOCreateForgeProject: z.ZodObject<Pick<{
|
|
|
100477
100503
|
name: string;
|
|
100478
100504
|
description?: string | undefined;
|
|
100479
100505
|
};
|
|
100506
|
+
accessMode: "Open" | "InviteOnly";
|
|
100480
100507
|
fpContextId: string;
|
|
100481
100508
|
instruction: string | null;
|
|
100509
|
+
tags?: string[] | undefined;
|
|
100482
100510
|
}>;
|
|
100483
100511
|
type DTOCreateForgeProject = z.infer<typeof DTOCreateForgeProject>;
|
|
100484
100512
|
declare const DTOUpdateForgeProject: z.ZodObject<Pick<{
|
|
@@ -100501,7 +100529,8 @@ declare const DTOUpdateForgeProject: z.ZodObject<Pick<{
|
|
|
100501
100529
|
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
100502
100530
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
100503
100531
|
workspaceId: z.ZodString;
|
|
100504
|
-
|
|
100532
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open"]>;
|
|
100533
|
+
}, "name" | "meta" | "tags" | "accessMode" | "fpContextId" | "instruction"> & {
|
|
100505
100534
|
id: z.ZodString;
|
|
100506
100535
|
}, "strip", z.ZodTypeAny, {
|
|
100507
100536
|
id: string;
|
|
@@ -100510,6 +100539,8 @@ declare const DTOUpdateForgeProject: z.ZodObject<Pick<{
|
|
|
100510
100539
|
name: string;
|
|
100511
100540
|
description?: string | undefined;
|
|
100512
100541
|
};
|
|
100542
|
+
tags: string[];
|
|
100543
|
+
accessMode: "Open" | "InviteOnly";
|
|
100513
100544
|
fpContextId: string;
|
|
100514
100545
|
instruction: string | null;
|
|
100515
100546
|
}, {
|
|
@@ -100519,8 +100550,10 @@ declare const DTOUpdateForgeProject: z.ZodObject<Pick<{
|
|
|
100519
100550
|
name: string;
|
|
100520
100551
|
description?: string | undefined;
|
|
100521
100552
|
};
|
|
100553
|
+
accessMode: "Open" | "InviteOnly";
|
|
100522
100554
|
fpContextId: string;
|
|
100523
100555
|
instruction: string | null;
|
|
100556
|
+
tags?: string[] | undefined;
|
|
100524
100557
|
}>;
|
|
100525
100558
|
type DTOUpdateForgeProject = z.infer<typeof DTOUpdateForgeProject>;
|
|
100526
100559
|
declare const DTORemoveForgeProjectResponse: z.ZodObject<{
|
|
@@ -142744,6 +142777,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
142744
142777
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142745
142778
|
}[];
|
|
142746
142779
|
workspaceId: string;
|
|
142780
|
+
accessMode: "Open" | "InviteOnly";
|
|
142747
142781
|
context: {
|
|
142748
142782
|
id: string;
|
|
142749
142783
|
name: string;
|
|
@@ -142822,6 +142856,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
142822
142856
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142823
142857
|
}[];
|
|
142824
142858
|
workspaceId: string;
|
|
142859
|
+
accessMode: "Open" | "InviteOnly";
|
|
142825
142860
|
context: {
|
|
142826
142861
|
id: string;
|
|
142827
142862
|
name: string;
|
|
@@ -142900,6 +142935,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
142900
142935
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142901
142936
|
}[];
|
|
142902
142937
|
workspaceId: string;
|
|
142938
|
+
accessMode: "Open" | "InviteOnly";
|
|
142903
142939
|
context: {
|
|
142904
142940
|
id: string;
|
|
142905
142941
|
name: string;
|
|
@@ -142978,6 +143014,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
142978
143014
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142979
143015
|
}[];
|
|
142980
143016
|
workspaceId: string;
|
|
143017
|
+
accessMode: "Open" | "InviteOnly";
|
|
142981
143018
|
context: {
|
|
142982
143019
|
id: string;
|
|
142983
143020
|
name: string;
|
package/dist/index.js
CHANGED
|
@@ -5566,6 +5566,7 @@ var ForgeProjectMembership = _zod.z.object({
|
|
|
5566
5566
|
role: ForgeProjectRole
|
|
5567
5567
|
});
|
|
5568
5568
|
var ForgeProjectTag = _zod.z.array(_zod.z.string()).default([]);
|
|
5569
|
+
var ForgeProjectAccessMode = _zod.z.enum(["InviteOnly", "Open"]);
|
|
5569
5570
|
var ForgeProject = _zod.z.object({
|
|
5570
5571
|
createdAt: _zod.z.coerce.date(),
|
|
5571
5572
|
createdByUserId: _zod.z.string().optional(),
|
|
@@ -5576,7 +5577,8 @@ var ForgeProject = _zod.z.object({
|
|
|
5576
5577
|
name: _zod.z.string(),
|
|
5577
5578
|
tags: ForgeProjectTag,
|
|
5578
5579
|
updatedAt: _zod.z.coerce.date().optional(),
|
|
5579
|
-
workspaceId: _zod.z.string()
|
|
5580
|
+
workspaceId: _zod.z.string(),
|
|
5581
|
+
accessMode: ForgeProjectAccessMode
|
|
5580
5582
|
});
|
|
5581
5583
|
var OAuthProviderNames = /* @__PURE__ */ ((OAuthProviderNames2) => {
|
|
5582
5584
|
OAuthProviderNames2["Figma"] = "figma";
|
|
@@ -9005,6 +9007,8 @@ var DTOCreateForgeProject = ForgeProject.pick({
|
|
|
9005
9007
|
instruction: true,
|
|
9006
9008
|
name: true,
|
|
9007
9009
|
meta: true,
|
|
9010
|
+
tags: true,
|
|
9011
|
+
accessMode: true,
|
|
9008
9012
|
fpContextId: true
|
|
9009
9013
|
});
|
|
9010
9014
|
var DTOUpdateForgeProject = DTOCreateForgeProject.extend({ id: _zod.z.string() });
|