@supernova-studio/client 1.80.2 → 1.81.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +207 -0
- package/dist/index.d.ts +207 -0
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -145726,6 +145726,7 @@ declare const DTOForgeFigmaNodeOrigin: z$1.ZodObject<{
|
|
|
145726
145726
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|
|
145727
145727
|
*/
|
|
145728
145728
|
fileId: z$1.ZodString;
|
|
145729
|
+
fileName: z$1.ZodString;
|
|
145729
145730
|
/**
|
|
145730
145731
|
* Timestamp of the last edit to the file, can be used for reusing nodes
|
|
145731
145732
|
* if the file has not changed since
|
|
@@ -145735,14 +145736,19 @@ declare const DTOForgeFigmaNodeOrigin: z$1.ZodObject<{
|
|
|
145735
145736
|
* Figma node ID that was passed into the create request as a part of the Figma node URL
|
|
145736
145737
|
*/
|
|
145737
145738
|
nodeId: z$1.ZodString;
|
|
145739
|
+
nodeName: z$1.ZodString;
|
|
145738
145740
|
}, "strip", z$1.ZodTypeAny, {
|
|
145741
|
+
fileName: string;
|
|
145739
145742
|
fileId: string;
|
|
145740
145743
|
nodeId: string;
|
|
145741
145744
|
fileLastEditedAt: string;
|
|
145745
|
+
nodeName: string;
|
|
145742
145746
|
}, {
|
|
145747
|
+
fileName: string;
|
|
145743
145748
|
fileId: string;
|
|
145744
145749
|
nodeId: string;
|
|
145745
145750
|
fileLastEditedAt: string;
|
|
145751
|
+
nodeName: string;
|
|
145746
145752
|
}>;
|
|
145747
145753
|
type DTOForgeFigmaNodeOrigin = z$1.infer<typeof DTOForgeFigmaNodeOrigin>;
|
|
145748
145754
|
declare const DTOForgeFigmaNodeState: z$1.ZodEnum<["Optimizing", "Success", "Failed"]>;
|
|
@@ -145758,6 +145764,7 @@ declare const DTOForgeFigmaNode: z$1.ZodObject<{
|
|
|
145758
145764
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|
|
145759
145765
|
*/
|
|
145760
145766
|
fileId: z$1.ZodString;
|
|
145767
|
+
fileName: z$1.ZodString;
|
|
145761
145768
|
/**
|
|
145762
145769
|
* Timestamp of the last edit to the file, can be used for reusing nodes
|
|
145763
145770
|
* if the file has not changed since
|
|
@@ -145767,14 +145774,19 @@ declare const DTOForgeFigmaNode: z$1.ZodObject<{
|
|
|
145767
145774
|
* Figma node ID that was passed into the create request as a part of the Figma node URL
|
|
145768
145775
|
*/
|
|
145769
145776
|
nodeId: z$1.ZodString;
|
|
145777
|
+
nodeName: z$1.ZodString;
|
|
145770
145778
|
}, "strip", z$1.ZodTypeAny, {
|
|
145779
|
+
fileName: string;
|
|
145771
145780
|
fileId: string;
|
|
145772
145781
|
nodeId: string;
|
|
145773
145782
|
fileLastEditedAt: string;
|
|
145783
|
+
nodeName: string;
|
|
145774
145784
|
}, {
|
|
145785
|
+
fileName: string;
|
|
145775
145786
|
fileId: string;
|
|
145776
145787
|
nodeId: string;
|
|
145777
145788
|
fileLastEditedAt: string;
|
|
145789
|
+
nodeName: string;
|
|
145778
145790
|
}>;
|
|
145779
145791
|
/**
|
|
145780
145792
|
* An image of the node rendered by Figma using render image API.
|
|
@@ -146025,9 +146037,11 @@ declare const DTOForgeFigmaNode: z$1.ZodObject<{
|
|
|
146025
146037
|
};
|
|
146026
146038
|
state: "Success" | "Failed" | "Optimizing";
|
|
146027
146039
|
origin: {
|
|
146040
|
+
fileName: string;
|
|
146028
146041
|
fileId: string;
|
|
146029
146042
|
nodeId: string;
|
|
146030
146043
|
fileLastEditedAt: string;
|
|
146044
|
+
nodeName: string;
|
|
146031
146045
|
};
|
|
146032
146046
|
thumbnail: {
|
|
146033
146047
|
id: string;
|
|
@@ -146081,9 +146095,11 @@ declare const DTOForgeFigmaNode: z$1.ZodObject<{
|
|
|
146081
146095
|
};
|
|
146082
146096
|
state: "Success" | "Failed" | "Optimizing";
|
|
146083
146097
|
origin: {
|
|
146098
|
+
fileName: string;
|
|
146084
146099
|
fileId: string;
|
|
146085
146100
|
nodeId: string;
|
|
146086
146101
|
fileLastEditedAt: string;
|
|
146102
|
+
nodeName: string;
|
|
146087
146103
|
};
|
|
146088
146104
|
thumbnail: {
|
|
146089
146105
|
id: string;
|
|
@@ -146143,6 +146159,7 @@ declare const DTOForgeFigmaNodeResponse: z$1.ZodObject<{
|
|
|
146143
146159
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|
|
146144
146160
|
*/
|
|
146145
146161
|
fileId: z$1.ZodString;
|
|
146162
|
+
fileName: z$1.ZodString;
|
|
146146
146163
|
/**
|
|
146147
146164
|
* Timestamp of the last edit to the file, can be used for reusing nodes
|
|
146148
146165
|
* if the file has not changed since
|
|
@@ -146152,14 +146169,19 @@ declare const DTOForgeFigmaNodeResponse: z$1.ZodObject<{
|
|
|
146152
146169
|
* Figma node ID that was passed into the create request as a part of the Figma node URL
|
|
146153
146170
|
*/
|
|
146154
146171
|
nodeId: z$1.ZodString;
|
|
146172
|
+
nodeName: z$1.ZodString;
|
|
146155
146173
|
}, "strip", z$1.ZodTypeAny, {
|
|
146174
|
+
fileName: string;
|
|
146156
146175
|
fileId: string;
|
|
146157
146176
|
nodeId: string;
|
|
146158
146177
|
fileLastEditedAt: string;
|
|
146178
|
+
nodeName: string;
|
|
146159
146179
|
}, {
|
|
146180
|
+
fileName: string;
|
|
146160
146181
|
fileId: string;
|
|
146161
146182
|
nodeId: string;
|
|
146162
146183
|
fileLastEditedAt: string;
|
|
146184
|
+
nodeName: string;
|
|
146163
146185
|
}>;
|
|
146164
146186
|
/**
|
|
146165
146187
|
* An image of the node rendered by Figma using render image API.
|
|
@@ -146410,9 +146432,11 @@ declare const DTOForgeFigmaNodeResponse: z$1.ZodObject<{
|
|
|
146410
146432
|
};
|
|
146411
146433
|
state: "Success" | "Failed" | "Optimizing";
|
|
146412
146434
|
origin: {
|
|
146435
|
+
fileName: string;
|
|
146413
146436
|
fileId: string;
|
|
146414
146437
|
nodeId: string;
|
|
146415
146438
|
fileLastEditedAt: string;
|
|
146439
|
+
nodeName: string;
|
|
146416
146440
|
};
|
|
146417
146441
|
thumbnail: {
|
|
146418
146442
|
id: string;
|
|
@@ -146466,9 +146490,11 @@ declare const DTOForgeFigmaNodeResponse: z$1.ZodObject<{
|
|
|
146466
146490
|
};
|
|
146467
146491
|
state: "Success" | "Failed" | "Optimizing";
|
|
146468
146492
|
origin: {
|
|
146493
|
+
fileName: string;
|
|
146469
146494
|
fileId: string;
|
|
146470
146495
|
nodeId: string;
|
|
146471
146496
|
fileLastEditedAt: string;
|
|
146497
|
+
nodeName: string;
|
|
146472
146498
|
};
|
|
146473
146499
|
thumbnail: {
|
|
146474
146500
|
id: string;
|
|
@@ -146524,9 +146550,11 @@ declare const DTOForgeFigmaNodeResponse: z$1.ZodObject<{
|
|
|
146524
146550
|
};
|
|
146525
146551
|
state: "Success" | "Failed" | "Optimizing";
|
|
146526
146552
|
origin: {
|
|
146553
|
+
fileName: string;
|
|
146527
146554
|
fileId: string;
|
|
146528
146555
|
nodeId: string;
|
|
146529
146556
|
fileLastEditedAt: string;
|
|
146557
|
+
nodeName: string;
|
|
146530
146558
|
};
|
|
146531
146559
|
thumbnail: {
|
|
146532
146560
|
id: string;
|
|
@@ -146582,9 +146610,11 @@ declare const DTOForgeFigmaNodeResponse: z$1.ZodObject<{
|
|
|
146582
146610
|
};
|
|
146583
146611
|
state: "Success" | "Failed" | "Optimizing";
|
|
146584
146612
|
origin: {
|
|
146613
|
+
fileName: string;
|
|
146585
146614
|
fileId: string;
|
|
146586
146615
|
nodeId: string;
|
|
146587
146616
|
fileLastEditedAt: string;
|
|
146617
|
+
nodeName: string;
|
|
146588
146618
|
};
|
|
146589
146619
|
thumbnail: {
|
|
146590
146620
|
id: string;
|
|
@@ -157570,6 +157600,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
157570
157600
|
} | undefined;
|
|
157571
157601
|
}>, "many">>;
|
|
157572
157602
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
157603
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
157573
157604
|
}, "strip", z$1.ZodTypeAny, {
|
|
157574
157605
|
files?: {
|
|
157575
157606
|
id: string;
|
|
@@ -157585,6 +157616,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
157585
157616
|
}[] | undefined;
|
|
157586
157617
|
iterationId?: string | undefined;
|
|
157587
157618
|
templateId?: string | undefined;
|
|
157619
|
+
figmaNodeIds?: string[] | undefined;
|
|
157588
157620
|
}, {
|
|
157589
157621
|
files?: {
|
|
157590
157622
|
id: string;
|
|
@@ -157600,6 +157632,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
157600
157632
|
}[] | undefined;
|
|
157601
157633
|
iterationId?: string | undefined;
|
|
157602
157634
|
templateId?: string | undefined;
|
|
157635
|
+
figmaNodeIds?: string[] | undefined;
|
|
157603
157636
|
}>>;
|
|
157604
157637
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
157605
157638
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -157956,6 +157989,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
157956
157989
|
} | undefined;
|
|
157957
157990
|
}>, "many">>;
|
|
157958
157991
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
157992
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
157959
157993
|
}, "strip", z$1.ZodTypeAny, {
|
|
157960
157994
|
files?: {
|
|
157961
157995
|
id: string;
|
|
@@ -157971,6 +158005,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
157971
158005
|
}[] | undefined;
|
|
157972
158006
|
iterationId?: string | undefined;
|
|
157973
158007
|
templateId?: string | undefined;
|
|
158008
|
+
figmaNodeIds?: string[] | undefined;
|
|
157974
158009
|
}, {
|
|
157975
158010
|
files?: {
|
|
157976
158011
|
id: string;
|
|
@@ -157986,6 +158021,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
157986
158021
|
}[] | undefined;
|
|
157987
158022
|
iterationId?: string | undefined;
|
|
157988
158023
|
templateId?: string | undefined;
|
|
158024
|
+
figmaNodeIds?: string[] | undefined;
|
|
157989
158025
|
}>>;
|
|
157990
158026
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
157991
158027
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -158432,6 +158468,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
158432
158468
|
} | undefined;
|
|
158433
158469
|
}>, "many">>;
|
|
158434
158470
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
158471
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
158435
158472
|
}, "strip", z$1.ZodTypeAny, {
|
|
158436
158473
|
files?: {
|
|
158437
158474
|
id: string;
|
|
@@ -158447,6 +158484,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
158447
158484
|
}[] | undefined;
|
|
158448
158485
|
iterationId?: string | undefined;
|
|
158449
158486
|
templateId?: string | undefined;
|
|
158487
|
+
figmaNodeIds?: string[] | undefined;
|
|
158450
158488
|
}, {
|
|
158451
158489
|
files?: {
|
|
158452
158490
|
id: string;
|
|
@@ -158462,6 +158500,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
158462
158500
|
}[] | undefined;
|
|
158463
158501
|
iterationId?: string | undefined;
|
|
158464
158502
|
templateId?: string | undefined;
|
|
158503
|
+
figmaNodeIds?: string[] | undefined;
|
|
158465
158504
|
}>>;
|
|
158466
158505
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
158467
158506
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -158810,6 +158849,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
158810
158849
|
} | undefined;
|
|
158811
158850
|
}>, "many">>;
|
|
158812
158851
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
158852
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
158813
158853
|
}, "strip", z$1.ZodTypeAny, {
|
|
158814
158854
|
files?: {
|
|
158815
158855
|
id: string;
|
|
@@ -158825,6 +158865,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
158825
158865
|
}[] | undefined;
|
|
158826
158866
|
iterationId?: string | undefined;
|
|
158827
158867
|
templateId?: string | undefined;
|
|
158868
|
+
figmaNodeIds?: string[] | undefined;
|
|
158828
158869
|
}, {
|
|
158829
158870
|
files?: {
|
|
158830
158871
|
id: string;
|
|
@@ -158840,6 +158881,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
158840
158881
|
}[] | undefined;
|
|
158841
158882
|
iterationId?: string | undefined;
|
|
158842
158883
|
templateId?: string | undefined;
|
|
158884
|
+
figmaNodeIds?: string[] | undefined;
|
|
158843
158885
|
}>>;
|
|
158844
158886
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
158845
158887
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -159438,6 +159480,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
159438
159480
|
} | undefined;
|
|
159439
159481
|
}>, "many">>;
|
|
159440
159482
|
templateId: z.ZodOptional<z.ZodString>;
|
|
159483
|
+
figmaNodeIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
159441
159484
|
}, "strip", z.ZodTypeAny, {
|
|
159442
159485
|
files?: {
|
|
159443
159486
|
id: string;
|
|
@@ -159453,6 +159496,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
159453
159496
|
}[] | undefined;
|
|
159454
159497
|
iterationId?: string | undefined;
|
|
159455
159498
|
templateId?: string | undefined;
|
|
159499
|
+
figmaNodeIds?: string[] | undefined;
|
|
159456
159500
|
}, {
|
|
159457
159501
|
files?: {
|
|
159458
159502
|
id: string;
|
|
@@ -159468,6 +159512,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
159468
159512
|
}[] | undefined;
|
|
159469
159513
|
iterationId?: string | undefined;
|
|
159470
159514
|
templateId?: string | undefined;
|
|
159515
|
+
figmaNodeIds?: string[] | undefined;
|
|
159471
159516
|
}>>;
|
|
159472
159517
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
159473
159518
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -266141,6 +266186,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
266141
266186
|
} | undefined;
|
|
266142
266187
|
}>, "many">>;
|
|
266143
266188
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
266189
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
266144
266190
|
}, "strip", z$1.ZodTypeAny, {
|
|
266145
266191
|
files?: {
|
|
266146
266192
|
id: string;
|
|
@@ -266156,6 +266202,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
266156
266202
|
}[] | undefined;
|
|
266157
266203
|
iterationId?: string | undefined;
|
|
266158
266204
|
templateId?: string | undefined;
|
|
266205
|
+
figmaNodeIds?: string[] | undefined;
|
|
266159
266206
|
}, {
|
|
266160
266207
|
files?: {
|
|
266161
266208
|
id: string;
|
|
@@ -266171,6 +266218,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
266171
266218
|
}[] | undefined;
|
|
266172
266219
|
iterationId?: string | undefined;
|
|
266173
266220
|
templateId?: string | undefined;
|
|
266221
|
+
figmaNodeIds?: string[] | undefined;
|
|
266174
266222
|
}>>;
|
|
266175
266223
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
266176
266224
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
@@ -303154,6 +303202,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
303154
303202
|
} | undefined;
|
|
303155
303203
|
}>, "many">>;
|
|
303156
303204
|
templateId: z.ZodOptional<z.ZodString>;
|
|
303205
|
+
figmaNodeIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
303157
303206
|
}, "strip", z.ZodTypeAny, {
|
|
303158
303207
|
files?: {
|
|
303159
303208
|
id: string;
|
|
@@ -303169,6 +303218,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
303169
303218
|
}[] | undefined;
|
|
303170
303219
|
iterationId?: string | undefined;
|
|
303171
303220
|
templateId?: string | undefined;
|
|
303221
|
+
figmaNodeIds?: string[] | undefined;
|
|
303172
303222
|
}, {
|
|
303173
303223
|
files?: {
|
|
303174
303224
|
id: string;
|
|
@@ -303184,6 +303234,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
303184
303234
|
}[] | undefined;
|
|
303185
303235
|
iterationId?: string | undefined;
|
|
303186
303236
|
templateId?: string | undefined;
|
|
303237
|
+
figmaNodeIds?: string[] | undefined;
|
|
303187
303238
|
}>>;
|
|
303188
303239
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
303189
303240
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -303364,6 +303415,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
303364
303415
|
} | undefined;
|
|
303365
303416
|
}>, "many">>;
|
|
303366
303417
|
templateId: z.ZodOptional<z.ZodString>;
|
|
303418
|
+
figmaNodeIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
303367
303419
|
}, "strip", z.ZodTypeAny, {
|
|
303368
303420
|
files?: {
|
|
303369
303421
|
id: string;
|
|
@@ -303379,6 +303431,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
303379
303431
|
}[] | undefined;
|
|
303380
303432
|
iterationId?: string | undefined;
|
|
303381
303433
|
templateId?: string | undefined;
|
|
303434
|
+
figmaNodeIds?: string[] | undefined;
|
|
303382
303435
|
}, {
|
|
303383
303436
|
files?: {
|
|
303384
303437
|
id: string;
|
|
@@ -303394,6 +303447,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
303394
303447
|
}[] | undefined;
|
|
303395
303448
|
iterationId?: string | undefined;
|
|
303396
303449
|
templateId?: string | undefined;
|
|
303450
|
+
figmaNodeIds?: string[] | undefined;
|
|
303397
303451
|
}>>;
|
|
303398
303452
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
303399
303453
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -303714,6 +303768,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
303714
303768
|
} | undefined;
|
|
303715
303769
|
}>, "many">>;
|
|
303716
303770
|
templateId: z.ZodOptional<z.ZodString>;
|
|
303771
|
+
figmaNodeIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
303717
303772
|
}, "strip", z.ZodTypeAny, {
|
|
303718
303773
|
files?: {
|
|
303719
303774
|
id: string;
|
|
@@ -303729,6 +303784,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
303729
303784
|
}[] | undefined;
|
|
303730
303785
|
iterationId?: string | undefined;
|
|
303731
303786
|
templateId?: string | undefined;
|
|
303787
|
+
figmaNodeIds?: string[] | undefined;
|
|
303732
303788
|
}, {
|
|
303733
303789
|
files?: {
|
|
303734
303790
|
id: string;
|
|
@@ -303744,6 +303800,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
303744
303800
|
}[] | undefined;
|
|
303745
303801
|
iterationId?: string | undefined;
|
|
303746
303802
|
templateId?: string | undefined;
|
|
303803
|
+
figmaNodeIds?: string[] | undefined;
|
|
303747
303804
|
}>>;
|
|
303748
303805
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
303749
303806
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -303924,6 +303981,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
303924
303981
|
} | undefined;
|
|
303925
303982
|
}>, "many">>;
|
|
303926
303983
|
templateId: z.ZodOptional<z.ZodString>;
|
|
303984
|
+
figmaNodeIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
303927
303985
|
}, "strip", z.ZodTypeAny, {
|
|
303928
303986
|
files?: {
|
|
303929
303987
|
id: string;
|
|
@@ -303939,6 +303997,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
303939
303997
|
}[] | undefined;
|
|
303940
303998
|
iterationId?: string | undefined;
|
|
303941
303999
|
templateId?: string | undefined;
|
|
304000
|
+
figmaNodeIds?: string[] | undefined;
|
|
303942
304001
|
}, {
|
|
303943
304002
|
files?: {
|
|
303944
304003
|
id: string;
|
|
@@ -303954,6 +304013,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
303954
304013
|
}[] | undefined;
|
|
303955
304014
|
iterationId?: string | undefined;
|
|
303956
304015
|
templateId?: string | undefined;
|
|
304016
|
+
figmaNodeIds?: string[] | undefined;
|
|
303957
304017
|
}>>;
|
|
303958
304018
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
303959
304019
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -351997,6 +352057,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
351997
352057
|
} | undefined;
|
|
351998
352058
|
}>, "many">>;
|
|
351999
352059
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
352060
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
352000
352061
|
}, "strip", z$1.ZodTypeAny, {
|
|
352001
352062
|
files?: {
|
|
352002
352063
|
id: string;
|
|
@@ -352012,6 +352073,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
352012
352073
|
}[] | undefined;
|
|
352013
352074
|
iterationId?: string | undefined;
|
|
352014
352075
|
templateId?: string | undefined;
|
|
352076
|
+
figmaNodeIds?: string[] | undefined;
|
|
352015
352077
|
}, {
|
|
352016
352078
|
files?: {
|
|
352017
352079
|
id: string;
|
|
@@ -352027,6 +352089,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
352027
352089
|
}[] | undefined;
|
|
352028
352090
|
iterationId?: string | undefined;
|
|
352029
352091
|
templateId?: string | undefined;
|
|
352092
|
+
figmaNodeIds?: string[] | undefined;
|
|
352030
352093
|
}>>;
|
|
352031
352094
|
/**
|
|
352032
352095
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -352070,6 +352133,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
352070
352133
|
}[] | undefined;
|
|
352071
352134
|
iterationId?: string | undefined;
|
|
352072
352135
|
templateId?: string | undefined;
|
|
352136
|
+
figmaNodeIds?: string[] | undefined;
|
|
352073
352137
|
} | undefined;
|
|
352074
352138
|
replyToMessageId?: string | undefined;
|
|
352075
352139
|
isRetry?: boolean | undefined;
|
|
@@ -352109,6 +352173,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
352109
352173
|
}[] | undefined;
|
|
352110
352174
|
iterationId?: string | undefined;
|
|
352111
352175
|
templateId?: string | undefined;
|
|
352176
|
+
figmaNodeIds?: string[] | undefined;
|
|
352112
352177
|
} | undefined;
|
|
352113
352178
|
replyToMessageId?: string | undefined;
|
|
352114
352179
|
isRetry?: boolean | undefined;
|
|
@@ -352170,6 +352235,7 @@ declare const DTOThreadMessageAttachments: z$1.ZodObject<{
|
|
|
352170
352235
|
} | undefined;
|
|
352171
352236
|
}>, "many">>;
|
|
352172
352237
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
352238
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
352173
352239
|
}, "strip", z$1.ZodTypeAny, {
|
|
352174
352240
|
files?: {
|
|
352175
352241
|
id: string;
|
|
@@ -352185,6 +352251,7 @@ declare const DTOThreadMessageAttachments: z$1.ZodObject<{
|
|
|
352185
352251
|
}[] | undefined;
|
|
352186
352252
|
iterationId?: string | undefined;
|
|
352187
352253
|
templateId?: string | undefined;
|
|
352254
|
+
figmaNodeIds?: string[] | undefined;
|
|
352188
352255
|
}, {
|
|
352189
352256
|
files?: {
|
|
352190
352257
|
id: string;
|
|
@@ -352200,6 +352267,7 @@ declare const DTOThreadMessageAttachments: z$1.ZodObject<{
|
|
|
352200
352267
|
}[] | undefined;
|
|
352201
352268
|
iterationId?: string | undefined;
|
|
352202
352269
|
templateId?: string | undefined;
|
|
352270
|
+
figmaNodeIds?: string[] | undefined;
|
|
352203
352271
|
}>;
|
|
352204
352272
|
type DTOThreadMessageAttachments = z$1.infer<typeof DTOThreadMessageAttachments>;
|
|
352205
352273
|
declare const DTOThreadAgentResponseTracker: z$1.ZodObject<{
|
|
@@ -352396,6 +352464,7 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
352396
352464
|
} | undefined;
|
|
352397
352465
|
}>, "many">>;
|
|
352398
352466
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
352467
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
352399
352468
|
}, "strip", z$1.ZodTypeAny, {
|
|
352400
352469
|
files?: {
|
|
352401
352470
|
id: string;
|
|
@@ -352411,6 +352480,7 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
352411
352480
|
}[] | undefined;
|
|
352412
352481
|
iterationId?: string | undefined;
|
|
352413
352482
|
templateId?: string | undefined;
|
|
352483
|
+
figmaNodeIds?: string[] | undefined;
|
|
352414
352484
|
}, {
|
|
352415
352485
|
files?: {
|
|
352416
352486
|
id: string;
|
|
@@ -352426,6 +352496,7 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
352426
352496
|
}[] | undefined;
|
|
352427
352497
|
iterationId?: string | undefined;
|
|
352428
352498
|
templateId?: string | undefined;
|
|
352499
|
+
figmaNodeIds?: string[] | undefined;
|
|
352429
352500
|
}>>;
|
|
352430
352501
|
/**
|
|
352431
352502
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -352573,6 +352644,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
352573
352644
|
} | undefined;
|
|
352574
352645
|
}>, "many">>;
|
|
352575
352646
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
352647
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
352576
352648
|
}, "strip", z$1.ZodTypeAny, {
|
|
352577
352649
|
files?: {
|
|
352578
352650
|
id: string;
|
|
@@ -352588,6 +352660,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
352588
352660
|
}[] | undefined;
|
|
352589
352661
|
iterationId?: string | undefined;
|
|
352590
352662
|
templateId?: string | undefined;
|
|
352663
|
+
figmaNodeIds?: string[] | undefined;
|
|
352591
352664
|
}, {
|
|
352592
352665
|
files?: {
|
|
352593
352666
|
id: string;
|
|
@@ -352603,6 +352676,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
352603
352676
|
}[] | undefined;
|
|
352604
352677
|
iterationId?: string | undefined;
|
|
352605
352678
|
templateId?: string | undefined;
|
|
352679
|
+
figmaNodeIds?: string[] | undefined;
|
|
352606
352680
|
}>>;
|
|
352607
352681
|
/**
|
|
352608
352682
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -352765,6 +352839,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
352765
352839
|
} | undefined;
|
|
352766
352840
|
}>, "many">>;
|
|
352767
352841
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
352842
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
352768
352843
|
}, "strip", z$1.ZodTypeAny, {
|
|
352769
352844
|
files?: {
|
|
352770
352845
|
id: string;
|
|
@@ -352780,6 +352855,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
352780
352855
|
}[] | undefined;
|
|
352781
352856
|
iterationId?: string | undefined;
|
|
352782
352857
|
templateId?: string | undefined;
|
|
352858
|
+
figmaNodeIds?: string[] | undefined;
|
|
352783
352859
|
}, {
|
|
352784
352860
|
files?: {
|
|
352785
352861
|
id: string;
|
|
@@ -352795,6 +352871,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
352795
352871
|
}[] | undefined;
|
|
352796
352872
|
iterationId?: string | undefined;
|
|
352797
352873
|
templateId?: string | undefined;
|
|
352874
|
+
figmaNodeIds?: string[] | undefined;
|
|
352798
352875
|
}>>;
|
|
352799
352876
|
/**
|
|
352800
352877
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -352860,6 +352937,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
352860
352937
|
} | undefined;
|
|
352861
352938
|
}>, "many">>;
|
|
352862
352939
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
352940
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
352863
352941
|
}, "strip", z$1.ZodTypeAny, {
|
|
352864
352942
|
files?: {
|
|
352865
352943
|
id: string;
|
|
@@ -352875,6 +352953,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
352875
352953
|
}[] | undefined;
|
|
352876
352954
|
iterationId?: string | undefined;
|
|
352877
352955
|
templateId?: string | undefined;
|
|
352956
|
+
figmaNodeIds?: string[] | undefined;
|
|
352878
352957
|
}, {
|
|
352879
352958
|
files?: {
|
|
352880
352959
|
id: string;
|
|
@@ -352890,6 +352969,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
352890
352969
|
}[] | undefined;
|
|
352891
352970
|
iterationId?: string | undefined;
|
|
352892
352971
|
templateId?: string | undefined;
|
|
352972
|
+
figmaNodeIds?: string[] | undefined;
|
|
352893
352973
|
}>>>;
|
|
352894
352974
|
agentResponseTrackerId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>>>;
|
|
352895
352975
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -352911,6 +352991,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
352911
352991
|
}[] | undefined;
|
|
352912
352992
|
iterationId?: string | undefined;
|
|
352913
352993
|
templateId?: string | undefined;
|
|
352994
|
+
figmaNodeIds?: string[] | undefined;
|
|
352914
352995
|
} | undefined;
|
|
352915
352996
|
}, {
|
|
352916
352997
|
id: string;
|
|
@@ -352931,6 +353012,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
352931
353012
|
}[] | undefined;
|
|
352932
353013
|
iterationId?: string | undefined;
|
|
352933
353014
|
templateId?: string | undefined;
|
|
353015
|
+
figmaNodeIds?: string[] | undefined;
|
|
352934
353016
|
} | undefined;
|
|
352935
353017
|
}>;
|
|
352936
353018
|
type DTOThreadMessageUpdateInput = z$1.infer<typeof DTOThreadMessageUpdateInput>;
|
|
@@ -353071,6 +353153,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
353071
353153
|
} | undefined;
|
|
353072
353154
|
}>, "many">>;
|
|
353073
353155
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
353156
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
353074
353157
|
}, "strip", z$1.ZodTypeAny, {
|
|
353075
353158
|
files?: {
|
|
353076
353159
|
id: string;
|
|
@@ -353086,6 +353169,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
353086
353169
|
}[] | undefined;
|
|
353087
353170
|
iterationId?: string | undefined;
|
|
353088
353171
|
templateId?: string | undefined;
|
|
353172
|
+
figmaNodeIds?: string[] | undefined;
|
|
353089
353173
|
}, {
|
|
353090
353174
|
files?: {
|
|
353091
353175
|
id: string;
|
|
@@ -353101,6 +353185,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
353101
353185
|
}[] | undefined;
|
|
353102
353186
|
iterationId?: string | undefined;
|
|
353103
353187
|
templateId?: string | undefined;
|
|
353188
|
+
figmaNodeIds?: string[] | undefined;
|
|
353104
353189
|
}>>;
|
|
353105
353190
|
/**
|
|
353106
353191
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -353144,6 +353229,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
353144
353229
|
}[] | undefined;
|
|
353145
353230
|
iterationId?: string | undefined;
|
|
353146
353231
|
templateId?: string | undefined;
|
|
353232
|
+
figmaNodeIds?: string[] | undefined;
|
|
353147
353233
|
} | undefined;
|
|
353148
353234
|
replyToMessageId?: string | undefined;
|
|
353149
353235
|
isRetry?: boolean | undefined;
|
|
@@ -353183,6 +353269,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
353183
353269
|
}[] | undefined;
|
|
353184
353270
|
iterationId?: string | undefined;
|
|
353185
353271
|
templateId?: string | undefined;
|
|
353272
|
+
figmaNodeIds?: string[] | undefined;
|
|
353186
353273
|
} | undefined;
|
|
353187
353274
|
replyToMessageId?: string | undefined;
|
|
353188
353275
|
isRetry?: boolean | undefined;
|
|
@@ -353224,6 +353311,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
353224
353311
|
}[] | undefined;
|
|
353225
353312
|
iterationId?: string | undefined;
|
|
353226
353313
|
templateId?: string | undefined;
|
|
353314
|
+
figmaNodeIds?: string[] | undefined;
|
|
353227
353315
|
} | undefined;
|
|
353228
353316
|
replyToMessageId?: string | undefined;
|
|
353229
353317
|
isRetry?: boolean | undefined;
|
|
@@ -353265,6 +353353,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
353265
353353
|
}[] | undefined;
|
|
353266
353354
|
iterationId?: string | undefined;
|
|
353267
353355
|
templateId?: string | undefined;
|
|
353356
|
+
figmaNodeIds?: string[] | undefined;
|
|
353268
353357
|
} | undefined;
|
|
353269
353358
|
replyToMessageId?: string | undefined;
|
|
353270
353359
|
isRetry?: boolean | undefined;
|
|
@@ -353420,6 +353509,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
353420
353509
|
} | undefined;
|
|
353421
353510
|
}>, "many">>;
|
|
353422
353511
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
353512
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
353423
353513
|
}, "strip", z$1.ZodTypeAny, {
|
|
353424
353514
|
files?: {
|
|
353425
353515
|
id: string;
|
|
@@ -353435,6 +353525,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
353435
353525
|
}[] | undefined;
|
|
353436
353526
|
iterationId?: string | undefined;
|
|
353437
353527
|
templateId?: string | undefined;
|
|
353528
|
+
figmaNodeIds?: string[] | undefined;
|
|
353438
353529
|
}, {
|
|
353439
353530
|
files?: {
|
|
353440
353531
|
id: string;
|
|
@@ -353450,6 +353541,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
353450
353541
|
}[] | undefined;
|
|
353451
353542
|
iterationId?: string | undefined;
|
|
353452
353543
|
templateId?: string | undefined;
|
|
353544
|
+
figmaNodeIds?: string[] | undefined;
|
|
353453
353545
|
}>>;
|
|
353454
353546
|
/**
|
|
353455
353547
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -353493,6 +353585,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
353493
353585
|
}[] | undefined;
|
|
353494
353586
|
iterationId?: string | undefined;
|
|
353495
353587
|
templateId?: string | undefined;
|
|
353588
|
+
figmaNodeIds?: string[] | undefined;
|
|
353496
353589
|
} | undefined;
|
|
353497
353590
|
replyToMessageId?: string | undefined;
|
|
353498
353591
|
isRetry?: boolean | undefined;
|
|
@@ -353532,6 +353625,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
353532
353625
|
}[] | undefined;
|
|
353533
353626
|
iterationId?: string | undefined;
|
|
353534
353627
|
templateId?: string | undefined;
|
|
353628
|
+
figmaNodeIds?: string[] | undefined;
|
|
353535
353629
|
} | undefined;
|
|
353536
353630
|
replyToMessageId?: string | undefined;
|
|
353537
353631
|
isRetry?: boolean | undefined;
|
|
@@ -353590,6 +353684,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
353590
353684
|
}[] | undefined;
|
|
353591
353685
|
iterationId?: string | undefined;
|
|
353592
353686
|
templateId?: string | undefined;
|
|
353687
|
+
figmaNodeIds?: string[] | undefined;
|
|
353593
353688
|
} | undefined;
|
|
353594
353689
|
replyToMessageId?: string | undefined;
|
|
353595
353690
|
isRetry?: boolean | undefined;
|
|
@@ -353638,6 +353733,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
353638
353733
|
}[] | undefined;
|
|
353639
353734
|
iterationId?: string | undefined;
|
|
353640
353735
|
templateId?: string | undefined;
|
|
353736
|
+
figmaNodeIds?: string[] | undefined;
|
|
353641
353737
|
} | undefined;
|
|
353642
353738
|
replyToMessageId?: string | undefined;
|
|
353643
353739
|
isRetry?: boolean | undefined;
|
|
@@ -353768,6 +353864,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
353768
353864
|
} | undefined;
|
|
353769
353865
|
}>, "many">>;
|
|
353770
353866
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
353867
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
353771
353868
|
}, "strip", z$1.ZodTypeAny, {
|
|
353772
353869
|
files?: {
|
|
353773
353870
|
id: string;
|
|
@@ -353783,6 +353880,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
353783
353880
|
}[] | undefined;
|
|
353784
353881
|
iterationId?: string | undefined;
|
|
353785
353882
|
templateId?: string | undefined;
|
|
353883
|
+
figmaNodeIds?: string[] | undefined;
|
|
353786
353884
|
}, {
|
|
353787
353885
|
files?: {
|
|
353788
353886
|
id: string;
|
|
@@ -353798,6 +353896,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
353798
353896
|
}[] | undefined;
|
|
353799
353897
|
iterationId?: string | undefined;
|
|
353800
353898
|
templateId?: string | undefined;
|
|
353899
|
+
figmaNodeIds?: string[] | undefined;
|
|
353801
353900
|
}>>;
|
|
353802
353901
|
/**
|
|
353803
353902
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -353841,6 +353940,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
353841
353940
|
}[] | undefined;
|
|
353842
353941
|
iterationId?: string | undefined;
|
|
353843
353942
|
templateId?: string | undefined;
|
|
353943
|
+
figmaNodeIds?: string[] | undefined;
|
|
353844
353944
|
} | undefined;
|
|
353845
353945
|
replyToMessageId?: string | undefined;
|
|
353846
353946
|
isRetry?: boolean | undefined;
|
|
@@ -353880,6 +353980,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
353880
353980
|
}[] | undefined;
|
|
353881
353981
|
iterationId?: string | undefined;
|
|
353882
353982
|
templateId?: string | undefined;
|
|
353983
|
+
figmaNodeIds?: string[] | undefined;
|
|
353883
353984
|
} | undefined;
|
|
353884
353985
|
replyToMessageId?: string | undefined;
|
|
353885
353986
|
isRetry?: boolean | undefined;
|
|
@@ -353922,6 +354023,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
353922
354023
|
}[] | undefined;
|
|
353923
354024
|
iterationId?: string | undefined;
|
|
353924
354025
|
templateId?: string | undefined;
|
|
354026
|
+
figmaNodeIds?: string[] | undefined;
|
|
353925
354027
|
} | undefined;
|
|
353926
354028
|
replyToMessageId?: string | undefined;
|
|
353927
354029
|
isRetry?: boolean | undefined;
|
|
@@ -353964,6 +354066,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
353964
354066
|
}[] | undefined;
|
|
353965
354067
|
iterationId?: string | undefined;
|
|
353966
354068
|
templateId?: string | undefined;
|
|
354069
|
+
figmaNodeIds?: string[] | undefined;
|
|
353967
354070
|
} | undefined;
|
|
353968
354071
|
replyToMessageId?: string | undefined;
|
|
353969
354072
|
isRetry?: boolean | undefined;
|
|
@@ -354087,6 +354190,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
354087
354190
|
} | undefined;
|
|
354088
354191
|
}>, "many">>;
|
|
354089
354192
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
354193
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
354090
354194
|
}, "strip", z$1.ZodTypeAny, {
|
|
354091
354195
|
files?: {
|
|
354092
354196
|
id: string;
|
|
@@ -354102,6 +354206,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
354102
354206
|
}[] | undefined;
|
|
354103
354207
|
iterationId?: string | undefined;
|
|
354104
354208
|
templateId?: string | undefined;
|
|
354209
|
+
figmaNodeIds?: string[] | undefined;
|
|
354105
354210
|
}, {
|
|
354106
354211
|
files?: {
|
|
354107
354212
|
id: string;
|
|
@@ -354117,6 +354222,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
354117
354222
|
}[] | undefined;
|
|
354118
354223
|
iterationId?: string | undefined;
|
|
354119
354224
|
templateId?: string | undefined;
|
|
354225
|
+
figmaNodeIds?: string[] | undefined;
|
|
354120
354226
|
}>>;
|
|
354121
354227
|
/**
|
|
354122
354228
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -354160,6 +354266,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
354160
354266
|
}[] | undefined;
|
|
354161
354267
|
iterationId?: string | undefined;
|
|
354162
354268
|
templateId?: string | undefined;
|
|
354269
|
+
figmaNodeIds?: string[] | undefined;
|
|
354163
354270
|
} | undefined;
|
|
354164
354271
|
replyToMessageId?: string | undefined;
|
|
354165
354272
|
isRetry?: boolean | undefined;
|
|
@@ -354199,6 +354306,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
354199
354306
|
}[] | undefined;
|
|
354200
354307
|
iterationId?: string | undefined;
|
|
354201
354308
|
templateId?: string | undefined;
|
|
354309
|
+
figmaNodeIds?: string[] | undefined;
|
|
354202
354310
|
} | undefined;
|
|
354203
354311
|
replyToMessageId?: string | undefined;
|
|
354204
354312
|
isRetry?: boolean | undefined;
|
|
@@ -354241,6 +354349,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
354241
354349
|
}[] | undefined;
|
|
354242
354350
|
iterationId?: string | undefined;
|
|
354243
354351
|
templateId?: string | undefined;
|
|
354352
|
+
figmaNodeIds?: string[] | undefined;
|
|
354244
354353
|
} | undefined;
|
|
354245
354354
|
replyToMessageId?: string | undefined;
|
|
354246
354355
|
isRetry?: boolean | undefined;
|
|
@@ -354283,6 +354392,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
354283
354392
|
}[] | undefined;
|
|
354284
354393
|
iterationId?: string | undefined;
|
|
354285
354394
|
templateId?: string | undefined;
|
|
354395
|
+
figmaNodeIds?: string[] | undefined;
|
|
354286
354396
|
} | undefined;
|
|
354287
354397
|
replyToMessageId?: string | undefined;
|
|
354288
354398
|
isRetry?: boolean | undefined;
|
|
@@ -354478,6 +354588,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354478
354588
|
} | undefined;
|
|
354479
354589
|
}>, "many">>;
|
|
354480
354590
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
354591
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
354481
354592
|
}, "strip", z$1.ZodTypeAny, {
|
|
354482
354593
|
files?: {
|
|
354483
354594
|
id: string;
|
|
@@ -354493,6 +354604,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354493
354604
|
}[] | undefined;
|
|
354494
354605
|
iterationId?: string | undefined;
|
|
354495
354606
|
templateId?: string | undefined;
|
|
354607
|
+
figmaNodeIds?: string[] | undefined;
|
|
354496
354608
|
}, {
|
|
354497
354609
|
files?: {
|
|
354498
354610
|
id: string;
|
|
@@ -354508,6 +354620,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354508
354620
|
}[] | undefined;
|
|
354509
354621
|
iterationId?: string | undefined;
|
|
354510
354622
|
templateId?: string | undefined;
|
|
354623
|
+
figmaNodeIds?: string[] | undefined;
|
|
354511
354624
|
}>>;
|
|
354512
354625
|
/**
|
|
354513
354626
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -354551,6 +354664,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354551
354664
|
}[] | undefined;
|
|
354552
354665
|
iterationId?: string | undefined;
|
|
354553
354666
|
templateId?: string | undefined;
|
|
354667
|
+
figmaNodeIds?: string[] | undefined;
|
|
354554
354668
|
} | undefined;
|
|
354555
354669
|
replyToMessageId?: string | undefined;
|
|
354556
354670
|
isRetry?: boolean | undefined;
|
|
@@ -354590,6 +354704,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354590
354704
|
}[] | undefined;
|
|
354591
354705
|
iterationId?: string | undefined;
|
|
354592
354706
|
templateId?: string | undefined;
|
|
354707
|
+
figmaNodeIds?: string[] | undefined;
|
|
354593
354708
|
} | undefined;
|
|
354594
354709
|
replyToMessageId?: string | undefined;
|
|
354595
354710
|
isRetry?: boolean | undefined;
|
|
@@ -354632,6 +354747,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354632
354747
|
}[] | undefined;
|
|
354633
354748
|
iterationId?: string | undefined;
|
|
354634
354749
|
templateId?: string | undefined;
|
|
354750
|
+
figmaNodeIds?: string[] | undefined;
|
|
354635
354751
|
} | undefined;
|
|
354636
354752
|
replyToMessageId?: string | undefined;
|
|
354637
354753
|
isRetry?: boolean | undefined;
|
|
@@ -354674,6 +354790,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354674
354790
|
}[] | undefined;
|
|
354675
354791
|
iterationId?: string | undefined;
|
|
354676
354792
|
templateId?: string | undefined;
|
|
354793
|
+
figmaNodeIds?: string[] | undefined;
|
|
354677
354794
|
} | undefined;
|
|
354678
354795
|
replyToMessageId?: string | undefined;
|
|
354679
354796
|
isRetry?: boolean | undefined;
|
|
@@ -354795,6 +354912,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354795
354912
|
} | undefined;
|
|
354796
354913
|
}>, "many">>;
|
|
354797
354914
|
templateId: z$1.ZodOptional<z$1.ZodString>;
|
|
354915
|
+
figmaNodeIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
354798
354916
|
}, "strip", z$1.ZodTypeAny, {
|
|
354799
354917
|
files?: {
|
|
354800
354918
|
id: string;
|
|
@@ -354810,6 +354928,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354810
354928
|
}[] | undefined;
|
|
354811
354929
|
iterationId?: string | undefined;
|
|
354812
354930
|
templateId?: string | undefined;
|
|
354931
|
+
figmaNodeIds?: string[] | undefined;
|
|
354813
354932
|
}, {
|
|
354814
354933
|
files?: {
|
|
354815
354934
|
id: string;
|
|
@@ -354825,6 +354944,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354825
354944
|
}[] | undefined;
|
|
354826
354945
|
iterationId?: string | undefined;
|
|
354827
354946
|
templateId?: string | undefined;
|
|
354947
|
+
figmaNodeIds?: string[] | undefined;
|
|
354828
354948
|
}>>;
|
|
354829
354949
|
/**
|
|
354830
354950
|
* If defined, this message is considered to be a reply to different message
|
|
@@ -354868,6 +354988,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354868
354988
|
}[] | undefined;
|
|
354869
354989
|
iterationId?: string | undefined;
|
|
354870
354990
|
templateId?: string | undefined;
|
|
354991
|
+
figmaNodeIds?: string[] | undefined;
|
|
354871
354992
|
} | undefined;
|
|
354872
354993
|
replyToMessageId?: string | undefined;
|
|
354873
354994
|
isRetry?: boolean | undefined;
|
|
@@ -354907,6 +355028,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354907
355028
|
}[] | undefined;
|
|
354908
355029
|
iterationId?: string | undefined;
|
|
354909
355030
|
templateId?: string | undefined;
|
|
355031
|
+
figmaNodeIds?: string[] | undefined;
|
|
354910
355032
|
} | undefined;
|
|
354911
355033
|
replyToMessageId?: string | undefined;
|
|
354912
355034
|
isRetry?: boolean | undefined;
|
|
@@ -354949,6 +355071,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354949
355071
|
}[] | undefined;
|
|
354950
355072
|
iterationId?: string | undefined;
|
|
354951
355073
|
templateId?: string | undefined;
|
|
355074
|
+
figmaNodeIds?: string[] | undefined;
|
|
354952
355075
|
} | undefined;
|
|
354953
355076
|
replyToMessageId?: string | undefined;
|
|
354954
355077
|
isRetry?: boolean | undefined;
|
|
@@ -354991,6 +355114,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
354991
355114
|
}[] | undefined;
|
|
354992
355115
|
iterationId?: string | undefined;
|
|
354993
355116
|
templateId?: string | undefined;
|
|
355117
|
+
figmaNodeIds?: string[] | undefined;
|
|
354994
355118
|
} | undefined;
|
|
354995
355119
|
replyToMessageId?: string | undefined;
|
|
354996
355120
|
isRetry?: boolean | undefined;
|
|
@@ -364060,6 +364184,19 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
364060
364184
|
errorReason: string;
|
|
364061
364185
|
enabled: boolean;
|
|
364062
364186
|
}>;
|
|
364187
|
+
forgeAttachFigmaFrames: z$1.ZodObject<{
|
|
364188
|
+
enabled: z$1.ZodBoolean;
|
|
364189
|
+
errorMessage: z$1.ZodString;
|
|
364190
|
+
errorReason: z$1.ZodString;
|
|
364191
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
364192
|
+
errorMessage: string;
|
|
364193
|
+
errorReason: string;
|
|
364194
|
+
enabled: boolean;
|
|
364195
|
+
}, {
|
|
364196
|
+
errorMessage: string;
|
|
364197
|
+
errorReason: string;
|
|
364198
|
+
enabled: boolean;
|
|
364199
|
+
}>;
|
|
364063
364200
|
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
364064
364201
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
364065
364202
|
errorMessage: z$1.ZodString;
|
|
@@ -364278,6 +364415,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
364278
364415
|
errorReason: string;
|
|
364279
364416
|
enabled: boolean;
|
|
364280
364417
|
};
|
|
364418
|
+
forgeAttachFigmaFrames: {
|
|
364419
|
+
errorMessage: string;
|
|
364420
|
+
errorReason: string;
|
|
364421
|
+
enabled: boolean;
|
|
364422
|
+
};
|
|
364281
364423
|
forgeActiveProjectContexts: {
|
|
364282
364424
|
errorMessage: string;
|
|
364283
364425
|
errorReason: string;
|
|
@@ -364456,6 +364598,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
364456
364598
|
errorReason: string;
|
|
364457
364599
|
enabled: boolean;
|
|
364458
364600
|
};
|
|
364601
|
+
forgeAttachFigmaFrames: {
|
|
364602
|
+
errorMessage: string;
|
|
364603
|
+
errorReason: string;
|
|
364604
|
+
enabled: boolean;
|
|
364605
|
+
};
|
|
364459
364606
|
forgeActiveProjectContexts: {
|
|
364460
364607
|
errorMessage: string;
|
|
364461
364608
|
errorReason: string;
|
|
@@ -364742,6 +364889,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
364742
364889
|
errorReason: string;
|
|
364743
364890
|
enabled: boolean;
|
|
364744
364891
|
};
|
|
364892
|
+
forgeAttachFigmaFrames: {
|
|
364893
|
+
errorMessage: string;
|
|
364894
|
+
errorReason: string;
|
|
364895
|
+
enabled: boolean;
|
|
364896
|
+
};
|
|
364745
364897
|
forgeActiveProjectContexts: {
|
|
364746
364898
|
errorMessage: string;
|
|
364747
364899
|
errorReason: string;
|
|
@@ -364964,6 +365116,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
364964
365116
|
errorReason: string;
|
|
364965
365117
|
enabled: boolean;
|
|
364966
365118
|
};
|
|
365119
|
+
forgeAttachFigmaFrames: {
|
|
365120
|
+
errorMessage: string;
|
|
365121
|
+
errorReason: string;
|
|
365122
|
+
enabled: boolean;
|
|
365123
|
+
};
|
|
364967
365124
|
forgeActiveProjectContexts: {
|
|
364968
365125
|
errorMessage: string;
|
|
364969
365126
|
errorReason: string;
|
|
@@ -365402,6 +365559,19 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
365402
365559
|
errorReason: string;
|
|
365403
365560
|
enabled: boolean;
|
|
365404
365561
|
}>;
|
|
365562
|
+
forgeAttachFigmaFrames: z$1.ZodObject<{
|
|
365563
|
+
enabled: z$1.ZodBoolean;
|
|
365564
|
+
errorMessage: z$1.ZodString;
|
|
365565
|
+
errorReason: z$1.ZodString;
|
|
365566
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
365567
|
+
errorMessage: string;
|
|
365568
|
+
errorReason: string;
|
|
365569
|
+
enabled: boolean;
|
|
365570
|
+
}, {
|
|
365571
|
+
errorMessage: string;
|
|
365572
|
+
errorReason: string;
|
|
365573
|
+
enabled: boolean;
|
|
365574
|
+
}>;
|
|
365405
365575
|
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
365406
365576
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
365407
365577
|
errorMessage: z$1.ZodString;
|
|
@@ -365620,6 +365790,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
365620
365790
|
errorReason: string;
|
|
365621
365791
|
enabled: boolean;
|
|
365622
365792
|
};
|
|
365793
|
+
forgeAttachFigmaFrames: {
|
|
365794
|
+
errorMessage: string;
|
|
365795
|
+
errorReason: string;
|
|
365796
|
+
enabled: boolean;
|
|
365797
|
+
};
|
|
365623
365798
|
forgeActiveProjectContexts: {
|
|
365624
365799
|
errorMessage: string;
|
|
365625
365800
|
errorReason: string;
|
|
@@ -365798,6 +365973,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
365798
365973
|
errorReason: string;
|
|
365799
365974
|
enabled: boolean;
|
|
365800
365975
|
};
|
|
365976
|
+
forgeAttachFigmaFrames: {
|
|
365977
|
+
errorMessage: string;
|
|
365978
|
+
errorReason: string;
|
|
365979
|
+
enabled: boolean;
|
|
365980
|
+
};
|
|
365801
365981
|
forgeActiveProjectContexts: {
|
|
365802
365982
|
errorMessage: string;
|
|
365803
365983
|
errorReason: string;
|
|
@@ -366084,6 +366264,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
366084
366264
|
errorReason: string;
|
|
366085
366265
|
enabled: boolean;
|
|
366086
366266
|
};
|
|
366267
|
+
forgeAttachFigmaFrames: {
|
|
366268
|
+
errorMessage: string;
|
|
366269
|
+
errorReason: string;
|
|
366270
|
+
enabled: boolean;
|
|
366271
|
+
};
|
|
366087
366272
|
forgeActiveProjectContexts: {
|
|
366088
366273
|
errorMessage: string;
|
|
366089
366274
|
errorReason: string;
|
|
@@ -366306,6 +366491,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
366306
366491
|
errorReason: string;
|
|
366307
366492
|
enabled: boolean;
|
|
366308
366493
|
};
|
|
366494
|
+
forgeAttachFigmaFrames: {
|
|
366495
|
+
errorMessage: string;
|
|
366496
|
+
errorReason: string;
|
|
366497
|
+
enabled: boolean;
|
|
366498
|
+
};
|
|
366309
366499
|
forgeActiveProjectContexts: {
|
|
366310
366500
|
errorMessage: string;
|
|
366311
366501
|
errorReason: string;
|
|
@@ -366699,6 +366889,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
366699
366889
|
errorReason: string;
|
|
366700
366890
|
enabled: boolean;
|
|
366701
366891
|
};
|
|
366892
|
+
forgeAttachFigmaFrames: {
|
|
366893
|
+
errorMessage: string;
|
|
366894
|
+
errorReason: string;
|
|
366895
|
+
enabled: boolean;
|
|
366896
|
+
};
|
|
366702
366897
|
forgeActiveProjectContexts: {
|
|
366703
366898
|
errorMessage: string;
|
|
366704
366899
|
errorReason: string;
|
|
@@ -366960,6 +367155,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
366960
367155
|
errorReason: string;
|
|
366961
367156
|
enabled: boolean;
|
|
366962
367157
|
};
|
|
367158
|
+
forgeAttachFigmaFrames: {
|
|
367159
|
+
errorMessage: string;
|
|
367160
|
+
errorReason: string;
|
|
367161
|
+
enabled: boolean;
|
|
367162
|
+
};
|
|
366963
367163
|
forgeActiveProjectContexts: {
|
|
366964
367164
|
errorMessage: string;
|
|
366965
367165
|
errorReason: string;
|
|
@@ -389999,6 +390199,11 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
389999
390199
|
errorReason: string;
|
|
390000
390200
|
enabled: boolean;
|
|
390001
390201
|
};
|
|
390202
|
+
forgeAttachFigmaFrames: {
|
|
390203
|
+
errorMessage: string;
|
|
390204
|
+
errorReason: string;
|
|
390205
|
+
enabled: boolean;
|
|
390206
|
+
};
|
|
390002
390207
|
forgeActiveProjectContexts: {
|
|
390003
390208
|
errorMessage: string;
|
|
390004
390209
|
errorReason: string;
|
|
@@ -390614,6 +390819,7 @@ declare class ThreadsEndpoint {
|
|
|
390614
390819
|
}[] | undefined;
|
|
390615
390820
|
iterationId?: string | undefined;
|
|
390616
390821
|
templateId?: string | undefined;
|
|
390822
|
+
figmaNodeIds?: string[] | undefined;
|
|
390617
390823
|
} | undefined;
|
|
390618
390824
|
replyToMessageId?: string | undefined;
|
|
390619
390825
|
isRetry?: boolean | undefined;
|
|
@@ -390663,6 +390869,7 @@ declare class ThreadsEndpoint {
|
|
|
390663
390869
|
}[] | undefined;
|
|
390664
390870
|
iterationId?: string | undefined;
|
|
390665
390871
|
templateId?: string | undefined;
|
|
390872
|
+
figmaNodeIds?: string[] | undefined;
|
|
390666
390873
|
} | undefined;
|
|
390667
390874
|
replyToMessageId?: string | undefined;
|
|
390668
390875
|
isRetry?: boolean | undefined;
|