@supernova-studio/model 1.10.5 → 1.10.7
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 +80 -80
- package/dist/index.d.ts +80 -80
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -162453,10 +162453,10 @@ declare const ForgeAgent: z.ZodObject<{
|
|
|
162453
162453
|
accessory2Type: string;
|
|
162454
162454
|
}>]>;
|
|
162455
162455
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
162456
|
-
behavior: z.ZodEnum<["
|
|
162456
|
+
behavior: z.ZodEnum<["Coder", "Writer", "Designer"]>;
|
|
162457
162457
|
id: z.ZodString;
|
|
162458
162458
|
name: z.ZodString;
|
|
162459
|
-
personality: z.ZodEnum<["
|
|
162459
|
+
personality: z.ZodEnum<["Neutral", "Assertive", "Crazy"]>;
|
|
162460
162460
|
projectId: z.ZodString;
|
|
162461
162461
|
}, "strip", z.ZodTypeAny, {
|
|
162462
162462
|
avatar: string | {
|
|
@@ -162467,9 +162467,9 @@ declare const ForgeAgent: z.ZodObject<{
|
|
|
162467
162467
|
};
|
|
162468
162468
|
id: string;
|
|
162469
162469
|
name: string;
|
|
162470
|
-
behavior: "
|
|
162470
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
162471
162471
|
projectId: string;
|
|
162472
|
-
personality: "
|
|
162472
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
162473
162473
|
avatarUrl?: string | undefined;
|
|
162474
162474
|
}, {
|
|
162475
162475
|
avatar: string | {
|
|
@@ -162480,9 +162480,9 @@ declare const ForgeAgent: z.ZodObject<{
|
|
|
162480
162480
|
};
|
|
162481
162481
|
id: string;
|
|
162482
162482
|
name: string;
|
|
162483
|
-
behavior: "
|
|
162483
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
162484
162484
|
projectId: string;
|
|
162485
|
-
personality: "
|
|
162485
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
162486
162486
|
avatarUrl?: string | undefined;
|
|
162487
162487
|
}>;
|
|
162488
162488
|
type ForgeAgent = z.infer<typeof ForgeAgent>;
|
|
@@ -162818,10 +162818,10 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
162818
162818
|
accessory2Type: string;
|
|
162819
162819
|
}>]>;
|
|
162820
162820
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
162821
|
-
behavior: z.ZodEnum<["
|
|
162821
|
+
behavior: z.ZodEnum<["Coder", "Writer", "Designer"]>;
|
|
162822
162822
|
id: z.ZodString;
|
|
162823
162823
|
name: z.ZodString;
|
|
162824
|
-
personality: z.ZodEnum<["
|
|
162824
|
+
personality: z.ZodEnum<["Neutral", "Assertive", "Crazy"]>;
|
|
162825
162825
|
projectId: z.ZodString;
|
|
162826
162826
|
}, "strip", z.ZodTypeAny, {
|
|
162827
162827
|
avatar: string | {
|
|
@@ -162832,9 +162832,9 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
162832
162832
|
};
|
|
162833
162833
|
id: string;
|
|
162834
162834
|
name: string;
|
|
162835
|
-
behavior: "
|
|
162835
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
162836
162836
|
projectId: string;
|
|
162837
|
-
personality: "
|
|
162837
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
162838
162838
|
avatarUrl?: string | undefined;
|
|
162839
162839
|
}, {
|
|
162840
162840
|
avatar: string | {
|
|
@@ -162845,13 +162845,13 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
162845
162845
|
};
|
|
162846
162846
|
id: string;
|
|
162847
162847
|
name: string;
|
|
162848
|
-
behavior: "
|
|
162848
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
162849
162849
|
projectId: string;
|
|
162850
|
-
personality: "
|
|
162850
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
162851
162851
|
avatarUrl?: string | undefined;
|
|
162852
162852
|
}>>;
|
|
162853
162853
|
projectIterationId: z.ZodString;
|
|
162854
|
-
role: z.ZodEnum<["
|
|
162854
|
+
role: z.ZodEnum<["Editor", "Viewer"]>;
|
|
162855
162855
|
type: z.ZodEnum<["Agent", "User"]>;
|
|
162856
162856
|
userId: z.ZodOptional<z.ZodString>;
|
|
162857
162857
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -163066,7 +163066,7 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163066
163066
|
}, "strip", z.ZodTypeAny, {
|
|
163067
163067
|
type: "User" | "Agent";
|
|
163068
163068
|
id: string;
|
|
163069
|
-
role: "
|
|
163069
|
+
role: "Viewer" | "Editor";
|
|
163070
163070
|
projectIterationId: string;
|
|
163071
163071
|
user?: {
|
|
163072
163072
|
email: string;
|
|
@@ -163116,15 +163116,15 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163116
163116
|
};
|
|
163117
163117
|
id: string;
|
|
163118
163118
|
name: string;
|
|
163119
|
-
behavior: "
|
|
163119
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
163120
163120
|
projectId: string;
|
|
163121
|
-
personality: "
|
|
163121
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
163122
163122
|
avatarUrl?: string | undefined;
|
|
163123
163123
|
} | undefined;
|
|
163124
163124
|
}, {
|
|
163125
163125
|
type: "User" | "Agent";
|
|
163126
163126
|
id: string;
|
|
163127
|
-
role: "
|
|
163127
|
+
role: "Viewer" | "Editor";
|
|
163128
163128
|
projectIterationId: string;
|
|
163129
163129
|
user?: {
|
|
163130
163130
|
email: string;
|
|
@@ -163174,9 +163174,9 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163174
163174
|
};
|
|
163175
163175
|
id: string;
|
|
163176
163176
|
name: string;
|
|
163177
|
-
behavior: "
|
|
163177
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
163178
163178
|
projectId: string;
|
|
163179
|
-
personality: "
|
|
163179
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
163180
163180
|
avatarUrl?: string | undefined;
|
|
163181
163181
|
} | undefined;
|
|
163182
163182
|
}>;
|
|
@@ -163194,10 +163194,10 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163194
163194
|
name: string;
|
|
163195
163195
|
text: string;
|
|
163196
163196
|
}>, "many">>;
|
|
163197
|
-
type: z.ZodEnum<["
|
|
163197
|
+
type: z.ZodEnum<["Note", "Action", "Steps"]>;
|
|
163198
163198
|
text: z.ZodString;
|
|
163199
163199
|
}, "strip", z.ZodTypeAny, {
|
|
163200
|
-
type: "
|
|
163200
|
+
type: "Note" | "Action" | "Steps";
|
|
163201
163201
|
id: string;
|
|
163202
163202
|
createdAt: Date;
|
|
163203
163203
|
text: string;
|
|
@@ -163206,7 +163206,7 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163206
163206
|
participant: {
|
|
163207
163207
|
type: "User" | "Agent";
|
|
163208
163208
|
id: string;
|
|
163209
|
-
role: "
|
|
163209
|
+
role: "Viewer" | "Editor";
|
|
163210
163210
|
projectIterationId: string;
|
|
163211
163211
|
user?: {
|
|
163212
163212
|
email: string;
|
|
@@ -163256,9 +163256,9 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163256
163256
|
};
|
|
163257
163257
|
id: string;
|
|
163258
163258
|
name: string;
|
|
163259
|
-
behavior: "
|
|
163259
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
163260
163260
|
projectId: string;
|
|
163261
|
-
personality: "
|
|
163261
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
163262
163262
|
avatarUrl?: string | undefined;
|
|
163263
163263
|
} | undefined;
|
|
163264
163264
|
};
|
|
@@ -163268,7 +163268,7 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163268
163268
|
text: string;
|
|
163269
163269
|
}[] | undefined;
|
|
163270
163270
|
}, {
|
|
163271
|
-
type: "
|
|
163271
|
+
type: "Note" | "Action" | "Steps";
|
|
163272
163272
|
id: string;
|
|
163273
163273
|
createdAt: Date;
|
|
163274
163274
|
text: string;
|
|
@@ -163277,7 +163277,7 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163277
163277
|
participant: {
|
|
163278
163278
|
type: "User" | "Agent";
|
|
163279
163279
|
id: string;
|
|
163280
|
-
role: "
|
|
163280
|
+
role: "Viewer" | "Editor";
|
|
163281
163281
|
projectIterationId: string;
|
|
163282
163282
|
user?: {
|
|
163283
163283
|
email: string;
|
|
@@ -163327,9 +163327,9 @@ declare const ForgeIterationMessage: z.ZodObject<{
|
|
|
163327
163327
|
};
|
|
163328
163328
|
id: string;
|
|
163329
163329
|
name: string;
|
|
163330
|
-
behavior: "
|
|
163330
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
163331
163331
|
projectId: string;
|
|
163332
|
-
personality: "
|
|
163332
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
163333
163333
|
avatarUrl?: string | undefined;
|
|
163334
163334
|
} | undefined;
|
|
163335
163335
|
};
|
|
@@ -163374,10 +163374,10 @@ declare const ForgeParticipant: z.ZodObject<{
|
|
|
163374
163374
|
accessory2Type: string;
|
|
163375
163375
|
}>]>;
|
|
163376
163376
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
163377
|
-
behavior: z.ZodEnum<["
|
|
163377
|
+
behavior: z.ZodEnum<["Coder", "Writer", "Designer"]>;
|
|
163378
163378
|
id: z.ZodString;
|
|
163379
163379
|
name: z.ZodString;
|
|
163380
|
-
personality: z.ZodEnum<["
|
|
163380
|
+
personality: z.ZodEnum<["Neutral", "Assertive", "Crazy"]>;
|
|
163381
163381
|
projectId: z.ZodString;
|
|
163382
163382
|
}, "strip", z.ZodTypeAny, {
|
|
163383
163383
|
avatar: string | {
|
|
@@ -163388,9 +163388,9 @@ declare const ForgeParticipant: z.ZodObject<{
|
|
|
163388
163388
|
};
|
|
163389
163389
|
id: string;
|
|
163390
163390
|
name: string;
|
|
163391
|
-
behavior: "
|
|
163391
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
163392
163392
|
projectId: string;
|
|
163393
|
-
personality: "
|
|
163393
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
163394
163394
|
avatarUrl?: string | undefined;
|
|
163395
163395
|
}, {
|
|
163396
163396
|
avatar: string | {
|
|
@@ -163401,13 +163401,13 @@ declare const ForgeParticipant: z.ZodObject<{
|
|
|
163401
163401
|
};
|
|
163402
163402
|
id: string;
|
|
163403
163403
|
name: string;
|
|
163404
|
-
behavior: "
|
|
163404
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
163405
163405
|
projectId: string;
|
|
163406
|
-
personality: "
|
|
163406
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
163407
163407
|
avatarUrl?: string | undefined;
|
|
163408
163408
|
}>>;
|
|
163409
163409
|
projectIterationId: z.ZodString;
|
|
163410
|
-
role: z.ZodEnum<["
|
|
163410
|
+
role: z.ZodEnum<["Editor", "Viewer"]>;
|
|
163411
163411
|
type: z.ZodEnum<["Agent", "User"]>;
|
|
163412
163412
|
userId: z.ZodOptional<z.ZodString>;
|
|
163413
163413
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -163622,7 +163622,7 @@ declare const ForgeParticipant: z.ZodObject<{
|
|
|
163622
163622
|
}, "strip", z.ZodTypeAny, {
|
|
163623
163623
|
type: "User" | "Agent";
|
|
163624
163624
|
id: string;
|
|
163625
|
-
role: "
|
|
163625
|
+
role: "Viewer" | "Editor";
|
|
163626
163626
|
projectIterationId: string;
|
|
163627
163627
|
user?: {
|
|
163628
163628
|
email: string;
|
|
@@ -163672,15 +163672,15 @@ declare const ForgeParticipant: z.ZodObject<{
|
|
|
163672
163672
|
};
|
|
163673
163673
|
id: string;
|
|
163674
163674
|
name: string;
|
|
163675
|
-
behavior: "
|
|
163675
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
163676
163676
|
projectId: string;
|
|
163677
|
-
personality: "
|
|
163677
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
163678
163678
|
avatarUrl?: string | undefined;
|
|
163679
163679
|
} | undefined;
|
|
163680
163680
|
}, {
|
|
163681
163681
|
type: "User" | "Agent";
|
|
163682
163682
|
id: string;
|
|
163683
|
-
role: "
|
|
163683
|
+
role: "Viewer" | "Editor";
|
|
163684
163684
|
projectIterationId: string;
|
|
163685
163685
|
user?: {
|
|
163686
163686
|
email: string;
|
|
@@ -163730,9 +163730,9 @@ declare const ForgeParticipant: z.ZodObject<{
|
|
|
163730
163730
|
};
|
|
163731
163731
|
id: string;
|
|
163732
163732
|
name: string;
|
|
163733
|
-
behavior: "
|
|
163733
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
163734
163734
|
projectId: string;
|
|
163735
|
-
personality: "
|
|
163735
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
163736
163736
|
avatarUrl?: string | undefined;
|
|
163737
163737
|
} | undefined;
|
|
163738
163738
|
}>;
|
|
@@ -163853,8 +163853,8 @@ declare const ForgeProjectContext: z.ZodObject<{
|
|
|
163853
163853
|
authHeaderName: string;
|
|
163854
163854
|
authHeaderValue: string;
|
|
163855
163855
|
}>]>>;
|
|
163856
|
-
platform: z.ZodEnum<["
|
|
163857
|
-
styling: z.ZodEnum<["
|
|
163856
|
+
platform: z.ZodEnum<["React", "Vue", "Angular"]>;
|
|
163857
|
+
styling: z.ZodEnum<["CSS", "Tailwind"]>;
|
|
163858
163858
|
tailwindConfig: z.ZodOptional<z.ZodObject<{
|
|
163859
163859
|
content: z.ZodString;
|
|
163860
163860
|
version: z.ZodString;
|
|
@@ -163905,8 +163905,8 @@ declare const ForgeProjectContext: z.ZodObject<{
|
|
|
163905
163905
|
authHeaderName: string;
|
|
163906
163906
|
authHeaderValue: string;
|
|
163907
163907
|
});
|
|
163908
|
-
platform: "
|
|
163909
|
-
styling: "
|
|
163908
|
+
platform: "Angular" | "Vue" | "React";
|
|
163909
|
+
styling: "CSS" | "Tailwind";
|
|
163910
163910
|
tailwindConfig?: {
|
|
163911
163911
|
version: string;
|
|
163912
163912
|
content: string;
|
|
@@ -163949,8 +163949,8 @@ declare const ForgeProjectContext: z.ZodObject<{
|
|
|
163949
163949
|
authHeaderName: string;
|
|
163950
163950
|
authHeaderValue: string;
|
|
163951
163951
|
});
|
|
163952
|
-
platform: "
|
|
163953
|
-
styling: "
|
|
163952
|
+
platform: "Angular" | "Vue" | "React";
|
|
163953
|
+
styling: "CSS" | "Tailwind";
|
|
163954
163954
|
tailwindConfig?: {
|
|
163955
163955
|
version: string;
|
|
163956
163956
|
content: string;
|
|
@@ -164002,10 +164002,10 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164002
164002
|
accessory2Type: string;
|
|
164003
164003
|
}>]>;
|
|
164004
164004
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
164005
|
-
behavior: z.ZodEnum<["
|
|
164005
|
+
behavior: z.ZodEnum<["Coder", "Writer", "Designer"]>;
|
|
164006
164006
|
id: z.ZodString;
|
|
164007
164007
|
name: z.ZodString;
|
|
164008
|
-
personality: z.ZodEnum<["
|
|
164008
|
+
personality: z.ZodEnum<["Neutral", "Assertive", "Crazy"]>;
|
|
164009
164009
|
projectId: z.ZodString;
|
|
164010
164010
|
}, "strip", z.ZodTypeAny, {
|
|
164011
164011
|
avatar: string | {
|
|
@@ -164016,9 +164016,9 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164016
164016
|
};
|
|
164017
164017
|
id: string;
|
|
164018
164018
|
name: string;
|
|
164019
|
-
behavior: "
|
|
164019
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
164020
164020
|
projectId: string;
|
|
164021
|
-
personality: "
|
|
164021
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
164022
164022
|
avatarUrl?: string | undefined;
|
|
164023
164023
|
}, {
|
|
164024
164024
|
avatar: string | {
|
|
@@ -164029,13 +164029,13 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164029
164029
|
};
|
|
164030
164030
|
id: string;
|
|
164031
164031
|
name: string;
|
|
164032
|
-
behavior: "
|
|
164032
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
164033
164033
|
projectId: string;
|
|
164034
|
-
personality: "
|
|
164034
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
164035
164035
|
avatarUrl?: string | undefined;
|
|
164036
164036
|
}>>;
|
|
164037
164037
|
projectIterationId: z.ZodString;
|
|
164038
|
-
role: z.ZodEnum<["
|
|
164038
|
+
role: z.ZodEnum<["Editor", "Viewer"]>;
|
|
164039
164039
|
type: z.ZodEnum<["Agent", "User"]>;
|
|
164040
164040
|
userId: z.ZodOptional<z.ZodString>;
|
|
164041
164041
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -164250,7 +164250,7 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164250
164250
|
}, "strip", z.ZodTypeAny, {
|
|
164251
164251
|
type: "User" | "Agent";
|
|
164252
164252
|
id: string;
|
|
164253
|
-
role: "
|
|
164253
|
+
role: "Viewer" | "Editor";
|
|
164254
164254
|
projectIterationId: string;
|
|
164255
164255
|
user?: {
|
|
164256
164256
|
email: string;
|
|
@@ -164300,15 +164300,15 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164300
164300
|
};
|
|
164301
164301
|
id: string;
|
|
164302
164302
|
name: string;
|
|
164303
|
-
behavior: "
|
|
164303
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
164304
164304
|
projectId: string;
|
|
164305
|
-
personality: "
|
|
164305
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
164306
164306
|
avatarUrl?: string | undefined;
|
|
164307
164307
|
} | undefined;
|
|
164308
164308
|
}, {
|
|
164309
164309
|
type: "User" | "Agent";
|
|
164310
164310
|
id: string;
|
|
164311
|
-
role: "
|
|
164311
|
+
role: "Viewer" | "Editor";
|
|
164312
164312
|
projectIterationId: string;
|
|
164313
164313
|
user?: {
|
|
164314
164314
|
email: string;
|
|
@@ -164358,9 +164358,9 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164358
164358
|
};
|
|
164359
164359
|
id: string;
|
|
164360
164360
|
name: string;
|
|
164361
|
-
behavior: "
|
|
164361
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
164362
164362
|
projectId: string;
|
|
164363
|
-
personality: "
|
|
164363
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
164364
164364
|
avatarUrl?: string | undefined;
|
|
164365
164365
|
} | undefined;
|
|
164366
164366
|
}>;
|
|
@@ -164378,10 +164378,10 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164378
164378
|
name: string;
|
|
164379
164379
|
text: string;
|
|
164380
164380
|
}>, "many">>;
|
|
164381
|
-
type: z.ZodEnum<["
|
|
164381
|
+
type: z.ZodEnum<["Note", "Action", "Steps"]>;
|
|
164382
164382
|
text: z.ZodString;
|
|
164383
164383
|
}, "strip", z.ZodTypeAny, {
|
|
164384
|
-
type: "
|
|
164384
|
+
type: "Note" | "Action" | "Steps";
|
|
164385
164385
|
id: string;
|
|
164386
164386
|
createdAt: Date;
|
|
164387
164387
|
text: string;
|
|
@@ -164390,7 +164390,7 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164390
164390
|
participant: {
|
|
164391
164391
|
type: "User" | "Agent";
|
|
164392
164392
|
id: string;
|
|
164393
|
-
role: "
|
|
164393
|
+
role: "Viewer" | "Editor";
|
|
164394
164394
|
projectIterationId: string;
|
|
164395
164395
|
user?: {
|
|
164396
164396
|
email: string;
|
|
@@ -164440,9 +164440,9 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164440
164440
|
};
|
|
164441
164441
|
id: string;
|
|
164442
164442
|
name: string;
|
|
164443
|
-
behavior: "
|
|
164443
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
164444
164444
|
projectId: string;
|
|
164445
|
-
personality: "
|
|
164445
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
164446
164446
|
avatarUrl?: string | undefined;
|
|
164447
164447
|
} | undefined;
|
|
164448
164448
|
};
|
|
@@ -164452,7 +164452,7 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164452
164452
|
text: string;
|
|
164453
164453
|
}[] | undefined;
|
|
164454
164454
|
}, {
|
|
164455
|
-
type: "
|
|
164455
|
+
type: "Note" | "Action" | "Steps";
|
|
164456
164456
|
id: string;
|
|
164457
164457
|
createdAt: Date;
|
|
164458
164458
|
text: string;
|
|
@@ -164461,7 +164461,7 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164461
164461
|
participant: {
|
|
164462
164462
|
type: "User" | "Agent";
|
|
164463
164463
|
id: string;
|
|
164464
|
-
role: "
|
|
164464
|
+
role: "Viewer" | "Editor";
|
|
164465
164465
|
projectIterationId: string;
|
|
164466
164466
|
user?: {
|
|
164467
164467
|
email: string;
|
|
@@ -164511,9 +164511,9 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164511
164511
|
};
|
|
164512
164512
|
id: string;
|
|
164513
164513
|
name: string;
|
|
164514
|
-
behavior: "
|
|
164514
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
164515
164515
|
projectId: string;
|
|
164516
|
-
personality: "
|
|
164516
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
164517
164517
|
avatarUrl?: string | undefined;
|
|
164518
164518
|
} | undefined;
|
|
164519
164519
|
};
|
|
@@ -164668,7 +164668,7 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164668
164668
|
}, "strip", z.ZodTypeAny, {
|
|
164669
164669
|
id: string;
|
|
164670
164670
|
messages: {
|
|
164671
|
-
type: "
|
|
164671
|
+
type: "Note" | "Action" | "Steps";
|
|
164672
164672
|
id: string;
|
|
164673
164673
|
createdAt: Date;
|
|
164674
164674
|
text: string;
|
|
@@ -164677,7 +164677,7 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164677
164677
|
participant: {
|
|
164678
164678
|
type: "User" | "Agent";
|
|
164679
164679
|
id: string;
|
|
164680
|
-
role: "
|
|
164680
|
+
role: "Viewer" | "Editor";
|
|
164681
164681
|
projectIterationId: string;
|
|
164682
164682
|
user?: {
|
|
164683
164683
|
email: string;
|
|
@@ -164727,9 +164727,9 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164727
164727
|
};
|
|
164728
164728
|
id: string;
|
|
164729
164729
|
name: string;
|
|
164730
|
-
behavior: "
|
|
164730
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
164731
164731
|
projectId: string;
|
|
164732
|
-
personality: "
|
|
164732
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
164733
164733
|
avatarUrl?: string | undefined;
|
|
164734
164734
|
} | undefined;
|
|
164735
164735
|
};
|
|
@@ -164791,7 +164791,7 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164791
164791
|
}, {
|
|
164792
164792
|
id: string;
|
|
164793
164793
|
messages: {
|
|
164794
|
-
type: "
|
|
164794
|
+
type: "Note" | "Action" | "Steps";
|
|
164795
164795
|
id: string;
|
|
164796
164796
|
createdAt: Date;
|
|
164797
164797
|
text: string;
|
|
@@ -164800,7 +164800,7 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164800
164800
|
participant: {
|
|
164801
164801
|
type: "User" | "Agent";
|
|
164802
164802
|
id: string;
|
|
164803
|
-
role: "
|
|
164803
|
+
role: "Viewer" | "Editor";
|
|
164804
164804
|
projectIterationId: string;
|
|
164805
164805
|
user?: {
|
|
164806
164806
|
email: string;
|
|
@@ -164850,9 +164850,9 @@ declare const ForgeProjectIteration: z.ZodObject<{
|
|
|
164850
164850
|
};
|
|
164851
164851
|
id: string;
|
|
164852
164852
|
name: string;
|
|
164853
|
-
behavior: "
|
|
164853
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
164854
164854
|
projectId: string;
|
|
164855
|
-
personality: "
|
|
164855
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
164856
164856
|
avatarUrl?: string | undefined;
|
|
164857
164857
|
} | undefined;
|
|
164858
164858
|
};
|
|
@@ -164933,7 +164933,7 @@ type CreateForgeProjectMembership = DbCreateInputOmit<ForgeProjectMembership>;
|
|
|
164933
164933
|
declare const ForgeProjectTag: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
164934
164934
|
declare const ForgeProject: z.ZodObject<{
|
|
164935
164935
|
createdAt: z.ZodDate;
|
|
164936
|
-
createdByUserId: z.ZodString
|
|
164936
|
+
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
164937
164937
|
fpContextId: z.ZodString;
|
|
164938
164938
|
id: z.ZodString;
|
|
164939
164939
|
instruction: z.ZodNullable<z.ZodString>;
|
|
@@ -164962,9 +164962,9 @@ declare const ForgeProject: z.ZodObject<{
|
|
|
164962
164962
|
name: string;
|
|
164963
164963
|
description?: string | undefined;
|
|
164964
164964
|
};
|
|
164965
|
-
createdByUserId: string;
|
|
164966
164965
|
fpContextId: string;
|
|
164967
164966
|
updatedAt?: Date | undefined;
|
|
164967
|
+
createdByUserId?: string | undefined;
|
|
164968
164968
|
}, {
|
|
164969
164969
|
instruction: string | null;
|
|
164970
164970
|
id: string;
|
|
@@ -164975,10 +164975,10 @@ declare const ForgeProject: z.ZodObject<{
|
|
|
164975
164975
|
name: string;
|
|
164976
164976
|
description?: string | undefined;
|
|
164977
164977
|
};
|
|
164978
|
-
createdByUserId: string;
|
|
164979
164978
|
fpContextId: string;
|
|
164980
164979
|
updatedAt?: Date | undefined;
|
|
164981
164980
|
tags?: string[] | undefined;
|
|
164981
|
+
createdByUserId?: string | undefined;
|
|
164982
164982
|
}>;
|
|
164983
164983
|
type ForgeProject = z.infer<typeof ForgeProject>;
|
|
164984
164984
|
type CreateForgeProject = Omit<DbCreateInputOmit<ForgeProject>, "workspaceId" | "createdByUserId">;
|
package/dist/index.js
CHANGED
|
@@ -6181,10 +6181,10 @@ var ForgeAvatarBuilder = _zod.z.object({
|
|
|
6181
6181
|
var ForgeAgent = _zod.z.object({
|
|
6182
6182
|
avatar: _zod.z.union([_zod.z.string(), ForgeAvatarBuilder]),
|
|
6183
6183
|
avatarUrl: _zod.z.string().optional(),
|
|
6184
|
-
behavior: _zod.z.enum(["
|
|
6184
|
+
behavior: _zod.z.enum(["Coder", "Writer", "Designer"]),
|
|
6185
6185
|
id: _zod.z.string(),
|
|
6186
6186
|
name: _zod.z.string(),
|
|
6187
|
-
personality: _zod.z.enum(["
|
|
6187
|
+
personality: _zod.z.enum(["Neutral", "Assertive", "Crazy"]),
|
|
6188
6188
|
projectId: _zod.z.string()
|
|
6189
6189
|
});
|
|
6190
6190
|
|
|
@@ -6241,7 +6241,7 @@ var ForgeParticipant = _zod.z.object({
|
|
|
6241
6241
|
agentId: _zod.z.string().optional(),
|
|
6242
6242
|
agent: ForgeAgent.optional(),
|
|
6243
6243
|
projectIterationId: _zod.z.string(),
|
|
6244
|
-
role: _zod.z.enum(["
|
|
6244
|
+
role: _zod.z.enum(["Editor", "Viewer"]),
|
|
6245
6245
|
type: _zod.z.enum(["Agent", "User"]),
|
|
6246
6246
|
userId: _zod.z.string().optional(),
|
|
6247
6247
|
user: User.optional()
|
|
@@ -6260,7 +6260,7 @@ var ForgeIterationMessage = _zod.z.object({
|
|
|
6260
6260
|
participant: ForgeParticipant,
|
|
6261
6261
|
projectIterationId: _zod.z.string(),
|
|
6262
6262
|
steps: _zod.z.array(ForgeIterationMessageStep).optional(),
|
|
6263
|
-
type: _zod.z.enum(["
|
|
6263
|
+
type: _zod.z.enum(["Note", "Action", "Steps"]),
|
|
6264
6264
|
text: _zod.z.string()
|
|
6265
6265
|
});
|
|
6266
6266
|
|
|
@@ -6291,8 +6291,8 @@ var ForgeProjectContext = _zod.z.object({
|
|
|
6291
6291
|
meta: ForgeMeta,
|
|
6292
6292
|
name: _zod.z.string(),
|
|
6293
6293
|
npmProxySettings: NpmRegistryConfig,
|
|
6294
|
-
platform: _zod.z.enum(["
|
|
6295
|
-
styling: _zod.z.enum(["
|
|
6294
|
+
platform: _zod.z.enum(["React", "Vue", "Angular"]),
|
|
6295
|
+
styling: _zod.z.enum(["CSS", "Tailwind"]),
|
|
6296
6296
|
tailwindConfig: ForgeProjectContextTailwindConfig.optional(),
|
|
6297
6297
|
updatedAt: _zod.z.coerce.date(),
|
|
6298
6298
|
workspaceId: _zod.z.string()
|
|
@@ -6328,7 +6328,7 @@ var ForgeProjectPrivilegeSchema = _zod.z.object({
|
|
|
6328
6328
|
var ForgeProjectTag = _zod.z.array(_zod.z.string()).default([]);
|
|
6329
6329
|
var ForgeProject = _zod.z.object({
|
|
6330
6330
|
createdAt: _zod.z.coerce.date(),
|
|
6331
|
-
createdByUserId: _zod.z.string(),
|
|
6331
|
+
createdByUserId: _zod.z.string().optional(),
|
|
6332
6332
|
fpContextId: _zod.z.string(),
|
|
6333
6333
|
id: _zod.z.string(),
|
|
6334
6334
|
instruction: _zod.z.string().nullable(),
|