@supernova-studio/client 1.22.2 → 1.23.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 +178 -170
- package/dist/index.d.ts +178 -170
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -68412,14 +68412,14 @@ declare const DTOFeatureMessageReaction: z__default.ZodObject<{
|
|
|
68412
68412
|
messageId: z__default.ZodString;
|
|
68413
68413
|
userId: z__default.ZodString;
|
|
68414
68414
|
emoji: z__default.ZodString;
|
|
68415
|
-
createdAt: z__default.
|
|
68415
|
+
createdAt: z__default.ZodString;
|
|
68416
68416
|
}, "strip", z__default.ZodTypeAny, {
|
|
68417
|
-
createdAt:
|
|
68417
|
+
createdAt: string;
|
|
68418
68418
|
emoji: string;
|
|
68419
68419
|
userId: string;
|
|
68420
68420
|
messageId: string;
|
|
68421
68421
|
}, {
|
|
68422
|
-
createdAt:
|
|
68422
|
+
createdAt: string;
|
|
68423
68423
|
emoji: string;
|
|
68424
68424
|
userId: string;
|
|
68425
68425
|
messageId: string;
|
|
@@ -68460,7 +68460,8 @@ declare const DTOFeatureMessage: z__default.ZodObject<{
|
|
|
68460
68460
|
*/
|
|
68461
68461
|
body: z__default.ZodString;
|
|
68462
68462
|
/**
|
|
68463
|
-
* Indicates if the message was sent in the agentic mode,
|
|
68463
|
+
* Indicates if the message was sent in the agentic mode, if so this message will cause an
|
|
68464
|
+
* AI agent to generate a response and perform an action within the feature
|
|
68464
68465
|
*/
|
|
68465
68466
|
isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
68466
68467
|
/**
|
|
@@ -68486,11 +68487,11 @@ declare const DTOFeatureMessage: z__default.ZodObject<{
|
|
|
68486
68487
|
}, {
|
|
68487
68488
|
iterationId?: string | undefined;
|
|
68488
68489
|
}>>;
|
|
68489
|
-
createdAt: z__default.
|
|
68490
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
68490
|
+
createdAt: z__default.ZodString;
|
|
68491
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68491
68492
|
}, "strip", z__default.ZodTypeAny, {
|
|
68492
68493
|
id: string;
|
|
68493
|
-
createdAt:
|
|
68494
|
+
createdAt: string;
|
|
68494
68495
|
sender: {
|
|
68495
68496
|
type: "User";
|
|
68496
68497
|
userId: string;
|
|
@@ -68501,7 +68502,7 @@ declare const DTOFeatureMessage: z__default.ZodObject<{
|
|
|
68501
68502
|
onBehalfOfUserId: string;
|
|
68502
68503
|
};
|
|
68503
68504
|
body: string;
|
|
68504
|
-
updatedAt?:
|
|
68505
|
+
updatedAt?: string | undefined;
|
|
68505
68506
|
isPrompt?: boolean | undefined;
|
|
68506
68507
|
startsNewThread?: boolean | undefined;
|
|
68507
68508
|
parentMessageId?: string | undefined;
|
|
@@ -68512,7 +68513,7 @@ declare const DTOFeatureMessage: z__default.ZodObject<{
|
|
|
68512
68513
|
} | undefined;
|
|
68513
68514
|
}, {
|
|
68514
68515
|
id: string;
|
|
68515
|
-
createdAt:
|
|
68516
|
+
createdAt: string;
|
|
68516
68517
|
sender: {
|
|
68517
68518
|
type: "User";
|
|
68518
68519
|
userId: string;
|
|
@@ -68523,7 +68524,7 @@ declare const DTOFeatureMessage: z__default.ZodObject<{
|
|
|
68523
68524
|
onBehalfOfUserId: string;
|
|
68524
68525
|
};
|
|
68525
68526
|
body: string;
|
|
68526
|
-
updatedAt?:
|
|
68527
|
+
updatedAt?: string | undefined;
|
|
68527
68528
|
isPrompt?: boolean | undefined;
|
|
68528
68529
|
startsNewThread?: boolean | undefined;
|
|
68529
68530
|
parentMessageId?: string | undefined;
|
|
@@ -68548,21 +68549,21 @@ declare const DTOFeatureArtifact: z__default.ZodObject<{
|
|
|
68548
68549
|
* URL of the feature artifact's contents
|
|
68549
68550
|
*/
|
|
68550
68551
|
url: z__default.ZodString;
|
|
68551
|
-
createdAt: z__default.
|
|
68552
|
-
updatedAt: z__default.
|
|
68552
|
+
createdAt: z__default.ZodString;
|
|
68553
|
+
updatedAt: z__default.ZodString;
|
|
68553
68554
|
}, "strip", z__default.ZodTypeAny, {
|
|
68554
68555
|
id: string;
|
|
68555
|
-
createdAt:
|
|
68556
|
+
createdAt: string;
|
|
68556
68557
|
name: string;
|
|
68557
68558
|
url: string;
|
|
68558
|
-
updatedAt:
|
|
68559
|
+
updatedAt: string;
|
|
68559
68560
|
fileId: string;
|
|
68560
68561
|
}, {
|
|
68561
68562
|
id: string;
|
|
68562
|
-
createdAt:
|
|
68563
|
+
createdAt: string;
|
|
68563
68564
|
name: string;
|
|
68564
68565
|
url: string;
|
|
68565
|
-
updatedAt:
|
|
68566
|
+
updatedAt: string;
|
|
68566
68567
|
fileId: string;
|
|
68567
68568
|
}>;
|
|
68568
68569
|
type DTOFeatureArtifact = z__default.infer<typeof DTOFeatureArtifact>;
|
|
@@ -68588,22 +68589,22 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
|
|
|
68588
68589
|
* URL of a static preview of the feature
|
|
68589
68590
|
*/
|
|
68590
68591
|
staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
68591
|
-
createdAt: z__default.
|
|
68592
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
68592
|
+
createdAt: z__default.ZodString;
|
|
68593
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68593
68594
|
}, "strip", z__default.ZodTypeAny, {
|
|
68594
68595
|
id: string;
|
|
68595
|
-
createdAt:
|
|
68596
|
+
createdAt: string;
|
|
68596
68597
|
startedFromMessageId: string;
|
|
68597
|
-
updatedAt?:
|
|
68598
|
+
updatedAt?: string | undefined;
|
|
68598
68599
|
baseIterationId?: string | undefined;
|
|
68599
68600
|
isInProgress?: boolean | undefined;
|
|
68600
68601
|
artifactIds?: string[] | undefined;
|
|
68601
68602
|
staticPreviewUrl?: string | undefined;
|
|
68602
68603
|
}, {
|
|
68603
68604
|
id: string;
|
|
68604
|
-
createdAt:
|
|
68605
|
+
createdAt: string;
|
|
68605
68606
|
startedFromMessageId: string;
|
|
68606
|
-
updatedAt?:
|
|
68607
|
+
updatedAt?: string | undefined;
|
|
68607
68608
|
baseIterationId?: string | undefined;
|
|
68608
68609
|
isInProgress?: boolean | undefined;
|
|
68609
68610
|
artifactIds?: string[] | undefined;
|
|
@@ -68645,7 +68646,8 @@ declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
68645
68646
|
*/
|
|
68646
68647
|
body: z__default.ZodString;
|
|
68647
68648
|
/**
|
|
68648
|
-
* Indicates if the message was sent in the agentic mode,
|
|
68649
|
+
* Indicates if the message was sent in the agentic mode, if so this message will cause an
|
|
68650
|
+
* AI agent to generate a response and perform an action within the feature
|
|
68649
68651
|
*/
|
|
68650
68652
|
isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
68651
68653
|
/**
|
|
@@ -68671,8 +68673,8 @@ declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
68671
68673
|
}, {
|
|
68672
68674
|
iterationId?: string | undefined;
|
|
68673
68675
|
}>>;
|
|
68674
|
-
createdAt: z__default.
|
|
68675
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
68676
|
+
createdAt: z__default.ZodString;
|
|
68677
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68676
68678
|
}, "id" | "sender" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId">, "strip", z__default.ZodTypeAny, {
|
|
68677
68679
|
id: string;
|
|
68678
68680
|
sender: {
|
|
@@ -68771,8 +68773,8 @@ declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
|
|
|
68771
68773
|
* URL of a static preview of the feature
|
|
68772
68774
|
*/
|
|
68773
68775
|
staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
68774
|
-
createdAt: z__default.
|
|
68775
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
68776
|
+
createdAt: z__default.ZodString;
|
|
68777
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68776
68778
|
}, "id" | "startedFromMessageId" | "artifactIds">, "strip", z__default.ZodTypeAny, {
|
|
68777
68779
|
id: string;
|
|
68778
68780
|
startedFromMessageId: string;
|
|
@@ -68827,7 +68829,8 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68827
68829
|
*/
|
|
68828
68830
|
body: z__default.ZodString;
|
|
68829
68831
|
/**
|
|
68830
|
-
* Indicates if the message was sent in the agentic mode,
|
|
68832
|
+
* Indicates if the message was sent in the agentic mode, if so this message will cause an
|
|
68833
|
+
* AI agent to generate a response and perform an action within the feature
|
|
68831
68834
|
*/
|
|
68832
68835
|
isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
68833
68836
|
/**
|
|
@@ -68853,11 +68856,11 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68853
68856
|
}, {
|
|
68854
68857
|
iterationId?: string | undefined;
|
|
68855
68858
|
}>>;
|
|
68856
|
-
createdAt: z__default.
|
|
68857
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
68859
|
+
createdAt: z__default.ZodString;
|
|
68860
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
68858
68861
|
}, "strip", z__default.ZodTypeAny, {
|
|
68859
68862
|
id: string;
|
|
68860
|
-
createdAt:
|
|
68863
|
+
createdAt: string;
|
|
68861
68864
|
sender: {
|
|
68862
68865
|
type: "User";
|
|
68863
68866
|
userId: string;
|
|
@@ -68868,7 +68871,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68868
68871
|
onBehalfOfUserId: string;
|
|
68869
68872
|
};
|
|
68870
68873
|
body: string;
|
|
68871
|
-
updatedAt?:
|
|
68874
|
+
updatedAt?: string | undefined;
|
|
68872
68875
|
isPrompt?: boolean | undefined;
|
|
68873
68876
|
startsNewThread?: boolean | undefined;
|
|
68874
68877
|
parentMessageId?: string | undefined;
|
|
@@ -68879,7 +68882,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68879
68882
|
} | undefined;
|
|
68880
68883
|
}, {
|
|
68881
68884
|
id: string;
|
|
68882
|
-
createdAt:
|
|
68885
|
+
createdAt: string;
|
|
68883
68886
|
sender: {
|
|
68884
68887
|
type: "User";
|
|
68885
68888
|
userId: string;
|
|
@@ -68890,7 +68893,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68890
68893
|
onBehalfOfUserId: string;
|
|
68891
68894
|
};
|
|
68892
68895
|
body: string;
|
|
68893
|
-
updatedAt?:
|
|
68896
|
+
updatedAt?: string | undefined;
|
|
68894
68897
|
isPrompt?: boolean | undefined;
|
|
68895
68898
|
startsNewThread?: boolean | undefined;
|
|
68896
68899
|
parentMessageId?: string | undefined;
|
|
@@ -68903,7 +68906,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68903
68906
|
}, "strip", z__default.ZodTypeAny, {
|
|
68904
68907
|
message: {
|
|
68905
68908
|
id: string;
|
|
68906
|
-
createdAt:
|
|
68909
|
+
createdAt: string;
|
|
68907
68910
|
sender: {
|
|
68908
68911
|
type: "User";
|
|
68909
68912
|
userId: string;
|
|
@@ -68914,7 +68917,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68914
68917
|
onBehalfOfUserId: string;
|
|
68915
68918
|
};
|
|
68916
68919
|
body: string;
|
|
68917
|
-
updatedAt?:
|
|
68920
|
+
updatedAt?: string | undefined;
|
|
68918
68921
|
isPrompt?: boolean | undefined;
|
|
68919
68922
|
startsNewThread?: boolean | undefined;
|
|
68920
68923
|
parentMessageId?: string | undefined;
|
|
@@ -68927,7 +68930,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68927
68930
|
}, {
|
|
68928
68931
|
message: {
|
|
68929
68932
|
id: string;
|
|
68930
|
-
createdAt:
|
|
68933
|
+
createdAt: string;
|
|
68931
68934
|
sender: {
|
|
68932
68935
|
type: "User";
|
|
68933
68936
|
userId: string;
|
|
@@ -68938,7 +68941,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
|
|
|
68938
68941
|
onBehalfOfUserId: string;
|
|
68939
68942
|
};
|
|
68940
68943
|
body: string;
|
|
68941
|
-
updatedAt?:
|
|
68944
|
+
updatedAt?: string | undefined;
|
|
68942
68945
|
isPrompt?: boolean | undefined;
|
|
68943
68946
|
startsNewThread?: boolean | undefined;
|
|
68944
68947
|
parentMessageId?: string | undefined;
|
|
@@ -68955,28 +68958,28 @@ declare const DTOFeatureMessageReactionResponse: z__default.ZodObject<{
|
|
|
68955
68958
|
messageId: z__default.ZodString;
|
|
68956
68959
|
userId: z__default.ZodString;
|
|
68957
68960
|
emoji: z__default.ZodString;
|
|
68958
|
-
createdAt: z__default.
|
|
68961
|
+
createdAt: z__default.ZodString;
|
|
68959
68962
|
}, "strip", z__default.ZodTypeAny, {
|
|
68960
|
-
createdAt:
|
|
68963
|
+
createdAt: string;
|
|
68961
68964
|
emoji: string;
|
|
68962
68965
|
userId: string;
|
|
68963
68966
|
messageId: string;
|
|
68964
68967
|
}, {
|
|
68965
|
-
createdAt:
|
|
68968
|
+
createdAt: string;
|
|
68966
68969
|
emoji: string;
|
|
68967
68970
|
userId: string;
|
|
68968
68971
|
messageId: string;
|
|
68969
68972
|
}>;
|
|
68970
68973
|
}, "strip", z__default.ZodTypeAny, {
|
|
68971
68974
|
reaction: {
|
|
68972
|
-
createdAt:
|
|
68975
|
+
createdAt: string;
|
|
68973
68976
|
emoji: string;
|
|
68974
68977
|
userId: string;
|
|
68975
68978
|
messageId: string;
|
|
68976
68979
|
};
|
|
68977
68980
|
}, {
|
|
68978
68981
|
reaction: {
|
|
68979
|
-
createdAt:
|
|
68982
|
+
createdAt: string;
|
|
68980
68983
|
emoji: string;
|
|
68981
68984
|
userId: string;
|
|
68982
68985
|
messageId: string;
|
|
@@ -69019,7 +69022,8 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69019
69022
|
*/
|
|
69020
69023
|
body: z__default.ZodString;
|
|
69021
69024
|
/**
|
|
69022
|
-
* Indicates if the message was sent in the agentic mode,
|
|
69025
|
+
* Indicates if the message was sent in the agentic mode, if so this message will cause an
|
|
69026
|
+
* AI agent to generate a response and perform an action within the feature
|
|
69023
69027
|
*/
|
|
69024
69028
|
isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
69025
69029
|
/**
|
|
@@ -69045,11 +69049,11 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69045
69049
|
}, {
|
|
69046
69050
|
iterationId?: string | undefined;
|
|
69047
69051
|
}>>;
|
|
69048
|
-
createdAt: z__default.
|
|
69049
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
69052
|
+
createdAt: z__default.ZodString;
|
|
69053
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69050
69054
|
}, "strip", z__default.ZodTypeAny, {
|
|
69051
69055
|
id: string;
|
|
69052
|
-
createdAt:
|
|
69056
|
+
createdAt: string;
|
|
69053
69057
|
sender: {
|
|
69054
69058
|
type: "User";
|
|
69055
69059
|
userId: string;
|
|
@@ -69060,7 +69064,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69060
69064
|
onBehalfOfUserId: string;
|
|
69061
69065
|
};
|
|
69062
69066
|
body: string;
|
|
69063
|
-
updatedAt?:
|
|
69067
|
+
updatedAt?: string | undefined;
|
|
69064
69068
|
isPrompt?: boolean | undefined;
|
|
69065
69069
|
startsNewThread?: boolean | undefined;
|
|
69066
69070
|
parentMessageId?: string | undefined;
|
|
@@ -69071,7 +69075,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69071
69075
|
} | undefined;
|
|
69072
69076
|
}, {
|
|
69073
69077
|
id: string;
|
|
69074
|
-
createdAt:
|
|
69078
|
+
createdAt: string;
|
|
69075
69079
|
sender: {
|
|
69076
69080
|
type: "User";
|
|
69077
69081
|
userId: string;
|
|
@@ -69082,7 +69086,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69082
69086
|
onBehalfOfUserId: string;
|
|
69083
69087
|
};
|
|
69084
69088
|
body: string;
|
|
69085
|
-
updatedAt?:
|
|
69089
|
+
updatedAt?: string | undefined;
|
|
69086
69090
|
isPrompt?: boolean | undefined;
|
|
69087
69091
|
startsNewThread?: boolean | undefined;
|
|
69088
69092
|
parentMessageId?: string | undefined;
|
|
@@ -69096,14 +69100,14 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69096
69100
|
messageId: z__default.ZodString;
|
|
69097
69101
|
userId: z__default.ZodString;
|
|
69098
69102
|
emoji: z__default.ZodString;
|
|
69099
|
-
createdAt: z__default.
|
|
69103
|
+
createdAt: z__default.ZodString;
|
|
69100
69104
|
}, "strip", z__default.ZodTypeAny, {
|
|
69101
|
-
createdAt:
|
|
69105
|
+
createdAt: string;
|
|
69102
69106
|
emoji: string;
|
|
69103
69107
|
userId: string;
|
|
69104
69108
|
messageId: string;
|
|
69105
69109
|
}, {
|
|
69106
|
-
createdAt:
|
|
69110
|
+
createdAt: string;
|
|
69107
69111
|
emoji: string;
|
|
69108
69112
|
userId: string;
|
|
69109
69113
|
messageId: string;
|
|
@@ -69112,7 +69116,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69112
69116
|
}, "strip", z__default.ZodTypeAny, {
|
|
69113
69117
|
messages: {
|
|
69114
69118
|
id: string;
|
|
69115
|
-
createdAt:
|
|
69119
|
+
createdAt: string;
|
|
69116
69120
|
sender: {
|
|
69117
69121
|
type: "User";
|
|
69118
69122
|
userId: string;
|
|
@@ -69123,7 +69127,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69123
69127
|
onBehalfOfUserId: string;
|
|
69124
69128
|
};
|
|
69125
69129
|
body: string;
|
|
69126
|
-
updatedAt?:
|
|
69130
|
+
updatedAt?: string | undefined;
|
|
69127
69131
|
isPrompt?: boolean | undefined;
|
|
69128
69132
|
startsNewThread?: boolean | undefined;
|
|
69129
69133
|
parentMessageId?: string | undefined;
|
|
@@ -69134,7 +69138,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69134
69138
|
} | undefined;
|
|
69135
69139
|
}[];
|
|
69136
69140
|
reactions: {
|
|
69137
|
-
createdAt:
|
|
69141
|
+
createdAt: string;
|
|
69138
69142
|
emoji: string;
|
|
69139
69143
|
userId: string;
|
|
69140
69144
|
messageId: string;
|
|
@@ -69143,7 +69147,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69143
69147
|
}, {
|
|
69144
69148
|
messages: {
|
|
69145
69149
|
id: string;
|
|
69146
|
-
createdAt:
|
|
69150
|
+
createdAt: string;
|
|
69147
69151
|
sender: {
|
|
69148
69152
|
type: "User";
|
|
69149
69153
|
userId: string;
|
|
@@ -69154,7 +69158,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69154
69158
|
onBehalfOfUserId: string;
|
|
69155
69159
|
};
|
|
69156
69160
|
body: string;
|
|
69157
|
-
updatedAt?:
|
|
69161
|
+
updatedAt?: string | undefined;
|
|
69158
69162
|
isPrompt?: boolean | undefined;
|
|
69159
69163
|
startsNewThread?: boolean | undefined;
|
|
69160
69164
|
parentMessageId?: string | undefined;
|
|
@@ -69165,7 +69169,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
|
|
|
69165
69169
|
} | undefined;
|
|
69166
69170
|
}[];
|
|
69167
69171
|
reactions: {
|
|
69168
|
-
createdAt:
|
|
69172
|
+
createdAt: string;
|
|
69169
69173
|
emoji: string;
|
|
69170
69174
|
userId: string;
|
|
69171
69175
|
messageId: string;
|
|
@@ -69188,39 +69192,39 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
|
|
|
69188
69192
|
* URL of the feature artifact's contents
|
|
69189
69193
|
*/
|
|
69190
69194
|
url: z__default.ZodString;
|
|
69191
|
-
createdAt: z__default.
|
|
69192
|
-
updatedAt: z__default.
|
|
69195
|
+
createdAt: z__default.ZodString;
|
|
69196
|
+
updatedAt: z__default.ZodString;
|
|
69193
69197
|
}, "strip", z__default.ZodTypeAny, {
|
|
69194
69198
|
id: string;
|
|
69195
|
-
createdAt:
|
|
69199
|
+
createdAt: string;
|
|
69196
69200
|
name: string;
|
|
69197
69201
|
url: string;
|
|
69198
|
-
updatedAt:
|
|
69202
|
+
updatedAt: string;
|
|
69199
69203
|
fileId: string;
|
|
69200
69204
|
}, {
|
|
69201
69205
|
id: string;
|
|
69202
|
-
createdAt:
|
|
69206
|
+
createdAt: string;
|
|
69203
69207
|
name: string;
|
|
69204
69208
|
url: string;
|
|
69205
|
-
updatedAt:
|
|
69209
|
+
updatedAt: string;
|
|
69206
69210
|
fileId: string;
|
|
69207
69211
|
}>;
|
|
69208
69212
|
}, "strip", z__default.ZodTypeAny, {
|
|
69209
69213
|
artifact: {
|
|
69210
69214
|
id: string;
|
|
69211
|
-
createdAt:
|
|
69215
|
+
createdAt: string;
|
|
69212
69216
|
name: string;
|
|
69213
69217
|
url: string;
|
|
69214
|
-
updatedAt:
|
|
69218
|
+
updatedAt: string;
|
|
69215
69219
|
fileId: string;
|
|
69216
69220
|
};
|
|
69217
69221
|
}, {
|
|
69218
69222
|
artifact: {
|
|
69219
69223
|
id: string;
|
|
69220
|
-
createdAt:
|
|
69224
|
+
createdAt: string;
|
|
69221
69225
|
name: string;
|
|
69222
69226
|
url: string;
|
|
69223
|
-
updatedAt:
|
|
69227
|
+
updatedAt: string;
|
|
69224
69228
|
fileId: string;
|
|
69225
69229
|
};
|
|
69226
69230
|
}>;
|
|
@@ -69240,39 +69244,39 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
|
|
|
69240
69244
|
* URL of the feature artifact's contents
|
|
69241
69245
|
*/
|
|
69242
69246
|
url: z__default.ZodString;
|
|
69243
|
-
createdAt: z__default.
|
|
69244
|
-
updatedAt: z__default.
|
|
69247
|
+
createdAt: z__default.ZodString;
|
|
69248
|
+
updatedAt: z__default.ZodString;
|
|
69245
69249
|
}, "strip", z__default.ZodTypeAny, {
|
|
69246
69250
|
id: string;
|
|
69247
|
-
createdAt:
|
|
69251
|
+
createdAt: string;
|
|
69248
69252
|
name: string;
|
|
69249
69253
|
url: string;
|
|
69250
|
-
updatedAt:
|
|
69254
|
+
updatedAt: string;
|
|
69251
69255
|
fileId: string;
|
|
69252
69256
|
}, {
|
|
69253
69257
|
id: string;
|
|
69254
|
-
createdAt:
|
|
69258
|
+
createdAt: string;
|
|
69255
69259
|
name: string;
|
|
69256
69260
|
url: string;
|
|
69257
|
-
updatedAt:
|
|
69261
|
+
updatedAt: string;
|
|
69258
69262
|
fileId: string;
|
|
69259
69263
|
}>, "many">;
|
|
69260
69264
|
}, "strip", z__default.ZodTypeAny, {
|
|
69261
69265
|
artifacts: {
|
|
69262
69266
|
id: string;
|
|
69263
|
-
createdAt:
|
|
69267
|
+
createdAt: string;
|
|
69264
69268
|
name: string;
|
|
69265
69269
|
url: string;
|
|
69266
|
-
updatedAt:
|
|
69270
|
+
updatedAt: string;
|
|
69267
69271
|
fileId: string;
|
|
69268
69272
|
}[];
|
|
69269
69273
|
}, {
|
|
69270
69274
|
artifacts: {
|
|
69271
69275
|
id: string;
|
|
69272
|
-
createdAt:
|
|
69276
|
+
createdAt: string;
|
|
69273
69277
|
name: string;
|
|
69274
69278
|
url: string;
|
|
69275
|
-
updatedAt:
|
|
69279
|
+
updatedAt: string;
|
|
69276
69280
|
fileId: string;
|
|
69277
69281
|
}[];
|
|
69278
69282
|
}>;
|
|
@@ -69300,22 +69304,22 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69300
69304
|
* URL of a static preview of the feature
|
|
69301
69305
|
*/
|
|
69302
69306
|
staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
69303
|
-
createdAt: z__default.
|
|
69304
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
69307
|
+
createdAt: z__default.ZodString;
|
|
69308
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69305
69309
|
}, "strip", z__default.ZodTypeAny, {
|
|
69306
69310
|
id: string;
|
|
69307
|
-
createdAt:
|
|
69311
|
+
createdAt: string;
|
|
69308
69312
|
startedFromMessageId: string;
|
|
69309
|
-
updatedAt?:
|
|
69313
|
+
updatedAt?: string | undefined;
|
|
69310
69314
|
baseIterationId?: string | undefined;
|
|
69311
69315
|
isInProgress?: boolean | undefined;
|
|
69312
69316
|
artifactIds?: string[] | undefined;
|
|
69313
69317
|
staticPreviewUrl?: string | undefined;
|
|
69314
69318
|
}, {
|
|
69315
69319
|
id: string;
|
|
69316
|
-
createdAt:
|
|
69320
|
+
createdAt: string;
|
|
69317
69321
|
startedFromMessageId: string;
|
|
69318
|
-
updatedAt?:
|
|
69322
|
+
updatedAt?: string | undefined;
|
|
69319
69323
|
baseIterationId?: string | undefined;
|
|
69320
69324
|
isInProgress?: boolean | undefined;
|
|
69321
69325
|
artifactIds?: string[] | undefined;
|
|
@@ -69324,9 +69328,9 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69324
69328
|
}, "strip", z__default.ZodTypeAny, {
|
|
69325
69329
|
iterations: {
|
|
69326
69330
|
id: string;
|
|
69327
|
-
createdAt:
|
|
69331
|
+
createdAt: string;
|
|
69328
69332
|
startedFromMessageId: string;
|
|
69329
|
-
updatedAt?:
|
|
69333
|
+
updatedAt?: string | undefined;
|
|
69330
69334
|
baseIterationId?: string | undefined;
|
|
69331
69335
|
isInProgress?: boolean | undefined;
|
|
69332
69336
|
artifactIds?: string[] | undefined;
|
|
@@ -69335,9 +69339,9 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
|
|
|
69335
69339
|
}, {
|
|
69336
69340
|
iterations: {
|
|
69337
69341
|
id: string;
|
|
69338
|
-
createdAt:
|
|
69342
|
+
createdAt: string;
|
|
69339
69343
|
startedFromMessageId: string;
|
|
69340
|
-
updatedAt?:
|
|
69344
|
+
updatedAt?: string | undefined;
|
|
69341
69345
|
baseIterationId?: string | undefined;
|
|
69342
69346
|
isInProgress?: boolean | undefined;
|
|
69343
69347
|
artifactIds?: string[] | undefined;
|
|
@@ -69368,22 +69372,22 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69368
69372
|
* URL of a static preview of the feature
|
|
69369
69373
|
*/
|
|
69370
69374
|
staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
69371
|
-
createdAt: z__default.
|
|
69372
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
69375
|
+
createdAt: z__default.ZodString;
|
|
69376
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69373
69377
|
}, "strip", z__default.ZodTypeAny, {
|
|
69374
69378
|
id: string;
|
|
69375
|
-
createdAt:
|
|
69379
|
+
createdAt: string;
|
|
69376
69380
|
startedFromMessageId: string;
|
|
69377
|
-
updatedAt?:
|
|
69381
|
+
updatedAt?: string | undefined;
|
|
69378
69382
|
baseIterationId?: string | undefined;
|
|
69379
69383
|
isInProgress?: boolean | undefined;
|
|
69380
69384
|
artifactIds?: string[] | undefined;
|
|
69381
69385
|
staticPreviewUrl?: string | undefined;
|
|
69382
69386
|
}, {
|
|
69383
69387
|
id: string;
|
|
69384
|
-
createdAt:
|
|
69388
|
+
createdAt: string;
|
|
69385
69389
|
startedFromMessageId: string;
|
|
69386
|
-
updatedAt?:
|
|
69390
|
+
updatedAt?: string | undefined;
|
|
69387
69391
|
baseIterationId?: string | undefined;
|
|
69388
69392
|
isInProgress?: boolean | undefined;
|
|
69389
69393
|
artifactIds?: string[] | undefined;
|
|
@@ -69392,9 +69396,9 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69392
69396
|
}, "strip", z__default.ZodTypeAny, {
|
|
69393
69397
|
iteration: {
|
|
69394
69398
|
id: string;
|
|
69395
|
-
createdAt:
|
|
69399
|
+
createdAt: string;
|
|
69396
69400
|
startedFromMessageId: string;
|
|
69397
|
-
updatedAt?:
|
|
69401
|
+
updatedAt?: string | undefined;
|
|
69398
69402
|
baseIterationId?: string | undefined;
|
|
69399
69403
|
isInProgress?: boolean | undefined;
|
|
69400
69404
|
artifactIds?: string[] | undefined;
|
|
@@ -69403,9 +69407,9 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
|
|
|
69403
69407
|
}, {
|
|
69404
69408
|
iteration: {
|
|
69405
69409
|
id: string;
|
|
69406
|
-
createdAt:
|
|
69410
|
+
createdAt: string;
|
|
69407
69411
|
startedFromMessageId: string;
|
|
69408
|
-
updatedAt?:
|
|
69412
|
+
updatedAt?: string | undefined;
|
|
69409
69413
|
baseIterationId?: string | undefined;
|
|
69410
69414
|
isInProgress?: boolean | undefined;
|
|
69411
69415
|
artifactIds?: string[] | undefined;
|
|
@@ -69450,7 +69454,8 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69450
69454
|
*/
|
|
69451
69455
|
body: z__default.ZodString;
|
|
69452
69456
|
/**
|
|
69453
|
-
* Indicates if the message was sent in the agentic mode,
|
|
69457
|
+
* Indicates if the message was sent in the agentic mode, if so this message will cause an
|
|
69458
|
+
* AI agent to generate a response and perform an action within the feature
|
|
69454
69459
|
*/
|
|
69455
69460
|
isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
69456
69461
|
/**
|
|
@@ -69476,11 +69481,11 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69476
69481
|
}, {
|
|
69477
69482
|
iterationId?: string | undefined;
|
|
69478
69483
|
}>>;
|
|
69479
|
-
createdAt: z__default.
|
|
69480
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
69484
|
+
createdAt: z__default.ZodString;
|
|
69485
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69481
69486
|
}, "strip", z__default.ZodTypeAny, {
|
|
69482
69487
|
id: string;
|
|
69483
|
-
createdAt:
|
|
69488
|
+
createdAt: string;
|
|
69484
69489
|
sender: {
|
|
69485
69490
|
type: "User";
|
|
69486
69491
|
userId: string;
|
|
@@ -69491,7 +69496,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69491
69496
|
onBehalfOfUserId: string;
|
|
69492
69497
|
};
|
|
69493
69498
|
body: string;
|
|
69494
|
-
updatedAt?:
|
|
69499
|
+
updatedAt?: string | undefined;
|
|
69495
69500
|
isPrompt?: boolean | undefined;
|
|
69496
69501
|
startsNewThread?: boolean | undefined;
|
|
69497
69502
|
parentMessageId?: string | undefined;
|
|
@@ -69502,7 +69507,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69502
69507
|
} | undefined;
|
|
69503
69508
|
}, {
|
|
69504
69509
|
id: string;
|
|
69505
|
-
createdAt:
|
|
69510
|
+
createdAt: string;
|
|
69506
69511
|
sender: {
|
|
69507
69512
|
type: "User";
|
|
69508
69513
|
userId: string;
|
|
@@ -69513,7 +69518,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69513
69518
|
onBehalfOfUserId: string;
|
|
69514
69519
|
};
|
|
69515
69520
|
body: string;
|
|
69516
|
-
updatedAt?:
|
|
69521
|
+
updatedAt?: string | undefined;
|
|
69517
69522
|
isPrompt?: boolean | undefined;
|
|
69518
69523
|
startsNewThread?: boolean | undefined;
|
|
69519
69524
|
parentMessageId?: string | undefined;
|
|
@@ -69527,7 +69532,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69527
69532
|
type: "MessagesSent";
|
|
69528
69533
|
data: {
|
|
69529
69534
|
id: string;
|
|
69530
|
-
createdAt:
|
|
69535
|
+
createdAt: string;
|
|
69531
69536
|
sender: {
|
|
69532
69537
|
type: "User";
|
|
69533
69538
|
userId: string;
|
|
@@ -69538,7 +69543,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69538
69543
|
onBehalfOfUserId: string;
|
|
69539
69544
|
};
|
|
69540
69545
|
body: string;
|
|
69541
|
-
updatedAt?:
|
|
69546
|
+
updatedAt?: string | undefined;
|
|
69542
69547
|
isPrompt?: boolean | undefined;
|
|
69543
69548
|
startsNewThread?: boolean | undefined;
|
|
69544
69549
|
parentMessageId?: string | undefined;
|
|
@@ -69552,7 +69557,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69552
69557
|
type: "MessagesSent";
|
|
69553
69558
|
data: {
|
|
69554
69559
|
id: string;
|
|
69555
|
-
createdAt:
|
|
69560
|
+
createdAt: string;
|
|
69556
69561
|
sender: {
|
|
69557
69562
|
type: "User";
|
|
69558
69563
|
userId: string;
|
|
@@ -69563,7 +69568,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
|
|
|
69563
69568
|
onBehalfOfUserId: string;
|
|
69564
69569
|
};
|
|
69565
69570
|
body: string;
|
|
69566
|
-
updatedAt?:
|
|
69571
|
+
updatedAt?: string | undefined;
|
|
69567
69572
|
isPrompt?: boolean | undefined;
|
|
69568
69573
|
startsNewThread?: boolean | undefined;
|
|
69569
69574
|
parentMessageId?: string | undefined;
|
|
@@ -69581,14 +69586,14 @@ declare const DTOFeatureEventReactionsSent: z__default.ZodObject<{
|
|
|
69581
69586
|
messageId: z__default.ZodString;
|
|
69582
69587
|
userId: z__default.ZodString;
|
|
69583
69588
|
emoji: z__default.ZodString;
|
|
69584
|
-
createdAt: z__default.
|
|
69589
|
+
createdAt: z__default.ZodString;
|
|
69585
69590
|
}, "strip", z__default.ZodTypeAny, {
|
|
69586
|
-
createdAt:
|
|
69591
|
+
createdAt: string;
|
|
69587
69592
|
emoji: string;
|
|
69588
69593
|
userId: string;
|
|
69589
69594
|
messageId: string;
|
|
69590
69595
|
}, {
|
|
69591
|
-
createdAt:
|
|
69596
|
+
createdAt: string;
|
|
69592
69597
|
emoji: string;
|
|
69593
69598
|
userId: string;
|
|
69594
69599
|
messageId: string;
|
|
@@ -69596,7 +69601,7 @@ declare const DTOFeatureEventReactionsSent: z__default.ZodObject<{
|
|
|
69596
69601
|
}, "strip", z__default.ZodTypeAny, {
|
|
69597
69602
|
type: "ReactionsSent";
|
|
69598
69603
|
data: {
|
|
69599
|
-
createdAt:
|
|
69604
|
+
createdAt: string;
|
|
69600
69605
|
emoji: string;
|
|
69601
69606
|
userId: string;
|
|
69602
69607
|
messageId: string;
|
|
@@ -69604,7 +69609,7 @@ declare const DTOFeatureEventReactionsSent: z__default.ZodObject<{
|
|
|
69604
69609
|
}, {
|
|
69605
69610
|
type: "ReactionsSent";
|
|
69606
69611
|
data: {
|
|
69607
|
-
createdAt:
|
|
69612
|
+
createdAt: string;
|
|
69608
69613
|
emoji: string;
|
|
69609
69614
|
userId: string;
|
|
69610
69615
|
messageId: string;
|
|
@@ -69617,14 +69622,14 @@ declare const DTOFeatureEventReactionsDeleted: z__default.ZodObject<{
|
|
|
69617
69622
|
messageId: z__default.ZodString;
|
|
69618
69623
|
userId: z__default.ZodString;
|
|
69619
69624
|
emoji: z__default.ZodString;
|
|
69620
|
-
createdAt: z__default.
|
|
69625
|
+
createdAt: z__default.ZodString;
|
|
69621
69626
|
}, "strip", z__default.ZodTypeAny, {
|
|
69622
|
-
createdAt:
|
|
69627
|
+
createdAt: string;
|
|
69623
69628
|
emoji: string;
|
|
69624
69629
|
userId: string;
|
|
69625
69630
|
messageId: string;
|
|
69626
69631
|
}, {
|
|
69627
|
-
createdAt:
|
|
69632
|
+
createdAt: string;
|
|
69628
69633
|
emoji: string;
|
|
69629
69634
|
userId: string;
|
|
69630
69635
|
messageId: string;
|
|
@@ -69632,7 +69637,7 @@ declare const DTOFeatureEventReactionsDeleted: z__default.ZodObject<{
|
|
|
69632
69637
|
}, "strip", z__default.ZodTypeAny, {
|
|
69633
69638
|
type: "ReactionsDeleted";
|
|
69634
69639
|
data: {
|
|
69635
|
-
createdAt:
|
|
69640
|
+
createdAt: string;
|
|
69636
69641
|
emoji: string;
|
|
69637
69642
|
userId: string;
|
|
69638
69643
|
messageId: string;
|
|
@@ -69640,7 +69645,7 @@ declare const DTOFeatureEventReactionsDeleted: z__default.ZodObject<{
|
|
|
69640
69645
|
}, {
|
|
69641
69646
|
type: "ReactionsDeleted";
|
|
69642
69647
|
data: {
|
|
69643
|
-
createdAt:
|
|
69648
|
+
createdAt: string;
|
|
69644
69649
|
emoji: string;
|
|
69645
69650
|
userId: string;
|
|
69646
69651
|
messageId: string;
|
|
@@ -69684,7 +69689,8 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69684
69689
|
*/
|
|
69685
69690
|
body: z__default.ZodString;
|
|
69686
69691
|
/**
|
|
69687
|
-
* Indicates if the message was sent in the agentic mode,
|
|
69692
|
+
* Indicates if the message was sent in the agentic mode, if so this message will cause an
|
|
69693
|
+
* AI agent to generate a response and perform an action within the feature
|
|
69688
69694
|
*/
|
|
69689
69695
|
isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
69690
69696
|
/**
|
|
@@ -69710,11 +69716,11 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69710
69716
|
}, {
|
|
69711
69717
|
iterationId?: string | undefined;
|
|
69712
69718
|
}>>;
|
|
69713
|
-
createdAt: z__default.
|
|
69714
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
69719
|
+
createdAt: z__default.ZodString;
|
|
69720
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69715
69721
|
}, "strip", z__default.ZodTypeAny, {
|
|
69716
69722
|
id: string;
|
|
69717
|
-
createdAt:
|
|
69723
|
+
createdAt: string;
|
|
69718
69724
|
sender: {
|
|
69719
69725
|
type: "User";
|
|
69720
69726
|
userId: string;
|
|
@@ -69725,7 +69731,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69725
69731
|
onBehalfOfUserId: string;
|
|
69726
69732
|
};
|
|
69727
69733
|
body: string;
|
|
69728
|
-
updatedAt?:
|
|
69734
|
+
updatedAt?: string | undefined;
|
|
69729
69735
|
isPrompt?: boolean | undefined;
|
|
69730
69736
|
startsNewThread?: boolean | undefined;
|
|
69731
69737
|
parentMessageId?: string | undefined;
|
|
@@ -69736,7 +69742,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69736
69742
|
} | undefined;
|
|
69737
69743
|
}, {
|
|
69738
69744
|
id: string;
|
|
69739
|
-
createdAt:
|
|
69745
|
+
createdAt: string;
|
|
69740
69746
|
sender: {
|
|
69741
69747
|
type: "User";
|
|
69742
69748
|
userId: string;
|
|
@@ -69747,7 +69753,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69747
69753
|
onBehalfOfUserId: string;
|
|
69748
69754
|
};
|
|
69749
69755
|
body: string;
|
|
69750
|
-
updatedAt?:
|
|
69756
|
+
updatedAt?: string | undefined;
|
|
69751
69757
|
isPrompt?: boolean | undefined;
|
|
69752
69758
|
startsNewThread?: boolean | undefined;
|
|
69753
69759
|
parentMessageId?: string | undefined;
|
|
@@ -69761,7 +69767,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69761
69767
|
type: "AgentResponseFinished";
|
|
69762
69768
|
data: {
|
|
69763
69769
|
id: string;
|
|
69764
|
-
createdAt:
|
|
69770
|
+
createdAt: string;
|
|
69765
69771
|
sender: {
|
|
69766
69772
|
type: "User";
|
|
69767
69773
|
userId: string;
|
|
@@ -69772,7 +69778,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69772
69778
|
onBehalfOfUserId: string;
|
|
69773
69779
|
};
|
|
69774
69780
|
body: string;
|
|
69775
|
-
updatedAt?:
|
|
69781
|
+
updatedAt?: string | undefined;
|
|
69776
69782
|
isPrompt?: boolean | undefined;
|
|
69777
69783
|
startsNewThread?: boolean | undefined;
|
|
69778
69784
|
parentMessageId?: string | undefined;
|
|
@@ -69786,7 +69792,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69786
69792
|
type: "AgentResponseFinished";
|
|
69787
69793
|
data: {
|
|
69788
69794
|
id: string;
|
|
69789
|
-
createdAt:
|
|
69795
|
+
createdAt: string;
|
|
69790
69796
|
sender: {
|
|
69791
69797
|
type: "User";
|
|
69792
69798
|
userId: string;
|
|
@@ -69797,7 +69803,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
|
|
|
69797
69803
|
onBehalfOfUserId: string;
|
|
69798
69804
|
};
|
|
69799
69805
|
body: string;
|
|
69800
|
-
updatedAt?:
|
|
69806
|
+
updatedAt?: string | undefined;
|
|
69801
69807
|
isPrompt?: boolean | undefined;
|
|
69802
69808
|
startsNewThread?: boolean | undefined;
|
|
69803
69809
|
parentMessageId?: string | undefined;
|
|
@@ -69846,7 +69852,8 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69846
69852
|
*/
|
|
69847
69853
|
body: z__default.ZodString;
|
|
69848
69854
|
/**
|
|
69849
|
-
* Indicates if the message was sent in the agentic mode,
|
|
69855
|
+
* Indicates if the message was sent in the agentic mode, if so this message will cause an
|
|
69856
|
+
* AI agent to generate a response and perform an action within the feature
|
|
69850
69857
|
*/
|
|
69851
69858
|
isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
69852
69859
|
/**
|
|
@@ -69872,11 +69879,11 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69872
69879
|
}, {
|
|
69873
69880
|
iterationId?: string | undefined;
|
|
69874
69881
|
}>>;
|
|
69875
|
-
createdAt: z__default.
|
|
69876
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
69882
|
+
createdAt: z__default.ZodString;
|
|
69883
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
69877
69884
|
}, "strip", z__default.ZodTypeAny, {
|
|
69878
69885
|
id: string;
|
|
69879
|
-
createdAt:
|
|
69886
|
+
createdAt: string;
|
|
69880
69887
|
sender: {
|
|
69881
69888
|
type: "User";
|
|
69882
69889
|
userId: string;
|
|
@@ -69887,7 +69894,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69887
69894
|
onBehalfOfUserId: string;
|
|
69888
69895
|
};
|
|
69889
69896
|
body: string;
|
|
69890
|
-
updatedAt?:
|
|
69897
|
+
updatedAt?: string | undefined;
|
|
69891
69898
|
isPrompt?: boolean | undefined;
|
|
69892
69899
|
startsNewThread?: boolean | undefined;
|
|
69893
69900
|
parentMessageId?: string | undefined;
|
|
@@ -69898,7 +69905,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69898
69905
|
} | undefined;
|
|
69899
69906
|
}, {
|
|
69900
69907
|
id: string;
|
|
69901
|
-
createdAt:
|
|
69908
|
+
createdAt: string;
|
|
69902
69909
|
sender: {
|
|
69903
69910
|
type: "User";
|
|
69904
69911
|
userId: string;
|
|
@@ -69909,7 +69916,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69909
69916
|
onBehalfOfUserId: string;
|
|
69910
69917
|
};
|
|
69911
69918
|
body: string;
|
|
69912
|
-
updatedAt?:
|
|
69919
|
+
updatedAt?: string | undefined;
|
|
69913
69920
|
isPrompt?: boolean | undefined;
|
|
69914
69921
|
startsNewThread?: boolean | undefined;
|
|
69915
69922
|
parentMessageId?: string | undefined;
|
|
@@ -69923,7 +69930,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69923
69930
|
type: "MessagesSent";
|
|
69924
69931
|
data: {
|
|
69925
69932
|
id: string;
|
|
69926
|
-
createdAt:
|
|
69933
|
+
createdAt: string;
|
|
69927
69934
|
sender: {
|
|
69928
69935
|
type: "User";
|
|
69929
69936
|
userId: string;
|
|
@@ -69934,7 +69941,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69934
69941
|
onBehalfOfUserId: string;
|
|
69935
69942
|
};
|
|
69936
69943
|
body: string;
|
|
69937
|
-
updatedAt?:
|
|
69944
|
+
updatedAt?: string | undefined;
|
|
69938
69945
|
isPrompt?: boolean | undefined;
|
|
69939
69946
|
startsNewThread?: boolean | undefined;
|
|
69940
69947
|
parentMessageId?: string | undefined;
|
|
@@ -69948,7 +69955,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69948
69955
|
type: "MessagesSent";
|
|
69949
69956
|
data: {
|
|
69950
69957
|
id: string;
|
|
69951
|
-
createdAt:
|
|
69958
|
+
createdAt: string;
|
|
69952
69959
|
sender: {
|
|
69953
69960
|
type: "User";
|
|
69954
69961
|
userId: string;
|
|
@@ -69959,7 +69966,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69959
69966
|
onBehalfOfUserId: string;
|
|
69960
69967
|
};
|
|
69961
69968
|
body: string;
|
|
69962
|
-
updatedAt?:
|
|
69969
|
+
updatedAt?: string | undefined;
|
|
69963
69970
|
isPrompt?: boolean | undefined;
|
|
69964
69971
|
startsNewThread?: boolean | undefined;
|
|
69965
69972
|
parentMessageId?: string | undefined;
|
|
@@ -69975,14 +69982,14 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69975
69982
|
messageId: z__default.ZodString;
|
|
69976
69983
|
userId: z__default.ZodString;
|
|
69977
69984
|
emoji: z__default.ZodString;
|
|
69978
|
-
createdAt: z__default.
|
|
69985
|
+
createdAt: z__default.ZodString;
|
|
69979
69986
|
}, "strip", z__default.ZodTypeAny, {
|
|
69980
|
-
createdAt:
|
|
69987
|
+
createdAt: string;
|
|
69981
69988
|
emoji: string;
|
|
69982
69989
|
userId: string;
|
|
69983
69990
|
messageId: string;
|
|
69984
69991
|
}, {
|
|
69985
|
-
createdAt:
|
|
69992
|
+
createdAt: string;
|
|
69986
69993
|
emoji: string;
|
|
69987
69994
|
userId: string;
|
|
69988
69995
|
messageId: string;
|
|
@@ -69990,7 +69997,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69990
69997
|
}, "strip", z__default.ZodTypeAny, {
|
|
69991
69998
|
type: "ReactionsSent";
|
|
69992
69999
|
data: {
|
|
69993
|
-
createdAt:
|
|
70000
|
+
createdAt: string;
|
|
69994
70001
|
emoji: string;
|
|
69995
70002
|
userId: string;
|
|
69996
70003
|
messageId: string;
|
|
@@ -69998,7 +70005,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
69998
70005
|
}, {
|
|
69999
70006
|
type: "ReactionsSent";
|
|
70000
70007
|
data: {
|
|
70001
|
-
createdAt:
|
|
70008
|
+
createdAt: string;
|
|
70002
70009
|
emoji: string;
|
|
70003
70010
|
userId: string;
|
|
70004
70011
|
messageId: string;
|
|
@@ -70009,14 +70016,14 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70009
70016
|
messageId: z__default.ZodString;
|
|
70010
70017
|
userId: z__default.ZodString;
|
|
70011
70018
|
emoji: z__default.ZodString;
|
|
70012
|
-
createdAt: z__default.
|
|
70019
|
+
createdAt: z__default.ZodString;
|
|
70013
70020
|
}, "strip", z__default.ZodTypeAny, {
|
|
70014
|
-
createdAt:
|
|
70021
|
+
createdAt: string;
|
|
70015
70022
|
emoji: string;
|
|
70016
70023
|
userId: string;
|
|
70017
70024
|
messageId: string;
|
|
70018
70025
|
}, {
|
|
70019
|
-
createdAt:
|
|
70026
|
+
createdAt: string;
|
|
70020
70027
|
emoji: string;
|
|
70021
70028
|
userId: string;
|
|
70022
70029
|
messageId: string;
|
|
@@ -70024,7 +70031,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70024
70031
|
}, "strip", z__default.ZodTypeAny, {
|
|
70025
70032
|
type: "ReactionsDeleted";
|
|
70026
70033
|
data: {
|
|
70027
|
-
createdAt:
|
|
70034
|
+
createdAt: string;
|
|
70028
70035
|
emoji: string;
|
|
70029
70036
|
userId: string;
|
|
70030
70037
|
messageId: string;
|
|
@@ -70032,7 +70039,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70032
70039
|
}, {
|
|
70033
70040
|
type: "ReactionsDeleted";
|
|
70034
70041
|
data: {
|
|
70035
|
-
createdAt:
|
|
70042
|
+
createdAt: string;
|
|
70036
70043
|
emoji: string;
|
|
70037
70044
|
userId: string;
|
|
70038
70045
|
messageId: string;
|
|
@@ -70074,7 +70081,8 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70074
70081
|
*/
|
|
70075
70082
|
body: z__default.ZodString;
|
|
70076
70083
|
/**
|
|
70077
|
-
* Indicates if the message was sent in the agentic mode,
|
|
70084
|
+
* Indicates if the message was sent in the agentic mode, if so this message will cause an
|
|
70085
|
+
* AI agent to generate a response and perform an action within the feature
|
|
70078
70086
|
*/
|
|
70079
70087
|
isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
70080
70088
|
/**
|
|
@@ -70100,11 +70108,11 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70100
70108
|
}, {
|
|
70101
70109
|
iterationId?: string | undefined;
|
|
70102
70110
|
}>>;
|
|
70103
|
-
createdAt: z__default.
|
|
70104
|
-
updatedAt: z__default.ZodOptional<z__default.
|
|
70111
|
+
createdAt: z__default.ZodString;
|
|
70112
|
+
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
70105
70113
|
}, "strip", z__default.ZodTypeAny, {
|
|
70106
70114
|
id: string;
|
|
70107
|
-
createdAt:
|
|
70115
|
+
createdAt: string;
|
|
70108
70116
|
sender: {
|
|
70109
70117
|
type: "User";
|
|
70110
70118
|
userId: string;
|
|
@@ -70115,7 +70123,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70115
70123
|
onBehalfOfUserId: string;
|
|
70116
70124
|
};
|
|
70117
70125
|
body: string;
|
|
70118
|
-
updatedAt?:
|
|
70126
|
+
updatedAt?: string | undefined;
|
|
70119
70127
|
isPrompt?: boolean | undefined;
|
|
70120
70128
|
startsNewThread?: boolean | undefined;
|
|
70121
70129
|
parentMessageId?: string | undefined;
|
|
@@ -70126,7 +70134,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70126
70134
|
} | undefined;
|
|
70127
70135
|
}, {
|
|
70128
70136
|
id: string;
|
|
70129
|
-
createdAt:
|
|
70137
|
+
createdAt: string;
|
|
70130
70138
|
sender: {
|
|
70131
70139
|
type: "User";
|
|
70132
70140
|
userId: string;
|
|
@@ -70137,7 +70145,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70137
70145
|
onBehalfOfUserId: string;
|
|
70138
70146
|
};
|
|
70139
70147
|
body: string;
|
|
70140
|
-
updatedAt?:
|
|
70148
|
+
updatedAt?: string | undefined;
|
|
70141
70149
|
isPrompt?: boolean | undefined;
|
|
70142
70150
|
startsNewThread?: boolean | undefined;
|
|
70143
70151
|
parentMessageId?: string | undefined;
|
|
@@ -70151,7 +70159,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70151
70159
|
type: "AgentResponseFinished";
|
|
70152
70160
|
data: {
|
|
70153
70161
|
id: string;
|
|
70154
|
-
createdAt:
|
|
70162
|
+
createdAt: string;
|
|
70155
70163
|
sender: {
|
|
70156
70164
|
type: "User";
|
|
70157
70165
|
userId: string;
|
|
@@ -70162,7 +70170,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70162
70170
|
onBehalfOfUserId: string;
|
|
70163
70171
|
};
|
|
70164
70172
|
body: string;
|
|
70165
|
-
updatedAt?:
|
|
70173
|
+
updatedAt?: string | undefined;
|
|
70166
70174
|
isPrompt?: boolean | undefined;
|
|
70167
70175
|
startsNewThread?: boolean | undefined;
|
|
70168
70176
|
parentMessageId?: string | undefined;
|
|
@@ -70176,7 +70184,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70176
70184
|
type: "AgentResponseFinished";
|
|
70177
70185
|
data: {
|
|
70178
70186
|
id: string;
|
|
70179
|
-
createdAt:
|
|
70187
|
+
createdAt: string;
|
|
70180
70188
|
sender: {
|
|
70181
70189
|
type: "User";
|
|
70182
70190
|
userId: string;
|
|
@@ -70187,7 +70195,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
|
|
|
70187
70195
|
onBehalfOfUserId: string;
|
|
70188
70196
|
};
|
|
70189
70197
|
body: string;
|
|
70190
|
-
updatedAt?:
|
|
70198
|
+
updatedAt?: string | undefined;
|
|
70191
70199
|
isPrompt?: boolean | undefined;
|
|
70192
70200
|
startsNewThread?: boolean | undefined;
|
|
70193
70201
|
parentMessageId?: string | undefined;
|
|
@@ -141778,7 +141786,7 @@ declare class ForgeFeatureMessagesEndpoint {
|
|
|
141778
141786
|
list(workspaceId: string, projectId: string, featureId: string): Promise<{
|
|
141779
141787
|
messages: {
|
|
141780
141788
|
id: string;
|
|
141781
|
-
createdAt:
|
|
141789
|
+
createdAt: string;
|
|
141782
141790
|
sender: {
|
|
141783
141791
|
type: "User";
|
|
141784
141792
|
userId: string;
|
|
@@ -141789,7 +141797,7 @@ declare class ForgeFeatureMessagesEndpoint {
|
|
|
141789
141797
|
onBehalfOfUserId: string;
|
|
141790
141798
|
};
|
|
141791
141799
|
body: string;
|
|
141792
|
-
updatedAt?:
|
|
141800
|
+
updatedAt?: string | undefined;
|
|
141793
141801
|
isPrompt?: boolean | undefined;
|
|
141794
141802
|
startsNewThread?: boolean | undefined;
|
|
141795
141803
|
parentMessageId?: string | undefined;
|
|
@@ -141800,7 +141808,7 @@ declare class ForgeFeatureMessagesEndpoint {
|
|
|
141800
141808
|
} | undefined;
|
|
141801
141809
|
}[];
|
|
141802
141810
|
reactions: {
|
|
141803
|
-
createdAt:
|
|
141811
|
+
createdAt: string;
|
|
141804
141812
|
emoji: string;
|
|
141805
141813
|
userId: string;
|
|
141806
141814
|
messageId: string;
|
|
@@ -141810,7 +141818,7 @@ declare class ForgeFeatureMessagesEndpoint {
|
|
|
141810
141818
|
create(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureMessageCreateInput): Promise<{
|
|
141811
141819
|
message: {
|
|
141812
141820
|
id: string;
|
|
141813
|
-
createdAt:
|
|
141821
|
+
createdAt: string;
|
|
141814
141822
|
sender: {
|
|
141815
141823
|
type: "User";
|
|
141816
141824
|
userId: string;
|
|
@@ -141821,7 +141829,7 @@ declare class ForgeFeatureMessagesEndpoint {
|
|
|
141821
141829
|
onBehalfOfUserId: string;
|
|
141822
141830
|
};
|
|
141823
141831
|
body: string;
|
|
141824
|
-
updatedAt?:
|
|
141832
|
+
updatedAt?: string | undefined;
|
|
141825
141833
|
isPrompt?: boolean | undefined;
|
|
141826
141834
|
startsNewThread?: boolean | undefined;
|
|
141827
141835
|
parentMessageId?: string | undefined;
|
|
@@ -141834,7 +141842,7 @@ declare class ForgeFeatureMessagesEndpoint {
|
|
|
141834
141842
|
}>;
|
|
141835
141843
|
createReaction(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureMessageReactionCreateInput): Promise<{
|
|
141836
141844
|
reaction: {
|
|
141837
|
-
createdAt:
|
|
141845
|
+
createdAt: string;
|
|
141838
141846
|
emoji: string;
|
|
141839
141847
|
userId: string;
|
|
141840
141848
|
messageId: string;
|
|
@@ -141842,7 +141850,7 @@ declare class ForgeFeatureMessagesEndpoint {
|
|
|
141842
141850
|
}>;
|
|
141843
141851
|
deleteReaction(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureMessageReactionDeleteInput): Promise<{
|
|
141844
141852
|
reaction: {
|
|
141845
|
-
createdAt:
|
|
141853
|
+
createdAt: string;
|
|
141846
141854
|
emoji: string;
|
|
141847
141855
|
userId: string;
|
|
141848
141856
|
messageId: string;
|