@supernova-studio/client 1.39.1 → 1.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +13 -31
- package/dist/index.d.ts +13 -31
- package/dist/index.js +6 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -80738,7 +80738,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80738
80738
|
type: z__default.ZodLiteral<"FeatureCreate">;
|
|
80739
80739
|
input: z__default.ZodObject<{
|
|
80740
80740
|
id: z__default.ZodString;
|
|
80741
|
-
name: z__default.ZodString
|
|
80741
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
80742
80742
|
description: z__default.ZodString;
|
|
80743
80743
|
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80744
80744
|
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
@@ -80805,7 +80805,6 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80805
80805
|
}>;
|
|
80806
80806
|
}, "strip", z__default.ZodTypeAny, {
|
|
80807
80807
|
id: string;
|
|
80808
|
-
name: string;
|
|
80809
80808
|
description: string;
|
|
80810
80809
|
initialMessage: {
|
|
80811
80810
|
id: string;
|
|
@@ -80817,11 +80816,11 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80817
80816
|
iterationId?: string | undefined;
|
|
80818
80817
|
} | undefined;
|
|
80819
80818
|
};
|
|
80819
|
+
name?: string | undefined;
|
|
80820
80820
|
sectionId?: string | undefined;
|
|
80821
80821
|
afterFeatureId?: string | null | undefined;
|
|
80822
80822
|
}, {
|
|
80823
80823
|
id: string;
|
|
80824
|
-
name: string;
|
|
80825
80824
|
description: string;
|
|
80826
80825
|
initialMessage: {
|
|
80827
80826
|
id: string;
|
|
@@ -80833,6 +80832,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80833
80832
|
iterationId?: string | undefined;
|
|
80834
80833
|
} | undefined;
|
|
80835
80834
|
};
|
|
80835
|
+
name?: string | undefined;
|
|
80836
80836
|
sectionId?: string | undefined;
|
|
80837
80837
|
afterFeatureId?: string | null | undefined;
|
|
80838
80838
|
}>;
|
|
@@ -80840,7 +80840,6 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80840
80840
|
type: "FeatureCreate";
|
|
80841
80841
|
input: {
|
|
80842
80842
|
id: string;
|
|
80843
|
-
name: string;
|
|
80844
80843
|
description: string;
|
|
80845
80844
|
initialMessage: {
|
|
80846
80845
|
id: string;
|
|
@@ -80852,6 +80851,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80852
80851
|
iterationId?: string | undefined;
|
|
80853
80852
|
} | undefined;
|
|
80854
80853
|
};
|
|
80854
|
+
name?: string | undefined;
|
|
80855
80855
|
sectionId?: string | undefined;
|
|
80856
80856
|
afterFeatureId?: string | null | undefined;
|
|
80857
80857
|
};
|
|
@@ -80859,7 +80859,6 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80859
80859
|
type: "FeatureCreate";
|
|
80860
80860
|
input: {
|
|
80861
80861
|
id: string;
|
|
80862
|
-
name: string;
|
|
80863
80862
|
description: string;
|
|
80864
80863
|
initialMessage: {
|
|
80865
80864
|
id: string;
|
|
@@ -80871,6 +80870,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80871
80870
|
iterationId?: string | undefined;
|
|
80872
80871
|
} | undefined;
|
|
80873
80872
|
};
|
|
80873
|
+
name?: string | undefined;
|
|
80874
80874
|
sectionId?: string | undefined;
|
|
80875
80875
|
afterFeatureId?: string | null | undefined;
|
|
80876
80876
|
};
|
|
@@ -81225,7 +81225,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81225
81225
|
type: z__default.ZodLiteral<"FeatureCreate">;
|
|
81226
81226
|
input: z__default.ZodObject<{
|
|
81227
81227
|
id: z__default.ZodString;
|
|
81228
|
-
name: z__default.ZodString
|
|
81228
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
81229
81229
|
description: z__default.ZodString;
|
|
81230
81230
|
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
81231
81231
|
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
@@ -81292,7 +81292,6 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81292
81292
|
}>;
|
|
81293
81293
|
}, "strip", z__default.ZodTypeAny, {
|
|
81294
81294
|
id: string;
|
|
81295
|
-
name: string;
|
|
81296
81295
|
description: string;
|
|
81297
81296
|
initialMessage: {
|
|
81298
81297
|
id: string;
|
|
@@ -81304,11 +81303,11 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81304
81303
|
iterationId?: string | undefined;
|
|
81305
81304
|
} | undefined;
|
|
81306
81305
|
};
|
|
81306
|
+
name?: string | undefined;
|
|
81307
81307
|
sectionId?: string | undefined;
|
|
81308
81308
|
afterFeatureId?: string | null | undefined;
|
|
81309
81309
|
}, {
|
|
81310
81310
|
id: string;
|
|
81311
|
-
name: string;
|
|
81312
81311
|
description: string;
|
|
81313
81312
|
initialMessage: {
|
|
81314
81313
|
id: string;
|
|
@@ -81320,6 +81319,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81320
81319
|
iterationId?: string | undefined;
|
|
81321
81320
|
} | undefined;
|
|
81322
81321
|
};
|
|
81322
|
+
name?: string | undefined;
|
|
81323
81323
|
sectionId?: string | undefined;
|
|
81324
81324
|
afterFeatureId?: string | null | undefined;
|
|
81325
81325
|
}>;
|
|
@@ -81327,7 +81327,6 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81327
81327
|
type: "FeatureCreate";
|
|
81328
81328
|
input: {
|
|
81329
81329
|
id: string;
|
|
81330
|
-
name: string;
|
|
81331
81330
|
description: string;
|
|
81332
81331
|
initialMessage: {
|
|
81333
81332
|
id: string;
|
|
@@ -81339,6 +81338,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81339
81338
|
iterationId?: string | undefined;
|
|
81340
81339
|
} | undefined;
|
|
81341
81340
|
};
|
|
81341
|
+
name?: string | undefined;
|
|
81342
81342
|
sectionId?: string | undefined;
|
|
81343
81343
|
afterFeatureId?: string | null | undefined;
|
|
81344
81344
|
};
|
|
@@ -81346,7 +81346,6 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81346
81346
|
type: "FeatureCreate";
|
|
81347
81347
|
input: {
|
|
81348
81348
|
id: string;
|
|
81349
|
-
name: string;
|
|
81350
81349
|
description: string;
|
|
81351
81350
|
initialMessage: {
|
|
81352
81351
|
id: string;
|
|
@@ -81358,6 +81357,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81358
81357
|
iterationId?: string | undefined;
|
|
81359
81358
|
} | undefined;
|
|
81360
81359
|
};
|
|
81360
|
+
name?: string | undefined;
|
|
81361
81361
|
sectionId?: string | undefined;
|
|
81362
81362
|
afterFeatureId?: string | null | undefined;
|
|
81363
81363
|
};
|
|
@@ -84296,7 +84296,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
|
|
|
84296
84296
|
type DTOForgeProjectFeatureListResponse = z__default.infer<typeof DTOForgeProjectFeatureListResponse>;
|
|
84297
84297
|
declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
84298
84298
|
id: z__default.ZodString;
|
|
84299
|
-
name: z__default.ZodString
|
|
84299
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
84300
84300
|
description: z__default.ZodString;
|
|
84301
84301
|
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
84302
84302
|
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
@@ -84363,7 +84363,6 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
84363
84363
|
}>;
|
|
84364
84364
|
}, "strip", z__default.ZodTypeAny, {
|
|
84365
84365
|
id: string;
|
|
84366
|
-
name: string;
|
|
84367
84366
|
description: string;
|
|
84368
84367
|
initialMessage: {
|
|
84369
84368
|
id: string;
|
|
@@ -84375,11 +84374,11 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
84375
84374
|
iterationId?: string | undefined;
|
|
84376
84375
|
} | undefined;
|
|
84377
84376
|
};
|
|
84377
|
+
name?: string | undefined;
|
|
84378
84378
|
sectionId?: string | undefined;
|
|
84379
84379
|
afterFeatureId?: string | null | undefined;
|
|
84380
84380
|
}, {
|
|
84381
84381
|
id: string;
|
|
84382
|
-
name: string;
|
|
84383
84382
|
description: string;
|
|
84384
84383
|
initialMessage: {
|
|
84385
84384
|
id: string;
|
|
@@ -84391,6 +84390,7 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
84391
84390
|
iterationId?: string | undefined;
|
|
84392
84391
|
} | undefined;
|
|
84393
84392
|
};
|
|
84393
|
+
name?: string | undefined;
|
|
84394
84394
|
sectionId?: string | undefined;
|
|
84395
84395
|
afterFeatureId?: string | null | undefined;
|
|
84396
84396
|
}>;
|
|
@@ -102281,7 +102281,6 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
102281
102281
|
tags: string[];
|
|
102282
102282
|
comment?: string | undefined;
|
|
102283
102283
|
}>>;
|
|
102284
|
-
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102285
102284
|
}, "strip", z$1.ZodTypeAny, {
|
|
102286
102285
|
id: string;
|
|
102287
102286
|
createdAt: Date;
|
|
@@ -102307,7 +102306,6 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
102307
102306
|
tags: string[];
|
|
102308
102307
|
comment?: string | undefined;
|
|
102309
102308
|
} | undefined;
|
|
102310
|
-
replyToMessageId?: string | undefined;
|
|
102311
102309
|
}, {
|
|
102312
102310
|
id: string;
|
|
102313
102311
|
createdAt: Date;
|
|
@@ -102333,7 +102331,6 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
102333
102331
|
tags: string[];
|
|
102334
102332
|
comment?: string | undefined;
|
|
102335
102333
|
} | undefined;
|
|
102336
|
-
replyToMessageId?: string | undefined;
|
|
102337
102334
|
}>;
|
|
102338
102335
|
type DTOForgeChatMessage = z$1.infer<typeof DTOForgeChatMessage>;
|
|
102339
102336
|
declare const DTOForgeChatThread: z$1.ZodObject<{
|
|
@@ -102650,7 +102647,6 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102650
102647
|
type: "FunctionCallOutput";
|
|
102651
102648
|
}>]>>;
|
|
102652
102649
|
opikTraceId: z$1.ZodOptional<z$1.ZodString>;
|
|
102653
|
-
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102654
102650
|
}, "strip", z$1.ZodTypeAny, {
|
|
102655
102651
|
payload: string;
|
|
102656
102652
|
sender?: {
|
|
@@ -102666,7 +102662,6 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102666
102662
|
} | {
|
|
102667
102663
|
type: "FunctionCallOutput";
|
|
102668
102664
|
} | undefined;
|
|
102669
|
-
replyToMessageId?: string | undefined;
|
|
102670
102665
|
opikTraceId?: string | undefined;
|
|
102671
102666
|
}, {
|
|
102672
102667
|
payload: string;
|
|
@@ -102683,7 +102678,6 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102683
102678
|
} | {
|
|
102684
102679
|
type: "FunctionCallOutput";
|
|
102685
102680
|
} | undefined;
|
|
102686
|
-
replyToMessageId?: string | undefined;
|
|
102687
102681
|
opikTraceId?: string | undefined;
|
|
102688
102682
|
}>;
|
|
102689
102683
|
type DTOForgeChatMessageCreateInput = z$1.infer<typeof DTOForgeChatMessageCreateInput>;
|
|
@@ -102748,7 +102742,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102748
102742
|
tags: string[];
|
|
102749
102743
|
comment?: string | undefined;
|
|
102750
102744
|
}>>;
|
|
102751
|
-
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102752
102745
|
}, "strip", z$1.ZodTypeAny, {
|
|
102753
102746
|
id: string;
|
|
102754
102747
|
createdAt: Date;
|
|
@@ -102774,7 +102767,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102774
102767
|
tags: string[];
|
|
102775
102768
|
comment?: string | undefined;
|
|
102776
102769
|
} | undefined;
|
|
102777
|
-
replyToMessageId?: string | undefined;
|
|
102778
102770
|
}, {
|
|
102779
102771
|
id: string;
|
|
102780
102772
|
createdAt: Date;
|
|
@@ -102800,7 +102792,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102800
102792
|
tags: string[];
|
|
102801
102793
|
comment?: string | undefined;
|
|
102802
102794
|
} | undefined;
|
|
102803
|
-
replyToMessageId?: string | undefined;
|
|
102804
102795
|
}>;
|
|
102805
102796
|
}, "strip", z$1.ZodTypeAny, {
|
|
102806
102797
|
message: {
|
|
@@ -102828,7 +102819,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102828
102819
|
tags: string[];
|
|
102829
102820
|
comment?: string | undefined;
|
|
102830
102821
|
} | undefined;
|
|
102831
|
-
replyToMessageId?: string | undefined;
|
|
102832
102822
|
};
|
|
102833
102823
|
}, {
|
|
102834
102824
|
message: {
|
|
@@ -102856,7 +102846,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102856
102846
|
tags: string[];
|
|
102857
102847
|
comment?: string | undefined;
|
|
102858
102848
|
} | undefined;
|
|
102859
|
-
replyToMessageId?: string | undefined;
|
|
102860
102849
|
};
|
|
102861
102850
|
}>;
|
|
102862
102851
|
type DTOForgeChatMessageCreateResponse = z$1.infer<typeof DTOForgeChatMessageCreateResponse>;
|
|
@@ -102935,7 +102924,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102935
102924
|
tags: string[];
|
|
102936
102925
|
comment?: string | undefined;
|
|
102937
102926
|
}>>;
|
|
102938
|
-
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102939
102927
|
}, "strip", z$1.ZodTypeAny, {
|
|
102940
102928
|
id: string;
|
|
102941
102929
|
createdAt: Date;
|
|
@@ -102961,7 +102949,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102961
102949
|
tags: string[];
|
|
102962
102950
|
comment?: string | undefined;
|
|
102963
102951
|
} | undefined;
|
|
102964
|
-
replyToMessageId?: string | undefined;
|
|
102965
102952
|
}, {
|
|
102966
102953
|
id: string;
|
|
102967
102954
|
createdAt: Date;
|
|
@@ -102987,7 +102974,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102987
102974
|
tags: string[];
|
|
102988
102975
|
comment?: string | undefined;
|
|
102989
102976
|
} | undefined;
|
|
102990
|
-
replyToMessageId?: string | undefined;
|
|
102991
102977
|
}>, "many">;
|
|
102992
102978
|
totalCount: z$1.ZodNumber;
|
|
102993
102979
|
hasMore: z$1.ZodBoolean;
|
|
@@ -103017,7 +103003,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
103017
103003
|
tags: string[];
|
|
103018
103004
|
comment?: string | undefined;
|
|
103019
103005
|
} | undefined;
|
|
103020
|
-
replyToMessageId?: string | undefined;
|
|
103021
103006
|
}[];
|
|
103022
103007
|
totalCount: number;
|
|
103023
103008
|
hasMore: boolean;
|
|
@@ -103047,7 +103032,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
103047
103032
|
tags: string[];
|
|
103048
103033
|
comment?: string | undefined;
|
|
103049
103034
|
} | undefined;
|
|
103050
|
-
replyToMessageId?: string | undefined;
|
|
103051
103035
|
}[];
|
|
103052
103036
|
totalCount: number;
|
|
103053
103037
|
hasMore: boolean;
|
|
@@ -144966,7 +144950,6 @@ declare class ChatThreadMessagesEndpoint {
|
|
|
144966
144950
|
tags: string[];
|
|
144967
144951
|
comment?: string | undefined;
|
|
144968
144952
|
} | undefined;
|
|
144969
|
-
replyToMessageId?: string | undefined;
|
|
144970
144953
|
}[];
|
|
144971
144954
|
totalCount: number;
|
|
144972
144955
|
hasMore: boolean;
|
|
@@ -144997,7 +144980,6 @@ declare class ChatThreadMessagesEndpoint {
|
|
|
144997
144980
|
tags: string[];
|
|
144998
144981
|
comment?: string | undefined;
|
|
144999
144982
|
} | undefined;
|
|
145000
|
-
replyToMessageId?: string | undefined;
|
|
145001
144983
|
};
|
|
145002
144984
|
}>;
|
|
145003
144985
|
score(workspaceId: string, threadId: string, body: z$1.input<typeof DTOForgeChatMessageScoreRequest>): Promise<any>;
|
package/dist/index.d.ts
CHANGED
|
@@ -80738,7 +80738,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80738
80738
|
type: z__default.ZodLiteral<"FeatureCreate">;
|
|
80739
80739
|
input: z__default.ZodObject<{
|
|
80740
80740
|
id: z__default.ZodString;
|
|
80741
|
-
name: z__default.ZodString
|
|
80741
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
80742
80742
|
description: z__default.ZodString;
|
|
80743
80743
|
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80744
80744
|
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
@@ -80805,7 +80805,6 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80805
80805
|
}>;
|
|
80806
80806
|
}, "strip", z__default.ZodTypeAny, {
|
|
80807
80807
|
id: string;
|
|
80808
|
-
name: string;
|
|
80809
80808
|
description: string;
|
|
80810
80809
|
initialMessage: {
|
|
80811
80810
|
id: string;
|
|
@@ -80817,11 +80816,11 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80817
80816
|
iterationId?: string | undefined;
|
|
80818
80817
|
} | undefined;
|
|
80819
80818
|
};
|
|
80819
|
+
name?: string | undefined;
|
|
80820
80820
|
sectionId?: string | undefined;
|
|
80821
80821
|
afterFeatureId?: string | null | undefined;
|
|
80822
80822
|
}, {
|
|
80823
80823
|
id: string;
|
|
80824
|
-
name: string;
|
|
80825
80824
|
description: string;
|
|
80826
80825
|
initialMessage: {
|
|
80827
80826
|
id: string;
|
|
@@ -80833,6 +80832,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80833
80832
|
iterationId?: string | undefined;
|
|
80834
80833
|
} | undefined;
|
|
80835
80834
|
};
|
|
80835
|
+
name?: string | undefined;
|
|
80836
80836
|
sectionId?: string | undefined;
|
|
80837
80837
|
afterFeatureId?: string | null | undefined;
|
|
80838
80838
|
}>;
|
|
@@ -80840,7 +80840,6 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80840
80840
|
type: "FeatureCreate";
|
|
80841
80841
|
input: {
|
|
80842
80842
|
id: string;
|
|
80843
|
-
name: string;
|
|
80844
80843
|
description: string;
|
|
80845
80844
|
initialMessage: {
|
|
80846
80845
|
id: string;
|
|
@@ -80852,6 +80851,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80852
80851
|
iterationId?: string | undefined;
|
|
80853
80852
|
} | undefined;
|
|
80854
80853
|
};
|
|
80854
|
+
name?: string | undefined;
|
|
80855
80855
|
sectionId?: string | undefined;
|
|
80856
80856
|
afterFeatureId?: string | null | undefined;
|
|
80857
80857
|
};
|
|
@@ -80859,7 +80859,6 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80859
80859
|
type: "FeatureCreate";
|
|
80860
80860
|
input: {
|
|
80861
80861
|
id: string;
|
|
80862
|
-
name: string;
|
|
80863
80862
|
description: string;
|
|
80864
80863
|
initialMessage: {
|
|
80865
80864
|
id: string;
|
|
@@ -80871,6 +80870,7 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
80871
80870
|
iterationId?: string | undefined;
|
|
80872
80871
|
} | undefined;
|
|
80873
80872
|
};
|
|
80873
|
+
name?: string | undefined;
|
|
80874
80874
|
sectionId?: string | undefined;
|
|
80875
80875
|
afterFeatureId?: string | null | undefined;
|
|
80876
80876
|
};
|
|
@@ -81225,7 +81225,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81225
81225
|
type: z__default.ZodLiteral<"FeatureCreate">;
|
|
81226
81226
|
input: z__default.ZodObject<{
|
|
81227
81227
|
id: z__default.ZodString;
|
|
81228
|
-
name: z__default.ZodString
|
|
81228
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
81229
81229
|
description: z__default.ZodString;
|
|
81230
81230
|
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
81231
81231
|
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
@@ -81292,7 +81292,6 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81292
81292
|
}>;
|
|
81293
81293
|
}, "strip", z__default.ZodTypeAny, {
|
|
81294
81294
|
id: string;
|
|
81295
|
-
name: string;
|
|
81296
81295
|
description: string;
|
|
81297
81296
|
initialMessage: {
|
|
81298
81297
|
id: string;
|
|
@@ -81304,11 +81303,11 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81304
81303
|
iterationId?: string | undefined;
|
|
81305
81304
|
} | undefined;
|
|
81306
81305
|
};
|
|
81306
|
+
name?: string | undefined;
|
|
81307
81307
|
sectionId?: string | undefined;
|
|
81308
81308
|
afterFeatureId?: string | null | undefined;
|
|
81309
81309
|
}, {
|
|
81310
81310
|
id: string;
|
|
81311
|
-
name: string;
|
|
81312
81311
|
description: string;
|
|
81313
81312
|
initialMessage: {
|
|
81314
81313
|
id: string;
|
|
@@ -81320,6 +81319,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81320
81319
|
iterationId?: string | undefined;
|
|
81321
81320
|
} | undefined;
|
|
81322
81321
|
};
|
|
81322
|
+
name?: string | undefined;
|
|
81323
81323
|
sectionId?: string | undefined;
|
|
81324
81324
|
afterFeatureId?: string | null | undefined;
|
|
81325
81325
|
}>;
|
|
@@ -81327,7 +81327,6 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81327
81327
|
type: "FeatureCreate";
|
|
81328
81328
|
input: {
|
|
81329
81329
|
id: string;
|
|
81330
|
-
name: string;
|
|
81331
81330
|
description: string;
|
|
81332
81331
|
initialMessage: {
|
|
81333
81332
|
id: string;
|
|
@@ -81339,6 +81338,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81339
81338
|
iterationId?: string | undefined;
|
|
81340
81339
|
} | undefined;
|
|
81341
81340
|
};
|
|
81341
|
+
name?: string | undefined;
|
|
81342
81342
|
sectionId?: string | undefined;
|
|
81343
81343
|
afterFeatureId?: string | null | undefined;
|
|
81344
81344
|
};
|
|
@@ -81346,7 +81346,6 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81346
81346
|
type: "FeatureCreate";
|
|
81347
81347
|
input: {
|
|
81348
81348
|
id: string;
|
|
81349
|
-
name: string;
|
|
81350
81349
|
description: string;
|
|
81351
81350
|
initialMessage: {
|
|
81352
81351
|
id: string;
|
|
@@ -81358,6 +81357,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81358
81357
|
iterationId?: string | undefined;
|
|
81359
81358
|
} | undefined;
|
|
81360
81359
|
};
|
|
81360
|
+
name?: string | undefined;
|
|
81361
81361
|
sectionId?: string | undefined;
|
|
81362
81362
|
afterFeatureId?: string | null | undefined;
|
|
81363
81363
|
};
|
|
@@ -84296,7 +84296,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
|
|
|
84296
84296
|
type DTOForgeProjectFeatureListResponse = z__default.infer<typeof DTOForgeProjectFeatureListResponse>;
|
|
84297
84297
|
declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
84298
84298
|
id: z__default.ZodString;
|
|
84299
|
-
name: z__default.ZodString
|
|
84299
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
84300
84300
|
description: z__default.ZodString;
|
|
84301
84301
|
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
84302
84302
|
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
@@ -84363,7 +84363,6 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
84363
84363
|
}>;
|
|
84364
84364
|
}, "strip", z__default.ZodTypeAny, {
|
|
84365
84365
|
id: string;
|
|
84366
|
-
name: string;
|
|
84367
84366
|
description: string;
|
|
84368
84367
|
initialMessage: {
|
|
84369
84368
|
id: string;
|
|
@@ -84375,11 +84374,11 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
84375
84374
|
iterationId?: string | undefined;
|
|
84376
84375
|
} | undefined;
|
|
84377
84376
|
};
|
|
84377
|
+
name?: string | undefined;
|
|
84378
84378
|
sectionId?: string | undefined;
|
|
84379
84379
|
afterFeatureId?: string | null | undefined;
|
|
84380
84380
|
}, {
|
|
84381
84381
|
id: string;
|
|
84382
|
-
name: string;
|
|
84383
84382
|
description: string;
|
|
84384
84383
|
initialMessage: {
|
|
84385
84384
|
id: string;
|
|
@@ -84391,6 +84390,7 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
84391
84390
|
iterationId?: string | undefined;
|
|
84392
84391
|
} | undefined;
|
|
84393
84392
|
};
|
|
84393
|
+
name?: string | undefined;
|
|
84394
84394
|
sectionId?: string | undefined;
|
|
84395
84395
|
afterFeatureId?: string | null | undefined;
|
|
84396
84396
|
}>;
|
|
@@ -102281,7 +102281,6 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
102281
102281
|
tags: string[];
|
|
102282
102282
|
comment?: string | undefined;
|
|
102283
102283
|
}>>;
|
|
102284
|
-
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102285
102284
|
}, "strip", z$1.ZodTypeAny, {
|
|
102286
102285
|
id: string;
|
|
102287
102286
|
createdAt: Date;
|
|
@@ -102307,7 +102306,6 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
102307
102306
|
tags: string[];
|
|
102308
102307
|
comment?: string | undefined;
|
|
102309
102308
|
} | undefined;
|
|
102310
|
-
replyToMessageId?: string | undefined;
|
|
102311
102309
|
}, {
|
|
102312
102310
|
id: string;
|
|
102313
102311
|
createdAt: Date;
|
|
@@ -102333,7 +102331,6 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
102333
102331
|
tags: string[];
|
|
102334
102332
|
comment?: string | undefined;
|
|
102335
102333
|
} | undefined;
|
|
102336
|
-
replyToMessageId?: string | undefined;
|
|
102337
102334
|
}>;
|
|
102338
102335
|
type DTOForgeChatMessage = z$1.infer<typeof DTOForgeChatMessage>;
|
|
102339
102336
|
declare const DTOForgeChatThread: z$1.ZodObject<{
|
|
@@ -102650,7 +102647,6 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102650
102647
|
type: "FunctionCallOutput";
|
|
102651
102648
|
}>]>>;
|
|
102652
102649
|
opikTraceId: z$1.ZodOptional<z$1.ZodString>;
|
|
102653
|
-
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102654
102650
|
}, "strip", z$1.ZodTypeAny, {
|
|
102655
102651
|
payload: string;
|
|
102656
102652
|
sender?: {
|
|
@@ -102666,7 +102662,6 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102666
102662
|
} | {
|
|
102667
102663
|
type: "FunctionCallOutput";
|
|
102668
102664
|
} | undefined;
|
|
102669
|
-
replyToMessageId?: string | undefined;
|
|
102670
102665
|
opikTraceId?: string | undefined;
|
|
102671
102666
|
}, {
|
|
102672
102667
|
payload: string;
|
|
@@ -102683,7 +102678,6 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102683
102678
|
} | {
|
|
102684
102679
|
type: "FunctionCallOutput";
|
|
102685
102680
|
} | undefined;
|
|
102686
|
-
replyToMessageId?: string | undefined;
|
|
102687
102681
|
opikTraceId?: string | undefined;
|
|
102688
102682
|
}>;
|
|
102689
102683
|
type DTOForgeChatMessageCreateInput = z$1.infer<typeof DTOForgeChatMessageCreateInput>;
|
|
@@ -102748,7 +102742,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102748
102742
|
tags: string[];
|
|
102749
102743
|
comment?: string | undefined;
|
|
102750
102744
|
}>>;
|
|
102751
|
-
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102752
102745
|
}, "strip", z$1.ZodTypeAny, {
|
|
102753
102746
|
id: string;
|
|
102754
102747
|
createdAt: Date;
|
|
@@ -102774,7 +102767,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102774
102767
|
tags: string[];
|
|
102775
102768
|
comment?: string | undefined;
|
|
102776
102769
|
} | undefined;
|
|
102777
|
-
replyToMessageId?: string | undefined;
|
|
102778
102770
|
}, {
|
|
102779
102771
|
id: string;
|
|
102780
102772
|
createdAt: Date;
|
|
@@ -102800,7 +102792,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102800
102792
|
tags: string[];
|
|
102801
102793
|
comment?: string | undefined;
|
|
102802
102794
|
} | undefined;
|
|
102803
|
-
replyToMessageId?: string | undefined;
|
|
102804
102795
|
}>;
|
|
102805
102796
|
}, "strip", z$1.ZodTypeAny, {
|
|
102806
102797
|
message: {
|
|
@@ -102828,7 +102819,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102828
102819
|
tags: string[];
|
|
102829
102820
|
comment?: string | undefined;
|
|
102830
102821
|
} | undefined;
|
|
102831
|
-
replyToMessageId?: string | undefined;
|
|
102832
102822
|
};
|
|
102833
102823
|
}, {
|
|
102834
102824
|
message: {
|
|
@@ -102856,7 +102846,6 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102856
102846
|
tags: string[];
|
|
102857
102847
|
comment?: string | undefined;
|
|
102858
102848
|
} | undefined;
|
|
102859
|
-
replyToMessageId?: string | undefined;
|
|
102860
102849
|
};
|
|
102861
102850
|
}>;
|
|
102862
102851
|
type DTOForgeChatMessageCreateResponse = z$1.infer<typeof DTOForgeChatMessageCreateResponse>;
|
|
@@ -102935,7 +102924,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102935
102924
|
tags: string[];
|
|
102936
102925
|
comment?: string | undefined;
|
|
102937
102926
|
}>>;
|
|
102938
|
-
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102939
102927
|
}, "strip", z$1.ZodTypeAny, {
|
|
102940
102928
|
id: string;
|
|
102941
102929
|
createdAt: Date;
|
|
@@ -102961,7 +102949,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102961
102949
|
tags: string[];
|
|
102962
102950
|
comment?: string | undefined;
|
|
102963
102951
|
} | undefined;
|
|
102964
|
-
replyToMessageId?: string | undefined;
|
|
102965
102952
|
}, {
|
|
102966
102953
|
id: string;
|
|
102967
102954
|
createdAt: Date;
|
|
@@ -102987,7 +102974,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102987
102974
|
tags: string[];
|
|
102988
102975
|
comment?: string | undefined;
|
|
102989
102976
|
} | undefined;
|
|
102990
|
-
replyToMessageId?: string | undefined;
|
|
102991
102977
|
}>, "many">;
|
|
102992
102978
|
totalCount: z$1.ZodNumber;
|
|
102993
102979
|
hasMore: z$1.ZodBoolean;
|
|
@@ -103017,7 +103003,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
103017
103003
|
tags: string[];
|
|
103018
103004
|
comment?: string | undefined;
|
|
103019
103005
|
} | undefined;
|
|
103020
|
-
replyToMessageId?: string | undefined;
|
|
103021
103006
|
}[];
|
|
103022
103007
|
totalCount: number;
|
|
103023
103008
|
hasMore: boolean;
|
|
@@ -103047,7 +103032,6 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
103047
103032
|
tags: string[];
|
|
103048
103033
|
comment?: string | undefined;
|
|
103049
103034
|
} | undefined;
|
|
103050
|
-
replyToMessageId?: string | undefined;
|
|
103051
103035
|
}[];
|
|
103052
103036
|
totalCount: number;
|
|
103053
103037
|
hasMore: boolean;
|
|
@@ -144966,7 +144950,6 @@ declare class ChatThreadMessagesEndpoint {
|
|
|
144966
144950
|
tags: string[];
|
|
144967
144951
|
comment?: string | undefined;
|
|
144968
144952
|
} | undefined;
|
|
144969
|
-
replyToMessageId?: string | undefined;
|
|
144970
144953
|
}[];
|
|
144971
144954
|
totalCount: number;
|
|
144972
144955
|
hasMore: boolean;
|
|
@@ -144997,7 +144980,6 @@ declare class ChatThreadMessagesEndpoint {
|
|
|
144997
144980
|
tags: string[];
|
|
144998
144981
|
comment?: string | undefined;
|
|
144999
144982
|
} | undefined;
|
|
145000
|
-
replyToMessageId?: string | undefined;
|
|
145001
144983
|
};
|
|
145002
144984
|
}>;
|
|
145003
144985
|
score(workspaceId: string, threadId: string, body: z$1.input<typeof DTOForgeChatMessageScoreRequest>): Promise<any>;
|
package/dist/index.js
CHANGED
|
@@ -249,7 +249,8 @@ var AuthV2Request = _zod.z.object({
|
|
|
249
249
|
codeChallenge: _zod.z.string(),
|
|
250
250
|
codeChallengeMethod: _zod.z.string(),
|
|
251
251
|
redirectUri: _zod.z.string(),
|
|
252
|
-
sessionId: _zod.z.string()
|
|
252
|
+
sessionId: _zod.z.string(),
|
|
253
|
+
clientApp: _zod.z.string().optional()
|
|
253
254
|
});
|
|
254
255
|
var AuthV2Session = _zod.z.object({
|
|
255
256
|
id: _zod.z.string(),
|
|
@@ -474,8 +475,7 @@ var ForgeChatMessage = _zod.z.object({
|
|
|
474
475
|
updatedAt: _zod.z.coerce.date(),
|
|
475
476
|
opikTraceId: _zod.z.string().optional(),
|
|
476
477
|
sender: ForgeChatMessageSender,
|
|
477
|
-
userScore: ForgeChatMessageUserScore.optional()
|
|
478
|
-
replyToMessageId: _zod.z.string().optional()
|
|
478
|
+
userScore: ForgeChatMessageUserScore.optional()
|
|
479
479
|
});
|
|
480
480
|
var ForgeChatThread = _zod.z.object({
|
|
481
481
|
id: _zod.z.string(),
|
|
@@ -9557,7 +9557,7 @@ var DTOForgeProjectFeatureGetResponse = _zod2.default.object({
|
|
|
9557
9557
|
});
|
|
9558
9558
|
var DTOForgeProjectFeatureCreateInput = _zod2.default.object({
|
|
9559
9559
|
id: Id,
|
|
9560
|
-
name: _zod2.default.string(),
|
|
9560
|
+
name: _zod2.default.string().optional(),
|
|
9561
9561
|
description: _zod2.default.string(),
|
|
9562
9562
|
sectionId: Id.optional(),
|
|
9563
9563
|
afterFeatureId: Id.nullable().optional(),
|
|
@@ -9915,8 +9915,7 @@ var DTOForgeChatThreadListResponse = _zod.z.object({
|
|
|
9915
9915
|
var DTOForgeChatMessageCreateInput = _zod.z.object({
|
|
9916
9916
|
payload: _zod.z.string(),
|
|
9917
9917
|
sender: DTOForgeChatMessageSender.optional(),
|
|
9918
|
-
opikTraceId: _zod.z.string().optional()
|
|
9919
|
-
replyToMessageId: _zod.z.string().optional()
|
|
9918
|
+
opikTraceId: _zod.z.string().optional()
|
|
9920
9919
|
});
|
|
9921
9920
|
var DTOForgeChatMessageCreateResponse = _zod.z.object({
|
|
9922
9921
|
message: DTOForgeChatMessage
|
|
@@ -18286,7 +18285,7 @@ var LocalProjectActionExecutor = class {
|
|
|
18286
18285
|
isArchived: false,
|
|
18287
18286
|
sectionId: input.sectionId,
|
|
18288
18287
|
sortOrder,
|
|
18289
|
-
name: input.name,
|
|
18288
|
+
name: _nullishCoalesce(input.name, () => ( "New Feature")),
|
|
18290
18289
|
status: "Draft",
|
|
18291
18290
|
updatedAt: /* @__PURE__ */ new Date(),
|
|
18292
18291
|
createdAt: /* @__PURE__ */ new Date(),
|