@supernova-studio/client 1.22.1 → 1.23.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.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.ZodDate;
68415
+ createdAt: z__default.ZodString;
68416
68416
  }, "strip", z__default.ZodTypeAny, {
68417
- createdAt: Date;
68417
+ createdAt: string;
68418
68418
  emoji: string;
68419
68419
  userId: string;
68420
68420
  messageId: string;
68421
68421
  }, {
68422
- createdAt: Date;
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.ZodDate;
68490
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
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: Date;
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?: Date | undefined;
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: Date;
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?: Date | undefined;
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.ZodDate;
68552
- updatedAt: z__default.ZodDate;
68552
+ createdAt: z__default.ZodString;
68553
+ updatedAt: z__default.ZodString;
68553
68554
  }, "strip", z__default.ZodTypeAny, {
68554
68555
  id: string;
68555
- createdAt: Date;
68556
+ createdAt: string;
68556
68557
  name: string;
68557
68558
  url: string;
68558
- updatedAt: Date;
68559
+ updatedAt: string;
68559
68560
  fileId: string;
68560
68561
  }, {
68561
68562
  id: string;
68562
- createdAt: Date;
68563
+ createdAt: string;
68563
68564
  name: string;
68564
68565
  url: string;
68565
- updatedAt: Date;
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.ZodDate;
68592
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
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: Date;
68596
+ createdAt: string;
68596
68597
  startedFromMessageId: string;
68597
- updatedAt?: Date | undefined;
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: Date;
68605
+ createdAt: string;
68605
68606
  startedFromMessageId: string;
68606
- updatedAt?: Date | undefined;
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.ZodDate;
68675
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
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.ZodDate;
68775
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
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;
@@ -68783,6 +68785,14 @@ declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
68783
68785
  artifactIds?: string[] | undefined;
68784
68786
  }>;
68785
68787
  type DTOFeatureIterationCreateInput = z__default.infer<typeof DTOFeatureIterationCreateInput>;
68788
+ declare const DTOFeatureIterationPromoteInput: z__default.ZodObject<{
68789
+ id: z__default.ZodString;
68790
+ }, "strip", z__default.ZodTypeAny, {
68791
+ id: string;
68792
+ }, {
68793
+ id: string;
68794
+ }>;
68795
+ type DTOFeatureIterationPromoteInput = z__default.infer<typeof DTOFeatureIterationPromoteInput>;
68786
68796
  declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68787
68797
  message: z__default.ZodObject<{
68788
68798
  id: z__default.ZodString;
@@ -68819,7 +68829,8 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68819
68829
  */
68820
68830
  body: z__default.ZodString;
68821
68831
  /**
68822
- * 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
68823
68834
  */
68824
68835
  isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
68825
68836
  /**
@@ -68845,11 +68856,11 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68845
68856
  }, {
68846
68857
  iterationId?: string | undefined;
68847
68858
  }>>;
68848
- createdAt: z__default.ZodDate;
68849
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
68859
+ createdAt: z__default.ZodString;
68860
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
68850
68861
  }, "strip", z__default.ZodTypeAny, {
68851
68862
  id: string;
68852
- createdAt: Date;
68863
+ createdAt: string;
68853
68864
  sender: {
68854
68865
  type: "User";
68855
68866
  userId: string;
@@ -68860,7 +68871,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68860
68871
  onBehalfOfUserId: string;
68861
68872
  };
68862
68873
  body: string;
68863
- updatedAt?: Date | undefined;
68874
+ updatedAt?: string | undefined;
68864
68875
  isPrompt?: boolean | undefined;
68865
68876
  startsNewThread?: boolean | undefined;
68866
68877
  parentMessageId?: string | undefined;
@@ -68871,7 +68882,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68871
68882
  } | undefined;
68872
68883
  }, {
68873
68884
  id: string;
68874
- createdAt: Date;
68885
+ createdAt: string;
68875
68886
  sender: {
68876
68887
  type: "User";
68877
68888
  userId: string;
@@ -68882,7 +68893,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68882
68893
  onBehalfOfUserId: string;
68883
68894
  };
68884
68895
  body: string;
68885
- updatedAt?: Date | undefined;
68896
+ updatedAt?: string | undefined;
68886
68897
  isPrompt?: boolean | undefined;
68887
68898
  startsNewThread?: boolean | undefined;
68888
68899
  parentMessageId?: string | undefined;
@@ -68895,7 +68906,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68895
68906
  }, "strip", z__default.ZodTypeAny, {
68896
68907
  message: {
68897
68908
  id: string;
68898
- createdAt: Date;
68909
+ createdAt: string;
68899
68910
  sender: {
68900
68911
  type: "User";
68901
68912
  userId: string;
@@ -68906,7 +68917,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68906
68917
  onBehalfOfUserId: string;
68907
68918
  };
68908
68919
  body: string;
68909
- updatedAt?: Date | undefined;
68920
+ updatedAt?: string | undefined;
68910
68921
  isPrompt?: boolean | undefined;
68911
68922
  startsNewThread?: boolean | undefined;
68912
68923
  parentMessageId?: string | undefined;
@@ -68919,7 +68930,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68919
68930
  }, {
68920
68931
  message: {
68921
68932
  id: string;
68922
- createdAt: Date;
68933
+ createdAt: string;
68923
68934
  sender: {
68924
68935
  type: "User";
68925
68936
  userId: string;
@@ -68930,7 +68941,7 @@ declare const DTOFeatureMessageResponse: z__default.ZodObject<{
68930
68941
  onBehalfOfUserId: string;
68931
68942
  };
68932
68943
  body: string;
68933
- updatedAt?: Date | undefined;
68944
+ updatedAt?: string | undefined;
68934
68945
  isPrompt?: boolean | undefined;
68935
68946
  startsNewThread?: boolean | undefined;
68936
68947
  parentMessageId?: string | undefined;
@@ -68947,28 +68958,28 @@ declare const DTOFeatureMessageReactionResponse: z__default.ZodObject<{
68947
68958
  messageId: z__default.ZodString;
68948
68959
  userId: z__default.ZodString;
68949
68960
  emoji: z__default.ZodString;
68950
- createdAt: z__default.ZodDate;
68961
+ createdAt: z__default.ZodString;
68951
68962
  }, "strip", z__default.ZodTypeAny, {
68952
- createdAt: Date;
68963
+ createdAt: string;
68953
68964
  emoji: string;
68954
68965
  userId: string;
68955
68966
  messageId: string;
68956
68967
  }, {
68957
- createdAt: Date;
68968
+ createdAt: string;
68958
68969
  emoji: string;
68959
68970
  userId: string;
68960
68971
  messageId: string;
68961
68972
  }>;
68962
68973
  }, "strip", z__default.ZodTypeAny, {
68963
68974
  reaction: {
68964
- createdAt: Date;
68975
+ createdAt: string;
68965
68976
  emoji: string;
68966
68977
  userId: string;
68967
68978
  messageId: string;
68968
68979
  };
68969
68980
  }, {
68970
68981
  reaction: {
68971
- createdAt: Date;
68982
+ createdAt: string;
68972
68983
  emoji: string;
68973
68984
  userId: string;
68974
68985
  messageId: string;
@@ -69011,7 +69022,8 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69011
69022
  */
69012
69023
  body: z__default.ZodString;
69013
69024
  /**
69014
- * 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
69015
69027
  */
69016
69028
  isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
69017
69029
  /**
@@ -69037,11 +69049,11 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69037
69049
  }, {
69038
69050
  iterationId?: string | undefined;
69039
69051
  }>>;
69040
- createdAt: z__default.ZodDate;
69041
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69052
+ createdAt: z__default.ZodString;
69053
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
69042
69054
  }, "strip", z__default.ZodTypeAny, {
69043
69055
  id: string;
69044
- createdAt: Date;
69056
+ createdAt: string;
69045
69057
  sender: {
69046
69058
  type: "User";
69047
69059
  userId: string;
@@ -69052,7 +69064,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69052
69064
  onBehalfOfUserId: string;
69053
69065
  };
69054
69066
  body: string;
69055
- updatedAt?: Date | undefined;
69067
+ updatedAt?: string | undefined;
69056
69068
  isPrompt?: boolean | undefined;
69057
69069
  startsNewThread?: boolean | undefined;
69058
69070
  parentMessageId?: string | undefined;
@@ -69063,7 +69075,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69063
69075
  } | undefined;
69064
69076
  }, {
69065
69077
  id: string;
69066
- createdAt: Date;
69078
+ createdAt: string;
69067
69079
  sender: {
69068
69080
  type: "User";
69069
69081
  userId: string;
@@ -69074,7 +69086,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69074
69086
  onBehalfOfUserId: string;
69075
69087
  };
69076
69088
  body: string;
69077
- updatedAt?: Date | undefined;
69089
+ updatedAt?: string | undefined;
69078
69090
  isPrompt?: boolean | undefined;
69079
69091
  startsNewThread?: boolean | undefined;
69080
69092
  parentMessageId?: string | undefined;
@@ -69088,14 +69100,14 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69088
69100
  messageId: z__default.ZodString;
69089
69101
  userId: z__default.ZodString;
69090
69102
  emoji: z__default.ZodString;
69091
- createdAt: z__default.ZodDate;
69103
+ createdAt: z__default.ZodString;
69092
69104
  }, "strip", z__default.ZodTypeAny, {
69093
- createdAt: Date;
69105
+ createdAt: string;
69094
69106
  emoji: string;
69095
69107
  userId: string;
69096
69108
  messageId: string;
69097
69109
  }, {
69098
- createdAt: Date;
69110
+ createdAt: string;
69099
69111
  emoji: string;
69100
69112
  userId: string;
69101
69113
  messageId: string;
@@ -69104,7 +69116,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69104
69116
  }, "strip", z__default.ZodTypeAny, {
69105
69117
  messages: {
69106
69118
  id: string;
69107
- createdAt: Date;
69119
+ createdAt: string;
69108
69120
  sender: {
69109
69121
  type: "User";
69110
69122
  userId: string;
@@ -69115,7 +69127,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69115
69127
  onBehalfOfUserId: string;
69116
69128
  };
69117
69129
  body: string;
69118
- updatedAt?: Date | undefined;
69130
+ updatedAt?: string | undefined;
69119
69131
  isPrompt?: boolean | undefined;
69120
69132
  startsNewThread?: boolean | undefined;
69121
69133
  parentMessageId?: string | undefined;
@@ -69126,7 +69138,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69126
69138
  } | undefined;
69127
69139
  }[];
69128
69140
  reactions: {
69129
- createdAt: Date;
69141
+ createdAt: string;
69130
69142
  emoji: string;
69131
69143
  userId: string;
69132
69144
  messageId: string;
@@ -69135,7 +69147,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69135
69147
  }, {
69136
69148
  messages: {
69137
69149
  id: string;
69138
- createdAt: Date;
69150
+ createdAt: string;
69139
69151
  sender: {
69140
69152
  type: "User";
69141
69153
  userId: string;
@@ -69146,7 +69158,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69146
69158
  onBehalfOfUserId: string;
69147
69159
  };
69148
69160
  body: string;
69149
- updatedAt?: Date | undefined;
69161
+ updatedAt?: string | undefined;
69150
69162
  isPrompt?: boolean | undefined;
69151
69163
  startsNewThread?: boolean | undefined;
69152
69164
  parentMessageId?: string | undefined;
@@ -69157,7 +69169,7 @@ declare const DTOFeatureMessageListResponse: z__default.ZodObject<{
69157
69169
  } | undefined;
69158
69170
  }[];
69159
69171
  reactions: {
69160
- createdAt: Date;
69172
+ createdAt: string;
69161
69173
  emoji: string;
69162
69174
  userId: string;
69163
69175
  messageId: string;
@@ -69180,39 +69192,39 @@ declare const DTOFeatureArtifactResponse: z__default.ZodObject<{
69180
69192
  * URL of the feature artifact's contents
69181
69193
  */
69182
69194
  url: z__default.ZodString;
69183
- createdAt: z__default.ZodDate;
69184
- updatedAt: z__default.ZodDate;
69195
+ createdAt: z__default.ZodString;
69196
+ updatedAt: z__default.ZodString;
69185
69197
  }, "strip", z__default.ZodTypeAny, {
69186
69198
  id: string;
69187
- createdAt: Date;
69199
+ createdAt: string;
69188
69200
  name: string;
69189
69201
  url: string;
69190
- updatedAt: Date;
69202
+ updatedAt: string;
69191
69203
  fileId: string;
69192
69204
  }, {
69193
69205
  id: string;
69194
- createdAt: Date;
69206
+ createdAt: string;
69195
69207
  name: string;
69196
69208
  url: string;
69197
- updatedAt: Date;
69209
+ updatedAt: string;
69198
69210
  fileId: string;
69199
69211
  }>;
69200
69212
  }, "strip", z__default.ZodTypeAny, {
69201
69213
  artifact: {
69202
69214
  id: string;
69203
- createdAt: Date;
69215
+ createdAt: string;
69204
69216
  name: string;
69205
69217
  url: string;
69206
- updatedAt: Date;
69218
+ updatedAt: string;
69207
69219
  fileId: string;
69208
69220
  };
69209
69221
  }, {
69210
69222
  artifact: {
69211
69223
  id: string;
69212
- createdAt: Date;
69224
+ createdAt: string;
69213
69225
  name: string;
69214
69226
  url: string;
69215
- updatedAt: Date;
69227
+ updatedAt: string;
69216
69228
  fileId: string;
69217
69229
  };
69218
69230
  }>;
@@ -69232,39 +69244,39 @@ declare const DTOFeatureArtifactListResponse: z__default.ZodObject<{
69232
69244
  * URL of the feature artifact's contents
69233
69245
  */
69234
69246
  url: z__default.ZodString;
69235
- createdAt: z__default.ZodDate;
69236
- updatedAt: z__default.ZodDate;
69247
+ createdAt: z__default.ZodString;
69248
+ updatedAt: z__default.ZodString;
69237
69249
  }, "strip", z__default.ZodTypeAny, {
69238
69250
  id: string;
69239
- createdAt: Date;
69251
+ createdAt: string;
69240
69252
  name: string;
69241
69253
  url: string;
69242
- updatedAt: Date;
69254
+ updatedAt: string;
69243
69255
  fileId: string;
69244
69256
  }, {
69245
69257
  id: string;
69246
- createdAt: Date;
69258
+ createdAt: string;
69247
69259
  name: string;
69248
69260
  url: string;
69249
- updatedAt: Date;
69261
+ updatedAt: string;
69250
69262
  fileId: string;
69251
69263
  }>, "many">;
69252
69264
  }, "strip", z__default.ZodTypeAny, {
69253
69265
  artifacts: {
69254
69266
  id: string;
69255
- createdAt: Date;
69267
+ createdAt: string;
69256
69268
  name: string;
69257
69269
  url: string;
69258
- updatedAt: Date;
69270
+ updatedAt: string;
69259
69271
  fileId: string;
69260
69272
  }[];
69261
69273
  }, {
69262
69274
  artifacts: {
69263
69275
  id: string;
69264
- createdAt: Date;
69276
+ createdAt: string;
69265
69277
  name: string;
69266
69278
  url: string;
69267
- updatedAt: Date;
69279
+ updatedAt: string;
69268
69280
  fileId: string;
69269
69281
  }[];
69270
69282
  }>;
@@ -69292,22 +69304,22 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69292
69304
  * URL of a static preview of the feature
69293
69305
  */
69294
69306
  staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
69295
- createdAt: z__default.ZodDate;
69296
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69307
+ createdAt: z__default.ZodString;
69308
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
69297
69309
  }, "strip", z__default.ZodTypeAny, {
69298
69310
  id: string;
69299
- createdAt: Date;
69311
+ createdAt: string;
69300
69312
  startedFromMessageId: string;
69301
- updatedAt?: Date | undefined;
69313
+ updatedAt?: string | undefined;
69302
69314
  baseIterationId?: string | undefined;
69303
69315
  isInProgress?: boolean | undefined;
69304
69316
  artifactIds?: string[] | undefined;
69305
69317
  staticPreviewUrl?: string | undefined;
69306
69318
  }, {
69307
69319
  id: string;
69308
- createdAt: Date;
69320
+ createdAt: string;
69309
69321
  startedFromMessageId: string;
69310
- updatedAt?: Date | undefined;
69322
+ updatedAt?: string | undefined;
69311
69323
  baseIterationId?: string | undefined;
69312
69324
  isInProgress?: boolean | undefined;
69313
69325
  artifactIds?: string[] | undefined;
@@ -69316,9 +69328,9 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69316
69328
  }, "strip", z__default.ZodTypeAny, {
69317
69329
  iterations: {
69318
69330
  id: string;
69319
- createdAt: Date;
69331
+ createdAt: string;
69320
69332
  startedFromMessageId: string;
69321
- updatedAt?: Date | undefined;
69333
+ updatedAt?: string | undefined;
69322
69334
  baseIterationId?: string | undefined;
69323
69335
  isInProgress?: boolean | undefined;
69324
69336
  artifactIds?: string[] | undefined;
@@ -69327,9 +69339,9 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69327
69339
  }, {
69328
69340
  iterations: {
69329
69341
  id: string;
69330
- createdAt: Date;
69342
+ createdAt: string;
69331
69343
  startedFromMessageId: string;
69332
- updatedAt?: Date | undefined;
69344
+ updatedAt?: string | undefined;
69333
69345
  baseIterationId?: string | undefined;
69334
69346
  isInProgress?: boolean | undefined;
69335
69347
  artifactIds?: string[] | undefined;
@@ -69360,22 +69372,22 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69360
69372
  * URL of a static preview of the feature
69361
69373
  */
69362
69374
  staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
69363
- createdAt: z__default.ZodDate;
69364
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69375
+ createdAt: z__default.ZodString;
69376
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
69365
69377
  }, "strip", z__default.ZodTypeAny, {
69366
69378
  id: string;
69367
- createdAt: Date;
69379
+ createdAt: string;
69368
69380
  startedFromMessageId: string;
69369
- updatedAt?: Date | undefined;
69381
+ updatedAt?: string | undefined;
69370
69382
  baseIterationId?: string | undefined;
69371
69383
  isInProgress?: boolean | undefined;
69372
69384
  artifactIds?: string[] | undefined;
69373
69385
  staticPreviewUrl?: string | undefined;
69374
69386
  }, {
69375
69387
  id: string;
69376
- createdAt: Date;
69388
+ createdAt: string;
69377
69389
  startedFromMessageId: string;
69378
- updatedAt?: Date | undefined;
69390
+ updatedAt?: string | undefined;
69379
69391
  baseIterationId?: string | undefined;
69380
69392
  isInProgress?: boolean | undefined;
69381
69393
  artifactIds?: string[] | undefined;
@@ -69384,9 +69396,9 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69384
69396
  }, "strip", z__default.ZodTypeAny, {
69385
69397
  iteration: {
69386
69398
  id: string;
69387
- createdAt: Date;
69399
+ createdAt: string;
69388
69400
  startedFromMessageId: string;
69389
- updatedAt?: Date | undefined;
69401
+ updatedAt?: string | undefined;
69390
69402
  baseIterationId?: string | undefined;
69391
69403
  isInProgress?: boolean | undefined;
69392
69404
  artifactIds?: string[] | undefined;
@@ -69395,9 +69407,9 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69395
69407
  }, {
69396
69408
  iteration: {
69397
69409
  id: string;
69398
- createdAt: Date;
69410
+ createdAt: string;
69399
69411
  startedFromMessageId: string;
69400
- updatedAt?: Date | undefined;
69412
+ updatedAt?: string | undefined;
69401
69413
  baseIterationId?: string | undefined;
69402
69414
  isInProgress?: boolean | undefined;
69403
69415
  artifactIds?: string[] | undefined;
@@ -69442,7 +69454,8 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69442
69454
  */
69443
69455
  body: z__default.ZodString;
69444
69456
  /**
69445
- * 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
69446
69459
  */
69447
69460
  isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
69448
69461
  /**
@@ -69468,11 +69481,11 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69468
69481
  }, {
69469
69482
  iterationId?: string | undefined;
69470
69483
  }>>;
69471
- createdAt: z__default.ZodDate;
69472
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69484
+ createdAt: z__default.ZodString;
69485
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
69473
69486
  }, "strip", z__default.ZodTypeAny, {
69474
69487
  id: string;
69475
- createdAt: Date;
69488
+ createdAt: string;
69476
69489
  sender: {
69477
69490
  type: "User";
69478
69491
  userId: string;
@@ -69483,7 +69496,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69483
69496
  onBehalfOfUserId: string;
69484
69497
  };
69485
69498
  body: string;
69486
- updatedAt?: Date | undefined;
69499
+ updatedAt?: string | undefined;
69487
69500
  isPrompt?: boolean | undefined;
69488
69501
  startsNewThread?: boolean | undefined;
69489
69502
  parentMessageId?: string | undefined;
@@ -69494,7 +69507,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69494
69507
  } | undefined;
69495
69508
  }, {
69496
69509
  id: string;
69497
- createdAt: Date;
69510
+ createdAt: string;
69498
69511
  sender: {
69499
69512
  type: "User";
69500
69513
  userId: string;
@@ -69505,7 +69518,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69505
69518
  onBehalfOfUserId: string;
69506
69519
  };
69507
69520
  body: string;
69508
- updatedAt?: Date | undefined;
69521
+ updatedAt?: string | undefined;
69509
69522
  isPrompt?: boolean | undefined;
69510
69523
  startsNewThread?: boolean | undefined;
69511
69524
  parentMessageId?: string | undefined;
@@ -69519,7 +69532,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69519
69532
  type: "MessagesSent";
69520
69533
  data: {
69521
69534
  id: string;
69522
- createdAt: Date;
69535
+ createdAt: string;
69523
69536
  sender: {
69524
69537
  type: "User";
69525
69538
  userId: string;
@@ -69530,7 +69543,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69530
69543
  onBehalfOfUserId: string;
69531
69544
  };
69532
69545
  body: string;
69533
- updatedAt?: Date | undefined;
69546
+ updatedAt?: string | undefined;
69534
69547
  isPrompt?: boolean | undefined;
69535
69548
  startsNewThread?: boolean | undefined;
69536
69549
  parentMessageId?: string | undefined;
@@ -69544,7 +69557,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69544
69557
  type: "MessagesSent";
69545
69558
  data: {
69546
69559
  id: string;
69547
- createdAt: Date;
69560
+ createdAt: string;
69548
69561
  sender: {
69549
69562
  type: "User";
69550
69563
  userId: string;
@@ -69555,7 +69568,7 @@ declare const DTOFeatureEventMessagesSent: z__default.ZodObject<{
69555
69568
  onBehalfOfUserId: string;
69556
69569
  };
69557
69570
  body: string;
69558
- updatedAt?: Date | undefined;
69571
+ updatedAt?: string | undefined;
69559
69572
  isPrompt?: boolean | undefined;
69560
69573
  startsNewThread?: boolean | undefined;
69561
69574
  parentMessageId?: string | undefined;
@@ -69573,14 +69586,14 @@ declare const DTOFeatureEventReactionsSent: z__default.ZodObject<{
69573
69586
  messageId: z__default.ZodString;
69574
69587
  userId: z__default.ZodString;
69575
69588
  emoji: z__default.ZodString;
69576
- createdAt: z__default.ZodDate;
69589
+ createdAt: z__default.ZodString;
69577
69590
  }, "strip", z__default.ZodTypeAny, {
69578
- createdAt: Date;
69591
+ createdAt: string;
69579
69592
  emoji: string;
69580
69593
  userId: string;
69581
69594
  messageId: string;
69582
69595
  }, {
69583
- createdAt: Date;
69596
+ createdAt: string;
69584
69597
  emoji: string;
69585
69598
  userId: string;
69586
69599
  messageId: string;
@@ -69588,7 +69601,7 @@ declare const DTOFeatureEventReactionsSent: z__default.ZodObject<{
69588
69601
  }, "strip", z__default.ZodTypeAny, {
69589
69602
  type: "ReactionsSent";
69590
69603
  data: {
69591
- createdAt: Date;
69604
+ createdAt: string;
69592
69605
  emoji: string;
69593
69606
  userId: string;
69594
69607
  messageId: string;
@@ -69596,7 +69609,7 @@ declare const DTOFeatureEventReactionsSent: z__default.ZodObject<{
69596
69609
  }, {
69597
69610
  type: "ReactionsSent";
69598
69611
  data: {
69599
- createdAt: Date;
69612
+ createdAt: string;
69600
69613
  emoji: string;
69601
69614
  userId: string;
69602
69615
  messageId: string;
@@ -69609,14 +69622,14 @@ declare const DTOFeatureEventReactionsDeleted: z__default.ZodObject<{
69609
69622
  messageId: z__default.ZodString;
69610
69623
  userId: z__default.ZodString;
69611
69624
  emoji: z__default.ZodString;
69612
- createdAt: z__default.ZodDate;
69625
+ createdAt: z__default.ZodString;
69613
69626
  }, "strip", z__default.ZodTypeAny, {
69614
- createdAt: Date;
69627
+ createdAt: string;
69615
69628
  emoji: string;
69616
69629
  userId: string;
69617
69630
  messageId: string;
69618
69631
  }, {
69619
- createdAt: Date;
69632
+ createdAt: string;
69620
69633
  emoji: string;
69621
69634
  userId: string;
69622
69635
  messageId: string;
@@ -69624,7 +69637,7 @@ declare const DTOFeatureEventReactionsDeleted: z__default.ZodObject<{
69624
69637
  }, "strip", z__default.ZodTypeAny, {
69625
69638
  type: "ReactionsDeleted";
69626
69639
  data: {
69627
- createdAt: Date;
69640
+ createdAt: string;
69628
69641
  emoji: string;
69629
69642
  userId: string;
69630
69643
  messageId: string;
@@ -69632,7 +69645,7 @@ declare const DTOFeatureEventReactionsDeleted: z__default.ZodObject<{
69632
69645
  }, {
69633
69646
  type: "ReactionsDeleted";
69634
69647
  data: {
69635
- createdAt: Date;
69648
+ createdAt: string;
69636
69649
  emoji: string;
69637
69650
  userId: string;
69638
69651
  messageId: string;
@@ -69676,7 +69689,8 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69676
69689
  */
69677
69690
  body: z__default.ZodString;
69678
69691
  /**
69679
- * 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
69680
69694
  */
69681
69695
  isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
69682
69696
  /**
@@ -69702,11 +69716,11 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69702
69716
  }, {
69703
69717
  iterationId?: string | undefined;
69704
69718
  }>>;
69705
- createdAt: z__default.ZodDate;
69706
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69719
+ createdAt: z__default.ZodString;
69720
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
69707
69721
  }, "strip", z__default.ZodTypeAny, {
69708
69722
  id: string;
69709
- createdAt: Date;
69723
+ createdAt: string;
69710
69724
  sender: {
69711
69725
  type: "User";
69712
69726
  userId: string;
@@ -69717,7 +69731,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69717
69731
  onBehalfOfUserId: string;
69718
69732
  };
69719
69733
  body: string;
69720
- updatedAt?: Date | undefined;
69734
+ updatedAt?: string | undefined;
69721
69735
  isPrompt?: boolean | undefined;
69722
69736
  startsNewThread?: boolean | undefined;
69723
69737
  parentMessageId?: string | undefined;
@@ -69728,7 +69742,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69728
69742
  } | undefined;
69729
69743
  }, {
69730
69744
  id: string;
69731
- createdAt: Date;
69745
+ createdAt: string;
69732
69746
  sender: {
69733
69747
  type: "User";
69734
69748
  userId: string;
@@ -69739,7 +69753,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69739
69753
  onBehalfOfUserId: string;
69740
69754
  };
69741
69755
  body: string;
69742
- updatedAt?: Date | undefined;
69756
+ updatedAt?: string | undefined;
69743
69757
  isPrompt?: boolean | undefined;
69744
69758
  startsNewThread?: boolean | undefined;
69745
69759
  parentMessageId?: string | undefined;
@@ -69753,7 +69767,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69753
69767
  type: "AgentResponseFinished";
69754
69768
  data: {
69755
69769
  id: string;
69756
- createdAt: Date;
69770
+ createdAt: string;
69757
69771
  sender: {
69758
69772
  type: "User";
69759
69773
  userId: string;
@@ -69764,7 +69778,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69764
69778
  onBehalfOfUserId: string;
69765
69779
  };
69766
69780
  body: string;
69767
- updatedAt?: Date | undefined;
69781
+ updatedAt?: string | undefined;
69768
69782
  isPrompt?: boolean | undefined;
69769
69783
  startsNewThread?: boolean | undefined;
69770
69784
  parentMessageId?: string | undefined;
@@ -69778,7 +69792,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69778
69792
  type: "AgentResponseFinished";
69779
69793
  data: {
69780
69794
  id: string;
69781
- createdAt: Date;
69795
+ createdAt: string;
69782
69796
  sender: {
69783
69797
  type: "User";
69784
69798
  userId: string;
@@ -69789,7 +69803,7 @@ declare const DTOFeatureEventAgentResponseFinished: z__default.ZodObject<{
69789
69803
  onBehalfOfUserId: string;
69790
69804
  };
69791
69805
  body: string;
69792
- updatedAt?: Date | undefined;
69806
+ updatedAt?: string | undefined;
69793
69807
  isPrompt?: boolean | undefined;
69794
69808
  startsNewThread?: boolean | undefined;
69795
69809
  parentMessageId?: string | undefined;
@@ -69838,7 +69852,8 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69838
69852
  */
69839
69853
  body: z__default.ZodString;
69840
69854
  /**
69841
- * 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
69842
69857
  */
69843
69858
  isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
69844
69859
  /**
@@ -69864,11 +69879,11 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69864
69879
  }, {
69865
69880
  iterationId?: string | undefined;
69866
69881
  }>>;
69867
- createdAt: z__default.ZodDate;
69868
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
69882
+ createdAt: z__default.ZodString;
69883
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
69869
69884
  }, "strip", z__default.ZodTypeAny, {
69870
69885
  id: string;
69871
- createdAt: Date;
69886
+ createdAt: string;
69872
69887
  sender: {
69873
69888
  type: "User";
69874
69889
  userId: string;
@@ -69879,7 +69894,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69879
69894
  onBehalfOfUserId: string;
69880
69895
  };
69881
69896
  body: string;
69882
- updatedAt?: Date | undefined;
69897
+ updatedAt?: string | undefined;
69883
69898
  isPrompt?: boolean | undefined;
69884
69899
  startsNewThread?: boolean | undefined;
69885
69900
  parentMessageId?: string | undefined;
@@ -69890,7 +69905,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69890
69905
  } | undefined;
69891
69906
  }, {
69892
69907
  id: string;
69893
- createdAt: Date;
69908
+ createdAt: string;
69894
69909
  sender: {
69895
69910
  type: "User";
69896
69911
  userId: string;
@@ -69901,7 +69916,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69901
69916
  onBehalfOfUserId: string;
69902
69917
  };
69903
69918
  body: string;
69904
- updatedAt?: Date | undefined;
69919
+ updatedAt?: string | undefined;
69905
69920
  isPrompt?: boolean | undefined;
69906
69921
  startsNewThread?: boolean | undefined;
69907
69922
  parentMessageId?: string | undefined;
@@ -69915,7 +69930,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69915
69930
  type: "MessagesSent";
69916
69931
  data: {
69917
69932
  id: string;
69918
- createdAt: Date;
69933
+ createdAt: string;
69919
69934
  sender: {
69920
69935
  type: "User";
69921
69936
  userId: string;
@@ -69926,7 +69941,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69926
69941
  onBehalfOfUserId: string;
69927
69942
  };
69928
69943
  body: string;
69929
- updatedAt?: Date | undefined;
69944
+ updatedAt?: string | undefined;
69930
69945
  isPrompt?: boolean | undefined;
69931
69946
  startsNewThread?: boolean | undefined;
69932
69947
  parentMessageId?: string | undefined;
@@ -69940,7 +69955,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69940
69955
  type: "MessagesSent";
69941
69956
  data: {
69942
69957
  id: string;
69943
- createdAt: Date;
69958
+ createdAt: string;
69944
69959
  sender: {
69945
69960
  type: "User";
69946
69961
  userId: string;
@@ -69951,7 +69966,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69951
69966
  onBehalfOfUserId: string;
69952
69967
  };
69953
69968
  body: string;
69954
- updatedAt?: Date | undefined;
69969
+ updatedAt?: string | undefined;
69955
69970
  isPrompt?: boolean | undefined;
69956
69971
  startsNewThread?: boolean | undefined;
69957
69972
  parentMessageId?: string | undefined;
@@ -69967,14 +69982,14 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69967
69982
  messageId: z__default.ZodString;
69968
69983
  userId: z__default.ZodString;
69969
69984
  emoji: z__default.ZodString;
69970
- createdAt: z__default.ZodDate;
69985
+ createdAt: z__default.ZodString;
69971
69986
  }, "strip", z__default.ZodTypeAny, {
69972
- createdAt: Date;
69987
+ createdAt: string;
69973
69988
  emoji: string;
69974
69989
  userId: string;
69975
69990
  messageId: string;
69976
69991
  }, {
69977
- createdAt: Date;
69992
+ createdAt: string;
69978
69993
  emoji: string;
69979
69994
  userId: string;
69980
69995
  messageId: string;
@@ -69982,7 +69997,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69982
69997
  }, "strip", z__default.ZodTypeAny, {
69983
69998
  type: "ReactionsSent";
69984
69999
  data: {
69985
- createdAt: Date;
70000
+ createdAt: string;
69986
70001
  emoji: string;
69987
70002
  userId: string;
69988
70003
  messageId: string;
@@ -69990,7 +70005,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
69990
70005
  }, {
69991
70006
  type: "ReactionsSent";
69992
70007
  data: {
69993
- createdAt: Date;
70008
+ createdAt: string;
69994
70009
  emoji: string;
69995
70010
  userId: string;
69996
70011
  messageId: string;
@@ -70001,14 +70016,14 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70001
70016
  messageId: z__default.ZodString;
70002
70017
  userId: z__default.ZodString;
70003
70018
  emoji: z__default.ZodString;
70004
- createdAt: z__default.ZodDate;
70019
+ createdAt: z__default.ZodString;
70005
70020
  }, "strip", z__default.ZodTypeAny, {
70006
- createdAt: Date;
70021
+ createdAt: string;
70007
70022
  emoji: string;
70008
70023
  userId: string;
70009
70024
  messageId: string;
70010
70025
  }, {
70011
- createdAt: Date;
70026
+ createdAt: string;
70012
70027
  emoji: string;
70013
70028
  userId: string;
70014
70029
  messageId: string;
@@ -70016,7 +70031,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70016
70031
  }, "strip", z__default.ZodTypeAny, {
70017
70032
  type: "ReactionsDeleted";
70018
70033
  data: {
70019
- createdAt: Date;
70034
+ createdAt: string;
70020
70035
  emoji: string;
70021
70036
  userId: string;
70022
70037
  messageId: string;
@@ -70024,7 +70039,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70024
70039
  }, {
70025
70040
  type: "ReactionsDeleted";
70026
70041
  data: {
70027
- createdAt: Date;
70042
+ createdAt: string;
70028
70043
  emoji: string;
70029
70044
  userId: string;
70030
70045
  messageId: string;
@@ -70066,7 +70081,8 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70066
70081
  */
70067
70082
  body: z__default.ZodString;
70068
70083
  /**
70069
- * 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
70070
70086
  */
70071
70087
  isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
70072
70088
  /**
@@ -70092,11 +70108,11 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70092
70108
  }, {
70093
70109
  iterationId?: string | undefined;
70094
70110
  }>>;
70095
- createdAt: z__default.ZodDate;
70096
- updatedAt: z__default.ZodOptional<z__default.ZodDate>;
70111
+ createdAt: z__default.ZodString;
70112
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
70097
70113
  }, "strip", z__default.ZodTypeAny, {
70098
70114
  id: string;
70099
- createdAt: Date;
70115
+ createdAt: string;
70100
70116
  sender: {
70101
70117
  type: "User";
70102
70118
  userId: string;
@@ -70107,7 +70123,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70107
70123
  onBehalfOfUserId: string;
70108
70124
  };
70109
70125
  body: string;
70110
- updatedAt?: Date | undefined;
70126
+ updatedAt?: string | undefined;
70111
70127
  isPrompt?: boolean | undefined;
70112
70128
  startsNewThread?: boolean | undefined;
70113
70129
  parentMessageId?: string | undefined;
@@ -70118,7 +70134,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70118
70134
  } | undefined;
70119
70135
  }, {
70120
70136
  id: string;
70121
- createdAt: Date;
70137
+ createdAt: string;
70122
70138
  sender: {
70123
70139
  type: "User";
70124
70140
  userId: string;
@@ -70129,7 +70145,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70129
70145
  onBehalfOfUserId: string;
70130
70146
  };
70131
70147
  body: string;
70132
- updatedAt?: Date | undefined;
70148
+ updatedAt?: string | undefined;
70133
70149
  isPrompt?: boolean | undefined;
70134
70150
  startsNewThread?: boolean | undefined;
70135
70151
  parentMessageId?: string | undefined;
@@ -70143,7 +70159,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70143
70159
  type: "AgentResponseFinished";
70144
70160
  data: {
70145
70161
  id: string;
70146
- createdAt: Date;
70162
+ createdAt: string;
70147
70163
  sender: {
70148
70164
  type: "User";
70149
70165
  userId: string;
@@ -70154,7 +70170,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70154
70170
  onBehalfOfUserId: string;
70155
70171
  };
70156
70172
  body: string;
70157
- updatedAt?: Date | undefined;
70173
+ updatedAt?: string | undefined;
70158
70174
  isPrompt?: boolean | undefined;
70159
70175
  startsNewThread?: boolean | undefined;
70160
70176
  parentMessageId?: string | undefined;
@@ -70168,7 +70184,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70168
70184
  type: "AgentResponseFinished";
70169
70185
  data: {
70170
70186
  id: string;
70171
- createdAt: Date;
70187
+ createdAt: string;
70172
70188
  sender: {
70173
70189
  type: "User";
70174
70190
  userId: string;
@@ -70179,7 +70195,7 @@ declare const DTOFeatureEvent: z__default.ZodDiscriminatedUnion<"type", [z__defa
70179
70195
  onBehalfOfUserId: string;
70180
70196
  };
70181
70197
  body: string;
70182
- updatedAt?: Date | undefined;
70198
+ updatedAt?: string | undefined;
70183
70199
  isPrompt?: boolean | undefined;
70184
70200
  startsNewThread?: boolean | undefined;
70185
70201
  parentMessageId?: string | undefined;
@@ -141770,7 +141786,7 @@ declare class ForgeFeatureMessagesEndpoint {
141770
141786
  list(workspaceId: string, projectId: string, featureId: string): Promise<{
141771
141787
  messages: {
141772
141788
  id: string;
141773
- createdAt: Date;
141789
+ createdAt: string;
141774
141790
  sender: {
141775
141791
  type: "User";
141776
141792
  userId: string;
@@ -141781,7 +141797,7 @@ declare class ForgeFeatureMessagesEndpoint {
141781
141797
  onBehalfOfUserId: string;
141782
141798
  };
141783
141799
  body: string;
141784
- updatedAt?: Date | undefined;
141800
+ updatedAt?: string | undefined;
141785
141801
  isPrompt?: boolean | undefined;
141786
141802
  startsNewThread?: boolean | undefined;
141787
141803
  parentMessageId?: string | undefined;
@@ -141792,7 +141808,7 @@ declare class ForgeFeatureMessagesEndpoint {
141792
141808
  } | undefined;
141793
141809
  }[];
141794
141810
  reactions: {
141795
- createdAt: Date;
141811
+ createdAt: string;
141796
141812
  emoji: string;
141797
141813
  userId: string;
141798
141814
  messageId: string;
@@ -141802,7 +141818,7 @@ declare class ForgeFeatureMessagesEndpoint {
141802
141818
  create(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureMessageCreateInput): Promise<{
141803
141819
  message: {
141804
141820
  id: string;
141805
- createdAt: Date;
141821
+ createdAt: string;
141806
141822
  sender: {
141807
141823
  type: "User";
141808
141824
  userId: string;
@@ -141813,7 +141829,7 @@ declare class ForgeFeatureMessagesEndpoint {
141813
141829
  onBehalfOfUserId: string;
141814
141830
  };
141815
141831
  body: string;
141816
- updatedAt?: Date | undefined;
141832
+ updatedAt?: string | undefined;
141817
141833
  isPrompt?: boolean | undefined;
141818
141834
  startsNewThread?: boolean | undefined;
141819
141835
  parentMessageId?: string | undefined;
@@ -141826,7 +141842,7 @@ declare class ForgeFeatureMessagesEndpoint {
141826
141842
  }>;
141827
141843
  createReaction(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureMessageReactionCreateInput): Promise<{
141828
141844
  reaction: {
141829
- createdAt: Date;
141845
+ createdAt: string;
141830
141846
  emoji: string;
141831
141847
  userId: string;
141832
141848
  messageId: string;
@@ -141834,7 +141850,7 @@ declare class ForgeFeatureMessagesEndpoint {
141834
141850
  }>;
141835
141851
  deleteReaction(workspaceId: string, projectId: string, featureId: string, body: DTOFeatureMessageReactionDeleteInput): Promise<{
141836
141852
  reaction: {
141837
- createdAt: Date;
141853
+ createdAt: string;
141838
141854
  emoji: string;
141839
141855
  userId: string;
141840
141856
  messageId: string;
@@ -146630,4 +146646,4 @@ declare function isValidRedirectPath(path: string): {
146630
146646
  reason: ValidationErrorReason | undefined;
146631
146647
  };
146632
146648
 
146633
- export { BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationResponse, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUserSender, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeatureMessagesEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
146649
+ export { BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUserSender, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeatureMessagesEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };