@supernova-studio/client 1.41.2 → 1.41.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +442 -5
- package/dist/index.d.ts +442 -5
- package/dist/index.js +11 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -81351,21 +81351,51 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
81351
81351
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
81352
81352
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
81353
81353
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
81354
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
81355
|
+
fileId: z__default.ZodString;
|
|
81356
|
+
fileUrl: z__default.ZodString;
|
|
81357
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
81358
|
+
fileId: string;
|
|
81359
|
+
fileUrl: string;
|
|
81360
|
+
}, {
|
|
81361
|
+
fileId: string;
|
|
81362
|
+
fileUrl: string;
|
|
81363
|
+
}>, "many">>;
|
|
81354
81364
|
}, "strip", z__default.ZodTypeAny, {
|
|
81365
|
+
files?: {
|
|
81366
|
+
fileId: string;
|
|
81367
|
+
fileUrl: string;
|
|
81368
|
+
}[] | undefined;
|
|
81355
81369
|
iterationId?: string | undefined;
|
|
81356
81370
|
}, {
|
|
81371
|
+
files?: {
|
|
81372
|
+
fileId: string;
|
|
81373
|
+
fileUrl: string;
|
|
81374
|
+
}[] | undefined;
|
|
81357
81375
|
iterationId?: string | undefined;
|
|
81358
81376
|
}>>;
|
|
81359
81377
|
replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
|
|
81360
81378
|
createdAt: z__default.ZodString;
|
|
81361
81379
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
81362
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId"
|
|
81380
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId"> & {
|
|
81381
|
+
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
81382
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
81383
|
+
fileIds: z__default.ZodOptional<z__default.ZodArray<z__default.ZodString, "many">>;
|
|
81384
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
81385
|
+
fileIds?: string[] | undefined;
|
|
81386
|
+
iterationId?: string | undefined;
|
|
81387
|
+
}, {
|
|
81388
|
+
fileIds?: string[] | undefined;
|
|
81389
|
+
iterationId?: string | undefined;
|
|
81390
|
+
}>>;
|
|
81391
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
81363
81392
|
id: string;
|
|
81364
81393
|
body: string;
|
|
81365
81394
|
isPrompt?: boolean | undefined;
|
|
81366
81395
|
startsNewThread?: boolean | undefined;
|
|
81367
81396
|
parentMessageId?: string | undefined;
|
|
81368
81397
|
attachments?: {
|
|
81398
|
+
fileIds?: string[] | undefined;
|
|
81369
81399
|
iterationId?: string | undefined;
|
|
81370
81400
|
} | undefined;
|
|
81371
81401
|
}, {
|
|
@@ -81375,6 +81405,7 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
81375
81405
|
startsNewThread?: boolean | undefined;
|
|
81376
81406
|
parentMessageId?: string | undefined;
|
|
81377
81407
|
attachments?: {
|
|
81408
|
+
fileIds?: string[] | undefined;
|
|
81378
81409
|
iterationId?: string | undefined;
|
|
81379
81410
|
} | undefined;
|
|
81380
81411
|
}>>;
|
|
@@ -81390,6 +81421,7 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
81390
81421
|
startsNewThread?: boolean | undefined;
|
|
81391
81422
|
parentMessageId?: string | undefined;
|
|
81392
81423
|
attachments?: {
|
|
81424
|
+
fileIds?: string[] | undefined;
|
|
81393
81425
|
iterationId?: string | undefined;
|
|
81394
81426
|
} | undefined;
|
|
81395
81427
|
} | undefined;
|
|
@@ -81405,6 +81437,7 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
81405
81437
|
startsNewThread?: boolean | undefined;
|
|
81406
81438
|
parentMessageId?: string | undefined;
|
|
81407
81439
|
attachments?: {
|
|
81440
|
+
fileIds?: string[] | undefined;
|
|
81408
81441
|
iterationId?: string | undefined;
|
|
81409
81442
|
} | undefined;
|
|
81410
81443
|
} | undefined;
|
|
@@ -81423,6 +81456,7 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
81423
81456
|
startsNewThread?: boolean | undefined;
|
|
81424
81457
|
parentMessageId?: string | undefined;
|
|
81425
81458
|
attachments?: {
|
|
81459
|
+
fileIds?: string[] | undefined;
|
|
81426
81460
|
iterationId?: string | undefined;
|
|
81427
81461
|
} | undefined;
|
|
81428
81462
|
} | undefined;
|
|
@@ -81441,6 +81475,7 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
|
|
|
81441
81475
|
startsNewThread?: boolean | undefined;
|
|
81442
81476
|
parentMessageId?: string | undefined;
|
|
81443
81477
|
attachments?: {
|
|
81478
|
+
fileIds?: string[] | undefined;
|
|
81444
81479
|
iterationId?: string | undefined;
|
|
81445
81480
|
} | undefined;
|
|
81446
81481
|
} | undefined;
|
|
@@ -81935,21 +81970,51 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81935
81970
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
81936
81971
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
81937
81972
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
81973
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
81974
|
+
fileId: z__default.ZodString;
|
|
81975
|
+
fileUrl: z__default.ZodString;
|
|
81976
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
81977
|
+
fileId: string;
|
|
81978
|
+
fileUrl: string;
|
|
81979
|
+
}, {
|
|
81980
|
+
fileId: string;
|
|
81981
|
+
fileUrl: string;
|
|
81982
|
+
}>, "many">>;
|
|
81938
81983
|
}, "strip", z__default.ZodTypeAny, {
|
|
81984
|
+
files?: {
|
|
81985
|
+
fileId: string;
|
|
81986
|
+
fileUrl: string;
|
|
81987
|
+
}[] | undefined;
|
|
81939
81988
|
iterationId?: string | undefined;
|
|
81940
81989
|
}, {
|
|
81990
|
+
files?: {
|
|
81991
|
+
fileId: string;
|
|
81992
|
+
fileUrl: string;
|
|
81993
|
+
}[] | undefined;
|
|
81941
81994
|
iterationId?: string | undefined;
|
|
81942
81995
|
}>>;
|
|
81943
81996
|
replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
|
|
81944
81997
|
createdAt: z__default.ZodString;
|
|
81945
81998
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
81946
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId"
|
|
81999
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId"> & {
|
|
82000
|
+
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
82001
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
82002
|
+
fileIds: z__default.ZodOptional<z__default.ZodArray<z__default.ZodString, "many">>;
|
|
82003
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
82004
|
+
fileIds?: string[] | undefined;
|
|
82005
|
+
iterationId?: string | undefined;
|
|
82006
|
+
}, {
|
|
82007
|
+
fileIds?: string[] | undefined;
|
|
82008
|
+
iterationId?: string | undefined;
|
|
82009
|
+
}>>;
|
|
82010
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
81947
82011
|
id: string;
|
|
81948
82012
|
body: string;
|
|
81949
82013
|
isPrompt?: boolean | undefined;
|
|
81950
82014
|
startsNewThread?: boolean | undefined;
|
|
81951
82015
|
parentMessageId?: string | undefined;
|
|
81952
82016
|
attachments?: {
|
|
82017
|
+
fileIds?: string[] | undefined;
|
|
81953
82018
|
iterationId?: string | undefined;
|
|
81954
82019
|
} | undefined;
|
|
81955
82020
|
}, {
|
|
@@ -81959,6 +82024,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81959
82024
|
startsNewThread?: boolean | undefined;
|
|
81960
82025
|
parentMessageId?: string | undefined;
|
|
81961
82026
|
attachments?: {
|
|
82027
|
+
fileIds?: string[] | undefined;
|
|
81962
82028
|
iterationId?: string | undefined;
|
|
81963
82029
|
} | undefined;
|
|
81964
82030
|
}>>;
|
|
@@ -81974,6 +82040,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81974
82040
|
startsNewThread?: boolean | undefined;
|
|
81975
82041
|
parentMessageId?: string | undefined;
|
|
81976
82042
|
attachments?: {
|
|
82043
|
+
fileIds?: string[] | undefined;
|
|
81977
82044
|
iterationId?: string | undefined;
|
|
81978
82045
|
} | undefined;
|
|
81979
82046
|
} | undefined;
|
|
@@ -81989,6 +82056,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
81989
82056
|
startsNewThread?: boolean | undefined;
|
|
81990
82057
|
parentMessageId?: string | undefined;
|
|
81991
82058
|
attachments?: {
|
|
82059
|
+
fileIds?: string[] | undefined;
|
|
81992
82060
|
iterationId?: string | undefined;
|
|
81993
82061
|
} | undefined;
|
|
81994
82062
|
} | undefined;
|
|
@@ -82007,6 +82075,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
82007
82075
|
startsNewThread?: boolean | undefined;
|
|
82008
82076
|
parentMessageId?: string | undefined;
|
|
82009
82077
|
attachments?: {
|
|
82078
|
+
fileIds?: string[] | undefined;
|
|
82010
82079
|
iterationId?: string | undefined;
|
|
82011
82080
|
} | undefined;
|
|
82012
82081
|
} | undefined;
|
|
@@ -82025,6 +82094,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
|
|
|
82025
82094
|
startsNewThread?: boolean | undefined;
|
|
82026
82095
|
parentMessageId?: string | undefined;
|
|
82027
82096
|
attachments?: {
|
|
82097
|
+
fileIds?: string[] | undefined;
|
|
82028
82098
|
iterationId?: string | undefined;
|
|
82029
82099
|
} | undefined;
|
|
82030
82100
|
} | undefined;
|
|
@@ -82363,21 +82433,51 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
|
82363
82433
|
agentResponseTrackerId: z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>;
|
|
82364
82434
|
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
82365
82435
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
82436
|
+
files: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
82437
|
+
fileId: z$1.ZodString;
|
|
82438
|
+
fileUrl: z$1.ZodString;
|
|
82439
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
82440
|
+
fileId: string;
|
|
82441
|
+
fileUrl: string;
|
|
82442
|
+
}, {
|
|
82443
|
+
fileId: string;
|
|
82444
|
+
fileUrl: string;
|
|
82445
|
+
}>, "many">>;
|
|
82366
82446
|
}, "strip", z$1.ZodTypeAny, {
|
|
82447
|
+
files?: {
|
|
82448
|
+
fileId: string;
|
|
82449
|
+
fileUrl: string;
|
|
82450
|
+
}[] | undefined;
|
|
82367
82451
|
iterationId?: string | undefined;
|
|
82368
82452
|
}, {
|
|
82453
|
+
files?: {
|
|
82454
|
+
fileId: string;
|
|
82455
|
+
fileUrl: string;
|
|
82456
|
+
}[] | undefined;
|
|
82369
82457
|
iterationId?: string | undefined;
|
|
82370
82458
|
}>>;
|
|
82371
82459
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
82372
82460
|
createdAt: z$1.ZodString;
|
|
82373
82461
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
82374
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId"
|
|
82462
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId"> & {
|
|
82463
|
+
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
82464
|
+
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
82465
|
+
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
82466
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
82467
|
+
fileIds?: string[] | undefined;
|
|
82468
|
+
iterationId?: string | undefined;
|
|
82469
|
+
}, {
|
|
82470
|
+
fileIds?: string[] | undefined;
|
|
82471
|
+
iterationId?: string | undefined;
|
|
82472
|
+
}>>;
|
|
82473
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
82375
82474
|
id: string;
|
|
82376
82475
|
body: string;
|
|
82377
82476
|
isPrompt?: boolean | undefined;
|
|
82378
82477
|
startsNewThread?: boolean | undefined;
|
|
82379
82478
|
parentMessageId?: string | undefined;
|
|
82380
82479
|
attachments?: {
|
|
82480
|
+
fileIds?: string[] | undefined;
|
|
82381
82481
|
iterationId?: string | undefined;
|
|
82382
82482
|
} | undefined;
|
|
82383
82483
|
}, {
|
|
@@ -82387,6 +82487,7 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
|
82387
82487
|
startsNewThread?: boolean | undefined;
|
|
82388
82488
|
parentMessageId?: string | undefined;
|
|
82389
82489
|
attachments?: {
|
|
82490
|
+
fileIds?: string[] | undefined;
|
|
82390
82491
|
iterationId?: string | undefined;
|
|
82391
82492
|
} | undefined;
|
|
82392
82493
|
}>>;
|
|
@@ -82402,6 +82503,7 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
|
82402
82503
|
startsNewThread?: boolean | undefined;
|
|
82403
82504
|
parentMessageId?: string | undefined;
|
|
82404
82505
|
attachments?: {
|
|
82506
|
+
fileIds?: string[] | undefined;
|
|
82405
82507
|
iterationId?: string | undefined;
|
|
82406
82508
|
} | undefined;
|
|
82407
82509
|
} | undefined;
|
|
@@ -82417,6 +82519,7 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
|
|
|
82417
82519
|
startsNewThread?: boolean | undefined;
|
|
82418
82520
|
parentMessageId?: string | undefined;
|
|
82419
82521
|
attachments?: {
|
|
82522
|
+
fileIds?: string[] | undefined;
|
|
82420
82523
|
iterationId?: string | undefined;
|
|
82421
82524
|
} | undefined;
|
|
82422
82525
|
} | undefined;
|
|
@@ -233759,9 +233862,27 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
233759
233862
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
233760
233863
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
233761
233864
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
233865
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
233866
|
+
fileId: z__default.ZodString;
|
|
233867
|
+
fileUrl: z__default.ZodString;
|
|
233868
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
233869
|
+
fileId: string;
|
|
233870
|
+
fileUrl: string;
|
|
233871
|
+
}, {
|
|
233872
|
+
fileId: string;
|
|
233873
|
+
fileUrl: string;
|
|
233874
|
+
}>, "many">>;
|
|
233762
233875
|
}, "strip", z__default.ZodTypeAny, {
|
|
233876
|
+
files?: {
|
|
233877
|
+
fileId: string;
|
|
233878
|
+
fileUrl: string;
|
|
233879
|
+
}[] | undefined;
|
|
233763
233880
|
iterationId?: string | undefined;
|
|
233764
233881
|
}, {
|
|
233882
|
+
files?: {
|
|
233883
|
+
fileId: string;
|
|
233884
|
+
fileUrl: string;
|
|
233885
|
+
}[] | undefined;
|
|
233765
233886
|
iterationId?: string | undefined;
|
|
233766
233887
|
}>>;
|
|
233767
233888
|
/**
|
|
@@ -233791,6 +233912,10 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
233791
233912
|
parentMessageId?: string | undefined;
|
|
233792
233913
|
agentResponseTrackerId?: string | null | undefined;
|
|
233793
233914
|
attachments?: {
|
|
233915
|
+
files?: {
|
|
233916
|
+
fileId: string;
|
|
233917
|
+
fileUrl: string;
|
|
233918
|
+
}[] | undefined;
|
|
233794
233919
|
iterationId?: string | undefined;
|
|
233795
233920
|
} | undefined;
|
|
233796
233921
|
replyToMessageId?: string | undefined;
|
|
@@ -233815,6 +233940,10 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
233815
233940
|
parentMessageId?: string | undefined;
|
|
233816
233941
|
agentResponseTrackerId?: string | null | undefined;
|
|
233817
233942
|
attachments?: {
|
|
233943
|
+
files?: {
|
|
233944
|
+
fileId: string;
|
|
233945
|
+
fileUrl: string;
|
|
233946
|
+
}[] | undefined;
|
|
233818
233947
|
iterationId?: string | undefined;
|
|
233819
233948
|
} | undefined;
|
|
233820
233949
|
replyToMessageId?: string | undefined;
|
|
@@ -233822,9 +233951,27 @@ declare const DTOThreadMessage: z__default.ZodObject<{
|
|
|
233822
233951
|
type DTOThreadMessage = z__default.infer<typeof DTOThreadMessage>;
|
|
233823
233952
|
declare const DTOThreadMessageAttachments: z__default.ZodObject<{
|
|
233824
233953
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
233954
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
233955
|
+
fileId: z__default.ZodString;
|
|
233956
|
+
fileUrl: z__default.ZodString;
|
|
233957
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
233958
|
+
fileId: string;
|
|
233959
|
+
fileUrl: string;
|
|
233960
|
+
}, {
|
|
233961
|
+
fileId: string;
|
|
233962
|
+
fileUrl: string;
|
|
233963
|
+
}>, "many">>;
|
|
233825
233964
|
}, "strip", z__default.ZodTypeAny, {
|
|
233965
|
+
files?: {
|
|
233966
|
+
fileId: string;
|
|
233967
|
+
fileUrl: string;
|
|
233968
|
+
}[] | undefined;
|
|
233826
233969
|
iterationId?: string | undefined;
|
|
233827
233970
|
}, {
|
|
233971
|
+
files?: {
|
|
233972
|
+
fileId: string;
|
|
233973
|
+
fileUrl: string;
|
|
233974
|
+
}[] | undefined;
|
|
233828
233975
|
iterationId?: string | undefined;
|
|
233829
233976
|
}>;
|
|
233830
233977
|
type DTOThreadMessageAttachments = z__default.infer<typeof DTOThreadMessageAttachments>;
|
|
@@ -233839,6 +233986,17 @@ declare const DTOThreadAgentResponseTracker: z__default.ZodObject<{
|
|
|
233839
233986
|
currentBody?: string | undefined;
|
|
233840
233987
|
}>;
|
|
233841
233988
|
type DTOThreadAgentResponseTracker = z__default.infer<typeof DTOThreadAgentResponseTracker>;
|
|
233989
|
+
declare const DTOThreadMessageAttachmentsCreateInput: z__default.ZodObject<{
|
|
233990
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
233991
|
+
fileIds: z__default.ZodOptional<z__default.ZodArray<z__default.ZodString, "many">>;
|
|
233992
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
233993
|
+
fileIds?: string[] | undefined;
|
|
233994
|
+
iterationId?: string | undefined;
|
|
233995
|
+
}, {
|
|
233996
|
+
fileIds?: string[] | undefined;
|
|
233997
|
+
iterationId?: string | undefined;
|
|
233998
|
+
}>;
|
|
233999
|
+
type DTOThreadMessageAttachmentsCreateInput = z__default.infer<typeof DTOThreadMessageAttachmentsCreateInput>;
|
|
233842
234000
|
declare const DTOThreadMessageFinalizeInput: z__default.ZodObject<{
|
|
233843
234001
|
messageId: z__default.ZodString;
|
|
233844
234002
|
}, "strip", z__default.ZodTypeAny, {
|
|
@@ -233904,9 +234062,27 @@ declare const DTOThreadMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
233904
234062
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
233905
234063
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
233906
234064
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
234065
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
234066
|
+
fileId: z__default.ZodString;
|
|
234067
|
+
fileUrl: z__default.ZodString;
|
|
234068
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
234069
|
+
fileId: string;
|
|
234070
|
+
fileUrl: string;
|
|
234071
|
+
}, {
|
|
234072
|
+
fileId: string;
|
|
234073
|
+
fileUrl: string;
|
|
234074
|
+
}>, "many">>;
|
|
233907
234075
|
}, "strip", z__default.ZodTypeAny, {
|
|
234076
|
+
files?: {
|
|
234077
|
+
fileId: string;
|
|
234078
|
+
fileUrl: string;
|
|
234079
|
+
}[] | undefined;
|
|
233908
234080
|
iterationId?: string | undefined;
|
|
233909
234081
|
}, {
|
|
234082
|
+
files?: {
|
|
234083
|
+
fileId: string;
|
|
234084
|
+
fileUrl: string;
|
|
234085
|
+
}[] | undefined;
|
|
233910
234086
|
iterationId?: string | undefined;
|
|
233911
234087
|
}>>;
|
|
233912
234088
|
/**
|
|
@@ -233915,13 +234091,25 @@ declare const DTOThreadMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
233915
234091
|
replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
|
|
233916
234092
|
createdAt: z__default.ZodString;
|
|
233917
234093
|
updatedAt: z__default.ZodOptional<z__default.ZodString>;
|
|
233918
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId"
|
|
234094
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId"> & {
|
|
234095
|
+
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
234096
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
234097
|
+
fileIds: z__default.ZodOptional<z__default.ZodArray<z__default.ZodString, "many">>;
|
|
234098
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
234099
|
+
fileIds?: string[] | undefined;
|
|
234100
|
+
iterationId?: string | undefined;
|
|
234101
|
+
}, {
|
|
234102
|
+
fileIds?: string[] | undefined;
|
|
234103
|
+
iterationId?: string | undefined;
|
|
234104
|
+
}>>;
|
|
234105
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
233919
234106
|
id: string;
|
|
233920
234107
|
body: string;
|
|
233921
234108
|
isPrompt?: boolean | undefined;
|
|
233922
234109
|
startsNewThread?: boolean | undefined;
|
|
233923
234110
|
parentMessageId?: string | undefined;
|
|
233924
234111
|
attachments?: {
|
|
234112
|
+
fileIds?: string[] | undefined;
|
|
233925
234113
|
iterationId?: string | undefined;
|
|
233926
234114
|
} | undefined;
|
|
233927
234115
|
}, {
|
|
@@ -233931,6 +234119,7 @@ declare const DTOThreadMessageCreateInput: z__default.ZodObject<Pick<{
|
|
|
233931
234119
|
startsNewThread?: boolean | undefined;
|
|
233932
234120
|
parentMessageId?: string | undefined;
|
|
233933
234121
|
attachments?: {
|
|
234122
|
+
fileIds?: string[] | undefined;
|
|
233934
234123
|
iterationId?: string | undefined;
|
|
233935
234124
|
} | undefined;
|
|
233936
234125
|
}>;
|
|
@@ -233992,9 +234181,27 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
233992
234181
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
233993
234182
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
233994
234183
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
234184
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
234185
|
+
fileId: z__default.ZodString;
|
|
234186
|
+
fileUrl: z__default.ZodString;
|
|
234187
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
234188
|
+
fileId: string;
|
|
234189
|
+
fileUrl: string;
|
|
234190
|
+
}, {
|
|
234191
|
+
fileId: string;
|
|
234192
|
+
fileUrl: string;
|
|
234193
|
+
}>, "many">>;
|
|
233995
234194
|
}, "strip", z__default.ZodTypeAny, {
|
|
234195
|
+
files?: {
|
|
234196
|
+
fileId: string;
|
|
234197
|
+
fileUrl: string;
|
|
234198
|
+
}[] | undefined;
|
|
233996
234199
|
iterationId?: string | undefined;
|
|
233997
234200
|
}, {
|
|
234201
|
+
files?: {
|
|
234202
|
+
fileId: string;
|
|
234203
|
+
fileUrl: string;
|
|
234204
|
+
}[] | undefined;
|
|
233998
234205
|
iterationId?: string | undefined;
|
|
233999
234206
|
}>>;
|
|
234000
234207
|
/**
|
|
@@ -234007,9 +234214,27 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
234007
234214
|
body: z__default.ZodOptional<z__default.ZodString>;
|
|
234008
234215
|
attachments: z__default.ZodOptional<z__default.ZodOptional<z__default.ZodObject<{
|
|
234009
234216
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
234217
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
234218
|
+
fileId: z__default.ZodString;
|
|
234219
|
+
fileUrl: z__default.ZodString;
|
|
234220
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
234221
|
+
fileId: string;
|
|
234222
|
+
fileUrl: string;
|
|
234223
|
+
}, {
|
|
234224
|
+
fileId: string;
|
|
234225
|
+
fileUrl: string;
|
|
234226
|
+
}>, "many">>;
|
|
234010
234227
|
}, "strip", z__default.ZodTypeAny, {
|
|
234228
|
+
files?: {
|
|
234229
|
+
fileId: string;
|
|
234230
|
+
fileUrl: string;
|
|
234231
|
+
}[] | undefined;
|
|
234011
234232
|
iterationId?: string | undefined;
|
|
234012
234233
|
}, {
|
|
234234
|
+
files?: {
|
|
234235
|
+
fileId: string;
|
|
234236
|
+
fileUrl: string;
|
|
234237
|
+
}[] | undefined;
|
|
234013
234238
|
iterationId?: string | undefined;
|
|
234014
234239
|
}>>>;
|
|
234015
234240
|
agentResponseTrackerId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>>>;
|
|
@@ -234018,6 +234243,10 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
234018
234243
|
body?: string | undefined;
|
|
234019
234244
|
agentResponseTrackerId?: string | null | undefined;
|
|
234020
234245
|
attachments?: {
|
|
234246
|
+
files?: {
|
|
234247
|
+
fileId: string;
|
|
234248
|
+
fileUrl: string;
|
|
234249
|
+
}[] | undefined;
|
|
234021
234250
|
iterationId?: string | undefined;
|
|
234022
234251
|
} | undefined;
|
|
234023
234252
|
}, {
|
|
@@ -234025,6 +234254,10 @@ declare const DTOThreadMessageUpdateInput: z__default.ZodObject<Pick<{
|
|
|
234025
234254
|
body?: string | undefined;
|
|
234026
234255
|
agentResponseTrackerId?: string | null | undefined;
|
|
234027
234256
|
attachments?: {
|
|
234257
|
+
files?: {
|
|
234258
|
+
fileId: string;
|
|
234259
|
+
fileUrl: string;
|
|
234260
|
+
}[] | undefined;
|
|
234028
234261
|
iterationId?: string | undefined;
|
|
234029
234262
|
} | undefined;
|
|
234030
234263
|
}>;
|
|
@@ -234109,9 +234342,27 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
234109
234342
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
234110
234343
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
234111
234344
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
234345
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
234346
|
+
fileId: z__default.ZodString;
|
|
234347
|
+
fileUrl: z__default.ZodString;
|
|
234348
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
234349
|
+
fileId: string;
|
|
234350
|
+
fileUrl: string;
|
|
234351
|
+
}, {
|
|
234352
|
+
fileId: string;
|
|
234353
|
+
fileUrl: string;
|
|
234354
|
+
}>, "many">>;
|
|
234112
234355
|
}, "strip", z__default.ZodTypeAny, {
|
|
234356
|
+
files?: {
|
|
234357
|
+
fileId: string;
|
|
234358
|
+
fileUrl: string;
|
|
234359
|
+
}[] | undefined;
|
|
234113
234360
|
iterationId?: string | undefined;
|
|
234114
234361
|
}, {
|
|
234362
|
+
files?: {
|
|
234363
|
+
fileId: string;
|
|
234364
|
+
fileUrl: string;
|
|
234365
|
+
}[] | undefined;
|
|
234115
234366
|
iterationId?: string | undefined;
|
|
234116
234367
|
}>>;
|
|
234117
234368
|
/**
|
|
@@ -234141,6 +234392,10 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
234141
234392
|
parentMessageId?: string | undefined;
|
|
234142
234393
|
agentResponseTrackerId?: string | null | undefined;
|
|
234143
234394
|
attachments?: {
|
|
234395
|
+
files?: {
|
|
234396
|
+
fileId: string;
|
|
234397
|
+
fileUrl: string;
|
|
234398
|
+
}[] | undefined;
|
|
234144
234399
|
iterationId?: string | undefined;
|
|
234145
234400
|
} | undefined;
|
|
234146
234401
|
replyToMessageId?: string | undefined;
|
|
@@ -234165,6 +234420,10 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
234165
234420
|
parentMessageId?: string | undefined;
|
|
234166
234421
|
agentResponseTrackerId?: string | null | undefined;
|
|
234167
234422
|
attachments?: {
|
|
234423
|
+
files?: {
|
|
234424
|
+
fileId: string;
|
|
234425
|
+
fileUrl: string;
|
|
234426
|
+
}[] | undefined;
|
|
234168
234427
|
iterationId?: string | undefined;
|
|
234169
234428
|
} | undefined;
|
|
234170
234429
|
replyToMessageId?: string | undefined;
|
|
@@ -234191,6 +234450,10 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
234191
234450
|
parentMessageId?: string | undefined;
|
|
234192
234451
|
agentResponseTrackerId?: string | null | undefined;
|
|
234193
234452
|
attachments?: {
|
|
234453
|
+
files?: {
|
|
234454
|
+
fileId: string;
|
|
234455
|
+
fileUrl: string;
|
|
234456
|
+
}[] | undefined;
|
|
234194
234457
|
iterationId?: string | undefined;
|
|
234195
234458
|
} | undefined;
|
|
234196
234459
|
replyToMessageId?: string | undefined;
|
|
@@ -234217,6 +234480,10 @@ declare const DTOThreadMessageResponse: z__default.ZodObject<{
|
|
|
234217
234480
|
parentMessageId?: string | undefined;
|
|
234218
234481
|
agentResponseTrackerId?: string | null | undefined;
|
|
234219
234482
|
attachments?: {
|
|
234483
|
+
files?: {
|
|
234484
|
+
fileId: string;
|
|
234485
|
+
fileUrl: string;
|
|
234486
|
+
}[] | undefined;
|
|
234220
234487
|
iterationId?: string | undefined;
|
|
234221
234488
|
} | undefined;
|
|
234222
234489
|
replyToMessageId?: string | undefined;
|
|
@@ -234314,9 +234581,27 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
234314
234581
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
234315
234582
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
234316
234583
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
234584
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
234585
|
+
fileId: z__default.ZodString;
|
|
234586
|
+
fileUrl: z__default.ZodString;
|
|
234587
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
234588
|
+
fileId: string;
|
|
234589
|
+
fileUrl: string;
|
|
234590
|
+
}, {
|
|
234591
|
+
fileId: string;
|
|
234592
|
+
fileUrl: string;
|
|
234593
|
+
}>, "many">>;
|
|
234317
234594
|
}, "strip", z__default.ZodTypeAny, {
|
|
234595
|
+
files?: {
|
|
234596
|
+
fileId: string;
|
|
234597
|
+
fileUrl: string;
|
|
234598
|
+
}[] | undefined;
|
|
234318
234599
|
iterationId?: string | undefined;
|
|
234319
234600
|
}, {
|
|
234601
|
+
files?: {
|
|
234602
|
+
fileId: string;
|
|
234603
|
+
fileUrl: string;
|
|
234604
|
+
}[] | undefined;
|
|
234320
234605
|
iterationId?: string | undefined;
|
|
234321
234606
|
}>>;
|
|
234322
234607
|
/**
|
|
@@ -234346,6 +234631,10 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
234346
234631
|
parentMessageId?: string | undefined;
|
|
234347
234632
|
agentResponseTrackerId?: string | null | undefined;
|
|
234348
234633
|
attachments?: {
|
|
234634
|
+
files?: {
|
|
234635
|
+
fileId: string;
|
|
234636
|
+
fileUrl: string;
|
|
234637
|
+
}[] | undefined;
|
|
234349
234638
|
iterationId?: string | undefined;
|
|
234350
234639
|
} | undefined;
|
|
234351
234640
|
replyToMessageId?: string | undefined;
|
|
@@ -234370,6 +234659,10 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
234370
234659
|
parentMessageId?: string | undefined;
|
|
234371
234660
|
agentResponseTrackerId?: string | null | undefined;
|
|
234372
234661
|
attachments?: {
|
|
234662
|
+
files?: {
|
|
234663
|
+
fileId: string;
|
|
234664
|
+
fileUrl: string;
|
|
234665
|
+
}[] | undefined;
|
|
234373
234666
|
iterationId?: string | undefined;
|
|
234374
234667
|
} | undefined;
|
|
234375
234668
|
replyToMessageId?: string | undefined;
|
|
@@ -234413,6 +234706,10 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
234413
234706
|
parentMessageId?: string | undefined;
|
|
234414
234707
|
agentResponseTrackerId?: string | null | undefined;
|
|
234415
234708
|
attachments?: {
|
|
234709
|
+
files?: {
|
|
234710
|
+
fileId: string;
|
|
234711
|
+
fileUrl: string;
|
|
234712
|
+
}[] | undefined;
|
|
234416
234713
|
iterationId?: string | undefined;
|
|
234417
234714
|
} | undefined;
|
|
234418
234715
|
replyToMessageId?: string | undefined;
|
|
@@ -234446,6 +234743,10 @@ declare const DTOThreadMessageListResponse: z__default.ZodObject<{
|
|
|
234446
234743
|
parentMessageId?: string | undefined;
|
|
234447
234744
|
agentResponseTrackerId?: string | null | undefined;
|
|
234448
234745
|
attachments?: {
|
|
234746
|
+
files?: {
|
|
234747
|
+
fileId: string;
|
|
234748
|
+
fileUrl: string;
|
|
234749
|
+
}[] | undefined;
|
|
234449
234750
|
iterationId?: string | undefined;
|
|
234450
234751
|
} | undefined;
|
|
234451
234752
|
replyToMessageId?: string | undefined;
|
|
@@ -234518,9 +234819,27 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
234518
234819
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
234519
234820
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
234520
234821
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
234822
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
234823
|
+
fileId: z__default.ZodString;
|
|
234824
|
+
fileUrl: z__default.ZodString;
|
|
234825
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
234826
|
+
fileId: string;
|
|
234827
|
+
fileUrl: string;
|
|
234828
|
+
}, {
|
|
234829
|
+
fileId: string;
|
|
234830
|
+
fileUrl: string;
|
|
234831
|
+
}>, "many">>;
|
|
234521
234832
|
}, "strip", z__default.ZodTypeAny, {
|
|
234833
|
+
files?: {
|
|
234834
|
+
fileId: string;
|
|
234835
|
+
fileUrl: string;
|
|
234836
|
+
}[] | undefined;
|
|
234522
234837
|
iterationId?: string | undefined;
|
|
234523
234838
|
}, {
|
|
234839
|
+
files?: {
|
|
234840
|
+
fileId: string;
|
|
234841
|
+
fileUrl: string;
|
|
234842
|
+
}[] | undefined;
|
|
234524
234843
|
iterationId?: string | undefined;
|
|
234525
234844
|
}>>;
|
|
234526
234845
|
/**
|
|
@@ -234550,6 +234869,10 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
234550
234869
|
parentMessageId?: string | undefined;
|
|
234551
234870
|
agentResponseTrackerId?: string | null | undefined;
|
|
234552
234871
|
attachments?: {
|
|
234872
|
+
files?: {
|
|
234873
|
+
fileId: string;
|
|
234874
|
+
fileUrl: string;
|
|
234875
|
+
}[] | undefined;
|
|
234553
234876
|
iterationId?: string | undefined;
|
|
234554
234877
|
} | undefined;
|
|
234555
234878
|
replyToMessageId?: string | undefined;
|
|
@@ -234574,6 +234897,10 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
234574
234897
|
parentMessageId?: string | undefined;
|
|
234575
234898
|
agentResponseTrackerId?: string | null | undefined;
|
|
234576
234899
|
attachments?: {
|
|
234900
|
+
files?: {
|
|
234901
|
+
fileId: string;
|
|
234902
|
+
fileUrl: string;
|
|
234903
|
+
}[] | undefined;
|
|
234577
234904
|
iterationId?: string | undefined;
|
|
234578
234905
|
} | undefined;
|
|
234579
234906
|
replyToMessageId?: string | undefined;
|
|
@@ -234601,6 +234928,10 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
234601
234928
|
parentMessageId?: string | undefined;
|
|
234602
234929
|
agentResponseTrackerId?: string | null | undefined;
|
|
234603
234930
|
attachments?: {
|
|
234931
|
+
files?: {
|
|
234932
|
+
fileId: string;
|
|
234933
|
+
fileUrl: string;
|
|
234934
|
+
}[] | undefined;
|
|
234604
234935
|
iterationId?: string | undefined;
|
|
234605
234936
|
} | undefined;
|
|
234606
234937
|
replyToMessageId?: string | undefined;
|
|
@@ -234628,6 +234959,10 @@ declare const DTOThreadEventMessagesSent: z__default.ZodObject<{
|
|
|
234628
234959
|
parentMessageId?: string | undefined;
|
|
234629
234960
|
agentResponseTrackerId?: string | null | undefined;
|
|
234630
234961
|
attachments?: {
|
|
234962
|
+
files?: {
|
|
234963
|
+
fileId: string;
|
|
234964
|
+
fileUrl: string;
|
|
234965
|
+
}[] | undefined;
|
|
234631
234966
|
iterationId?: string | undefined;
|
|
234632
234967
|
} | undefined;
|
|
234633
234968
|
replyToMessageId?: string | undefined;
|
|
@@ -234693,9 +235028,27 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
234693
235028
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
234694
235029
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
234695
235030
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
235031
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
235032
|
+
fileId: z__default.ZodString;
|
|
235033
|
+
fileUrl: z__default.ZodString;
|
|
235034
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
235035
|
+
fileId: string;
|
|
235036
|
+
fileUrl: string;
|
|
235037
|
+
}, {
|
|
235038
|
+
fileId: string;
|
|
235039
|
+
fileUrl: string;
|
|
235040
|
+
}>, "many">>;
|
|
234696
235041
|
}, "strip", z__default.ZodTypeAny, {
|
|
235042
|
+
files?: {
|
|
235043
|
+
fileId: string;
|
|
235044
|
+
fileUrl: string;
|
|
235045
|
+
}[] | undefined;
|
|
234697
235046
|
iterationId?: string | undefined;
|
|
234698
235047
|
}, {
|
|
235048
|
+
files?: {
|
|
235049
|
+
fileId: string;
|
|
235050
|
+
fileUrl: string;
|
|
235051
|
+
}[] | undefined;
|
|
234699
235052
|
iterationId?: string | undefined;
|
|
234700
235053
|
}>>;
|
|
234701
235054
|
/**
|
|
@@ -234725,6 +235078,10 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
234725
235078
|
parentMessageId?: string | undefined;
|
|
234726
235079
|
agentResponseTrackerId?: string | null | undefined;
|
|
234727
235080
|
attachments?: {
|
|
235081
|
+
files?: {
|
|
235082
|
+
fileId: string;
|
|
235083
|
+
fileUrl: string;
|
|
235084
|
+
}[] | undefined;
|
|
234728
235085
|
iterationId?: string | undefined;
|
|
234729
235086
|
} | undefined;
|
|
234730
235087
|
replyToMessageId?: string | undefined;
|
|
@@ -234749,6 +235106,10 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
234749
235106
|
parentMessageId?: string | undefined;
|
|
234750
235107
|
agentResponseTrackerId?: string | null | undefined;
|
|
234751
235108
|
attachments?: {
|
|
235109
|
+
files?: {
|
|
235110
|
+
fileId: string;
|
|
235111
|
+
fileUrl: string;
|
|
235112
|
+
}[] | undefined;
|
|
234752
235113
|
iterationId?: string | undefined;
|
|
234753
235114
|
} | undefined;
|
|
234754
235115
|
replyToMessageId?: string | undefined;
|
|
@@ -234776,6 +235137,10 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
234776
235137
|
parentMessageId?: string | undefined;
|
|
234777
235138
|
agentResponseTrackerId?: string | null | undefined;
|
|
234778
235139
|
attachments?: {
|
|
235140
|
+
files?: {
|
|
235141
|
+
fileId: string;
|
|
235142
|
+
fileUrl: string;
|
|
235143
|
+
}[] | undefined;
|
|
234779
235144
|
iterationId?: string | undefined;
|
|
234780
235145
|
} | undefined;
|
|
234781
235146
|
replyToMessageId?: string | undefined;
|
|
@@ -234803,6 +235168,10 @@ declare const DTOThreadEventMessagesUpdated: z__default.ZodObject<{
|
|
|
234803
235168
|
parentMessageId?: string | undefined;
|
|
234804
235169
|
agentResponseTrackerId?: string | null | undefined;
|
|
234805
235170
|
attachments?: {
|
|
235171
|
+
files?: {
|
|
235172
|
+
fileId: string;
|
|
235173
|
+
fileUrl: string;
|
|
235174
|
+
}[] | undefined;
|
|
234806
235175
|
iterationId?: string | undefined;
|
|
234807
235176
|
} | undefined;
|
|
234808
235177
|
replyToMessageId?: string | undefined;
|
|
@@ -234940,9 +235309,27 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
234940
235309
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
234941
235310
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
234942
235311
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
235312
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
235313
|
+
fileId: z__default.ZodString;
|
|
235314
|
+
fileUrl: z__default.ZodString;
|
|
235315
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
235316
|
+
fileId: string;
|
|
235317
|
+
fileUrl: string;
|
|
235318
|
+
}, {
|
|
235319
|
+
fileId: string;
|
|
235320
|
+
fileUrl: string;
|
|
235321
|
+
}>, "many">>;
|
|
234943
235322
|
}, "strip", z__default.ZodTypeAny, {
|
|
235323
|
+
files?: {
|
|
235324
|
+
fileId: string;
|
|
235325
|
+
fileUrl: string;
|
|
235326
|
+
}[] | undefined;
|
|
234944
235327
|
iterationId?: string | undefined;
|
|
234945
235328
|
}, {
|
|
235329
|
+
files?: {
|
|
235330
|
+
fileId: string;
|
|
235331
|
+
fileUrl: string;
|
|
235332
|
+
}[] | undefined;
|
|
234946
235333
|
iterationId?: string | undefined;
|
|
234947
235334
|
}>>;
|
|
234948
235335
|
/**
|
|
@@ -234972,6 +235359,10 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
234972
235359
|
parentMessageId?: string | undefined;
|
|
234973
235360
|
agentResponseTrackerId?: string | null | undefined;
|
|
234974
235361
|
attachments?: {
|
|
235362
|
+
files?: {
|
|
235363
|
+
fileId: string;
|
|
235364
|
+
fileUrl: string;
|
|
235365
|
+
}[] | undefined;
|
|
234975
235366
|
iterationId?: string | undefined;
|
|
234976
235367
|
} | undefined;
|
|
234977
235368
|
replyToMessageId?: string | undefined;
|
|
@@ -234996,6 +235387,10 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
234996
235387
|
parentMessageId?: string | undefined;
|
|
234997
235388
|
agentResponseTrackerId?: string | null | undefined;
|
|
234998
235389
|
attachments?: {
|
|
235390
|
+
files?: {
|
|
235391
|
+
fileId: string;
|
|
235392
|
+
fileUrl: string;
|
|
235393
|
+
}[] | undefined;
|
|
234999
235394
|
iterationId?: string | undefined;
|
|
235000
235395
|
} | undefined;
|
|
235001
235396
|
replyToMessageId?: string | undefined;
|
|
@@ -235023,6 +235418,10 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
235023
235418
|
parentMessageId?: string | undefined;
|
|
235024
235419
|
agentResponseTrackerId?: string | null | undefined;
|
|
235025
235420
|
attachments?: {
|
|
235421
|
+
files?: {
|
|
235422
|
+
fileId: string;
|
|
235423
|
+
fileUrl: string;
|
|
235424
|
+
}[] | undefined;
|
|
235026
235425
|
iterationId?: string | undefined;
|
|
235027
235426
|
} | undefined;
|
|
235028
235427
|
replyToMessageId?: string | undefined;
|
|
@@ -235050,6 +235449,10 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
235050
235449
|
parentMessageId?: string | undefined;
|
|
235051
235450
|
agentResponseTrackerId?: string | null | undefined;
|
|
235052
235451
|
attachments?: {
|
|
235452
|
+
files?: {
|
|
235453
|
+
fileId: string;
|
|
235454
|
+
fileUrl: string;
|
|
235455
|
+
}[] | undefined;
|
|
235053
235456
|
iterationId?: string | undefined;
|
|
235054
235457
|
} | undefined;
|
|
235055
235458
|
replyToMessageId?: string | undefined;
|
|
@@ -235113,9 +235516,27 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
235113
235516
|
agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
|
|
235114
235517
|
attachments: z__default.ZodOptional<z__default.ZodObject<{
|
|
235115
235518
|
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
235519
|
+
files: z__default.ZodOptional<z__default.ZodArray<z__default.ZodObject<{
|
|
235520
|
+
fileId: z__default.ZodString;
|
|
235521
|
+
fileUrl: z__default.ZodString;
|
|
235522
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
235523
|
+
fileId: string;
|
|
235524
|
+
fileUrl: string;
|
|
235525
|
+
}, {
|
|
235526
|
+
fileId: string;
|
|
235527
|
+
fileUrl: string;
|
|
235528
|
+
}>, "many">>;
|
|
235116
235529
|
}, "strip", z__default.ZodTypeAny, {
|
|
235530
|
+
files?: {
|
|
235531
|
+
fileId: string;
|
|
235532
|
+
fileUrl: string;
|
|
235533
|
+
}[] | undefined;
|
|
235117
235534
|
iterationId?: string | undefined;
|
|
235118
235535
|
}, {
|
|
235536
|
+
files?: {
|
|
235537
|
+
fileId: string;
|
|
235538
|
+
fileUrl: string;
|
|
235539
|
+
}[] | undefined;
|
|
235119
235540
|
iterationId?: string | undefined;
|
|
235120
235541
|
}>>;
|
|
235121
235542
|
/**
|
|
@@ -235145,6 +235566,10 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
235145
235566
|
parentMessageId?: string | undefined;
|
|
235146
235567
|
agentResponseTrackerId?: string | null | undefined;
|
|
235147
235568
|
attachments?: {
|
|
235569
|
+
files?: {
|
|
235570
|
+
fileId: string;
|
|
235571
|
+
fileUrl: string;
|
|
235572
|
+
}[] | undefined;
|
|
235148
235573
|
iterationId?: string | undefined;
|
|
235149
235574
|
} | undefined;
|
|
235150
235575
|
replyToMessageId?: string | undefined;
|
|
@@ -235169,6 +235594,10 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
235169
235594
|
parentMessageId?: string | undefined;
|
|
235170
235595
|
agentResponseTrackerId?: string | null | undefined;
|
|
235171
235596
|
attachments?: {
|
|
235597
|
+
files?: {
|
|
235598
|
+
fileId: string;
|
|
235599
|
+
fileUrl: string;
|
|
235600
|
+
}[] | undefined;
|
|
235172
235601
|
iterationId?: string | undefined;
|
|
235173
235602
|
} | undefined;
|
|
235174
235603
|
replyToMessageId?: string | undefined;
|
|
@@ -235196,6 +235625,10 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
235196
235625
|
parentMessageId?: string | undefined;
|
|
235197
235626
|
agentResponseTrackerId?: string | null | undefined;
|
|
235198
235627
|
attachments?: {
|
|
235628
|
+
files?: {
|
|
235629
|
+
fileId: string;
|
|
235630
|
+
fileUrl: string;
|
|
235631
|
+
}[] | undefined;
|
|
235199
235632
|
iterationId?: string | undefined;
|
|
235200
235633
|
} | undefined;
|
|
235201
235634
|
replyToMessageId?: string | undefined;
|
|
@@ -235223,6 +235656,10 @@ declare const DTOThreadEvent: z__default.ZodDiscriminatedUnion<"type", [z__defau
|
|
|
235223
235656
|
parentMessageId?: string | undefined;
|
|
235224
235657
|
agentResponseTrackerId?: string | null | undefined;
|
|
235225
235658
|
attachments?: {
|
|
235659
|
+
files?: {
|
|
235660
|
+
fileId: string;
|
|
235661
|
+
fileUrl: string;
|
|
235662
|
+
}[] | undefined;
|
|
235226
235663
|
iterationId?: string | undefined;
|
|
235227
235664
|
} | undefined;
|
|
235228
235665
|
replyToMessageId?: string | undefined;
|
|
@@ -264539,4 +264976,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
264539
264976
|
reason: ValidationErrorReason | undefined;
|
|
264540
264977
|
};
|
|
264541
264978
|
|
|
264542
|
-
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, 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, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, 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, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, 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, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, 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, DTOFile, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileUploadBulkInput, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, 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, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, 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, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemePreset, 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, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, 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, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, 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, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, 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 };
|
|
264979
|
+
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, 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, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, 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, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, 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, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, 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, DTOFile, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileUploadBulkInput, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, 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, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, 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, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemePreset, 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, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, 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, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, 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, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, 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 };
|