@supernova-studio/client 1.81.4 → 1.82.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 +1272 -12
- package/dist/index.d.ts +1272 -12
- package/dist/index.js +64 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2052 -1992
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -158238,11 +158238,36 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158238
158238
|
}[] | undefined;
|
|
158239
158239
|
templateId?: string | undefined;
|
|
158240
158240
|
}>>;
|
|
158241
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
158242
|
+
prompt: z$1.ZodString;
|
|
158243
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
158244
|
+
xpath: z$1.ZodString;
|
|
158245
|
+
line: z$1.ZodString;
|
|
158246
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
158247
|
+
xpath: string;
|
|
158248
|
+
line: string;
|
|
158249
|
+
}, {
|
|
158250
|
+
xpath: string;
|
|
158251
|
+
line: string;
|
|
158252
|
+
}>, "many">;
|
|
158253
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
158254
|
+
elements: {
|
|
158255
|
+
xpath: string;
|
|
158256
|
+
line: string;
|
|
158257
|
+
}[];
|
|
158258
|
+
prompt: string;
|
|
158259
|
+
}, {
|
|
158260
|
+
elements: {
|
|
158261
|
+
xpath: string;
|
|
158262
|
+
line: string;
|
|
158263
|
+
}[];
|
|
158264
|
+
prompt: string;
|
|
158265
|
+
}>>;
|
|
158241
158266
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
158242
158267
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
158243
158268
|
createdAt: z$1.ZodString;
|
|
158244
158269
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
158245
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
158270
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
158246
158271
|
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
158247
158272
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
158248
158273
|
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -158271,6 +158296,13 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158271
158296
|
templateId?: string | undefined;
|
|
158272
158297
|
figmaNodeIds?: string[] | undefined;
|
|
158273
158298
|
} | undefined;
|
|
158299
|
+
annotations?: {
|
|
158300
|
+
elements: {
|
|
158301
|
+
xpath: string;
|
|
158302
|
+
line: string;
|
|
158303
|
+
}[];
|
|
158304
|
+
prompt: string;
|
|
158305
|
+
} | undefined;
|
|
158274
158306
|
promptMetadata?: Record<string, any> | undefined;
|
|
158275
158307
|
}, {
|
|
158276
158308
|
id: string;
|
|
@@ -158284,6 +158316,13 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158284
158316
|
templateId?: string | undefined;
|
|
158285
158317
|
figmaNodeIds?: string[] | undefined;
|
|
158286
158318
|
} | undefined;
|
|
158319
|
+
annotations?: {
|
|
158320
|
+
elements: {
|
|
158321
|
+
xpath: string;
|
|
158322
|
+
line: string;
|
|
158323
|
+
}[];
|
|
158324
|
+
prompt: string;
|
|
158325
|
+
} | undefined;
|
|
158287
158326
|
promptMetadata?: Record<string, any> | undefined;
|
|
158288
158327
|
}>;
|
|
158289
158328
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -158301,6 +158340,13 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158301
158340
|
templateId?: string | undefined;
|
|
158302
158341
|
figmaNodeIds?: string[] | undefined;
|
|
158303
158342
|
} | undefined;
|
|
158343
|
+
annotations?: {
|
|
158344
|
+
elements: {
|
|
158345
|
+
xpath: string;
|
|
158346
|
+
line: string;
|
|
158347
|
+
}[];
|
|
158348
|
+
prompt: string;
|
|
158349
|
+
} | undefined;
|
|
158304
158350
|
promptMetadata?: Record<string, any> | undefined;
|
|
158305
158351
|
};
|
|
158306
158352
|
name?: string | undefined;
|
|
@@ -158321,6 +158367,13 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158321
158367
|
templateId?: string | undefined;
|
|
158322
158368
|
figmaNodeIds?: string[] | undefined;
|
|
158323
158369
|
} | undefined;
|
|
158370
|
+
annotations?: {
|
|
158371
|
+
elements: {
|
|
158372
|
+
xpath: string;
|
|
158373
|
+
line: string;
|
|
158374
|
+
}[];
|
|
158375
|
+
prompt: string;
|
|
158376
|
+
} | undefined;
|
|
158324
158377
|
promptMetadata?: Record<string, any> | undefined;
|
|
158325
158378
|
};
|
|
158326
158379
|
name?: string | undefined;
|
|
@@ -158344,6 +158397,13 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158344
158397
|
templateId?: string | undefined;
|
|
158345
158398
|
figmaNodeIds?: string[] | undefined;
|
|
158346
158399
|
} | undefined;
|
|
158400
|
+
annotations?: {
|
|
158401
|
+
elements: {
|
|
158402
|
+
xpath: string;
|
|
158403
|
+
line: string;
|
|
158404
|
+
}[];
|
|
158405
|
+
prompt: string;
|
|
158406
|
+
} | undefined;
|
|
158347
158407
|
promptMetadata?: Record<string, any> | undefined;
|
|
158348
158408
|
};
|
|
158349
158409
|
name?: string | undefined;
|
|
@@ -158367,6 +158427,13 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158367
158427
|
templateId?: string | undefined;
|
|
158368
158428
|
figmaNodeIds?: string[] | undefined;
|
|
158369
158429
|
} | undefined;
|
|
158430
|
+
annotations?: {
|
|
158431
|
+
elements: {
|
|
158432
|
+
xpath: string;
|
|
158433
|
+
line: string;
|
|
158434
|
+
}[];
|
|
158435
|
+
prompt: string;
|
|
158436
|
+
} | undefined;
|
|
158370
158437
|
promptMetadata?: Record<string, any> | undefined;
|
|
158371
158438
|
};
|
|
158372
158439
|
name?: string | undefined;
|
|
@@ -159098,11 +159165,36 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159098
159165
|
}[] | undefined;
|
|
159099
159166
|
templateId?: string | undefined;
|
|
159100
159167
|
}>>;
|
|
159168
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
159169
|
+
prompt: z$1.ZodString;
|
|
159170
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
159171
|
+
xpath: z$1.ZodString;
|
|
159172
|
+
line: z$1.ZodString;
|
|
159173
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
159174
|
+
xpath: string;
|
|
159175
|
+
line: string;
|
|
159176
|
+
}, {
|
|
159177
|
+
xpath: string;
|
|
159178
|
+
line: string;
|
|
159179
|
+
}>, "many">;
|
|
159180
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
159181
|
+
elements: {
|
|
159182
|
+
xpath: string;
|
|
159183
|
+
line: string;
|
|
159184
|
+
}[];
|
|
159185
|
+
prompt: string;
|
|
159186
|
+
}, {
|
|
159187
|
+
elements: {
|
|
159188
|
+
xpath: string;
|
|
159189
|
+
line: string;
|
|
159190
|
+
}[];
|
|
159191
|
+
prompt: string;
|
|
159192
|
+
}>>;
|
|
159101
159193
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
159102
159194
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
159103
159195
|
createdAt: z$1.ZodString;
|
|
159104
159196
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
159105
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
159197
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
159106
159198
|
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
159107
159199
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
159108
159200
|
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -159131,6 +159223,13 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159131
159223
|
templateId?: string | undefined;
|
|
159132
159224
|
figmaNodeIds?: string[] | undefined;
|
|
159133
159225
|
} | undefined;
|
|
159226
|
+
annotations?: {
|
|
159227
|
+
elements: {
|
|
159228
|
+
xpath: string;
|
|
159229
|
+
line: string;
|
|
159230
|
+
}[];
|
|
159231
|
+
prompt: string;
|
|
159232
|
+
} | undefined;
|
|
159134
159233
|
promptMetadata?: Record<string, any> | undefined;
|
|
159135
159234
|
}, {
|
|
159136
159235
|
id: string;
|
|
@@ -159144,6 +159243,13 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159144
159243
|
templateId?: string | undefined;
|
|
159145
159244
|
figmaNodeIds?: string[] | undefined;
|
|
159146
159245
|
} | undefined;
|
|
159246
|
+
annotations?: {
|
|
159247
|
+
elements: {
|
|
159248
|
+
xpath: string;
|
|
159249
|
+
line: string;
|
|
159250
|
+
}[];
|
|
159251
|
+
prompt: string;
|
|
159252
|
+
} | undefined;
|
|
159147
159253
|
promptMetadata?: Record<string, any> | undefined;
|
|
159148
159254
|
}>>;
|
|
159149
159255
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -159163,6 +159269,13 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159163
159269
|
templateId?: string | undefined;
|
|
159164
159270
|
figmaNodeIds?: string[] | undefined;
|
|
159165
159271
|
} | undefined;
|
|
159272
|
+
annotations?: {
|
|
159273
|
+
elements: {
|
|
159274
|
+
xpath: string;
|
|
159275
|
+
line: string;
|
|
159276
|
+
}[];
|
|
159277
|
+
prompt: string;
|
|
159278
|
+
} | undefined;
|
|
159166
159279
|
promptMetadata?: Record<string, any> | undefined;
|
|
159167
159280
|
} | undefined;
|
|
159168
159281
|
}, {
|
|
@@ -159182,6 +159295,13 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159182
159295
|
templateId?: string | undefined;
|
|
159183
159296
|
figmaNodeIds?: string[] | undefined;
|
|
159184
159297
|
} | undefined;
|
|
159298
|
+
annotations?: {
|
|
159299
|
+
elements: {
|
|
159300
|
+
xpath: string;
|
|
159301
|
+
line: string;
|
|
159302
|
+
}[];
|
|
159303
|
+
prompt: string;
|
|
159304
|
+
} | undefined;
|
|
159185
159305
|
promptMetadata?: Record<string, any> | undefined;
|
|
159186
159306
|
} | undefined;
|
|
159187
159307
|
}>;
|
|
@@ -159204,6 +159324,13 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159204
159324
|
templateId?: string | undefined;
|
|
159205
159325
|
figmaNodeIds?: string[] | undefined;
|
|
159206
159326
|
} | undefined;
|
|
159327
|
+
annotations?: {
|
|
159328
|
+
elements: {
|
|
159329
|
+
xpath: string;
|
|
159330
|
+
line: string;
|
|
159331
|
+
}[];
|
|
159332
|
+
prompt: string;
|
|
159333
|
+
} | undefined;
|
|
159207
159334
|
promptMetadata?: Record<string, any> | undefined;
|
|
159208
159335
|
} | undefined;
|
|
159209
159336
|
};
|
|
@@ -159226,6 +159353,13 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159226
159353
|
templateId?: string | undefined;
|
|
159227
159354
|
figmaNodeIds?: string[] | undefined;
|
|
159228
159355
|
} | undefined;
|
|
159356
|
+
annotations?: {
|
|
159357
|
+
elements: {
|
|
159358
|
+
xpath: string;
|
|
159359
|
+
line: string;
|
|
159360
|
+
}[];
|
|
159361
|
+
prompt: string;
|
|
159362
|
+
} | undefined;
|
|
159229
159363
|
promptMetadata?: Record<string, any> | undefined;
|
|
159230
159364
|
} | undefined;
|
|
159231
159365
|
};
|
|
@@ -160048,11 +160182,36 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160048
160182
|
}[] | undefined;
|
|
160049
160183
|
templateId?: string | undefined;
|
|
160050
160184
|
}>>;
|
|
160185
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
160186
|
+
prompt: z$1.ZodString;
|
|
160187
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
160188
|
+
xpath: z$1.ZodString;
|
|
160189
|
+
line: z$1.ZodString;
|
|
160190
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
160191
|
+
xpath: string;
|
|
160192
|
+
line: string;
|
|
160193
|
+
}, {
|
|
160194
|
+
xpath: string;
|
|
160195
|
+
line: string;
|
|
160196
|
+
}>, "many">;
|
|
160197
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
160198
|
+
elements: {
|
|
160199
|
+
xpath: string;
|
|
160200
|
+
line: string;
|
|
160201
|
+
}[];
|
|
160202
|
+
prompt: string;
|
|
160203
|
+
}, {
|
|
160204
|
+
elements: {
|
|
160205
|
+
xpath: string;
|
|
160206
|
+
line: string;
|
|
160207
|
+
}[];
|
|
160208
|
+
prompt: string;
|
|
160209
|
+
}>>;
|
|
160051
160210
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
160052
160211
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
160053
160212
|
createdAt: z$1.ZodString;
|
|
160054
160213
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
160055
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
160214
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
160056
160215
|
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
160057
160216
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
160058
160217
|
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -160081,6 +160240,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160081
160240
|
templateId?: string | undefined;
|
|
160082
160241
|
figmaNodeIds?: string[] | undefined;
|
|
160083
160242
|
} | undefined;
|
|
160243
|
+
annotations?: {
|
|
160244
|
+
elements: {
|
|
160245
|
+
xpath: string;
|
|
160246
|
+
line: string;
|
|
160247
|
+
}[];
|
|
160248
|
+
prompt: string;
|
|
160249
|
+
} | undefined;
|
|
160084
160250
|
promptMetadata?: Record<string, any> | undefined;
|
|
160085
160251
|
}, {
|
|
160086
160252
|
id: string;
|
|
@@ -160094,6 +160260,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160094
160260
|
templateId?: string | undefined;
|
|
160095
160261
|
figmaNodeIds?: string[] | undefined;
|
|
160096
160262
|
} | undefined;
|
|
160263
|
+
annotations?: {
|
|
160264
|
+
elements: {
|
|
160265
|
+
xpath: string;
|
|
160266
|
+
line: string;
|
|
160267
|
+
}[];
|
|
160268
|
+
prompt: string;
|
|
160269
|
+
} | undefined;
|
|
160097
160270
|
promptMetadata?: Record<string, any> | undefined;
|
|
160098
160271
|
}>;
|
|
160099
160272
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -160111,6 +160284,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160111
160284
|
templateId?: string | undefined;
|
|
160112
160285
|
figmaNodeIds?: string[] | undefined;
|
|
160113
160286
|
} | undefined;
|
|
160287
|
+
annotations?: {
|
|
160288
|
+
elements: {
|
|
160289
|
+
xpath: string;
|
|
160290
|
+
line: string;
|
|
160291
|
+
}[];
|
|
160292
|
+
prompt: string;
|
|
160293
|
+
} | undefined;
|
|
160114
160294
|
promptMetadata?: Record<string, any> | undefined;
|
|
160115
160295
|
};
|
|
160116
160296
|
name?: string | undefined;
|
|
@@ -160131,6 +160311,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160131
160311
|
templateId?: string | undefined;
|
|
160132
160312
|
figmaNodeIds?: string[] | undefined;
|
|
160133
160313
|
} | undefined;
|
|
160314
|
+
annotations?: {
|
|
160315
|
+
elements: {
|
|
160316
|
+
xpath: string;
|
|
160317
|
+
line: string;
|
|
160318
|
+
}[];
|
|
160319
|
+
prompt: string;
|
|
160320
|
+
} | undefined;
|
|
160134
160321
|
promptMetadata?: Record<string, any> | undefined;
|
|
160135
160322
|
};
|
|
160136
160323
|
name?: string | undefined;
|
|
@@ -160154,6 +160341,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160154
160341
|
templateId?: string | undefined;
|
|
160155
160342
|
figmaNodeIds?: string[] | undefined;
|
|
160156
160343
|
} | undefined;
|
|
160344
|
+
annotations?: {
|
|
160345
|
+
elements: {
|
|
160346
|
+
xpath: string;
|
|
160347
|
+
line: string;
|
|
160348
|
+
}[];
|
|
160349
|
+
prompt: string;
|
|
160350
|
+
} | undefined;
|
|
160157
160351
|
promptMetadata?: Record<string, any> | undefined;
|
|
160158
160352
|
};
|
|
160159
160353
|
name?: string | undefined;
|
|
@@ -160177,6 +160371,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160177
160371
|
templateId?: string | undefined;
|
|
160178
160372
|
figmaNodeIds?: string[] | undefined;
|
|
160179
160373
|
} | undefined;
|
|
160374
|
+
annotations?: {
|
|
160375
|
+
elements: {
|
|
160376
|
+
xpath: string;
|
|
160377
|
+
line: string;
|
|
160378
|
+
}[];
|
|
160379
|
+
prompt: string;
|
|
160380
|
+
} | undefined;
|
|
160180
160381
|
promptMetadata?: Record<string, any> | undefined;
|
|
160181
160382
|
};
|
|
160182
160383
|
name?: string | undefined;
|
|
@@ -160900,11 +161101,36 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160900
161101
|
}[] | undefined;
|
|
160901
161102
|
templateId?: string | undefined;
|
|
160902
161103
|
}>>;
|
|
161104
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
161105
|
+
prompt: z$1.ZodString;
|
|
161106
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
161107
|
+
xpath: z$1.ZodString;
|
|
161108
|
+
line: z$1.ZodString;
|
|
161109
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
161110
|
+
xpath: string;
|
|
161111
|
+
line: string;
|
|
161112
|
+
}, {
|
|
161113
|
+
xpath: string;
|
|
161114
|
+
line: string;
|
|
161115
|
+
}>, "many">;
|
|
161116
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
161117
|
+
elements: {
|
|
161118
|
+
xpath: string;
|
|
161119
|
+
line: string;
|
|
161120
|
+
}[];
|
|
161121
|
+
prompt: string;
|
|
161122
|
+
}, {
|
|
161123
|
+
elements: {
|
|
161124
|
+
xpath: string;
|
|
161125
|
+
line: string;
|
|
161126
|
+
}[];
|
|
161127
|
+
prompt: string;
|
|
161128
|
+
}>>;
|
|
160903
161129
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
160904
161130
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
160905
161131
|
createdAt: z$1.ZodString;
|
|
160906
161132
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
160907
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
161133
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
160908
161134
|
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
160909
161135
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
160910
161136
|
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -160933,6 +161159,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160933
161159
|
templateId?: string | undefined;
|
|
160934
161160
|
figmaNodeIds?: string[] | undefined;
|
|
160935
161161
|
} | undefined;
|
|
161162
|
+
annotations?: {
|
|
161163
|
+
elements: {
|
|
161164
|
+
xpath: string;
|
|
161165
|
+
line: string;
|
|
161166
|
+
}[];
|
|
161167
|
+
prompt: string;
|
|
161168
|
+
} | undefined;
|
|
160936
161169
|
promptMetadata?: Record<string, any> | undefined;
|
|
160937
161170
|
}, {
|
|
160938
161171
|
id: string;
|
|
@@ -160946,6 +161179,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160946
161179
|
templateId?: string | undefined;
|
|
160947
161180
|
figmaNodeIds?: string[] | undefined;
|
|
160948
161181
|
} | undefined;
|
|
161182
|
+
annotations?: {
|
|
161183
|
+
elements: {
|
|
161184
|
+
xpath: string;
|
|
161185
|
+
line: string;
|
|
161186
|
+
}[];
|
|
161187
|
+
prompt: string;
|
|
161188
|
+
} | undefined;
|
|
160949
161189
|
promptMetadata?: Record<string, any> | undefined;
|
|
160950
161190
|
}>>;
|
|
160951
161191
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -160965,6 +161205,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160965
161205
|
templateId?: string | undefined;
|
|
160966
161206
|
figmaNodeIds?: string[] | undefined;
|
|
160967
161207
|
} | undefined;
|
|
161208
|
+
annotations?: {
|
|
161209
|
+
elements: {
|
|
161210
|
+
xpath: string;
|
|
161211
|
+
line: string;
|
|
161212
|
+
}[];
|
|
161213
|
+
prompt: string;
|
|
161214
|
+
} | undefined;
|
|
160968
161215
|
promptMetadata?: Record<string, any> | undefined;
|
|
160969
161216
|
} | undefined;
|
|
160970
161217
|
}, {
|
|
@@ -160984,6 +161231,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160984
161231
|
templateId?: string | undefined;
|
|
160985
161232
|
figmaNodeIds?: string[] | undefined;
|
|
160986
161233
|
} | undefined;
|
|
161234
|
+
annotations?: {
|
|
161235
|
+
elements: {
|
|
161236
|
+
xpath: string;
|
|
161237
|
+
line: string;
|
|
161238
|
+
}[];
|
|
161239
|
+
prompt: string;
|
|
161240
|
+
} | undefined;
|
|
160987
161241
|
promptMetadata?: Record<string, any> | undefined;
|
|
160988
161242
|
} | undefined;
|
|
160989
161243
|
}>;
|
|
@@ -161006,6 +161260,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161006
161260
|
templateId?: string | undefined;
|
|
161007
161261
|
figmaNodeIds?: string[] | undefined;
|
|
161008
161262
|
} | undefined;
|
|
161263
|
+
annotations?: {
|
|
161264
|
+
elements: {
|
|
161265
|
+
xpath: string;
|
|
161266
|
+
line: string;
|
|
161267
|
+
}[];
|
|
161268
|
+
prompt: string;
|
|
161269
|
+
} | undefined;
|
|
161009
161270
|
promptMetadata?: Record<string, any> | undefined;
|
|
161010
161271
|
} | undefined;
|
|
161011
161272
|
};
|
|
@@ -161028,6 +161289,13 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161028
161289
|
templateId?: string | undefined;
|
|
161029
161290
|
figmaNodeIds?: string[] | undefined;
|
|
161030
161291
|
} | undefined;
|
|
161292
|
+
annotations?: {
|
|
161293
|
+
elements: {
|
|
161294
|
+
xpath: string;
|
|
161295
|
+
line: string;
|
|
161296
|
+
}[];
|
|
161297
|
+
prompt: string;
|
|
161298
|
+
} | undefined;
|
|
161031
161299
|
promptMetadata?: Record<string, any> | undefined;
|
|
161032
161300
|
} | undefined;
|
|
161033
161301
|
};
|
|
@@ -162002,11 +162270,36 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162002
162270
|
}[] | undefined;
|
|
162003
162271
|
templateId?: string | undefined;
|
|
162004
162272
|
}>>;
|
|
162273
|
+
annotations: z.ZodOptional<z.ZodObject<{
|
|
162274
|
+
prompt: z.ZodString;
|
|
162275
|
+
elements: z.ZodArray<z.ZodObject<{
|
|
162276
|
+
xpath: z.ZodString;
|
|
162277
|
+
line: z.ZodString;
|
|
162278
|
+
}, "strip", z.ZodTypeAny, {
|
|
162279
|
+
xpath: string;
|
|
162280
|
+
line: string;
|
|
162281
|
+
}, {
|
|
162282
|
+
xpath: string;
|
|
162283
|
+
line: string;
|
|
162284
|
+
}>, "many">;
|
|
162285
|
+
}, "strip", z.ZodTypeAny, {
|
|
162286
|
+
elements: {
|
|
162287
|
+
xpath: string;
|
|
162288
|
+
line: string;
|
|
162289
|
+
}[];
|
|
162290
|
+
prompt: string;
|
|
162291
|
+
}, {
|
|
162292
|
+
elements: {
|
|
162293
|
+
xpath: string;
|
|
162294
|
+
line: string;
|
|
162295
|
+
}[];
|
|
162296
|
+
prompt: string;
|
|
162297
|
+
}>>;
|
|
162005
162298
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
162006
162299
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
162007
162300
|
createdAt: z.ZodString;
|
|
162008
162301
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
162009
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
162302
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
162010
162303
|
attachments: z.ZodOptional<z.ZodObject<{
|
|
162011
162304
|
iterationId: z.ZodOptional<z.ZodString>;
|
|
162012
162305
|
fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -162035,6 +162328,13 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162035
162328
|
templateId?: string | undefined;
|
|
162036
162329
|
figmaNodeIds?: string[] | undefined;
|
|
162037
162330
|
} | undefined;
|
|
162331
|
+
annotations?: {
|
|
162332
|
+
elements: {
|
|
162333
|
+
xpath: string;
|
|
162334
|
+
line: string;
|
|
162335
|
+
}[];
|
|
162336
|
+
prompt: string;
|
|
162337
|
+
} | undefined;
|
|
162038
162338
|
promptMetadata?: Record<string, any> | undefined;
|
|
162039
162339
|
}, {
|
|
162040
162340
|
id: string;
|
|
@@ -162048,6 +162348,13 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162048
162348
|
templateId?: string | undefined;
|
|
162049
162349
|
figmaNodeIds?: string[] | undefined;
|
|
162050
162350
|
} | undefined;
|
|
162351
|
+
annotations?: {
|
|
162352
|
+
elements: {
|
|
162353
|
+
xpath: string;
|
|
162354
|
+
line: string;
|
|
162355
|
+
}[];
|
|
162356
|
+
prompt: string;
|
|
162357
|
+
} | undefined;
|
|
162051
162358
|
promptMetadata?: Record<string, any> | undefined;
|
|
162052
162359
|
}>>;
|
|
162053
162360
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -162067,6 +162374,13 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162067
162374
|
templateId?: string | undefined;
|
|
162068
162375
|
figmaNodeIds?: string[] | undefined;
|
|
162069
162376
|
} | undefined;
|
|
162377
|
+
annotations?: {
|
|
162378
|
+
elements: {
|
|
162379
|
+
xpath: string;
|
|
162380
|
+
line: string;
|
|
162381
|
+
}[];
|
|
162382
|
+
prompt: string;
|
|
162383
|
+
} | undefined;
|
|
162070
162384
|
promptMetadata?: Record<string, any> | undefined;
|
|
162071
162385
|
} | undefined;
|
|
162072
162386
|
}, {
|
|
@@ -162086,6 +162400,13 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162086
162400
|
templateId?: string | undefined;
|
|
162087
162401
|
figmaNodeIds?: string[] | undefined;
|
|
162088
162402
|
} | undefined;
|
|
162403
|
+
annotations?: {
|
|
162404
|
+
elements: {
|
|
162405
|
+
xpath: string;
|
|
162406
|
+
line: string;
|
|
162407
|
+
}[];
|
|
162408
|
+
prompt: string;
|
|
162409
|
+
} | undefined;
|
|
162089
162410
|
promptMetadata?: Record<string, any> | undefined;
|
|
162090
162411
|
} | undefined;
|
|
162091
162412
|
}>;
|
|
@@ -269177,11 +269498,36 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269177
269498
|
}[] | undefined;
|
|
269178
269499
|
templateId?: string | undefined;
|
|
269179
269500
|
}>>;
|
|
269501
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
269502
|
+
prompt: z$1.ZodString;
|
|
269503
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
269504
|
+
xpath: z$1.ZodString;
|
|
269505
|
+
line: z$1.ZodString;
|
|
269506
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
269507
|
+
xpath: string;
|
|
269508
|
+
line: string;
|
|
269509
|
+
}, {
|
|
269510
|
+
xpath: string;
|
|
269511
|
+
line: string;
|
|
269512
|
+
}>, "many">;
|
|
269513
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
269514
|
+
elements: {
|
|
269515
|
+
xpath: string;
|
|
269516
|
+
line: string;
|
|
269517
|
+
}[];
|
|
269518
|
+
prompt: string;
|
|
269519
|
+
}, {
|
|
269520
|
+
elements: {
|
|
269521
|
+
xpath: string;
|
|
269522
|
+
line: string;
|
|
269523
|
+
}[];
|
|
269524
|
+
prompt: string;
|
|
269525
|
+
}>>;
|
|
269180
269526
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
269181
269527
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
269182
269528
|
createdAt: z$1.ZodString;
|
|
269183
269529
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
269184
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
269530
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
269185
269531
|
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
269186
269532
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
269187
269533
|
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -269210,6 +269556,13 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269210
269556
|
templateId?: string | undefined;
|
|
269211
269557
|
figmaNodeIds?: string[] | undefined;
|
|
269212
269558
|
} | undefined;
|
|
269559
|
+
annotations?: {
|
|
269560
|
+
elements: {
|
|
269561
|
+
xpath: string;
|
|
269562
|
+
line: string;
|
|
269563
|
+
}[];
|
|
269564
|
+
prompt: string;
|
|
269565
|
+
} | undefined;
|
|
269213
269566
|
promptMetadata?: Record<string, any> | undefined;
|
|
269214
269567
|
}, {
|
|
269215
269568
|
id: string;
|
|
@@ -269223,6 +269576,13 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269223
269576
|
templateId?: string | undefined;
|
|
269224
269577
|
figmaNodeIds?: string[] | undefined;
|
|
269225
269578
|
} | undefined;
|
|
269579
|
+
annotations?: {
|
|
269580
|
+
elements: {
|
|
269581
|
+
xpath: string;
|
|
269582
|
+
line: string;
|
|
269583
|
+
}[];
|
|
269584
|
+
prompt: string;
|
|
269585
|
+
} | undefined;
|
|
269226
269586
|
promptMetadata?: Record<string, any> | undefined;
|
|
269227
269587
|
}>;
|
|
269228
269588
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -269240,6 +269600,13 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269240
269600
|
templateId?: string | undefined;
|
|
269241
269601
|
figmaNodeIds?: string[] | undefined;
|
|
269242
269602
|
} | undefined;
|
|
269603
|
+
annotations?: {
|
|
269604
|
+
elements: {
|
|
269605
|
+
xpath: string;
|
|
269606
|
+
line: string;
|
|
269607
|
+
}[];
|
|
269608
|
+
prompt: string;
|
|
269609
|
+
} | undefined;
|
|
269243
269610
|
promptMetadata?: Record<string, any> | undefined;
|
|
269244
269611
|
};
|
|
269245
269612
|
name?: string | undefined;
|
|
@@ -269260,6 +269627,13 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269260
269627
|
templateId?: string | undefined;
|
|
269261
269628
|
figmaNodeIds?: string[] | undefined;
|
|
269262
269629
|
} | undefined;
|
|
269630
|
+
annotations?: {
|
|
269631
|
+
elements: {
|
|
269632
|
+
xpath: string;
|
|
269633
|
+
line: string;
|
|
269634
|
+
}[];
|
|
269635
|
+
prompt: string;
|
|
269636
|
+
} | undefined;
|
|
269263
269637
|
promptMetadata?: Record<string, any> | undefined;
|
|
269264
269638
|
};
|
|
269265
269639
|
name?: string | undefined;
|
|
@@ -306662,11 +307036,36 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
306662
307036
|
}[] | undefined;
|
|
306663
307037
|
templateId?: string | undefined;
|
|
306664
307038
|
}>>;
|
|
307039
|
+
annotations: z.ZodOptional<z.ZodObject<{
|
|
307040
|
+
prompt: z.ZodString;
|
|
307041
|
+
elements: z.ZodArray<z.ZodObject<{
|
|
307042
|
+
xpath: z.ZodString;
|
|
307043
|
+
line: z.ZodString;
|
|
307044
|
+
}, "strip", z.ZodTypeAny, {
|
|
307045
|
+
xpath: string;
|
|
307046
|
+
line: string;
|
|
307047
|
+
}, {
|
|
307048
|
+
xpath: string;
|
|
307049
|
+
line: string;
|
|
307050
|
+
}>, "many">;
|
|
307051
|
+
}, "strip", z.ZodTypeAny, {
|
|
307052
|
+
elements: {
|
|
307053
|
+
xpath: string;
|
|
307054
|
+
line: string;
|
|
307055
|
+
}[];
|
|
307056
|
+
prompt: string;
|
|
307057
|
+
}, {
|
|
307058
|
+
elements: {
|
|
307059
|
+
xpath: string;
|
|
307060
|
+
line: string;
|
|
307061
|
+
}[];
|
|
307062
|
+
prompt: string;
|
|
307063
|
+
}>>;
|
|
306665
307064
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
306666
307065
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
306667
307066
|
createdAt: z.ZodString;
|
|
306668
307067
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
306669
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
307068
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
306670
307069
|
attachments: z.ZodOptional<z.ZodObject<{
|
|
306671
307070
|
iterationId: z.ZodOptional<z.ZodString>;
|
|
306672
307071
|
fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -306695,6 +307094,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
306695
307094
|
templateId?: string | undefined;
|
|
306696
307095
|
figmaNodeIds?: string[] | undefined;
|
|
306697
307096
|
} | undefined;
|
|
307097
|
+
annotations?: {
|
|
307098
|
+
elements: {
|
|
307099
|
+
xpath: string;
|
|
307100
|
+
line: string;
|
|
307101
|
+
}[];
|
|
307102
|
+
prompt: string;
|
|
307103
|
+
} | undefined;
|
|
306698
307104
|
promptMetadata?: Record<string, any> | undefined;
|
|
306699
307105
|
}, {
|
|
306700
307106
|
id: string;
|
|
@@ -306708,6 +307114,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
306708
307114
|
templateId?: string | undefined;
|
|
306709
307115
|
figmaNodeIds?: string[] | undefined;
|
|
306710
307116
|
} | undefined;
|
|
307117
|
+
annotations?: {
|
|
307118
|
+
elements: {
|
|
307119
|
+
xpath: string;
|
|
307120
|
+
line: string;
|
|
307121
|
+
}[];
|
|
307122
|
+
prompt: string;
|
|
307123
|
+
} | undefined;
|
|
306711
307124
|
promptMetadata?: Record<string, any> | undefined;
|
|
306712
307125
|
}>;
|
|
306713
307126
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -306725,6 +307138,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
306725
307138
|
templateId?: string | undefined;
|
|
306726
307139
|
figmaNodeIds?: string[] | undefined;
|
|
306727
307140
|
} | undefined;
|
|
307141
|
+
annotations?: {
|
|
307142
|
+
elements: {
|
|
307143
|
+
xpath: string;
|
|
307144
|
+
line: string;
|
|
307145
|
+
}[];
|
|
307146
|
+
prompt: string;
|
|
307147
|
+
} | undefined;
|
|
306728
307148
|
promptMetadata?: Record<string, any> | undefined;
|
|
306729
307149
|
};
|
|
306730
307150
|
name?: string | undefined;
|
|
@@ -306745,6 +307165,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
306745
307165
|
templateId?: string | undefined;
|
|
306746
307166
|
figmaNodeIds?: string[] | undefined;
|
|
306747
307167
|
} | undefined;
|
|
307168
|
+
annotations?: {
|
|
307169
|
+
elements: {
|
|
307170
|
+
xpath: string;
|
|
307171
|
+
line: string;
|
|
307172
|
+
}[];
|
|
307173
|
+
prompt: string;
|
|
307174
|
+
} | undefined;
|
|
306748
307175
|
promptMetadata?: Record<string, any> | undefined;
|
|
306749
307176
|
};
|
|
306750
307177
|
name?: string | undefined;
|
|
@@ -307344,11 +307771,36 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307344
307771
|
}[] | undefined;
|
|
307345
307772
|
templateId?: string | undefined;
|
|
307346
307773
|
}>>;
|
|
307774
|
+
annotations: z.ZodOptional<z.ZodObject<{
|
|
307775
|
+
prompt: z.ZodString;
|
|
307776
|
+
elements: z.ZodArray<z.ZodObject<{
|
|
307777
|
+
xpath: z.ZodString;
|
|
307778
|
+
line: z.ZodString;
|
|
307779
|
+
}, "strip", z.ZodTypeAny, {
|
|
307780
|
+
xpath: string;
|
|
307781
|
+
line: string;
|
|
307782
|
+
}, {
|
|
307783
|
+
xpath: string;
|
|
307784
|
+
line: string;
|
|
307785
|
+
}>, "many">;
|
|
307786
|
+
}, "strip", z.ZodTypeAny, {
|
|
307787
|
+
elements: {
|
|
307788
|
+
xpath: string;
|
|
307789
|
+
line: string;
|
|
307790
|
+
}[];
|
|
307791
|
+
prompt: string;
|
|
307792
|
+
}, {
|
|
307793
|
+
elements: {
|
|
307794
|
+
xpath: string;
|
|
307795
|
+
line: string;
|
|
307796
|
+
}[];
|
|
307797
|
+
prompt: string;
|
|
307798
|
+
}>>;
|
|
307347
307799
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
307348
307800
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
307349
307801
|
createdAt: z.ZodString;
|
|
307350
307802
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
307351
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
307803
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
307352
307804
|
attachments: z.ZodOptional<z.ZodObject<{
|
|
307353
307805
|
iterationId: z.ZodOptional<z.ZodString>;
|
|
307354
307806
|
fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -307377,6 +307829,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307377
307829
|
templateId?: string | undefined;
|
|
307378
307830
|
figmaNodeIds?: string[] | undefined;
|
|
307379
307831
|
} | undefined;
|
|
307832
|
+
annotations?: {
|
|
307833
|
+
elements: {
|
|
307834
|
+
xpath: string;
|
|
307835
|
+
line: string;
|
|
307836
|
+
}[];
|
|
307837
|
+
prompt: string;
|
|
307838
|
+
} | undefined;
|
|
307380
307839
|
promptMetadata?: Record<string, any> | undefined;
|
|
307381
307840
|
}, {
|
|
307382
307841
|
id: string;
|
|
@@ -307390,6 +307849,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307390
307849
|
templateId?: string | undefined;
|
|
307391
307850
|
figmaNodeIds?: string[] | undefined;
|
|
307392
307851
|
} | undefined;
|
|
307852
|
+
annotations?: {
|
|
307853
|
+
elements: {
|
|
307854
|
+
xpath: string;
|
|
307855
|
+
line: string;
|
|
307856
|
+
}[];
|
|
307857
|
+
prompt: string;
|
|
307858
|
+
} | undefined;
|
|
307393
307859
|
promptMetadata?: Record<string, any> | undefined;
|
|
307394
307860
|
}>>;
|
|
307395
307861
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -307409,6 +307875,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307409
307875
|
templateId?: string | undefined;
|
|
307410
307876
|
figmaNodeIds?: string[] | undefined;
|
|
307411
307877
|
} | undefined;
|
|
307878
|
+
annotations?: {
|
|
307879
|
+
elements: {
|
|
307880
|
+
xpath: string;
|
|
307881
|
+
line: string;
|
|
307882
|
+
}[];
|
|
307883
|
+
prompt: string;
|
|
307884
|
+
} | undefined;
|
|
307412
307885
|
promptMetadata?: Record<string, any> | undefined;
|
|
307413
307886
|
} | undefined;
|
|
307414
307887
|
}, {
|
|
@@ -307428,6 +307901,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307428
307901
|
templateId?: string | undefined;
|
|
307429
307902
|
figmaNodeIds?: string[] | undefined;
|
|
307430
307903
|
} | undefined;
|
|
307904
|
+
annotations?: {
|
|
307905
|
+
elements: {
|
|
307906
|
+
xpath: string;
|
|
307907
|
+
line: string;
|
|
307908
|
+
}[];
|
|
307909
|
+
prompt: string;
|
|
307910
|
+
} | undefined;
|
|
307431
307911
|
promptMetadata?: Record<string, any> | undefined;
|
|
307432
307912
|
} | undefined;
|
|
307433
307913
|
}>>;
|
|
@@ -307467,6 +307947,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307467
307947
|
templateId?: string | undefined;
|
|
307468
307948
|
figmaNodeIds?: string[] | undefined;
|
|
307469
307949
|
} | undefined;
|
|
307950
|
+
annotations?: {
|
|
307951
|
+
elements: {
|
|
307952
|
+
xpath: string;
|
|
307953
|
+
line: string;
|
|
307954
|
+
}[];
|
|
307955
|
+
prompt: string;
|
|
307956
|
+
} | undefined;
|
|
307470
307957
|
promptMetadata?: Record<string, any> | undefined;
|
|
307471
307958
|
};
|
|
307472
307959
|
name?: string | undefined;
|
|
@@ -307490,6 +307977,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307490
307977
|
templateId?: string | undefined;
|
|
307491
307978
|
figmaNodeIds?: string[] | undefined;
|
|
307492
307979
|
} | undefined;
|
|
307980
|
+
annotations?: {
|
|
307981
|
+
elements: {
|
|
307982
|
+
xpath: string;
|
|
307983
|
+
line: string;
|
|
307984
|
+
}[];
|
|
307985
|
+
prompt: string;
|
|
307986
|
+
} | undefined;
|
|
307493
307987
|
promptMetadata?: Record<string, any> | undefined;
|
|
307494
307988
|
} | undefined;
|
|
307495
307989
|
} | undefined;
|
|
@@ -307527,6 +308021,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307527
308021
|
templateId?: string | undefined;
|
|
307528
308022
|
figmaNodeIds?: string[] | undefined;
|
|
307529
308023
|
} | undefined;
|
|
308024
|
+
annotations?: {
|
|
308025
|
+
elements: {
|
|
308026
|
+
xpath: string;
|
|
308027
|
+
line: string;
|
|
308028
|
+
}[];
|
|
308029
|
+
prompt: string;
|
|
308030
|
+
} | undefined;
|
|
307530
308031
|
promptMetadata?: Record<string, any> | undefined;
|
|
307531
308032
|
};
|
|
307532
308033
|
name?: string | undefined;
|
|
@@ -307550,6 +308051,13 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307550
308051
|
templateId?: string | undefined;
|
|
307551
308052
|
figmaNodeIds?: string[] | undefined;
|
|
307552
308053
|
} | undefined;
|
|
308054
|
+
annotations?: {
|
|
308055
|
+
elements: {
|
|
308056
|
+
xpath: string;
|
|
308057
|
+
line: string;
|
|
308058
|
+
}[];
|
|
308059
|
+
prompt: string;
|
|
308060
|
+
} | undefined;
|
|
307553
308061
|
promptMetadata?: Record<string, any> | undefined;
|
|
307554
308062
|
} | undefined;
|
|
307555
308063
|
} | undefined;
|
|
@@ -308170,11 +308678,36 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308170
308678
|
}[] | undefined;
|
|
308171
308679
|
templateId?: string | undefined;
|
|
308172
308680
|
}>>;
|
|
308681
|
+
annotations: z.ZodOptional<z.ZodObject<{
|
|
308682
|
+
prompt: z.ZodString;
|
|
308683
|
+
elements: z.ZodArray<z.ZodObject<{
|
|
308684
|
+
xpath: z.ZodString;
|
|
308685
|
+
line: z.ZodString;
|
|
308686
|
+
}, "strip", z.ZodTypeAny, {
|
|
308687
|
+
xpath: string;
|
|
308688
|
+
line: string;
|
|
308689
|
+
}, {
|
|
308690
|
+
xpath: string;
|
|
308691
|
+
line: string;
|
|
308692
|
+
}>, "many">;
|
|
308693
|
+
}, "strip", z.ZodTypeAny, {
|
|
308694
|
+
elements: {
|
|
308695
|
+
xpath: string;
|
|
308696
|
+
line: string;
|
|
308697
|
+
}[];
|
|
308698
|
+
prompt: string;
|
|
308699
|
+
}, {
|
|
308700
|
+
elements: {
|
|
308701
|
+
xpath: string;
|
|
308702
|
+
line: string;
|
|
308703
|
+
}[];
|
|
308704
|
+
prompt: string;
|
|
308705
|
+
}>>;
|
|
308173
308706
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
308174
308707
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
308175
308708
|
createdAt: z.ZodString;
|
|
308176
308709
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
308177
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
308710
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
308178
308711
|
attachments: z.ZodOptional<z.ZodObject<{
|
|
308179
308712
|
iterationId: z.ZodOptional<z.ZodString>;
|
|
308180
308713
|
fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -308203,6 +308736,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308203
308736
|
templateId?: string | undefined;
|
|
308204
308737
|
figmaNodeIds?: string[] | undefined;
|
|
308205
308738
|
} | undefined;
|
|
308739
|
+
annotations?: {
|
|
308740
|
+
elements: {
|
|
308741
|
+
xpath: string;
|
|
308742
|
+
line: string;
|
|
308743
|
+
}[];
|
|
308744
|
+
prompt: string;
|
|
308745
|
+
} | undefined;
|
|
308206
308746
|
promptMetadata?: Record<string, any> | undefined;
|
|
308207
308747
|
}, {
|
|
308208
308748
|
id: string;
|
|
@@ -308216,6 +308756,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308216
308756
|
templateId?: string | undefined;
|
|
308217
308757
|
figmaNodeIds?: string[] | undefined;
|
|
308218
308758
|
} | undefined;
|
|
308759
|
+
annotations?: {
|
|
308760
|
+
elements: {
|
|
308761
|
+
xpath: string;
|
|
308762
|
+
line: string;
|
|
308763
|
+
}[];
|
|
308764
|
+
prompt: string;
|
|
308765
|
+
} | undefined;
|
|
308219
308766
|
promptMetadata?: Record<string, any> | undefined;
|
|
308220
308767
|
}>;
|
|
308221
308768
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -308233,6 +308780,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308233
308780
|
templateId?: string | undefined;
|
|
308234
308781
|
figmaNodeIds?: string[] | undefined;
|
|
308235
308782
|
} | undefined;
|
|
308783
|
+
annotations?: {
|
|
308784
|
+
elements: {
|
|
308785
|
+
xpath: string;
|
|
308786
|
+
line: string;
|
|
308787
|
+
}[];
|
|
308788
|
+
prompt: string;
|
|
308789
|
+
} | undefined;
|
|
308236
308790
|
promptMetadata?: Record<string, any> | undefined;
|
|
308237
308791
|
};
|
|
308238
308792
|
name?: string | undefined;
|
|
@@ -308253,6 +308807,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308253
308807
|
templateId?: string | undefined;
|
|
308254
308808
|
figmaNodeIds?: string[] | undefined;
|
|
308255
308809
|
} | undefined;
|
|
308810
|
+
annotations?: {
|
|
308811
|
+
elements: {
|
|
308812
|
+
xpath: string;
|
|
308813
|
+
line: string;
|
|
308814
|
+
}[];
|
|
308815
|
+
prompt: string;
|
|
308816
|
+
} | undefined;
|
|
308256
308817
|
promptMetadata?: Record<string, any> | undefined;
|
|
308257
308818
|
};
|
|
308258
308819
|
name?: string | undefined;
|
|
@@ -308852,11 +309413,36 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308852
309413
|
}[] | undefined;
|
|
308853
309414
|
templateId?: string | undefined;
|
|
308854
309415
|
}>>;
|
|
309416
|
+
annotations: z.ZodOptional<z.ZodObject<{
|
|
309417
|
+
prompt: z.ZodString;
|
|
309418
|
+
elements: z.ZodArray<z.ZodObject<{
|
|
309419
|
+
xpath: z.ZodString;
|
|
309420
|
+
line: z.ZodString;
|
|
309421
|
+
}, "strip", z.ZodTypeAny, {
|
|
309422
|
+
xpath: string;
|
|
309423
|
+
line: string;
|
|
309424
|
+
}, {
|
|
309425
|
+
xpath: string;
|
|
309426
|
+
line: string;
|
|
309427
|
+
}>, "many">;
|
|
309428
|
+
}, "strip", z.ZodTypeAny, {
|
|
309429
|
+
elements: {
|
|
309430
|
+
xpath: string;
|
|
309431
|
+
line: string;
|
|
309432
|
+
}[];
|
|
309433
|
+
prompt: string;
|
|
309434
|
+
}, {
|
|
309435
|
+
elements: {
|
|
309436
|
+
xpath: string;
|
|
309437
|
+
line: string;
|
|
309438
|
+
}[];
|
|
309439
|
+
prompt: string;
|
|
309440
|
+
}>>;
|
|
308855
309441
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
308856
309442
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
308857
309443
|
createdAt: z.ZodString;
|
|
308858
309444
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
308859
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
309445
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
308860
309446
|
attachments: z.ZodOptional<z.ZodObject<{
|
|
308861
309447
|
iterationId: z.ZodOptional<z.ZodString>;
|
|
308862
309448
|
fileIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -308885,6 +309471,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308885
309471
|
templateId?: string | undefined;
|
|
308886
309472
|
figmaNodeIds?: string[] | undefined;
|
|
308887
309473
|
} | undefined;
|
|
309474
|
+
annotations?: {
|
|
309475
|
+
elements: {
|
|
309476
|
+
xpath: string;
|
|
309477
|
+
line: string;
|
|
309478
|
+
}[];
|
|
309479
|
+
prompt: string;
|
|
309480
|
+
} | undefined;
|
|
308888
309481
|
promptMetadata?: Record<string, any> | undefined;
|
|
308889
309482
|
}, {
|
|
308890
309483
|
id: string;
|
|
@@ -308898,6 +309491,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308898
309491
|
templateId?: string | undefined;
|
|
308899
309492
|
figmaNodeIds?: string[] | undefined;
|
|
308900
309493
|
} | undefined;
|
|
309494
|
+
annotations?: {
|
|
309495
|
+
elements: {
|
|
309496
|
+
xpath: string;
|
|
309497
|
+
line: string;
|
|
309498
|
+
}[];
|
|
309499
|
+
prompt: string;
|
|
309500
|
+
} | undefined;
|
|
308901
309501
|
promptMetadata?: Record<string, any> | undefined;
|
|
308902
309502
|
}>>;
|
|
308903
309503
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -308917,6 +309517,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308917
309517
|
templateId?: string | undefined;
|
|
308918
309518
|
figmaNodeIds?: string[] | undefined;
|
|
308919
309519
|
} | undefined;
|
|
309520
|
+
annotations?: {
|
|
309521
|
+
elements: {
|
|
309522
|
+
xpath: string;
|
|
309523
|
+
line: string;
|
|
309524
|
+
}[];
|
|
309525
|
+
prompt: string;
|
|
309526
|
+
} | undefined;
|
|
308920
309527
|
promptMetadata?: Record<string, any> | undefined;
|
|
308921
309528
|
} | undefined;
|
|
308922
309529
|
}, {
|
|
@@ -308936,6 +309543,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308936
309543
|
templateId?: string | undefined;
|
|
308937
309544
|
figmaNodeIds?: string[] | undefined;
|
|
308938
309545
|
} | undefined;
|
|
309546
|
+
annotations?: {
|
|
309547
|
+
elements: {
|
|
309548
|
+
xpath: string;
|
|
309549
|
+
line: string;
|
|
309550
|
+
}[];
|
|
309551
|
+
prompt: string;
|
|
309552
|
+
} | undefined;
|
|
308939
309553
|
promptMetadata?: Record<string, any> | undefined;
|
|
308940
309554
|
} | undefined;
|
|
308941
309555
|
}>>>;
|
|
@@ -308974,6 +309588,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308974
309588
|
templateId?: string | undefined;
|
|
308975
309589
|
figmaNodeIds?: string[] | undefined;
|
|
308976
309590
|
} | undefined;
|
|
309591
|
+
annotations?: {
|
|
309592
|
+
elements: {
|
|
309593
|
+
xpath: string;
|
|
309594
|
+
line: string;
|
|
309595
|
+
}[];
|
|
309596
|
+
prompt: string;
|
|
309597
|
+
} | undefined;
|
|
308977
309598
|
promptMetadata?: Record<string, any> | undefined;
|
|
308978
309599
|
};
|
|
308979
309600
|
name?: string | undefined;
|
|
@@ -308997,6 +309618,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308997
309618
|
templateId?: string | undefined;
|
|
308998
309619
|
figmaNodeIds?: string[] | undefined;
|
|
308999
309620
|
} | undefined;
|
|
309621
|
+
annotations?: {
|
|
309622
|
+
elements: {
|
|
309623
|
+
xpath: string;
|
|
309624
|
+
line: string;
|
|
309625
|
+
}[];
|
|
309626
|
+
prompt: string;
|
|
309627
|
+
} | undefined;
|
|
309000
309628
|
promptMetadata?: Record<string, any> | undefined;
|
|
309001
309629
|
} | undefined;
|
|
309002
309630
|
} | undefined;
|
|
@@ -309032,6 +309660,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309032
309660
|
templateId?: string | undefined;
|
|
309033
309661
|
figmaNodeIds?: string[] | undefined;
|
|
309034
309662
|
} | undefined;
|
|
309663
|
+
annotations?: {
|
|
309664
|
+
elements: {
|
|
309665
|
+
xpath: string;
|
|
309666
|
+
line: string;
|
|
309667
|
+
}[];
|
|
309668
|
+
prompt: string;
|
|
309669
|
+
} | undefined;
|
|
309035
309670
|
promptMetadata?: Record<string, any> | undefined;
|
|
309036
309671
|
};
|
|
309037
309672
|
name?: string | undefined;
|
|
@@ -309055,6 +309690,13 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309055
309690
|
templateId?: string | undefined;
|
|
309056
309691
|
figmaNodeIds?: string[] | undefined;
|
|
309057
309692
|
} | undefined;
|
|
309693
|
+
annotations?: {
|
|
309694
|
+
elements: {
|
|
309695
|
+
xpath: string;
|
|
309696
|
+
line: string;
|
|
309697
|
+
}[];
|
|
309698
|
+
prompt: string;
|
|
309699
|
+
} | undefined;
|
|
309058
309700
|
promptMetadata?: Record<string, any> | undefined;
|
|
309059
309701
|
} | undefined;
|
|
309060
309702
|
} | undefined;
|
|
@@ -357401,6 +358043,31 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
357401
358043
|
}[] | undefined;
|
|
357402
358044
|
templateId?: string | undefined;
|
|
357403
358045
|
}>>;
|
|
358046
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
358047
|
+
prompt: z$1.ZodString;
|
|
358048
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
358049
|
+
xpath: z$1.ZodString;
|
|
358050
|
+
line: z$1.ZodString;
|
|
358051
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
358052
|
+
xpath: string;
|
|
358053
|
+
line: string;
|
|
358054
|
+
}, {
|
|
358055
|
+
xpath: string;
|
|
358056
|
+
line: string;
|
|
358057
|
+
}>, "many">;
|
|
358058
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
358059
|
+
elements: {
|
|
358060
|
+
xpath: string;
|
|
358061
|
+
line: string;
|
|
358062
|
+
}[];
|
|
358063
|
+
prompt: string;
|
|
358064
|
+
}, {
|
|
358065
|
+
elements: {
|
|
358066
|
+
xpath: string;
|
|
358067
|
+
line: string;
|
|
358068
|
+
}[];
|
|
358069
|
+
prompt: string;
|
|
358070
|
+
}>>;
|
|
357404
358071
|
/**
|
|
357405
358072
|
* If defined, this message is considered to be a reply to different message
|
|
357406
358073
|
*/
|
|
@@ -357505,6 +358172,13 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
357505
358172
|
} | undefined;
|
|
357506
358173
|
replyToMessageId?: string | undefined;
|
|
357507
358174
|
isRetry?: boolean | undefined;
|
|
358175
|
+
annotations?: {
|
|
358176
|
+
elements: {
|
|
358177
|
+
xpath: string;
|
|
358178
|
+
line: string;
|
|
358179
|
+
}[];
|
|
358180
|
+
prompt: string;
|
|
358181
|
+
} | undefined;
|
|
357508
358182
|
promptMetadata?: Record<string, any> | undefined;
|
|
357509
358183
|
}, {
|
|
357510
358184
|
id: string;
|
|
@@ -357603,6 +358277,13 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
357603
358277
|
} | undefined;
|
|
357604
358278
|
replyToMessageId?: string | undefined;
|
|
357605
358279
|
isRetry?: boolean | undefined;
|
|
358280
|
+
annotations?: {
|
|
358281
|
+
elements: {
|
|
358282
|
+
xpath: string;
|
|
358283
|
+
line: string;
|
|
358284
|
+
}[];
|
|
358285
|
+
prompt: string;
|
|
358286
|
+
} | undefined;
|
|
357606
358287
|
promptMetadata?: Record<string, any> | undefined;
|
|
357607
358288
|
}>;
|
|
357608
358289
|
type DTOThreadMessage = z$1.infer<typeof DTOThreadMessage>;
|
|
@@ -358158,6 +358839,32 @@ declare const DTOThreadMessageAttachments: z$1.ZodObject<{
|
|
|
358158
358839
|
templateId?: string | undefined;
|
|
358159
358840
|
}>;
|
|
358160
358841
|
type DTOThreadMessageAttachments = z$1.infer<typeof DTOThreadMessageAttachments>;
|
|
358842
|
+
declare const DTOThreadMessageAnnotations: z$1.ZodObject<{
|
|
358843
|
+
prompt: z$1.ZodString;
|
|
358844
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
358845
|
+
xpath: z$1.ZodString;
|
|
358846
|
+
line: z$1.ZodString;
|
|
358847
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
358848
|
+
xpath: string;
|
|
358849
|
+
line: string;
|
|
358850
|
+
}, {
|
|
358851
|
+
xpath: string;
|
|
358852
|
+
line: string;
|
|
358853
|
+
}>, "many">;
|
|
358854
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
358855
|
+
elements: {
|
|
358856
|
+
xpath: string;
|
|
358857
|
+
line: string;
|
|
358858
|
+
}[];
|
|
358859
|
+
prompt: string;
|
|
358860
|
+
}, {
|
|
358861
|
+
elements: {
|
|
358862
|
+
xpath: string;
|
|
358863
|
+
line: string;
|
|
358864
|
+
}[];
|
|
358865
|
+
prompt: string;
|
|
358866
|
+
}>;
|
|
358867
|
+
type DTOThreadMessageAnnotations = z$1.infer<typeof DTOThreadMessageAnnotations>;
|
|
358161
358868
|
declare const DTOThreadAgentResponseTracker: z$1.ZodObject<{
|
|
358162
358869
|
id: z$1.ZodString;
|
|
358163
358870
|
currentBody: z$1.ZodDefault<z$1.ZodString>;
|
|
@@ -358851,6 +359558,31 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
358851
359558
|
}[] | undefined;
|
|
358852
359559
|
templateId?: string | undefined;
|
|
358853
359560
|
}>>;
|
|
359561
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
359562
|
+
prompt: z$1.ZodString;
|
|
359563
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
359564
|
+
xpath: z$1.ZodString;
|
|
359565
|
+
line: z$1.ZodString;
|
|
359566
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
359567
|
+
xpath: string;
|
|
359568
|
+
line: string;
|
|
359569
|
+
}, {
|
|
359570
|
+
xpath: string;
|
|
359571
|
+
line: string;
|
|
359572
|
+
}>, "many">;
|
|
359573
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
359574
|
+
elements: {
|
|
359575
|
+
xpath: string;
|
|
359576
|
+
line: string;
|
|
359577
|
+
}[];
|
|
359578
|
+
prompt: string;
|
|
359579
|
+
}, {
|
|
359580
|
+
elements: {
|
|
359581
|
+
xpath: string;
|
|
359582
|
+
line: string;
|
|
359583
|
+
}[];
|
|
359584
|
+
prompt: string;
|
|
359585
|
+
}>>;
|
|
358854
359586
|
/**
|
|
358855
359587
|
* If defined, this message is considered to be a reply to different message
|
|
358856
359588
|
*/
|
|
@@ -359493,6 +360225,31 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
359493
360225
|
}[] | undefined;
|
|
359494
360226
|
templateId?: string | undefined;
|
|
359495
360227
|
}>>;
|
|
360228
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
360229
|
+
prompt: z$1.ZodString;
|
|
360230
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
360231
|
+
xpath: z$1.ZodString;
|
|
360232
|
+
line: z$1.ZodString;
|
|
360233
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
360234
|
+
xpath: string;
|
|
360235
|
+
line: string;
|
|
360236
|
+
}, {
|
|
360237
|
+
xpath: string;
|
|
360238
|
+
line: string;
|
|
360239
|
+
}>, "many">;
|
|
360240
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
360241
|
+
elements: {
|
|
360242
|
+
xpath: string;
|
|
360243
|
+
line: string;
|
|
360244
|
+
}[];
|
|
360245
|
+
prompt: string;
|
|
360246
|
+
}, {
|
|
360247
|
+
elements: {
|
|
360248
|
+
xpath: string;
|
|
360249
|
+
line: string;
|
|
360250
|
+
}[];
|
|
360251
|
+
prompt: string;
|
|
360252
|
+
}>>;
|
|
359496
360253
|
/**
|
|
359497
360254
|
* If defined, this message is considered to be a reply to different message
|
|
359498
360255
|
*/
|
|
@@ -359500,7 +360257,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
359500
360257
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
359501
360258
|
createdAt: z$1.ZodString;
|
|
359502
360259
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
359503
|
-
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "promptMetadata"> & {
|
|
360260
|
+
}, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "annotations" | "promptMetadata"> & {
|
|
359504
360261
|
attachments: z$1.ZodOptional<z$1.ZodObject<{
|
|
359505
360262
|
iterationId: z$1.ZodOptional<z$1.ZodString>;
|
|
359506
360263
|
fileIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -359529,6 +360286,13 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
359529
360286
|
templateId?: string | undefined;
|
|
359530
360287
|
figmaNodeIds?: string[] | undefined;
|
|
359531
360288
|
} | undefined;
|
|
360289
|
+
annotations?: {
|
|
360290
|
+
elements: {
|
|
360291
|
+
xpath: string;
|
|
360292
|
+
line: string;
|
|
360293
|
+
}[];
|
|
360294
|
+
prompt: string;
|
|
360295
|
+
} | undefined;
|
|
359532
360296
|
promptMetadata?: Record<string, any> | undefined;
|
|
359533
360297
|
}, {
|
|
359534
360298
|
id: string;
|
|
@@ -359542,6 +360306,13 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
359542
360306
|
templateId?: string | undefined;
|
|
359543
360307
|
figmaNodeIds?: string[] | undefined;
|
|
359544
360308
|
} | undefined;
|
|
360309
|
+
annotations?: {
|
|
360310
|
+
elements: {
|
|
360311
|
+
xpath: string;
|
|
360312
|
+
line: string;
|
|
360313
|
+
}[];
|
|
360314
|
+
prompt: string;
|
|
360315
|
+
} | undefined;
|
|
359545
360316
|
promptMetadata?: Record<string, any> | undefined;
|
|
359546
360317
|
}>;
|
|
359547
360318
|
type DTOThreadMessageCreateInput = z$1.infer<typeof DTOThreadMessageCreateInput>;
|
|
@@ -360155,6 +360926,31 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
360155
360926
|
}[] | undefined;
|
|
360156
360927
|
templateId?: string | undefined;
|
|
360157
360928
|
}>>;
|
|
360929
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
360930
|
+
prompt: z$1.ZodString;
|
|
360931
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
360932
|
+
xpath: z$1.ZodString;
|
|
360933
|
+
line: z$1.ZodString;
|
|
360934
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
360935
|
+
xpath: string;
|
|
360936
|
+
line: string;
|
|
360937
|
+
}, {
|
|
360938
|
+
xpath: string;
|
|
360939
|
+
line: string;
|
|
360940
|
+
}>, "many">;
|
|
360941
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
360942
|
+
elements: {
|
|
360943
|
+
xpath: string;
|
|
360944
|
+
line: string;
|
|
360945
|
+
}[];
|
|
360946
|
+
prompt: string;
|
|
360947
|
+
}, {
|
|
360948
|
+
elements: {
|
|
360949
|
+
xpath: string;
|
|
360950
|
+
line: string;
|
|
360951
|
+
}[];
|
|
360952
|
+
prompt: string;
|
|
360953
|
+
}>>;
|
|
360158
360954
|
/**
|
|
360159
360955
|
* If defined, this message is considered to be a reply to different message
|
|
360160
360956
|
*/
|
|
@@ -361509,6 +362305,31 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
361509
362305
|
}[] | undefined;
|
|
361510
362306
|
templateId?: string | undefined;
|
|
361511
362307
|
}>>;
|
|
362308
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
362309
|
+
prompt: z$1.ZodString;
|
|
362310
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
362311
|
+
xpath: z$1.ZodString;
|
|
362312
|
+
line: z$1.ZodString;
|
|
362313
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
362314
|
+
xpath: string;
|
|
362315
|
+
line: string;
|
|
362316
|
+
}, {
|
|
362317
|
+
xpath: string;
|
|
362318
|
+
line: string;
|
|
362319
|
+
}>, "many">;
|
|
362320
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
362321
|
+
elements: {
|
|
362322
|
+
xpath: string;
|
|
362323
|
+
line: string;
|
|
362324
|
+
}[];
|
|
362325
|
+
prompt: string;
|
|
362326
|
+
}, {
|
|
362327
|
+
elements: {
|
|
362328
|
+
xpath: string;
|
|
362329
|
+
line: string;
|
|
362330
|
+
}[];
|
|
362331
|
+
prompt: string;
|
|
362332
|
+
}>>;
|
|
361512
362333
|
/**
|
|
361513
362334
|
* If defined, this message is considered to be a reply to different message
|
|
361514
362335
|
*/
|
|
@@ -361613,6 +362434,13 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
361613
362434
|
} | undefined;
|
|
361614
362435
|
replyToMessageId?: string | undefined;
|
|
361615
362436
|
isRetry?: boolean | undefined;
|
|
362437
|
+
annotations?: {
|
|
362438
|
+
elements: {
|
|
362439
|
+
xpath: string;
|
|
362440
|
+
line: string;
|
|
362441
|
+
}[];
|
|
362442
|
+
prompt: string;
|
|
362443
|
+
} | undefined;
|
|
361616
362444
|
promptMetadata?: Record<string, any> | undefined;
|
|
361617
362445
|
}, {
|
|
361618
362446
|
id: string;
|
|
@@ -361711,6 +362539,13 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
361711
362539
|
} | undefined;
|
|
361712
362540
|
replyToMessageId?: string | undefined;
|
|
361713
362541
|
isRetry?: boolean | undefined;
|
|
362542
|
+
annotations?: {
|
|
362543
|
+
elements: {
|
|
362544
|
+
xpath: string;
|
|
362545
|
+
line: string;
|
|
362546
|
+
}[];
|
|
362547
|
+
prompt: string;
|
|
362548
|
+
} | undefined;
|
|
361714
362549
|
promptMetadata?: Record<string, any> | undefined;
|
|
361715
362550
|
}>;
|
|
361716
362551
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -361811,6 +362646,13 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
361811
362646
|
} | undefined;
|
|
361812
362647
|
replyToMessageId?: string | undefined;
|
|
361813
362648
|
isRetry?: boolean | undefined;
|
|
362649
|
+
annotations?: {
|
|
362650
|
+
elements: {
|
|
362651
|
+
xpath: string;
|
|
362652
|
+
line: string;
|
|
362653
|
+
}[];
|
|
362654
|
+
prompt: string;
|
|
362655
|
+
} | undefined;
|
|
361814
362656
|
promptMetadata?: Record<string, any> | undefined;
|
|
361815
362657
|
};
|
|
361816
362658
|
}, {
|
|
@@ -361911,6 +362753,13 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
361911
362753
|
} | undefined;
|
|
361912
362754
|
replyToMessageId?: string | undefined;
|
|
361913
362755
|
isRetry?: boolean | undefined;
|
|
362756
|
+
annotations?: {
|
|
362757
|
+
elements: {
|
|
362758
|
+
xpath: string;
|
|
362759
|
+
line: string;
|
|
362760
|
+
}[];
|
|
362761
|
+
prompt: string;
|
|
362762
|
+
} | undefined;
|
|
361914
362763
|
promptMetadata?: Record<string, any> | undefined;
|
|
361915
362764
|
};
|
|
361916
362765
|
}>;
|
|
@@ -362559,6 +363408,31 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
362559
363408
|
}[] | undefined;
|
|
362560
363409
|
templateId?: string | undefined;
|
|
362561
363410
|
}>>;
|
|
363411
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
363412
|
+
prompt: z$1.ZodString;
|
|
363413
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
363414
|
+
xpath: z$1.ZodString;
|
|
363415
|
+
line: z$1.ZodString;
|
|
363416
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
363417
|
+
xpath: string;
|
|
363418
|
+
line: string;
|
|
363419
|
+
}, {
|
|
363420
|
+
xpath: string;
|
|
363421
|
+
line: string;
|
|
363422
|
+
}>, "many">;
|
|
363423
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
363424
|
+
elements: {
|
|
363425
|
+
xpath: string;
|
|
363426
|
+
line: string;
|
|
363427
|
+
}[];
|
|
363428
|
+
prompt: string;
|
|
363429
|
+
}, {
|
|
363430
|
+
elements: {
|
|
363431
|
+
xpath: string;
|
|
363432
|
+
line: string;
|
|
363433
|
+
}[];
|
|
363434
|
+
prompt: string;
|
|
363435
|
+
}>>;
|
|
362562
363436
|
/**
|
|
362563
363437
|
* If defined, this message is considered to be a reply to different message
|
|
362564
363438
|
*/
|
|
@@ -362663,6 +363537,13 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
362663
363537
|
} | undefined;
|
|
362664
363538
|
replyToMessageId?: string | undefined;
|
|
362665
363539
|
isRetry?: boolean | undefined;
|
|
363540
|
+
annotations?: {
|
|
363541
|
+
elements: {
|
|
363542
|
+
xpath: string;
|
|
363543
|
+
line: string;
|
|
363544
|
+
}[];
|
|
363545
|
+
prompt: string;
|
|
363546
|
+
} | undefined;
|
|
362666
363547
|
promptMetadata?: Record<string, any> | undefined;
|
|
362667
363548
|
}, {
|
|
362668
363549
|
id: string;
|
|
@@ -362761,6 +363642,13 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
362761
363642
|
} | undefined;
|
|
362762
363643
|
replyToMessageId?: string | undefined;
|
|
362763
363644
|
isRetry?: boolean | undefined;
|
|
363645
|
+
annotations?: {
|
|
363646
|
+
elements: {
|
|
363647
|
+
xpath: string;
|
|
363648
|
+
line: string;
|
|
363649
|
+
}[];
|
|
363650
|
+
prompt: string;
|
|
363651
|
+
} | undefined;
|
|
362764
363652
|
promptMetadata?: Record<string, any> | undefined;
|
|
362765
363653
|
}>, "many">;
|
|
362766
363654
|
reactions: z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -362878,6 +363766,13 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
362878
363766
|
} | undefined;
|
|
362879
363767
|
replyToMessageId?: string | undefined;
|
|
362880
363768
|
isRetry?: boolean | undefined;
|
|
363769
|
+
annotations?: {
|
|
363770
|
+
elements: {
|
|
363771
|
+
xpath: string;
|
|
363772
|
+
line: string;
|
|
363773
|
+
}[];
|
|
363774
|
+
prompt: string;
|
|
363775
|
+
} | undefined;
|
|
362881
363776
|
promptMetadata?: Record<string, any> | undefined;
|
|
362882
363777
|
}[];
|
|
362883
363778
|
reactions: {
|
|
@@ -362985,6 +363880,13 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
362985
363880
|
} | undefined;
|
|
362986
363881
|
replyToMessageId?: string | undefined;
|
|
362987
363882
|
isRetry?: boolean | undefined;
|
|
363883
|
+
annotations?: {
|
|
363884
|
+
elements: {
|
|
363885
|
+
xpath: string;
|
|
363886
|
+
line: string;
|
|
363887
|
+
}[];
|
|
363888
|
+
prompt: string;
|
|
363889
|
+
} | undefined;
|
|
362988
363890
|
promptMetadata?: Record<string, any> | undefined;
|
|
362989
363891
|
}[];
|
|
362990
363892
|
reactions: {
|
|
@@ -363608,6 +364510,31 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
363608
364510
|
}[] | undefined;
|
|
363609
364511
|
templateId?: string | undefined;
|
|
363610
364512
|
}>>;
|
|
364513
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
364514
|
+
prompt: z$1.ZodString;
|
|
364515
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
364516
|
+
xpath: z$1.ZodString;
|
|
364517
|
+
line: z$1.ZodString;
|
|
364518
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
364519
|
+
xpath: string;
|
|
364520
|
+
line: string;
|
|
364521
|
+
}, {
|
|
364522
|
+
xpath: string;
|
|
364523
|
+
line: string;
|
|
364524
|
+
}>, "many">;
|
|
364525
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
364526
|
+
elements: {
|
|
364527
|
+
xpath: string;
|
|
364528
|
+
line: string;
|
|
364529
|
+
}[];
|
|
364530
|
+
prompt: string;
|
|
364531
|
+
}, {
|
|
364532
|
+
elements: {
|
|
364533
|
+
xpath: string;
|
|
364534
|
+
line: string;
|
|
364535
|
+
}[];
|
|
364536
|
+
prompt: string;
|
|
364537
|
+
}>>;
|
|
363611
364538
|
/**
|
|
363612
364539
|
* If defined, this message is considered to be a reply to different message
|
|
363613
364540
|
*/
|
|
@@ -363712,6 +364639,13 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
363712
364639
|
} | undefined;
|
|
363713
364640
|
replyToMessageId?: string | undefined;
|
|
363714
364641
|
isRetry?: boolean | undefined;
|
|
364642
|
+
annotations?: {
|
|
364643
|
+
elements: {
|
|
364644
|
+
xpath: string;
|
|
364645
|
+
line: string;
|
|
364646
|
+
}[];
|
|
364647
|
+
prompt: string;
|
|
364648
|
+
} | undefined;
|
|
363715
364649
|
promptMetadata?: Record<string, any> | undefined;
|
|
363716
364650
|
}, {
|
|
363717
364651
|
id: string;
|
|
@@ -363810,6 +364744,13 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
363810
364744
|
} | undefined;
|
|
363811
364745
|
replyToMessageId?: string | undefined;
|
|
363812
364746
|
isRetry?: boolean | undefined;
|
|
364747
|
+
annotations?: {
|
|
364748
|
+
elements: {
|
|
364749
|
+
xpath: string;
|
|
364750
|
+
line: string;
|
|
364751
|
+
}[];
|
|
364752
|
+
prompt: string;
|
|
364753
|
+
} | undefined;
|
|
363813
364754
|
promptMetadata?: Record<string, any> | undefined;
|
|
363814
364755
|
}>, "many">;
|
|
363815
364756
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -363911,6 +364852,13 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
363911
364852
|
} | undefined;
|
|
363912
364853
|
replyToMessageId?: string | undefined;
|
|
363913
364854
|
isRetry?: boolean | undefined;
|
|
364855
|
+
annotations?: {
|
|
364856
|
+
elements: {
|
|
364857
|
+
xpath: string;
|
|
364858
|
+
line: string;
|
|
364859
|
+
}[];
|
|
364860
|
+
prompt: string;
|
|
364861
|
+
} | undefined;
|
|
363914
364862
|
promptMetadata?: Record<string, any> | undefined;
|
|
363915
364863
|
}[];
|
|
363916
364864
|
}, {
|
|
@@ -364012,6 +364960,13 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
364012
364960
|
} | undefined;
|
|
364013
364961
|
replyToMessageId?: string | undefined;
|
|
364014
364962
|
isRetry?: boolean | undefined;
|
|
364963
|
+
annotations?: {
|
|
364964
|
+
elements: {
|
|
364965
|
+
xpath: string;
|
|
364966
|
+
line: string;
|
|
364967
|
+
}[];
|
|
364968
|
+
prompt: string;
|
|
364969
|
+
} | undefined;
|
|
364015
364970
|
promptMetadata?: Record<string, any> | undefined;
|
|
364016
364971
|
}[];
|
|
364017
364972
|
}>;
|
|
@@ -364628,6 +365583,31 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
364628
365583
|
}[] | undefined;
|
|
364629
365584
|
templateId?: string | undefined;
|
|
364630
365585
|
}>>;
|
|
365586
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
365587
|
+
prompt: z$1.ZodString;
|
|
365588
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
365589
|
+
xpath: z$1.ZodString;
|
|
365590
|
+
line: z$1.ZodString;
|
|
365591
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
365592
|
+
xpath: string;
|
|
365593
|
+
line: string;
|
|
365594
|
+
}, {
|
|
365595
|
+
xpath: string;
|
|
365596
|
+
line: string;
|
|
365597
|
+
}>, "many">;
|
|
365598
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
365599
|
+
elements: {
|
|
365600
|
+
xpath: string;
|
|
365601
|
+
line: string;
|
|
365602
|
+
}[];
|
|
365603
|
+
prompt: string;
|
|
365604
|
+
}, {
|
|
365605
|
+
elements: {
|
|
365606
|
+
xpath: string;
|
|
365607
|
+
line: string;
|
|
365608
|
+
}[];
|
|
365609
|
+
prompt: string;
|
|
365610
|
+
}>>;
|
|
364631
365611
|
/**
|
|
364632
365612
|
* If defined, this message is considered to be a reply to different message
|
|
364633
365613
|
*/
|
|
@@ -364732,6 +365712,13 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
364732
365712
|
} | undefined;
|
|
364733
365713
|
replyToMessageId?: string | undefined;
|
|
364734
365714
|
isRetry?: boolean | undefined;
|
|
365715
|
+
annotations?: {
|
|
365716
|
+
elements: {
|
|
365717
|
+
xpath: string;
|
|
365718
|
+
line: string;
|
|
365719
|
+
}[];
|
|
365720
|
+
prompt: string;
|
|
365721
|
+
} | undefined;
|
|
364735
365722
|
promptMetadata?: Record<string, any> | undefined;
|
|
364736
365723
|
}, {
|
|
364737
365724
|
id: string;
|
|
@@ -364830,6 +365817,13 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
364830
365817
|
} | undefined;
|
|
364831
365818
|
replyToMessageId?: string | undefined;
|
|
364832
365819
|
isRetry?: boolean | undefined;
|
|
365820
|
+
annotations?: {
|
|
365821
|
+
elements: {
|
|
365822
|
+
xpath: string;
|
|
365823
|
+
line: string;
|
|
365824
|
+
}[];
|
|
365825
|
+
prompt: string;
|
|
365826
|
+
} | undefined;
|
|
364833
365827
|
promptMetadata?: Record<string, any> | undefined;
|
|
364834
365828
|
}>, "many">;
|
|
364835
365829
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -364931,6 +365925,13 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
364931
365925
|
} | undefined;
|
|
364932
365926
|
replyToMessageId?: string | undefined;
|
|
364933
365927
|
isRetry?: boolean | undefined;
|
|
365928
|
+
annotations?: {
|
|
365929
|
+
elements: {
|
|
365930
|
+
xpath: string;
|
|
365931
|
+
line: string;
|
|
365932
|
+
}[];
|
|
365933
|
+
prompt: string;
|
|
365934
|
+
} | undefined;
|
|
364934
365935
|
promptMetadata?: Record<string, any> | undefined;
|
|
364935
365936
|
}[];
|
|
364936
365937
|
}, {
|
|
@@ -365032,6 +366033,13 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
365032
366033
|
} | undefined;
|
|
365033
366034
|
replyToMessageId?: string | undefined;
|
|
365034
366035
|
isRetry?: boolean | undefined;
|
|
366036
|
+
annotations?: {
|
|
366037
|
+
elements: {
|
|
366038
|
+
xpath: string;
|
|
366039
|
+
line: string;
|
|
366040
|
+
}[];
|
|
366041
|
+
prompt: string;
|
|
366042
|
+
} | undefined;
|
|
365035
366043
|
promptMetadata?: Record<string, any> | undefined;
|
|
365036
366044
|
}[];
|
|
365037
366045
|
}>;
|
|
@@ -365720,6 +366728,31 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
365720
366728
|
}[] | undefined;
|
|
365721
366729
|
templateId?: string | undefined;
|
|
365722
366730
|
}>>;
|
|
366731
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
366732
|
+
prompt: z$1.ZodString;
|
|
366733
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
366734
|
+
xpath: z$1.ZodString;
|
|
366735
|
+
line: z$1.ZodString;
|
|
366736
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
366737
|
+
xpath: string;
|
|
366738
|
+
line: string;
|
|
366739
|
+
}, {
|
|
366740
|
+
xpath: string;
|
|
366741
|
+
line: string;
|
|
366742
|
+
}>, "many">;
|
|
366743
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
366744
|
+
elements: {
|
|
366745
|
+
xpath: string;
|
|
366746
|
+
line: string;
|
|
366747
|
+
}[];
|
|
366748
|
+
prompt: string;
|
|
366749
|
+
}, {
|
|
366750
|
+
elements: {
|
|
366751
|
+
xpath: string;
|
|
366752
|
+
line: string;
|
|
366753
|
+
}[];
|
|
366754
|
+
prompt: string;
|
|
366755
|
+
}>>;
|
|
365723
366756
|
/**
|
|
365724
366757
|
* If defined, this message is considered to be a reply to different message
|
|
365725
366758
|
*/
|
|
@@ -365824,6 +366857,13 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
365824
366857
|
} | undefined;
|
|
365825
366858
|
replyToMessageId?: string | undefined;
|
|
365826
366859
|
isRetry?: boolean | undefined;
|
|
366860
|
+
annotations?: {
|
|
366861
|
+
elements: {
|
|
366862
|
+
xpath: string;
|
|
366863
|
+
line: string;
|
|
366864
|
+
}[];
|
|
366865
|
+
prompt: string;
|
|
366866
|
+
} | undefined;
|
|
365827
366867
|
promptMetadata?: Record<string, any> | undefined;
|
|
365828
366868
|
}, {
|
|
365829
366869
|
id: string;
|
|
@@ -365922,6 +366962,13 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
365922
366962
|
} | undefined;
|
|
365923
366963
|
replyToMessageId?: string | undefined;
|
|
365924
366964
|
isRetry?: boolean | undefined;
|
|
366965
|
+
annotations?: {
|
|
366966
|
+
elements: {
|
|
366967
|
+
xpath: string;
|
|
366968
|
+
line: string;
|
|
366969
|
+
}[];
|
|
366970
|
+
prompt: string;
|
|
366971
|
+
} | undefined;
|
|
365925
366972
|
promptMetadata?: Record<string, any> | undefined;
|
|
365926
366973
|
}>, "many">;
|
|
365927
366974
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -366023,6 +367070,13 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366023
367070
|
} | undefined;
|
|
366024
367071
|
replyToMessageId?: string | undefined;
|
|
366025
367072
|
isRetry?: boolean | undefined;
|
|
367073
|
+
annotations?: {
|
|
367074
|
+
elements: {
|
|
367075
|
+
xpath: string;
|
|
367076
|
+
line: string;
|
|
367077
|
+
}[];
|
|
367078
|
+
prompt: string;
|
|
367079
|
+
} | undefined;
|
|
366026
367080
|
promptMetadata?: Record<string, any> | undefined;
|
|
366027
367081
|
}[];
|
|
366028
367082
|
}, {
|
|
@@ -366124,6 +367178,13 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366124
367178
|
} | undefined;
|
|
366125
367179
|
replyToMessageId?: string | undefined;
|
|
366126
367180
|
isRetry?: boolean | undefined;
|
|
367181
|
+
annotations?: {
|
|
367182
|
+
elements: {
|
|
367183
|
+
xpath: string;
|
|
367184
|
+
line: string;
|
|
367185
|
+
}[];
|
|
367186
|
+
prompt: string;
|
|
367187
|
+
} | undefined;
|
|
366127
367188
|
promptMetadata?: Record<string, any> | undefined;
|
|
366128
367189
|
}[];
|
|
366129
367190
|
}>, z$1.ZodObject<{
|
|
@@ -366738,6 +367799,31 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366738
367799
|
}[] | undefined;
|
|
366739
367800
|
templateId?: string | undefined;
|
|
366740
367801
|
}>>;
|
|
367802
|
+
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
367803
|
+
prompt: z$1.ZodString;
|
|
367804
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
367805
|
+
xpath: z$1.ZodString;
|
|
367806
|
+
line: z$1.ZodString;
|
|
367807
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
367808
|
+
xpath: string;
|
|
367809
|
+
line: string;
|
|
367810
|
+
}, {
|
|
367811
|
+
xpath: string;
|
|
367812
|
+
line: string;
|
|
367813
|
+
}>, "many">;
|
|
367814
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
367815
|
+
elements: {
|
|
367816
|
+
xpath: string;
|
|
367817
|
+
line: string;
|
|
367818
|
+
}[];
|
|
367819
|
+
prompt: string;
|
|
367820
|
+
}, {
|
|
367821
|
+
elements: {
|
|
367822
|
+
xpath: string;
|
|
367823
|
+
line: string;
|
|
367824
|
+
}[];
|
|
367825
|
+
prompt: string;
|
|
367826
|
+
}>>;
|
|
366741
367827
|
/**
|
|
366742
367828
|
* If defined, this message is considered to be a reply to different message
|
|
366743
367829
|
*/
|
|
@@ -366842,6 +367928,13 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366842
367928
|
} | undefined;
|
|
366843
367929
|
replyToMessageId?: string | undefined;
|
|
366844
367930
|
isRetry?: boolean | undefined;
|
|
367931
|
+
annotations?: {
|
|
367932
|
+
elements: {
|
|
367933
|
+
xpath: string;
|
|
367934
|
+
line: string;
|
|
367935
|
+
}[];
|
|
367936
|
+
prompt: string;
|
|
367937
|
+
} | undefined;
|
|
366845
367938
|
promptMetadata?: Record<string, any> | undefined;
|
|
366846
367939
|
}, {
|
|
366847
367940
|
id: string;
|
|
@@ -366940,6 +368033,13 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366940
368033
|
} | undefined;
|
|
366941
368034
|
replyToMessageId?: string | undefined;
|
|
366942
368035
|
isRetry?: boolean | undefined;
|
|
368036
|
+
annotations?: {
|
|
368037
|
+
elements: {
|
|
368038
|
+
xpath: string;
|
|
368039
|
+
line: string;
|
|
368040
|
+
}[];
|
|
368041
|
+
prompt: string;
|
|
368042
|
+
} | undefined;
|
|
366943
368043
|
promptMetadata?: Record<string, any> | undefined;
|
|
366944
368044
|
}>, "many">;
|
|
366945
368045
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -367041,6 +368141,13 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
367041
368141
|
} | undefined;
|
|
367042
368142
|
replyToMessageId?: string | undefined;
|
|
367043
368143
|
isRetry?: boolean | undefined;
|
|
368144
|
+
annotations?: {
|
|
368145
|
+
elements: {
|
|
368146
|
+
xpath: string;
|
|
368147
|
+
line: string;
|
|
368148
|
+
}[];
|
|
368149
|
+
prompt: string;
|
|
368150
|
+
} | undefined;
|
|
367044
368151
|
promptMetadata?: Record<string, any> | undefined;
|
|
367045
368152
|
}[];
|
|
367046
368153
|
}, {
|
|
@@ -367142,6 +368249,13 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
367142
368249
|
} | undefined;
|
|
367143
368250
|
replyToMessageId?: string | undefined;
|
|
367144
368251
|
isRetry?: boolean | undefined;
|
|
368252
|
+
annotations?: {
|
|
368253
|
+
elements: {
|
|
368254
|
+
xpath: string;
|
|
368255
|
+
line: string;
|
|
368256
|
+
}[];
|
|
368257
|
+
prompt: string;
|
|
368258
|
+
} | undefined;
|
|
367145
368259
|
promptMetadata?: Record<string, any> | undefined;
|
|
367146
368260
|
}[];
|
|
367147
368261
|
}>, z$1.ZodObject<{
|
|
@@ -372513,6 +373627,107 @@ declare const DTOIPWhitelistResponse: z$1.ZodObject<{
|
|
|
372513
373627
|
}>;
|
|
372514
373628
|
type DTOIPWhitelistResponse = z$1.infer<typeof DTOIPWhitelistResponse>;
|
|
372515
373629
|
|
|
373630
|
+
declare const DTOLoginScreenSettings: z$1.ZodObject<{
|
|
373631
|
+
isEnabled: z$1.ZodBoolean;
|
|
373632
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
373633
|
+
color: z$1.ZodOptional<z$1.ZodString>;
|
|
373634
|
+
logoUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
373635
|
+
isGoogleEnabled: z$1.ZodBoolean;
|
|
373636
|
+
isEmailEnabled: z$1.ZodBoolean;
|
|
373637
|
+
isSsoEnabled: z$1.ZodBoolean;
|
|
373638
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
373639
|
+
isEnabled: boolean;
|
|
373640
|
+
isGoogleEnabled: boolean;
|
|
373641
|
+
isEmailEnabled: boolean;
|
|
373642
|
+
isSsoEnabled: boolean;
|
|
373643
|
+
title?: string | undefined;
|
|
373644
|
+
color?: string | undefined;
|
|
373645
|
+
logoUrl?: string | undefined;
|
|
373646
|
+
}, {
|
|
373647
|
+
isEnabled: boolean;
|
|
373648
|
+
isGoogleEnabled: boolean;
|
|
373649
|
+
isEmailEnabled: boolean;
|
|
373650
|
+
isSsoEnabled: boolean;
|
|
373651
|
+
title?: string | undefined;
|
|
373652
|
+
color?: string | undefined;
|
|
373653
|
+
logoUrl?: string | undefined;
|
|
373654
|
+
}>;
|
|
373655
|
+
type DTOLoginScreenSettings = z$1.infer<typeof DTOLoginScreenSettings>;
|
|
373656
|
+
declare const DTOLoginScreenSettingsUpdate: z$1.ZodObject<{
|
|
373657
|
+
title: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
373658
|
+
color: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
373659
|
+
isEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
373660
|
+
isGoogleEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
373661
|
+
isEmailEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
373662
|
+
isSsoEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
373663
|
+
logoFileId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>;
|
|
373664
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
373665
|
+
title?: string | undefined;
|
|
373666
|
+
color?: string | undefined;
|
|
373667
|
+
isEnabled?: boolean | undefined;
|
|
373668
|
+
isGoogleEnabled?: boolean | undefined;
|
|
373669
|
+
isEmailEnabled?: boolean | undefined;
|
|
373670
|
+
isSsoEnabled?: boolean | undefined;
|
|
373671
|
+
logoFileId?: string | null | undefined;
|
|
373672
|
+
}, {
|
|
373673
|
+
title?: string | undefined;
|
|
373674
|
+
color?: string | undefined;
|
|
373675
|
+
isEnabled?: boolean | undefined;
|
|
373676
|
+
isGoogleEnabled?: boolean | undefined;
|
|
373677
|
+
isEmailEnabled?: boolean | undefined;
|
|
373678
|
+
isSsoEnabled?: boolean | undefined;
|
|
373679
|
+
logoFileId?: string | null | undefined;
|
|
373680
|
+
}>;
|
|
373681
|
+
type DTOLoginScreenSettingsUpdate = z$1.infer<typeof DTOLoginScreenSettingsUpdate>;
|
|
373682
|
+
declare const DTOLoginScreenSettingsResponse: z$1.ZodObject<{
|
|
373683
|
+
loginScreenSettings: z$1.ZodObject<{
|
|
373684
|
+
isEnabled: z$1.ZodBoolean;
|
|
373685
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
373686
|
+
color: z$1.ZodOptional<z$1.ZodString>;
|
|
373687
|
+
logoUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
373688
|
+
isGoogleEnabled: z$1.ZodBoolean;
|
|
373689
|
+
isEmailEnabled: z$1.ZodBoolean;
|
|
373690
|
+
isSsoEnabled: z$1.ZodBoolean;
|
|
373691
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
373692
|
+
isEnabled: boolean;
|
|
373693
|
+
isGoogleEnabled: boolean;
|
|
373694
|
+
isEmailEnabled: boolean;
|
|
373695
|
+
isSsoEnabled: boolean;
|
|
373696
|
+
title?: string | undefined;
|
|
373697
|
+
color?: string | undefined;
|
|
373698
|
+
logoUrl?: string | undefined;
|
|
373699
|
+
}, {
|
|
373700
|
+
isEnabled: boolean;
|
|
373701
|
+
isGoogleEnabled: boolean;
|
|
373702
|
+
isEmailEnabled: boolean;
|
|
373703
|
+
isSsoEnabled: boolean;
|
|
373704
|
+
title?: string | undefined;
|
|
373705
|
+
color?: string | undefined;
|
|
373706
|
+
logoUrl?: string | undefined;
|
|
373707
|
+
}>;
|
|
373708
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
373709
|
+
loginScreenSettings: {
|
|
373710
|
+
isEnabled: boolean;
|
|
373711
|
+
isGoogleEnabled: boolean;
|
|
373712
|
+
isEmailEnabled: boolean;
|
|
373713
|
+
isSsoEnabled: boolean;
|
|
373714
|
+
title?: string | undefined;
|
|
373715
|
+
color?: string | undefined;
|
|
373716
|
+
logoUrl?: string | undefined;
|
|
373717
|
+
};
|
|
373718
|
+
}, {
|
|
373719
|
+
loginScreenSettings: {
|
|
373720
|
+
isEnabled: boolean;
|
|
373721
|
+
isGoogleEnabled: boolean;
|
|
373722
|
+
isEmailEnabled: boolean;
|
|
373723
|
+
isSsoEnabled: boolean;
|
|
373724
|
+
title?: string | undefined;
|
|
373725
|
+
color?: string | undefined;
|
|
373726
|
+
logoUrl?: string | undefined;
|
|
373727
|
+
};
|
|
373728
|
+
}>;
|
|
373729
|
+
type DTOLoginScreenSettingsResponse = z$1.infer<typeof DTOLoginScreenSettingsResponse>;
|
|
373730
|
+
|
|
372516
373731
|
declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
372517
373732
|
/** Workspace the user is a member of */
|
|
372518
373733
|
workspace: z.ZodObject<{
|
|
@@ -402777,6 +403992,36 @@ declare class WorkspacesEndpoint {
|
|
|
402777
403992
|
}>;
|
|
402778
403993
|
}
|
|
402779
403994
|
|
|
403995
|
+
declare class AuthTokensEndpoint {
|
|
403996
|
+
private readonly requestExecutor;
|
|
403997
|
+
constructor(requestExecutor: RequestExecutor);
|
|
403998
|
+
list(): Promise<{
|
|
403999
|
+
tokens: {
|
|
404000
|
+
id: string;
|
|
404001
|
+
name: string;
|
|
404002
|
+
createdAt: Date;
|
|
404003
|
+
scope?: string | undefined;
|
|
404004
|
+
}[];
|
|
404005
|
+
}>;
|
|
404006
|
+
create(body: DTOAccessTokenCreatePayload): Promise<{
|
|
404007
|
+
token: {
|
|
404008
|
+
id: string;
|
|
404009
|
+
name: string;
|
|
404010
|
+
createdAt: Date;
|
|
404011
|
+
token: string;
|
|
404012
|
+
scope?: string | undefined;
|
|
404013
|
+
};
|
|
404014
|
+
}>;
|
|
404015
|
+
delete(id: string): Promise<{
|
|
404016
|
+
token: {
|
|
404017
|
+
id: string;
|
|
404018
|
+
name: string;
|
|
404019
|
+
createdAt: Date;
|
|
404020
|
+
scope?: string | undefined;
|
|
404021
|
+
};
|
|
404022
|
+
}>;
|
|
404023
|
+
}
|
|
404024
|
+
|
|
402780
404025
|
declare class FilesEndpoint {
|
|
402781
404026
|
private readonly requestExecutor;
|
|
402782
404027
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -402977,6 +404222,13 @@ declare class ThreadsEndpoint {
|
|
|
402977
404222
|
} | undefined;
|
|
402978
404223
|
replyToMessageId?: string | undefined;
|
|
402979
404224
|
isRetry?: boolean | undefined;
|
|
404225
|
+
annotations?: {
|
|
404226
|
+
elements: {
|
|
404227
|
+
xpath: string;
|
|
404228
|
+
line: string;
|
|
404229
|
+
}[];
|
|
404230
|
+
prompt: string;
|
|
404231
|
+
} | undefined;
|
|
402980
404232
|
promptMetadata?: Record<string, any> | undefined;
|
|
402981
404233
|
}[];
|
|
402982
404234
|
reactions: {
|
|
@@ -403085,6 +404337,13 @@ declare class ThreadsEndpoint {
|
|
|
403085
404337
|
} | undefined;
|
|
403086
404338
|
replyToMessageId?: string | undefined;
|
|
403087
404339
|
isRetry?: boolean | undefined;
|
|
404340
|
+
annotations?: {
|
|
404341
|
+
elements: {
|
|
404342
|
+
xpath: string;
|
|
404343
|
+
line: string;
|
|
404344
|
+
}[];
|
|
404345
|
+
prompt: string;
|
|
404346
|
+
} | undefined;
|
|
403088
404347
|
promptMetadata?: Record<string, any> | undefined;
|
|
403089
404348
|
}[];
|
|
403090
404349
|
reactions: {
|
|
@@ -403360,6 +404619,7 @@ type SupernovaApiClientConfig = {
|
|
|
403360
404619
|
};
|
|
403361
404620
|
declare class SupernovaApiClient {
|
|
403362
404621
|
readonly config: SupernovaApiClientConfig;
|
|
404622
|
+
readonly authTokens: AuthTokensEndpoint;
|
|
403363
404623
|
readonly users: UsersEndpoint;
|
|
403364
404624
|
readonly workspaces: WorkspacesEndpoint;
|
|
403365
404625
|
readonly designSystems: DesignSystemsEndpoint;
|
|
@@ -406144,4 +407404,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
406144
407404
|
reason: ValidationErrorReason | undefined;
|
|
406145
407405
|
};
|
|
406146
407406
|
|
|
406147
|
-
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, DTOCodeSnapshotFinalizePayload, DTOCodeSnapshotFinalizeResponse, DTOCodeSnapshotProcessingRunResponse, DTOCodeSnapshotProcessingRunStatus, DTOCodeSnapshotProcessingRunStatusItem, DTOCodeSnapshotProcessingRunStatusResponse, DTOCodeSnapshotScannerType, DTOCodeSnapshotStartProcessingRunPayload, DTOCodeSnapshotUploadInitPayload, DTOCodeSnapshotUploadInitResponse, DTOCodeSnapshotUploadInitScannerType, DTOCollectionOrigin, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateFeatureSandbox, 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, DTODesignSystemUpdateSwitcherInput, 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, DTOFVPMigrationsCollectionKeysPayload, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactGetByIdParam, DTOFeatureArtifactListQuery, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureArtifactWithContentResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationError, DTOFeatureIterationErrorType, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureIterationValidateInput, DTOFeatureIterationValidateResponse, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeaturePublishedStateUpdateInput, DTOFeatureSandbox, DTOFeatureSandboxListResponse, DTOFeatureUpdateThemeInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, 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, DTOForgeDocumentGetByIdParam, DTOForgeDocumentGetResponse, DTOForgeEntity, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFigmaNode, DTOForgeFigmaNodeCreateRequest, DTOForgeFigmaNodeOrigin, DTOForgeFigmaNodeResponse, DTOForgeFigmaNodeState, DTOForgeFigmaNodeValidateResponse, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeMemoryCreateInput, DTOForgeMemoryDeleteInput, DTOForgeMemoryEntry, DTOForgeMemoryEntryListQuery, DTOForgeMemoryEntryListResponse, DTOForgeMemoryEntryResponse, DTOForgeMemoryUpdateInput, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextCreated, DTOForgeProjectContextDeleted, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextUpdated, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectCreated, DTOForgeProjectDefaultRole, DTOForgeProjectDocumentPreview, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetByIdParam, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeaturePreview, DTOForgeProjectFeatureSandboxUpdated, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectIterationTagSet, DTOForgeProjectIterationUpdated, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberDeleted, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberListQuery, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMemberUpdated, DTOForgeProjectMembersCreated, DTOForgeProjectMembersListResponse, DTOForgeProjectPublishedFeature, DTOForgeProjectPublishedFeatureGetResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomEvent, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdated, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOForgeTokenThemeSet, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIPWhitelist, DTOIPWhitelistEntry, DTOIPWhitelistResponse, DTOIPWhitelistUpdate, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMCPStream, DTOMCPStreamResponse, DTOMCPStreamUpdateInput, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONotificationBase, DTONotificationChannel, DTONotificationChatMentionPayload, DTONotificationCreateInput, DTONotificationProjectDocumentCommentPayload, DTONotificationProjectInvitationPayload, DTONotificationType, 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, DTOProjectContextOverride, DTOProjectContextOverrideInput, DTOProjectContextOverrideResponse, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOSandboxError, DTOSandboxTemplate, DTOSandboxTemplateBuild, DTOSandboxTemplateBuildCreateInput, DTOSandboxTemplateBuildCreateResponse, DTOSandboxTemplateBuildCreated, DTOSandboxTemplateBuildFinalizeResponse, DTOSandboxTemplateBuildFinished, DTOSandboxTemplateBuildResponse, DTOSandboxTemplateFile, DTOSandboxTemplateListResponse, DTOSandboxTemplatePreset, DTOSandboxTemplateQuery, DTOSandboxTemplateResponse, DTOSandboxTemplateVersion, DTOSandboxTemplateVersionCreated, DTOSandboxTemplateVersionDetail, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSite, DTOStorybookSiteListQuery, DTOStorybookSiteListResponse, DTOStorybookSiteUploadPayload, DTOStorybookSiteUploadResponse, DTOStorybookSiteVersion, DTOStorybookSiteVersionResponse, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThemesListQuery, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageRetryInput, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventClientCreate, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateFeatureSandbox, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettings, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceDefaultProjectAccessMode, DTOWorkspaceDefaultProjectRole, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceRoomEvent, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemCodeSnapshotsEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, 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, ForgeDocumentsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationTagsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeMemoryEndpoint, 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, MCPStreamsEndpoint, 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, SandboxTemplateBuildsEndpoint, SandboxTemplatesEndpoint, SandboxesEndpoint, StorybookEntriesEndpoint, StorybookSitesEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, type VariableCollections, VariableCollectionsSchema, VariableMode, VariableValue, type Variables, VariablesMapping, VariablesSchema, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceBillingEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, 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, zodQueryBoolean };
|
|
407407
|
+
export { AuthTokensEndpoint, 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, DTOCodeSnapshotFinalizePayload, DTOCodeSnapshotFinalizeResponse, DTOCodeSnapshotProcessingRunResponse, DTOCodeSnapshotProcessingRunStatus, DTOCodeSnapshotProcessingRunStatusItem, DTOCodeSnapshotProcessingRunStatusResponse, DTOCodeSnapshotScannerType, DTOCodeSnapshotStartProcessingRunPayload, DTOCodeSnapshotUploadInitPayload, DTOCodeSnapshotUploadInitResponse, DTOCodeSnapshotUploadInitScannerType, DTOCollectionOrigin, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateFeatureSandbox, 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, DTODesignSystemUpdateSwitcherInput, 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, DTOFVPMigrationsCollectionKeysPayload, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactGetByIdParam, DTOFeatureArtifactListQuery, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureArtifactWithContentResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationError, DTOFeatureIterationErrorType, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureIterationValidateInput, DTOFeatureIterationValidateResponse, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeaturePublishedStateUpdateInput, DTOFeatureSandbox, DTOFeatureSandboxListResponse, DTOFeatureUpdateThemeInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, 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, DTOForgeDocumentGetByIdParam, DTOForgeDocumentGetResponse, DTOForgeEntity, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFigmaNode, DTOForgeFigmaNodeCreateRequest, DTOForgeFigmaNodeOrigin, DTOForgeFigmaNodeResponse, DTOForgeFigmaNodeState, DTOForgeFigmaNodeValidateResponse, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeMemoryCreateInput, DTOForgeMemoryDeleteInput, DTOForgeMemoryEntry, DTOForgeMemoryEntryListQuery, DTOForgeMemoryEntryListResponse, DTOForgeMemoryEntryResponse, DTOForgeMemoryUpdateInput, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextCreated, DTOForgeProjectContextDeleted, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextUpdated, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectCreated, DTOForgeProjectDefaultRole, DTOForgeProjectDocumentPreview, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetByIdParam, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeaturePreview, DTOForgeProjectFeatureSandboxUpdated, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectIterationTagSet, DTOForgeProjectIterationUpdated, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberDeleted, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberListQuery, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMemberUpdated, DTOForgeProjectMembersCreated, DTOForgeProjectMembersListResponse, DTOForgeProjectPublishedFeature, DTOForgeProjectPublishedFeatureGetResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomEvent, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdated, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOForgeTokenThemeSet, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIPWhitelist, DTOIPWhitelistEntry, DTOIPWhitelistResponse, DTOIPWhitelistUpdate, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOLoginScreenSettings, DTOLoginScreenSettingsResponse, DTOLoginScreenSettingsUpdate, DTOMCPStream, DTOMCPStreamResponse, DTOMCPStreamUpdateInput, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONotificationBase, DTONotificationChannel, DTONotificationChatMentionPayload, DTONotificationCreateInput, DTONotificationProjectDocumentCommentPayload, DTONotificationProjectInvitationPayload, DTONotificationType, 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, DTOProjectContextOverride, DTOProjectContextOverrideInput, DTOProjectContextOverrideResponse, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOSandboxError, DTOSandboxTemplate, DTOSandboxTemplateBuild, DTOSandboxTemplateBuildCreateInput, DTOSandboxTemplateBuildCreateResponse, DTOSandboxTemplateBuildCreated, DTOSandboxTemplateBuildFinalizeResponse, DTOSandboxTemplateBuildFinished, DTOSandboxTemplateBuildResponse, DTOSandboxTemplateFile, DTOSandboxTemplateListResponse, DTOSandboxTemplatePreset, DTOSandboxTemplateQuery, DTOSandboxTemplateResponse, DTOSandboxTemplateVersion, DTOSandboxTemplateVersionCreated, DTOSandboxTemplateVersionDetail, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSite, DTOStorybookSiteListQuery, DTOStorybookSiteListResponse, DTOStorybookSiteUploadPayload, DTOStorybookSiteUploadResponse, DTOStorybookSiteVersion, DTOStorybookSiteVersionResponse, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThemesListQuery, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAnnotations, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageRetryInput, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventClientCreate, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateFeatureSandbox, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettings, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceDefaultProjectAccessMode, DTOWorkspaceDefaultProjectRole, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceRoomEvent, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemCodeSnapshotsEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, 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, ForgeDocumentsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationTagsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeMemoryEndpoint, 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, MCPStreamsEndpoint, 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, SandboxTemplateBuildsEndpoint, SandboxTemplatesEndpoint, SandboxesEndpoint, StorybookEntriesEndpoint, StorybookSitesEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, type VariableCollections, VariableCollectionsSchema, VariableMode, VariableValue, type Variables, VariablesMapping, VariablesSchema, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceBillingEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, 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, zodQueryBoolean };
|