@supernova-studio/client 1.39.1 → 1.40.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 +0 -18
- package/dist/index.d.ts +0 -18
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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
|
@@ -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
|
@@ -474,8 +474,7 @@ var ForgeChatMessage = _zod.z.object({
|
|
|
474
474
|
updatedAt: _zod.z.coerce.date(),
|
|
475
475
|
opikTraceId: _zod.z.string().optional(),
|
|
476
476
|
sender: ForgeChatMessageSender,
|
|
477
|
-
userScore: ForgeChatMessageUserScore.optional()
|
|
478
|
-
replyToMessageId: _zod.z.string().optional()
|
|
477
|
+
userScore: ForgeChatMessageUserScore.optional()
|
|
479
478
|
});
|
|
480
479
|
var ForgeChatThread = _zod.z.object({
|
|
481
480
|
id: _zod.z.string(),
|
|
@@ -9915,8 +9914,7 @@ var DTOForgeChatThreadListResponse = _zod.z.object({
|
|
|
9915
9914
|
var DTOForgeChatMessageCreateInput = _zod.z.object({
|
|
9916
9915
|
payload: _zod.z.string(),
|
|
9917
9916
|
sender: DTOForgeChatMessageSender.optional(),
|
|
9918
|
-
opikTraceId: _zod.z.string().optional()
|
|
9919
|
-
replyToMessageId: _zod.z.string().optional()
|
|
9917
|
+
opikTraceId: _zod.z.string().optional()
|
|
9920
9918
|
});
|
|
9921
9919
|
var DTOForgeChatMessageCreateResponse = _zod.z.object({
|
|
9922
9920
|
message: DTOForgeChatMessage
|