@supernova-studio/client 1.81.5 → 1.82.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +298 -171
- package/dist/index.d.ts +298 -171
- package/dist/index.js +50 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2043 -2016
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -158238,7 +158238,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158238
158238
|
}[] | undefined;
|
|
158239
158239
|
templateId?: string | undefined;
|
|
158240
158240
|
}>>;
|
|
158241
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
158241
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
158242
158242
|
prompt: z$1.ZodString;
|
|
158243
158243
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
158244
158244
|
xpath: z$1.ZodString;
|
|
@@ -158262,7 +158262,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158262
158262
|
line: string;
|
|
158263
158263
|
}[];
|
|
158264
158264
|
prompt: string;
|
|
158265
|
-
}>>;
|
|
158265
|
+
}>, "many">>;
|
|
158266
158266
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
158267
158267
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
158268
158268
|
createdAt: z$1.ZodString;
|
|
@@ -158302,7 +158302,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158302
158302
|
line: string;
|
|
158303
158303
|
}[];
|
|
158304
158304
|
prompt: string;
|
|
158305
|
-
} | undefined;
|
|
158305
|
+
}[] | undefined;
|
|
158306
158306
|
promptMetadata?: Record<string, any> | undefined;
|
|
158307
158307
|
}, {
|
|
158308
158308
|
id: string;
|
|
@@ -158322,7 +158322,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158322
158322
|
line: string;
|
|
158323
158323
|
}[];
|
|
158324
158324
|
prompt: string;
|
|
158325
|
-
} | undefined;
|
|
158325
|
+
}[] | undefined;
|
|
158326
158326
|
promptMetadata?: Record<string, any> | undefined;
|
|
158327
158327
|
}>;
|
|
158328
158328
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -158346,7 +158346,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158346
158346
|
line: string;
|
|
158347
158347
|
}[];
|
|
158348
158348
|
prompt: string;
|
|
158349
|
-
} | undefined;
|
|
158349
|
+
}[] | undefined;
|
|
158350
158350
|
promptMetadata?: Record<string, any> | undefined;
|
|
158351
158351
|
};
|
|
158352
158352
|
name?: string | undefined;
|
|
@@ -158373,7 +158373,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158373
158373
|
line: string;
|
|
158374
158374
|
}[];
|
|
158375
158375
|
prompt: string;
|
|
158376
|
-
} | undefined;
|
|
158376
|
+
}[] | undefined;
|
|
158377
158377
|
promptMetadata?: Record<string, any> | undefined;
|
|
158378
158378
|
};
|
|
158379
158379
|
name?: string | undefined;
|
|
@@ -158403,7 +158403,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158403
158403
|
line: string;
|
|
158404
158404
|
}[];
|
|
158405
158405
|
prompt: string;
|
|
158406
|
-
} | undefined;
|
|
158406
|
+
}[] | undefined;
|
|
158407
158407
|
promptMetadata?: Record<string, any> | undefined;
|
|
158408
158408
|
};
|
|
158409
158409
|
name?: string | undefined;
|
|
@@ -158433,7 +158433,7 @@ declare const DTOForgeProjectActionFeatureCreate: z$1.ZodObject<{
|
|
|
158433
158433
|
line: string;
|
|
158434
158434
|
}[];
|
|
158435
158435
|
prompt: string;
|
|
158436
|
-
} | undefined;
|
|
158436
|
+
}[] | undefined;
|
|
158437
158437
|
promptMetadata?: Record<string, any> | undefined;
|
|
158438
158438
|
};
|
|
158439
158439
|
name?: string | undefined;
|
|
@@ -159165,7 +159165,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159165
159165
|
}[] | undefined;
|
|
159166
159166
|
templateId?: string | undefined;
|
|
159167
159167
|
}>>;
|
|
159168
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
159168
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
159169
159169
|
prompt: z$1.ZodString;
|
|
159170
159170
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
159171
159171
|
xpath: z$1.ZodString;
|
|
@@ -159189,7 +159189,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159189
159189
|
line: string;
|
|
159190
159190
|
}[];
|
|
159191
159191
|
prompt: string;
|
|
159192
|
-
}>>;
|
|
159192
|
+
}>, "many">>;
|
|
159193
159193
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
159194
159194
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
159195
159195
|
createdAt: z$1.ZodString;
|
|
@@ -159229,7 +159229,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159229
159229
|
line: string;
|
|
159230
159230
|
}[];
|
|
159231
159231
|
prompt: string;
|
|
159232
|
-
} | undefined;
|
|
159232
|
+
}[] | undefined;
|
|
159233
159233
|
promptMetadata?: Record<string, any> | undefined;
|
|
159234
159234
|
}, {
|
|
159235
159235
|
id: string;
|
|
@@ -159249,7 +159249,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159249
159249
|
line: string;
|
|
159250
159250
|
}[];
|
|
159251
159251
|
prompt: string;
|
|
159252
|
-
} | undefined;
|
|
159252
|
+
}[] | undefined;
|
|
159253
159253
|
promptMetadata?: Record<string, any> | undefined;
|
|
159254
159254
|
}>>;
|
|
159255
159255
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -159275,7 +159275,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159275
159275
|
line: string;
|
|
159276
159276
|
}[];
|
|
159277
159277
|
prompt: string;
|
|
159278
|
-
} | undefined;
|
|
159278
|
+
}[] | undefined;
|
|
159279
159279
|
promptMetadata?: Record<string, any> | undefined;
|
|
159280
159280
|
} | undefined;
|
|
159281
159281
|
}, {
|
|
@@ -159301,7 +159301,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159301
159301
|
line: string;
|
|
159302
159302
|
}[];
|
|
159303
159303
|
prompt: string;
|
|
159304
|
-
} | undefined;
|
|
159304
|
+
}[] | undefined;
|
|
159305
159305
|
promptMetadata?: Record<string, any> | undefined;
|
|
159306
159306
|
} | undefined;
|
|
159307
159307
|
}>;
|
|
@@ -159330,7 +159330,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159330
159330
|
line: string;
|
|
159331
159331
|
}[];
|
|
159332
159332
|
prompt: string;
|
|
159333
|
-
} | undefined;
|
|
159333
|
+
}[] | undefined;
|
|
159334
159334
|
promptMetadata?: Record<string, any> | undefined;
|
|
159335
159335
|
} | undefined;
|
|
159336
159336
|
};
|
|
@@ -159359,7 +159359,7 @@ declare const DTOForgeProjectActionArtifactCreate: z$1.ZodObject<{
|
|
|
159359
159359
|
line: string;
|
|
159360
159360
|
}[];
|
|
159361
159361
|
prompt: string;
|
|
159362
|
-
} | undefined;
|
|
159362
|
+
}[] | undefined;
|
|
159363
159363
|
promptMetadata?: Record<string, any> | undefined;
|
|
159364
159364
|
} | undefined;
|
|
159365
159365
|
};
|
|
@@ -160182,7 +160182,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160182
160182
|
}[] | undefined;
|
|
160183
160183
|
templateId?: string | undefined;
|
|
160184
160184
|
}>>;
|
|
160185
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
160185
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
160186
160186
|
prompt: z$1.ZodString;
|
|
160187
160187
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
160188
160188
|
xpath: z$1.ZodString;
|
|
@@ -160206,7 +160206,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160206
160206
|
line: string;
|
|
160207
160207
|
}[];
|
|
160208
160208
|
prompt: string;
|
|
160209
|
-
}>>;
|
|
160209
|
+
}>, "many">>;
|
|
160210
160210
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
160211
160211
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
160212
160212
|
createdAt: z$1.ZodString;
|
|
@@ -160246,7 +160246,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160246
160246
|
line: string;
|
|
160247
160247
|
}[];
|
|
160248
160248
|
prompt: string;
|
|
160249
|
-
} | undefined;
|
|
160249
|
+
}[] | undefined;
|
|
160250
160250
|
promptMetadata?: Record<string, any> | undefined;
|
|
160251
160251
|
}, {
|
|
160252
160252
|
id: string;
|
|
@@ -160266,7 +160266,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160266
160266
|
line: string;
|
|
160267
160267
|
}[];
|
|
160268
160268
|
prompt: string;
|
|
160269
|
-
} | undefined;
|
|
160269
|
+
}[] | undefined;
|
|
160270
160270
|
promptMetadata?: Record<string, any> | undefined;
|
|
160271
160271
|
}>;
|
|
160272
160272
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -160290,7 +160290,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160290
160290
|
line: string;
|
|
160291
160291
|
}[];
|
|
160292
160292
|
prompt: string;
|
|
160293
|
-
} | undefined;
|
|
160293
|
+
}[] | undefined;
|
|
160294
160294
|
promptMetadata?: Record<string, any> | undefined;
|
|
160295
160295
|
};
|
|
160296
160296
|
name?: string | undefined;
|
|
@@ -160317,7 +160317,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160317
160317
|
line: string;
|
|
160318
160318
|
}[];
|
|
160319
160319
|
prompt: string;
|
|
160320
|
-
} | undefined;
|
|
160320
|
+
}[] | undefined;
|
|
160321
160321
|
promptMetadata?: Record<string, any> | undefined;
|
|
160322
160322
|
};
|
|
160323
160323
|
name?: string | undefined;
|
|
@@ -160347,7 +160347,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160347
160347
|
line: string;
|
|
160348
160348
|
}[];
|
|
160349
160349
|
prompt: string;
|
|
160350
|
-
} | undefined;
|
|
160350
|
+
}[] | undefined;
|
|
160351
160351
|
promptMetadata?: Record<string, any> | undefined;
|
|
160352
160352
|
};
|
|
160353
160353
|
name?: string | undefined;
|
|
@@ -160377,7 +160377,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
160377
160377
|
line: string;
|
|
160378
160378
|
}[];
|
|
160379
160379
|
prompt: string;
|
|
160380
|
-
} | undefined;
|
|
160380
|
+
}[] | undefined;
|
|
160381
160381
|
promptMetadata?: Record<string, any> | undefined;
|
|
160382
160382
|
};
|
|
160383
160383
|
name?: string | undefined;
|
|
@@ -161101,7 +161101,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161101
161101
|
}[] | undefined;
|
|
161102
161102
|
templateId?: string | undefined;
|
|
161103
161103
|
}>>;
|
|
161104
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
161104
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
161105
161105
|
prompt: z$1.ZodString;
|
|
161106
161106
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
161107
161107
|
xpath: z$1.ZodString;
|
|
@@ -161125,7 +161125,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161125
161125
|
line: string;
|
|
161126
161126
|
}[];
|
|
161127
161127
|
prompt: string;
|
|
161128
|
-
}>>;
|
|
161128
|
+
}>, "many">>;
|
|
161129
161129
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
161130
161130
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
161131
161131
|
createdAt: z$1.ZodString;
|
|
@@ -161165,7 +161165,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161165
161165
|
line: string;
|
|
161166
161166
|
}[];
|
|
161167
161167
|
prompt: string;
|
|
161168
|
-
} | undefined;
|
|
161168
|
+
}[] | undefined;
|
|
161169
161169
|
promptMetadata?: Record<string, any> | undefined;
|
|
161170
161170
|
}, {
|
|
161171
161171
|
id: string;
|
|
@@ -161185,7 +161185,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161185
161185
|
line: string;
|
|
161186
161186
|
}[];
|
|
161187
161187
|
prompt: string;
|
|
161188
|
-
} | undefined;
|
|
161188
|
+
}[] | undefined;
|
|
161189
161189
|
promptMetadata?: Record<string, any> | undefined;
|
|
161190
161190
|
}>>;
|
|
161191
161191
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -161211,7 +161211,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161211
161211
|
line: string;
|
|
161212
161212
|
}[];
|
|
161213
161213
|
prompt: string;
|
|
161214
|
-
} | undefined;
|
|
161214
|
+
}[] | undefined;
|
|
161215
161215
|
promptMetadata?: Record<string, any> | undefined;
|
|
161216
161216
|
} | undefined;
|
|
161217
161217
|
}, {
|
|
@@ -161237,7 +161237,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161237
161237
|
line: string;
|
|
161238
161238
|
}[];
|
|
161239
161239
|
prompt: string;
|
|
161240
|
-
} | undefined;
|
|
161240
|
+
}[] | undefined;
|
|
161241
161241
|
promptMetadata?: Record<string, any> | undefined;
|
|
161242
161242
|
} | undefined;
|
|
161243
161243
|
}>;
|
|
@@ -161266,7 +161266,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161266
161266
|
line: string;
|
|
161267
161267
|
}[];
|
|
161268
161268
|
prompt: string;
|
|
161269
|
-
} | undefined;
|
|
161269
|
+
}[] | undefined;
|
|
161270
161270
|
promptMetadata?: Record<string, any> | undefined;
|
|
161271
161271
|
} | undefined;
|
|
161272
161272
|
};
|
|
@@ -161295,7 +161295,7 @@ declare const DTOForgeProjectAction: z$1.ZodIntersection<z$1.ZodDiscriminatedUni
|
|
|
161295
161295
|
line: string;
|
|
161296
161296
|
}[];
|
|
161297
161297
|
prompt: string;
|
|
161298
|
-
} | undefined;
|
|
161298
|
+
}[] | undefined;
|
|
161299
161299
|
promptMetadata?: Record<string, any> | undefined;
|
|
161300
161300
|
} | undefined;
|
|
161301
161301
|
};
|
|
@@ -162270,7 +162270,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162270
162270
|
}[] | undefined;
|
|
162271
162271
|
templateId?: string | undefined;
|
|
162272
162272
|
}>>;
|
|
162273
|
-
annotations: z.ZodOptional<z.ZodObject<{
|
|
162273
|
+
annotations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
162274
162274
|
prompt: z.ZodString;
|
|
162275
162275
|
elements: z.ZodArray<z.ZodObject<{
|
|
162276
162276
|
xpath: z.ZodString;
|
|
@@ -162294,7 +162294,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162294
162294
|
line: string;
|
|
162295
162295
|
}[];
|
|
162296
162296
|
prompt: string;
|
|
162297
|
-
}>>;
|
|
162297
|
+
}>, "many">>;
|
|
162298
162298
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
162299
162299
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
162300
162300
|
createdAt: z.ZodString;
|
|
@@ -162334,7 +162334,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162334
162334
|
line: string;
|
|
162335
162335
|
}[];
|
|
162336
162336
|
prompt: string;
|
|
162337
|
-
} | undefined;
|
|
162337
|
+
}[] | undefined;
|
|
162338
162338
|
promptMetadata?: Record<string, any> | undefined;
|
|
162339
162339
|
}, {
|
|
162340
162340
|
id: string;
|
|
@@ -162354,7 +162354,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162354
162354
|
line: string;
|
|
162355
162355
|
}[];
|
|
162356
162356
|
prompt: string;
|
|
162357
|
-
} | undefined;
|
|
162357
|
+
}[] | undefined;
|
|
162358
162358
|
promptMetadata?: Record<string, any> | undefined;
|
|
162359
162359
|
}>>;
|
|
162360
162360
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -162380,7 +162380,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162380
162380
|
line: string;
|
|
162381
162381
|
}[];
|
|
162382
162382
|
prompt: string;
|
|
162383
|
-
} | undefined;
|
|
162383
|
+
}[] | undefined;
|
|
162384
162384
|
promptMetadata?: Record<string, any> | undefined;
|
|
162385
162385
|
} | undefined;
|
|
162386
162386
|
}, {
|
|
@@ -162406,7 +162406,7 @@ declare const DTOForgeProjectArtifactCreateInput: z.ZodObject<{
|
|
|
162406
162406
|
line: string;
|
|
162407
162407
|
}[];
|
|
162408
162408
|
prompt: string;
|
|
162409
|
-
} | undefined;
|
|
162409
|
+
}[] | undefined;
|
|
162410
162410
|
promptMetadata?: Record<string, any> | undefined;
|
|
162411
162411
|
} | undefined;
|
|
162412
162412
|
}>;
|
|
@@ -269498,7 +269498,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269498
269498
|
}[] | undefined;
|
|
269499
269499
|
templateId?: string | undefined;
|
|
269500
269500
|
}>>;
|
|
269501
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
269501
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
269502
269502
|
prompt: z$1.ZodString;
|
|
269503
269503
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
269504
269504
|
xpath: z$1.ZodString;
|
|
@@ -269522,7 +269522,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269522
269522
|
line: string;
|
|
269523
269523
|
}[];
|
|
269524
269524
|
prompt: string;
|
|
269525
|
-
}>>;
|
|
269525
|
+
}>, "many">>;
|
|
269526
269526
|
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
269527
269527
|
promptMetadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
269528
269528
|
createdAt: z$1.ZodString;
|
|
@@ -269562,7 +269562,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269562
269562
|
line: string;
|
|
269563
269563
|
}[];
|
|
269564
269564
|
prompt: string;
|
|
269565
|
-
} | undefined;
|
|
269565
|
+
}[] | undefined;
|
|
269566
269566
|
promptMetadata?: Record<string, any> | undefined;
|
|
269567
269567
|
}, {
|
|
269568
269568
|
id: string;
|
|
@@ -269582,7 +269582,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269582
269582
|
line: string;
|
|
269583
269583
|
}[];
|
|
269584
269584
|
prompt: string;
|
|
269585
|
-
} | undefined;
|
|
269585
|
+
}[] | undefined;
|
|
269586
269586
|
promptMetadata?: Record<string, any> | undefined;
|
|
269587
269587
|
}>;
|
|
269588
269588
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -269606,7 +269606,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269606
269606
|
line: string;
|
|
269607
269607
|
}[];
|
|
269608
269608
|
prompt: string;
|
|
269609
|
-
} | undefined;
|
|
269609
|
+
}[] | undefined;
|
|
269610
269610
|
promptMetadata?: Record<string, any> | undefined;
|
|
269611
269611
|
};
|
|
269612
269612
|
name?: string | undefined;
|
|
@@ -269633,7 +269633,7 @@ declare const DTOForgeProjectFeatureCreateInput: z$1.ZodObject<{
|
|
|
269633
269633
|
line: string;
|
|
269634
269634
|
}[];
|
|
269635
269635
|
prompt: string;
|
|
269636
|
-
} | undefined;
|
|
269636
|
+
}[] | undefined;
|
|
269637
269637
|
promptMetadata?: Record<string, any> | undefined;
|
|
269638
269638
|
};
|
|
269639
269639
|
name?: string | undefined;
|
|
@@ -307036,7 +307036,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307036
307036
|
}[] | undefined;
|
|
307037
307037
|
templateId?: string | undefined;
|
|
307038
307038
|
}>>;
|
|
307039
|
-
annotations: z.ZodOptional<z.ZodObject<{
|
|
307039
|
+
annotations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
307040
307040
|
prompt: z.ZodString;
|
|
307041
307041
|
elements: z.ZodArray<z.ZodObject<{
|
|
307042
307042
|
xpath: z.ZodString;
|
|
@@ -307060,7 +307060,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307060
307060
|
line: string;
|
|
307061
307061
|
}[];
|
|
307062
307062
|
prompt: string;
|
|
307063
|
-
}>>;
|
|
307063
|
+
}>, "many">>;
|
|
307064
307064
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
307065
307065
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
307066
307066
|
createdAt: z.ZodString;
|
|
@@ -307100,7 +307100,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307100
307100
|
line: string;
|
|
307101
307101
|
}[];
|
|
307102
307102
|
prompt: string;
|
|
307103
|
-
} | undefined;
|
|
307103
|
+
}[] | undefined;
|
|
307104
307104
|
promptMetadata?: Record<string, any> | undefined;
|
|
307105
307105
|
}, {
|
|
307106
307106
|
id: string;
|
|
@@ -307120,7 +307120,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307120
307120
|
line: string;
|
|
307121
307121
|
}[];
|
|
307122
307122
|
prompt: string;
|
|
307123
|
-
} | undefined;
|
|
307123
|
+
}[] | undefined;
|
|
307124
307124
|
promptMetadata?: Record<string, any> | undefined;
|
|
307125
307125
|
}>;
|
|
307126
307126
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -307144,7 +307144,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307144
307144
|
line: string;
|
|
307145
307145
|
}[];
|
|
307146
307146
|
prompt: string;
|
|
307147
|
-
} | undefined;
|
|
307147
|
+
}[] | undefined;
|
|
307148
307148
|
promptMetadata?: Record<string, any> | undefined;
|
|
307149
307149
|
};
|
|
307150
307150
|
name?: string | undefined;
|
|
@@ -307171,7 +307171,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307171
307171
|
line: string;
|
|
307172
307172
|
}[];
|
|
307173
307173
|
prompt: string;
|
|
307174
|
-
} | undefined;
|
|
307174
|
+
}[] | undefined;
|
|
307175
307175
|
promptMetadata?: Record<string, any> | undefined;
|
|
307176
307176
|
};
|
|
307177
307177
|
name?: string | undefined;
|
|
@@ -307771,7 +307771,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307771
307771
|
}[] | undefined;
|
|
307772
307772
|
templateId?: string | undefined;
|
|
307773
307773
|
}>>;
|
|
307774
|
-
annotations: z.ZodOptional<z.ZodObject<{
|
|
307774
|
+
annotations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
307775
307775
|
prompt: z.ZodString;
|
|
307776
307776
|
elements: z.ZodArray<z.ZodObject<{
|
|
307777
307777
|
xpath: z.ZodString;
|
|
@@ -307795,7 +307795,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307795
307795
|
line: string;
|
|
307796
307796
|
}[];
|
|
307797
307797
|
prompt: string;
|
|
307798
|
-
}>>;
|
|
307798
|
+
}>, "many">>;
|
|
307799
307799
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
307800
307800
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
307801
307801
|
createdAt: z.ZodString;
|
|
@@ -307835,7 +307835,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307835
307835
|
line: string;
|
|
307836
307836
|
}[];
|
|
307837
307837
|
prompt: string;
|
|
307838
|
-
} | undefined;
|
|
307838
|
+
}[] | undefined;
|
|
307839
307839
|
promptMetadata?: Record<string, any> | undefined;
|
|
307840
307840
|
}, {
|
|
307841
307841
|
id: string;
|
|
@@ -307855,7 +307855,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307855
307855
|
line: string;
|
|
307856
307856
|
}[];
|
|
307857
307857
|
prompt: string;
|
|
307858
|
-
} | undefined;
|
|
307858
|
+
}[] | undefined;
|
|
307859
307859
|
promptMetadata?: Record<string, any> | undefined;
|
|
307860
307860
|
}>>;
|
|
307861
307861
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -307881,7 +307881,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307881
307881
|
line: string;
|
|
307882
307882
|
}[];
|
|
307883
307883
|
prompt: string;
|
|
307884
|
-
} | undefined;
|
|
307884
|
+
}[] | undefined;
|
|
307885
307885
|
promptMetadata?: Record<string, any> | undefined;
|
|
307886
307886
|
} | undefined;
|
|
307887
307887
|
}, {
|
|
@@ -307907,7 +307907,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307907
307907
|
line: string;
|
|
307908
307908
|
}[];
|
|
307909
307909
|
prompt: string;
|
|
307910
|
-
} | undefined;
|
|
307910
|
+
}[] | undefined;
|
|
307911
307911
|
promptMetadata?: Record<string, any> | undefined;
|
|
307912
307912
|
} | undefined;
|
|
307913
307913
|
}>>;
|
|
@@ -307953,7 +307953,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307953
307953
|
line: string;
|
|
307954
307954
|
}[];
|
|
307955
307955
|
prompt: string;
|
|
307956
|
-
} | undefined;
|
|
307956
|
+
}[] | undefined;
|
|
307957
307957
|
promptMetadata?: Record<string, any> | undefined;
|
|
307958
307958
|
};
|
|
307959
307959
|
name?: string | undefined;
|
|
@@ -307983,7 +307983,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
307983
307983
|
line: string;
|
|
307984
307984
|
}[];
|
|
307985
307985
|
prompt: string;
|
|
307986
|
-
} | undefined;
|
|
307986
|
+
}[] | undefined;
|
|
307987
307987
|
promptMetadata?: Record<string, any> | undefined;
|
|
307988
307988
|
} | undefined;
|
|
307989
307989
|
} | undefined;
|
|
@@ -308027,7 +308027,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
308027
308027
|
line: string;
|
|
308028
308028
|
}[];
|
|
308029
308029
|
prompt: string;
|
|
308030
|
-
} | undefined;
|
|
308030
|
+
}[] | undefined;
|
|
308031
308031
|
promptMetadata?: Record<string, any> | undefined;
|
|
308032
308032
|
};
|
|
308033
308033
|
name?: string | undefined;
|
|
@@ -308057,7 +308057,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
308057
308057
|
line: string;
|
|
308058
308058
|
}[];
|
|
308059
308059
|
prompt: string;
|
|
308060
|
-
} | undefined;
|
|
308060
|
+
}[] | undefined;
|
|
308061
308061
|
promptMetadata?: Record<string, any> | undefined;
|
|
308062
308062
|
} | undefined;
|
|
308063
308063
|
} | undefined;
|
|
@@ -308678,7 +308678,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308678
308678
|
}[] | undefined;
|
|
308679
308679
|
templateId?: string | undefined;
|
|
308680
308680
|
}>>;
|
|
308681
|
-
annotations: z.ZodOptional<z.ZodObject<{
|
|
308681
|
+
annotations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
308682
308682
|
prompt: z.ZodString;
|
|
308683
308683
|
elements: z.ZodArray<z.ZodObject<{
|
|
308684
308684
|
xpath: z.ZodString;
|
|
@@ -308702,7 +308702,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308702
308702
|
line: string;
|
|
308703
308703
|
}[];
|
|
308704
308704
|
prompt: string;
|
|
308705
|
-
}>>;
|
|
308705
|
+
}>, "many">>;
|
|
308706
308706
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
308707
308707
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
308708
308708
|
createdAt: z.ZodString;
|
|
@@ -308742,7 +308742,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308742
308742
|
line: string;
|
|
308743
308743
|
}[];
|
|
308744
308744
|
prompt: string;
|
|
308745
|
-
} | undefined;
|
|
308745
|
+
}[] | undefined;
|
|
308746
308746
|
promptMetadata?: Record<string, any> | undefined;
|
|
308747
308747
|
}, {
|
|
308748
308748
|
id: string;
|
|
@@ -308762,7 +308762,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308762
308762
|
line: string;
|
|
308763
308763
|
}[];
|
|
308764
308764
|
prompt: string;
|
|
308765
|
-
} | undefined;
|
|
308765
|
+
}[] | undefined;
|
|
308766
308766
|
promptMetadata?: Record<string, any> | undefined;
|
|
308767
308767
|
}>;
|
|
308768
308768
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -308786,7 +308786,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308786
308786
|
line: string;
|
|
308787
308787
|
}[];
|
|
308788
308788
|
prompt: string;
|
|
308789
|
-
} | undefined;
|
|
308789
|
+
}[] | undefined;
|
|
308790
308790
|
promptMetadata?: Record<string, any> | undefined;
|
|
308791
308791
|
};
|
|
308792
308792
|
name?: string | undefined;
|
|
@@ -308813,7 +308813,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
308813
308813
|
line: string;
|
|
308814
308814
|
}[];
|
|
308815
308815
|
prompt: string;
|
|
308816
|
-
} | undefined;
|
|
308816
|
+
}[] | undefined;
|
|
308817
308817
|
promptMetadata?: Record<string, any> | undefined;
|
|
308818
308818
|
};
|
|
308819
308819
|
name?: string | undefined;
|
|
@@ -309413,7 +309413,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309413
309413
|
}[] | undefined;
|
|
309414
309414
|
templateId?: string | undefined;
|
|
309415
309415
|
}>>;
|
|
309416
|
-
annotations: z.ZodOptional<z.ZodObject<{
|
|
309416
|
+
annotations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
309417
309417
|
prompt: z.ZodString;
|
|
309418
309418
|
elements: z.ZodArray<z.ZodObject<{
|
|
309419
309419
|
xpath: z.ZodString;
|
|
@@ -309437,7 +309437,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309437
309437
|
line: string;
|
|
309438
309438
|
}[];
|
|
309439
309439
|
prompt: string;
|
|
309440
|
-
}>>;
|
|
309440
|
+
}>, "many">>;
|
|
309441
309441
|
replyToMessageId: z.ZodOptional<z.ZodString>;
|
|
309442
309442
|
promptMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
309443
309443
|
createdAt: z.ZodString;
|
|
@@ -309477,7 +309477,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309477
309477
|
line: string;
|
|
309478
309478
|
}[];
|
|
309479
309479
|
prompt: string;
|
|
309480
|
-
} | undefined;
|
|
309480
|
+
}[] | undefined;
|
|
309481
309481
|
promptMetadata?: Record<string, any> | undefined;
|
|
309482
309482
|
}, {
|
|
309483
309483
|
id: string;
|
|
@@ -309497,7 +309497,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309497
309497
|
line: string;
|
|
309498
309498
|
}[];
|
|
309499
309499
|
prompt: string;
|
|
309500
|
-
} | undefined;
|
|
309500
|
+
}[] | undefined;
|
|
309501
309501
|
promptMetadata?: Record<string, any> | undefined;
|
|
309502
309502
|
}>>;
|
|
309503
309503
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -309523,7 +309523,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309523
309523
|
line: string;
|
|
309524
309524
|
}[];
|
|
309525
309525
|
prompt: string;
|
|
309526
|
-
} | undefined;
|
|
309526
|
+
}[] | undefined;
|
|
309527
309527
|
promptMetadata?: Record<string, any> | undefined;
|
|
309528
309528
|
} | undefined;
|
|
309529
309529
|
}, {
|
|
@@ -309549,7 +309549,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309549
309549
|
line: string;
|
|
309550
309550
|
}[];
|
|
309551
309551
|
prompt: string;
|
|
309552
|
-
} | undefined;
|
|
309552
|
+
}[] | undefined;
|
|
309553
309553
|
promptMetadata?: Record<string, any> | undefined;
|
|
309554
309554
|
} | undefined;
|
|
309555
309555
|
}>>>;
|
|
@@ -309594,7 +309594,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309594
309594
|
line: string;
|
|
309595
309595
|
}[];
|
|
309596
309596
|
prompt: string;
|
|
309597
|
-
} | undefined;
|
|
309597
|
+
}[] | undefined;
|
|
309598
309598
|
promptMetadata?: Record<string, any> | undefined;
|
|
309599
309599
|
};
|
|
309600
309600
|
name?: string | undefined;
|
|
@@ -309624,7 +309624,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309624
309624
|
line: string;
|
|
309625
309625
|
}[];
|
|
309626
309626
|
prompt: string;
|
|
309627
|
-
} | undefined;
|
|
309627
|
+
}[] | undefined;
|
|
309628
309628
|
promptMetadata?: Record<string, any> | undefined;
|
|
309629
309629
|
} | undefined;
|
|
309630
309630
|
} | undefined;
|
|
@@ -309666,7 +309666,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309666
309666
|
line: string;
|
|
309667
309667
|
}[];
|
|
309668
309668
|
prompt: string;
|
|
309669
|
-
} | undefined;
|
|
309669
|
+
}[] | undefined;
|
|
309670
309670
|
promptMetadata?: Record<string, any> | undefined;
|
|
309671
309671
|
};
|
|
309672
309672
|
name?: string | undefined;
|
|
@@ -309696,7 +309696,7 @@ declare const DTOForgeProjectUpdate: z.ZodObject<{
|
|
|
309696
309696
|
line: string;
|
|
309697
309697
|
}[];
|
|
309698
309698
|
prompt: string;
|
|
309699
|
-
} | undefined;
|
|
309699
|
+
}[] | undefined;
|
|
309700
309700
|
promptMetadata?: Record<string, any> | undefined;
|
|
309701
309701
|
} | undefined;
|
|
309702
309702
|
} | undefined;
|
|
@@ -358043,7 +358043,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
358043
358043
|
}[] | undefined;
|
|
358044
358044
|
templateId?: string | undefined;
|
|
358045
358045
|
}>>;
|
|
358046
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
358046
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
358047
358047
|
prompt: z$1.ZodString;
|
|
358048
358048
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
358049
358049
|
xpath: z$1.ZodString;
|
|
@@ -358067,7 +358067,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
358067
358067
|
line: string;
|
|
358068
358068
|
}[];
|
|
358069
358069
|
prompt: string;
|
|
358070
|
-
}>>;
|
|
358070
|
+
}>, "many">>;
|
|
358071
358071
|
/**
|
|
358072
358072
|
* If defined, this message is considered to be a reply to different message
|
|
358073
358073
|
*/
|
|
@@ -358178,7 +358178,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
358178
358178
|
line: string;
|
|
358179
358179
|
}[];
|
|
358180
358180
|
prompt: string;
|
|
358181
|
-
} | undefined;
|
|
358181
|
+
}[] | undefined;
|
|
358182
358182
|
promptMetadata?: Record<string, any> | undefined;
|
|
358183
358183
|
}, {
|
|
358184
358184
|
id: string;
|
|
@@ -358283,7 +358283,7 @@ declare const DTOThreadMessage: z$1.ZodObject<{
|
|
|
358283
358283
|
line: string;
|
|
358284
358284
|
}[];
|
|
358285
358285
|
prompt: string;
|
|
358286
|
-
} | undefined;
|
|
358286
|
+
}[] | undefined;
|
|
358287
358287
|
promptMetadata?: Record<string, any> | undefined;
|
|
358288
358288
|
}>;
|
|
358289
358289
|
type DTOThreadMessage = z$1.infer<typeof DTOThreadMessage>;
|
|
@@ -358839,7 +358839,7 @@ declare const DTOThreadMessageAttachments: z$1.ZodObject<{
|
|
|
358839
358839
|
templateId?: string | undefined;
|
|
358840
358840
|
}>;
|
|
358841
358841
|
type DTOThreadMessageAttachments = z$1.infer<typeof DTOThreadMessageAttachments>;
|
|
358842
|
-
declare const
|
|
358842
|
+
declare const DTOThreadMessageAnnotation: z$1.ZodObject<{
|
|
358843
358843
|
prompt: z$1.ZodString;
|
|
358844
358844
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
358845
358845
|
xpath: z$1.ZodString;
|
|
@@ -358864,6 +358864,32 @@ declare const DTOThreadMessageAnnotations: z$1.ZodObject<{
|
|
|
358864
358864
|
}[];
|
|
358865
358865
|
prompt: string;
|
|
358866
358866
|
}>;
|
|
358867
|
+
type DTOThreadMessageAnnotation = z$1.infer<typeof DTOThreadMessageAnnotation>;
|
|
358868
|
+
declare const DTOThreadMessageAnnotations: z$1.ZodArray<z$1.ZodObject<{
|
|
358869
|
+
prompt: z$1.ZodString;
|
|
358870
|
+
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
358871
|
+
xpath: z$1.ZodString;
|
|
358872
|
+
line: z$1.ZodString;
|
|
358873
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
358874
|
+
xpath: string;
|
|
358875
|
+
line: string;
|
|
358876
|
+
}, {
|
|
358877
|
+
xpath: string;
|
|
358878
|
+
line: string;
|
|
358879
|
+
}>, "many">;
|
|
358880
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
358881
|
+
elements: {
|
|
358882
|
+
xpath: string;
|
|
358883
|
+
line: string;
|
|
358884
|
+
}[];
|
|
358885
|
+
prompt: string;
|
|
358886
|
+
}, {
|
|
358887
|
+
elements: {
|
|
358888
|
+
xpath: string;
|
|
358889
|
+
line: string;
|
|
358890
|
+
}[];
|
|
358891
|
+
prompt: string;
|
|
358892
|
+
}>, "many">;
|
|
358867
358893
|
type DTOThreadMessageAnnotations = z$1.infer<typeof DTOThreadMessageAnnotations>;
|
|
358868
358894
|
declare const DTOThreadAgentResponseTracker: z$1.ZodObject<{
|
|
358869
358895
|
id: z$1.ZodString;
|
|
@@ -359558,7 +359584,7 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
359558
359584
|
}[] | undefined;
|
|
359559
359585
|
templateId?: string | undefined;
|
|
359560
359586
|
}>>;
|
|
359561
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
359587
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
359562
359588
|
prompt: z$1.ZodString;
|
|
359563
359589
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
359564
359590
|
xpath: z$1.ZodString;
|
|
@@ -359582,7 +359608,7 @@ declare const DTOThreadMessageRetryInput: z$1.ZodObject<{
|
|
|
359582
359608
|
line: string;
|
|
359583
359609
|
}[];
|
|
359584
359610
|
prompt: string;
|
|
359585
|
-
}>>;
|
|
359611
|
+
}>, "many">>;
|
|
359586
359612
|
/**
|
|
359587
359613
|
* If defined, this message is considered to be a reply to different message
|
|
359588
359614
|
*/
|
|
@@ -360225,7 +360251,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
360225
360251
|
}[] | undefined;
|
|
360226
360252
|
templateId?: string | undefined;
|
|
360227
360253
|
}>>;
|
|
360228
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
360254
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
360229
360255
|
prompt: z$1.ZodString;
|
|
360230
360256
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
360231
360257
|
xpath: z$1.ZodString;
|
|
@@ -360249,7 +360275,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
360249
360275
|
line: string;
|
|
360250
360276
|
}[];
|
|
360251
360277
|
prompt: string;
|
|
360252
|
-
}>>;
|
|
360278
|
+
}>, "many">>;
|
|
360253
360279
|
/**
|
|
360254
360280
|
* If defined, this message is considered to be a reply to different message
|
|
360255
360281
|
*/
|
|
@@ -360292,7 +360318,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
360292
360318
|
line: string;
|
|
360293
360319
|
}[];
|
|
360294
360320
|
prompt: string;
|
|
360295
|
-
} | undefined;
|
|
360321
|
+
}[] | undefined;
|
|
360296
360322
|
promptMetadata?: Record<string, any> | undefined;
|
|
360297
360323
|
}, {
|
|
360298
360324
|
id: string;
|
|
@@ -360312,7 +360338,7 @@ declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
|
360312
360338
|
line: string;
|
|
360313
360339
|
}[];
|
|
360314
360340
|
prompt: string;
|
|
360315
|
-
} | undefined;
|
|
360341
|
+
}[] | undefined;
|
|
360316
360342
|
promptMetadata?: Record<string, any> | undefined;
|
|
360317
360343
|
}>;
|
|
360318
360344
|
type DTOThreadMessageCreateInput = z$1.infer<typeof DTOThreadMessageCreateInput>;
|
|
@@ -360926,7 +360952,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
360926
360952
|
}[] | undefined;
|
|
360927
360953
|
templateId?: string | undefined;
|
|
360928
360954
|
}>>;
|
|
360929
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
360955
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
360930
360956
|
prompt: z$1.ZodString;
|
|
360931
360957
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
360932
360958
|
xpath: z$1.ZodString;
|
|
@@ -360950,7 +360976,7 @@ declare const DTOThreadMessageUpdateInput: z$1.ZodObject<Pick<{
|
|
|
360950
360976
|
line: string;
|
|
360951
360977
|
}[];
|
|
360952
360978
|
prompt: string;
|
|
360953
|
-
}>>;
|
|
360979
|
+
}>, "many">>;
|
|
360954
360980
|
/**
|
|
360955
360981
|
* If defined, this message is considered to be a reply to different message
|
|
360956
360982
|
*/
|
|
@@ -362305,7 +362331,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
362305
362331
|
}[] | undefined;
|
|
362306
362332
|
templateId?: string | undefined;
|
|
362307
362333
|
}>>;
|
|
362308
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
362334
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
362309
362335
|
prompt: z$1.ZodString;
|
|
362310
362336
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
362311
362337
|
xpath: z$1.ZodString;
|
|
@@ -362329,7 +362355,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
362329
362355
|
line: string;
|
|
362330
362356
|
}[];
|
|
362331
362357
|
prompt: string;
|
|
362332
|
-
}>>;
|
|
362358
|
+
}>, "many">>;
|
|
362333
362359
|
/**
|
|
362334
362360
|
* If defined, this message is considered to be a reply to different message
|
|
362335
362361
|
*/
|
|
@@ -362440,7 +362466,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
362440
362466
|
line: string;
|
|
362441
362467
|
}[];
|
|
362442
362468
|
prompt: string;
|
|
362443
|
-
} | undefined;
|
|
362469
|
+
}[] | undefined;
|
|
362444
362470
|
promptMetadata?: Record<string, any> | undefined;
|
|
362445
362471
|
}, {
|
|
362446
362472
|
id: string;
|
|
@@ -362545,7 +362571,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
362545
362571
|
line: string;
|
|
362546
362572
|
}[];
|
|
362547
362573
|
prompt: string;
|
|
362548
|
-
} | undefined;
|
|
362574
|
+
}[] | undefined;
|
|
362549
362575
|
promptMetadata?: Record<string, any> | undefined;
|
|
362550
362576
|
}>;
|
|
362551
362577
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -362652,7 +362678,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
362652
362678
|
line: string;
|
|
362653
362679
|
}[];
|
|
362654
362680
|
prompt: string;
|
|
362655
|
-
} | undefined;
|
|
362681
|
+
}[] | undefined;
|
|
362656
362682
|
promptMetadata?: Record<string, any> | undefined;
|
|
362657
362683
|
};
|
|
362658
362684
|
}, {
|
|
@@ -362759,7 +362785,7 @@ declare const DTOThreadMessageResponse: z$1.ZodObject<{
|
|
|
362759
362785
|
line: string;
|
|
362760
362786
|
}[];
|
|
362761
362787
|
prompt: string;
|
|
362762
|
-
} | undefined;
|
|
362788
|
+
}[] | undefined;
|
|
362763
362789
|
promptMetadata?: Record<string, any> | undefined;
|
|
362764
362790
|
};
|
|
362765
362791
|
}>;
|
|
@@ -363408,7 +363434,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
363408
363434
|
}[] | undefined;
|
|
363409
363435
|
templateId?: string | undefined;
|
|
363410
363436
|
}>>;
|
|
363411
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
363437
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
363412
363438
|
prompt: z$1.ZodString;
|
|
363413
363439
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
363414
363440
|
xpath: z$1.ZodString;
|
|
@@ -363432,7 +363458,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
363432
363458
|
line: string;
|
|
363433
363459
|
}[];
|
|
363434
363460
|
prompt: string;
|
|
363435
|
-
}>>;
|
|
363461
|
+
}>, "many">>;
|
|
363436
363462
|
/**
|
|
363437
363463
|
* If defined, this message is considered to be a reply to different message
|
|
363438
363464
|
*/
|
|
@@ -363543,7 +363569,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
363543
363569
|
line: string;
|
|
363544
363570
|
}[];
|
|
363545
363571
|
prompt: string;
|
|
363546
|
-
} | undefined;
|
|
363572
|
+
}[] | undefined;
|
|
363547
363573
|
promptMetadata?: Record<string, any> | undefined;
|
|
363548
363574
|
}, {
|
|
363549
363575
|
id: string;
|
|
@@ -363648,7 +363674,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
363648
363674
|
line: string;
|
|
363649
363675
|
}[];
|
|
363650
363676
|
prompt: string;
|
|
363651
|
-
} | undefined;
|
|
363677
|
+
}[] | undefined;
|
|
363652
363678
|
promptMetadata?: Record<string, any> | undefined;
|
|
363653
363679
|
}>, "many">;
|
|
363654
363680
|
reactions: z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -363772,7 +363798,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
363772
363798
|
line: string;
|
|
363773
363799
|
}[];
|
|
363774
363800
|
prompt: string;
|
|
363775
|
-
} | undefined;
|
|
363801
|
+
}[] | undefined;
|
|
363776
363802
|
promptMetadata?: Record<string, any> | undefined;
|
|
363777
363803
|
}[];
|
|
363778
363804
|
reactions: {
|
|
@@ -363886,7 +363912,7 @@ declare const DTOThreadMessageListResponse: z$1.ZodObject<{
|
|
|
363886
363912
|
line: string;
|
|
363887
363913
|
}[];
|
|
363888
363914
|
prompt: string;
|
|
363889
|
-
} | undefined;
|
|
363915
|
+
}[] | undefined;
|
|
363890
363916
|
promptMetadata?: Record<string, any> | undefined;
|
|
363891
363917
|
}[];
|
|
363892
363918
|
reactions: {
|
|
@@ -364510,7 +364536,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
364510
364536
|
}[] | undefined;
|
|
364511
364537
|
templateId?: string | undefined;
|
|
364512
364538
|
}>>;
|
|
364513
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
364539
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
364514
364540
|
prompt: z$1.ZodString;
|
|
364515
364541
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
364516
364542
|
xpath: z$1.ZodString;
|
|
@@ -364534,7 +364560,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
364534
364560
|
line: string;
|
|
364535
364561
|
}[];
|
|
364536
364562
|
prompt: string;
|
|
364537
|
-
}>>;
|
|
364563
|
+
}>, "many">>;
|
|
364538
364564
|
/**
|
|
364539
364565
|
* If defined, this message is considered to be a reply to different message
|
|
364540
364566
|
*/
|
|
@@ -364645,7 +364671,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
364645
364671
|
line: string;
|
|
364646
364672
|
}[];
|
|
364647
364673
|
prompt: string;
|
|
364648
|
-
} | undefined;
|
|
364674
|
+
}[] | undefined;
|
|
364649
364675
|
promptMetadata?: Record<string, any> | undefined;
|
|
364650
364676
|
}, {
|
|
364651
364677
|
id: string;
|
|
@@ -364750,7 +364776,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
364750
364776
|
line: string;
|
|
364751
364777
|
}[];
|
|
364752
364778
|
prompt: string;
|
|
364753
|
-
} | undefined;
|
|
364779
|
+
}[] | undefined;
|
|
364754
364780
|
promptMetadata?: Record<string, any> | undefined;
|
|
364755
364781
|
}>, "many">;
|
|
364756
364782
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -364858,7 +364884,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
364858
364884
|
line: string;
|
|
364859
364885
|
}[];
|
|
364860
364886
|
prompt: string;
|
|
364861
|
-
} | undefined;
|
|
364887
|
+
}[] | undefined;
|
|
364862
364888
|
promptMetadata?: Record<string, any> | undefined;
|
|
364863
364889
|
}[];
|
|
364864
364890
|
}, {
|
|
@@ -364966,7 +364992,7 @@ declare const DTOThreadEventMessagesSent: z$1.ZodObject<{
|
|
|
364966
364992
|
line: string;
|
|
364967
364993
|
}[];
|
|
364968
364994
|
prompt: string;
|
|
364969
|
-
} | undefined;
|
|
364995
|
+
}[] | undefined;
|
|
364970
364996
|
promptMetadata?: Record<string, any> | undefined;
|
|
364971
364997
|
}[];
|
|
364972
364998
|
}>;
|
|
@@ -365583,7 +365609,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
365583
365609
|
}[] | undefined;
|
|
365584
365610
|
templateId?: string | undefined;
|
|
365585
365611
|
}>>;
|
|
365586
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
365612
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
365587
365613
|
prompt: z$1.ZodString;
|
|
365588
365614
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
365589
365615
|
xpath: z$1.ZodString;
|
|
@@ -365607,7 +365633,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
365607
365633
|
line: string;
|
|
365608
365634
|
}[];
|
|
365609
365635
|
prompt: string;
|
|
365610
|
-
}>>;
|
|
365636
|
+
}>, "many">>;
|
|
365611
365637
|
/**
|
|
365612
365638
|
* If defined, this message is considered to be a reply to different message
|
|
365613
365639
|
*/
|
|
@@ -365718,7 +365744,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
365718
365744
|
line: string;
|
|
365719
365745
|
}[];
|
|
365720
365746
|
prompt: string;
|
|
365721
|
-
} | undefined;
|
|
365747
|
+
}[] | undefined;
|
|
365722
365748
|
promptMetadata?: Record<string, any> | undefined;
|
|
365723
365749
|
}, {
|
|
365724
365750
|
id: string;
|
|
@@ -365823,7 +365849,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
365823
365849
|
line: string;
|
|
365824
365850
|
}[];
|
|
365825
365851
|
prompt: string;
|
|
365826
|
-
} | undefined;
|
|
365852
|
+
}[] | undefined;
|
|
365827
365853
|
promptMetadata?: Record<string, any> | undefined;
|
|
365828
365854
|
}>, "many">;
|
|
365829
365855
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -365931,7 +365957,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
365931
365957
|
line: string;
|
|
365932
365958
|
}[];
|
|
365933
365959
|
prompt: string;
|
|
365934
|
-
} | undefined;
|
|
365960
|
+
}[] | undefined;
|
|
365935
365961
|
promptMetadata?: Record<string, any> | undefined;
|
|
365936
365962
|
}[];
|
|
365937
365963
|
}, {
|
|
@@ -366039,7 +366065,7 @@ declare const DTOThreadEventMessagesUpdated: z$1.ZodObject<{
|
|
|
366039
366065
|
line: string;
|
|
366040
366066
|
}[];
|
|
366041
366067
|
prompt: string;
|
|
366042
|
-
} | undefined;
|
|
366068
|
+
}[] | undefined;
|
|
366043
366069
|
promptMetadata?: Record<string, any> | undefined;
|
|
366044
366070
|
}[];
|
|
366045
366071
|
}>;
|
|
@@ -366728,7 +366754,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366728
366754
|
}[] | undefined;
|
|
366729
366755
|
templateId?: string | undefined;
|
|
366730
366756
|
}>>;
|
|
366731
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
366757
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
366732
366758
|
prompt: z$1.ZodString;
|
|
366733
366759
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
366734
366760
|
xpath: z$1.ZodString;
|
|
@@ -366752,7 +366778,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366752
366778
|
line: string;
|
|
366753
366779
|
}[];
|
|
366754
366780
|
prompt: string;
|
|
366755
|
-
}>>;
|
|
366781
|
+
}>, "many">>;
|
|
366756
366782
|
/**
|
|
366757
366783
|
* If defined, this message is considered to be a reply to different message
|
|
366758
366784
|
*/
|
|
@@ -366863,7 +366889,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366863
366889
|
line: string;
|
|
366864
366890
|
}[];
|
|
366865
366891
|
prompt: string;
|
|
366866
|
-
} | undefined;
|
|
366892
|
+
}[] | undefined;
|
|
366867
366893
|
promptMetadata?: Record<string, any> | undefined;
|
|
366868
366894
|
}, {
|
|
366869
366895
|
id: string;
|
|
@@ -366968,7 +366994,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
366968
366994
|
line: string;
|
|
366969
366995
|
}[];
|
|
366970
366996
|
prompt: string;
|
|
366971
|
-
} | undefined;
|
|
366997
|
+
}[] | undefined;
|
|
366972
366998
|
promptMetadata?: Record<string, any> | undefined;
|
|
366973
366999
|
}>, "many">;
|
|
366974
367000
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -367076,7 +367102,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
367076
367102
|
line: string;
|
|
367077
367103
|
}[];
|
|
367078
367104
|
prompt: string;
|
|
367079
|
-
} | undefined;
|
|
367105
|
+
}[] | undefined;
|
|
367080
367106
|
promptMetadata?: Record<string, any> | undefined;
|
|
367081
367107
|
}[];
|
|
367082
367108
|
}, {
|
|
@@ -367184,7 +367210,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
367184
367210
|
line: string;
|
|
367185
367211
|
}[];
|
|
367186
367212
|
prompt: string;
|
|
367187
|
-
} | undefined;
|
|
367213
|
+
}[] | undefined;
|
|
367188
367214
|
promptMetadata?: Record<string, any> | undefined;
|
|
367189
367215
|
}[];
|
|
367190
367216
|
}>, z$1.ZodObject<{
|
|
@@ -367799,7 +367825,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
367799
367825
|
}[] | undefined;
|
|
367800
367826
|
templateId?: string | undefined;
|
|
367801
367827
|
}>>;
|
|
367802
|
-
annotations: z$1.ZodOptional<z$1.ZodObject<{
|
|
367828
|
+
annotations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
367803
367829
|
prompt: z$1.ZodString;
|
|
367804
367830
|
elements: z$1.ZodArray<z$1.ZodObject<{
|
|
367805
367831
|
xpath: z$1.ZodString;
|
|
@@ -367823,7 +367849,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
367823
367849
|
line: string;
|
|
367824
367850
|
}[];
|
|
367825
367851
|
prompt: string;
|
|
367826
|
-
}>>;
|
|
367852
|
+
}>, "many">>;
|
|
367827
367853
|
/**
|
|
367828
367854
|
* If defined, this message is considered to be a reply to different message
|
|
367829
367855
|
*/
|
|
@@ -367934,7 +367960,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
367934
367960
|
line: string;
|
|
367935
367961
|
}[];
|
|
367936
367962
|
prompt: string;
|
|
367937
|
-
} | undefined;
|
|
367963
|
+
}[] | undefined;
|
|
367938
367964
|
promptMetadata?: Record<string, any> | undefined;
|
|
367939
367965
|
}, {
|
|
367940
367966
|
id: string;
|
|
@@ -368039,7 +368065,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
368039
368065
|
line: string;
|
|
368040
368066
|
}[];
|
|
368041
368067
|
prompt: string;
|
|
368042
|
-
} | undefined;
|
|
368068
|
+
}[] | undefined;
|
|
368043
368069
|
promptMetadata?: Record<string, any> | undefined;
|
|
368044
368070
|
}>, "many">;
|
|
368045
368071
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -368147,7 +368173,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
368147
368173
|
line: string;
|
|
368148
368174
|
}[];
|
|
368149
368175
|
prompt: string;
|
|
368150
|
-
} | undefined;
|
|
368176
|
+
}[] | undefined;
|
|
368151
368177
|
promptMetadata?: Record<string, any> | undefined;
|
|
368152
368178
|
}[];
|
|
368153
368179
|
}, {
|
|
@@ -368255,7 +368281,7 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
368255
368281
|
line: string;
|
|
368256
368282
|
}[];
|
|
368257
368283
|
prompt: string;
|
|
368258
|
-
} | undefined;
|
|
368284
|
+
}[] | undefined;
|
|
368259
368285
|
promptMetadata?: Record<string, any> | undefined;
|
|
368260
368286
|
}[];
|
|
368261
368287
|
}>, z$1.ZodObject<{
|
|
@@ -373627,6 +373653,107 @@ declare const DTOIPWhitelistResponse: z$1.ZodObject<{
|
|
|
373627
373653
|
}>;
|
|
373628
373654
|
type DTOIPWhitelistResponse = z$1.infer<typeof DTOIPWhitelistResponse>;
|
|
373629
373655
|
|
|
373656
|
+
declare const DTOLoginScreenSettings: z$1.ZodObject<{
|
|
373657
|
+
isEnabled: z$1.ZodBoolean;
|
|
373658
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
373659
|
+
color: z$1.ZodOptional<z$1.ZodString>;
|
|
373660
|
+
logoUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
373661
|
+
isGoogleEnabled: z$1.ZodBoolean;
|
|
373662
|
+
isEmailEnabled: z$1.ZodBoolean;
|
|
373663
|
+
isSsoEnabled: z$1.ZodBoolean;
|
|
373664
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
373665
|
+
isEnabled: boolean;
|
|
373666
|
+
isGoogleEnabled: boolean;
|
|
373667
|
+
isEmailEnabled: boolean;
|
|
373668
|
+
isSsoEnabled: boolean;
|
|
373669
|
+
title?: string | undefined;
|
|
373670
|
+
color?: string | undefined;
|
|
373671
|
+
logoUrl?: string | undefined;
|
|
373672
|
+
}, {
|
|
373673
|
+
isEnabled: boolean;
|
|
373674
|
+
isGoogleEnabled: boolean;
|
|
373675
|
+
isEmailEnabled: boolean;
|
|
373676
|
+
isSsoEnabled: boolean;
|
|
373677
|
+
title?: string | undefined;
|
|
373678
|
+
color?: string | undefined;
|
|
373679
|
+
logoUrl?: string | undefined;
|
|
373680
|
+
}>;
|
|
373681
|
+
type DTOLoginScreenSettings = z$1.infer<typeof DTOLoginScreenSettings>;
|
|
373682
|
+
declare const DTOLoginScreenSettingsUpdate: z$1.ZodObject<{
|
|
373683
|
+
title: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
373684
|
+
color: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
373685
|
+
isEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
373686
|
+
isGoogleEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
373687
|
+
isEmailEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
373688
|
+
isSsoEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
373689
|
+
logoFileId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>;
|
|
373690
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
373691
|
+
title?: string | undefined;
|
|
373692
|
+
color?: string | undefined;
|
|
373693
|
+
isEnabled?: boolean | undefined;
|
|
373694
|
+
isGoogleEnabled?: boolean | undefined;
|
|
373695
|
+
isEmailEnabled?: boolean | undefined;
|
|
373696
|
+
isSsoEnabled?: boolean | undefined;
|
|
373697
|
+
logoFileId?: string | null | undefined;
|
|
373698
|
+
}, {
|
|
373699
|
+
title?: string | undefined;
|
|
373700
|
+
color?: string | undefined;
|
|
373701
|
+
isEnabled?: boolean | undefined;
|
|
373702
|
+
isGoogleEnabled?: boolean | undefined;
|
|
373703
|
+
isEmailEnabled?: boolean | undefined;
|
|
373704
|
+
isSsoEnabled?: boolean | undefined;
|
|
373705
|
+
logoFileId?: string | null | undefined;
|
|
373706
|
+
}>;
|
|
373707
|
+
type DTOLoginScreenSettingsUpdate = z$1.infer<typeof DTOLoginScreenSettingsUpdate>;
|
|
373708
|
+
declare const DTOLoginScreenSettingsResponse: z$1.ZodObject<{
|
|
373709
|
+
loginScreenSettings: z$1.ZodObject<{
|
|
373710
|
+
isEnabled: z$1.ZodBoolean;
|
|
373711
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
373712
|
+
color: z$1.ZodOptional<z$1.ZodString>;
|
|
373713
|
+
logoUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
373714
|
+
isGoogleEnabled: z$1.ZodBoolean;
|
|
373715
|
+
isEmailEnabled: z$1.ZodBoolean;
|
|
373716
|
+
isSsoEnabled: z$1.ZodBoolean;
|
|
373717
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
373718
|
+
isEnabled: boolean;
|
|
373719
|
+
isGoogleEnabled: boolean;
|
|
373720
|
+
isEmailEnabled: boolean;
|
|
373721
|
+
isSsoEnabled: boolean;
|
|
373722
|
+
title?: string | undefined;
|
|
373723
|
+
color?: string | undefined;
|
|
373724
|
+
logoUrl?: string | undefined;
|
|
373725
|
+
}, {
|
|
373726
|
+
isEnabled: boolean;
|
|
373727
|
+
isGoogleEnabled: boolean;
|
|
373728
|
+
isEmailEnabled: boolean;
|
|
373729
|
+
isSsoEnabled: boolean;
|
|
373730
|
+
title?: string | undefined;
|
|
373731
|
+
color?: string | undefined;
|
|
373732
|
+
logoUrl?: string | undefined;
|
|
373733
|
+
}>;
|
|
373734
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
373735
|
+
loginScreenSettings: {
|
|
373736
|
+
isEnabled: boolean;
|
|
373737
|
+
isGoogleEnabled: boolean;
|
|
373738
|
+
isEmailEnabled: boolean;
|
|
373739
|
+
isSsoEnabled: boolean;
|
|
373740
|
+
title?: string | undefined;
|
|
373741
|
+
color?: string | undefined;
|
|
373742
|
+
logoUrl?: string | undefined;
|
|
373743
|
+
};
|
|
373744
|
+
}, {
|
|
373745
|
+
loginScreenSettings: {
|
|
373746
|
+
isEnabled: boolean;
|
|
373747
|
+
isGoogleEnabled: boolean;
|
|
373748
|
+
isEmailEnabled: boolean;
|
|
373749
|
+
isSsoEnabled: boolean;
|
|
373750
|
+
title?: string | undefined;
|
|
373751
|
+
color?: string | undefined;
|
|
373752
|
+
logoUrl?: string | undefined;
|
|
373753
|
+
};
|
|
373754
|
+
}>;
|
|
373755
|
+
type DTOLoginScreenSettingsResponse = z$1.infer<typeof DTOLoginScreenSettingsResponse>;
|
|
373756
|
+
|
|
373630
373757
|
declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
373631
373758
|
/** Workspace the user is a member of */
|
|
373632
373759
|
workspace: z.ZodObject<{
|
|
@@ -382552,6 +382679,19 @@ declare function gitBranchToDto(branch: GitBranch): DTOGitBranch;
|
|
|
382552
382679
|
declare function integrationToDto(integration: ExtendedIntegration): DTOIntegration;
|
|
382553
382680
|
declare function integrationCredentialToDto(credential: IntegrationCredentials): DTOIntegrationCredentials;
|
|
382554
382681
|
|
|
382682
|
+
type RequestExecutorErrorType = "ServerError" | "ResponseParsingError";
|
|
382683
|
+
type RequestEexecutorServerErrorCode = SupernovaExceptionType | undefined;
|
|
382684
|
+
declare class RequestExecutorError extends Error {
|
|
382685
|
+
readonly type: RequestExecutorErrorType;
|
|
382686
|
+
readonly errorCode: RequestEexecutorServerErrorCode | undefined;
|
|
382687
|
+
readonly serverErrorType: SupernovaExceptionType | undefined;
|
|
382688
|
+
static tryParseJSON(body: string): any;
|
|
382689
|
+
static serverError(endpoint: string, status: number, bodyText: string): RequestExecutorError;
|
|
382690
|
+
static responseParsingError(endpoint: string, cause: Error): RequestExecutorError;
|
|
382691
|
+
getDisplayMessage(): string;
|
|
382692
|
+
private constructor();
|
|
382693
|
+
}
|
|
382694
|
+
|
|
382555
382695
|
type RequestExecutorConfig = {
|
|
382556
382696
|
host: string;
|
|
382557
382697
|
accessToken?: string;
|
|
@@ -382568,49 +382708,6 @@ declare class RequestExecutor {
|
|
|
382568
382708
|
private fullUrl;
|
|
382569
382709
|
}
|
|
382570
382710
|
|
|
382571
|
-
declare class AuthTokensEndpoint {
|
|
382572
|
-
private readonly requestExecutor;
|
|
382573
|
-
constructor(requestExecutor: RequestExecutor);
|
|
382574
|
-
list(): Promise<{
|
|
382575
|
-
tokens: {
|
|
382576
|
-
id: string;
|
|
382577
|
-
name: string;
|
|
382578
|
-
createdAt: Date;
|
|
382579
|
-
scope?: string | undefined;
|
|
382580
|
-
}[];
|
|
382581
|
-
}>;
|
|
382582
|
-
create(body: DTOAccessTokenCreatePayload): Promise<{
|
|
382583
|
-
token: {
|
|
382584
|
-
id: string;
|
|
382585
|
-
name: string;
|
|
382586
|
-
createdAt: Date;
|
|
382587
|
-
token: string;
|
|
382588
|
-
scope?: string | undefined;
|
|
382589
|
-
};
|
|
382590
|
-
}>;
|
|
382591
|
-
delete(id: string): Promise<{
|
|
382592
|
-
token: {
|
|
382593
|
-
id: string;
|
|
382594
|
-
name: string;
|
|
382595
|
-
createdAt: Date;
|
|
382596
|
-
scope?: string | undefined;
|
|
382597
|
-
};
|
|
382598
|
-
}>;
|
|
382599
|
-
}
|
|
382600
|
-
|
|
382601
|
-
type RequestExecutorErrorType = "ServerError" | "ResponseParsingError";
|
|
382602
|
-
type RequestEexecutorServerErrorCode = SupernovaExceptionType | undefined;
|
|
382603
|
-
declare class RequestExecutorError extends Error {
|
|
382604
|
-
readonly type: RequestExecutorErrorType;
|
|
382605
|
-
readonly errorCode: RequestEexecutorServerErrorCode | undefined;
|
|
382606
|
-
readonly serverErrorType: SupernovaExceptionType | undefined;
|
|
382607
|
-
static tryParseJSON(body: string): any;
|
|
382608
|
-
static serverError(endpoint: string, status: number, bodyText: string): RequestExecutorError;
|
|
382609
|
-
static responseParsingError(endpoint: string, cause: Error): RequestExecutorError;
|
|
382610
|
-
getDisplayMessage(): string;
|
|
382611
|
-
private constructor();
|
|
382612
|
-
}
|
|
382613
|
-
|
|
382614
382711
|
declare class ExportersEndpoint {
|
|
382615
382712
|
private readonly requestExecutor;
|
|
382616
382713
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -403921,6 +404018,36 @@ declare class WorkspacesEndpoint {
|
|
|
403921
404018
|
}>;
|
|
403922
404019
|
}
|
|
403923
404020
|
|
|
404021
|
+
declare class AuthTokensEndpoint {
|
|
404022
|
+
private readonly requestExecutor;
|
|
404023
|
+
constructor(requestExecutor: RequestExecutor);
|
|
404024
|
+
list(): Promise<{
|
|
404025
|
+
tokens: {
|
|
404026
|
+
id: string;
|
|
404027
|
+
name: string;
|
|
404028
|
+
createdAt: Date;
|
|
404029
|
+
scope?: string | undefined;
|
|
404030
|
+
}[];
|
|
404031
|
+
}>;
|
|
404032
|
+
create(body: DTOAccessTokenCreatePayload): Promise<{
|
|
404033
|
+
token: {
|
|
404034
|
+
id: string;
|
|
404035
|
+
name: string;
|
|
404036
|
+
createdAt: Date;
|
|
404037
|
+
token: string;
|
|
404038
|
+
scope?: string | undefined;
|
|
404039
|
+
};
|
|
404040
|
+
}>;
|
|
404041
|
+
delete(id: string): Promise<{
|
|
404042
|
+
token: {
|
|
404043
|
+
id: string;
|
|
404044
|
+
name: string;
|
|
404045
|
+
createdAt: Date;
|
|
404046
|
+
scope?: string | undefined;
|
|
404047
|
+
};
|
|
404048
|
+
}>;
|
|
404049
|
+
}
|
|
404050
|
+
|
|
403924
404051
|
declare class FilesEndpoint {
|
|
403925
404052
|
private readonly requestExecutor;
|
|
403926
404053
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -404127,7 +404254,7 @@ declare class ThreadsEndpoint {
|
|
|
404127
404254
|
line: string;
|
|
404128
404255
|
}[];
|
|
404129
404256
|
prompt: string;
|
|
404130
|
-
} | undefined;
|
|
404257
|
+
}[] | undefined;
|
|
404131
404258
|
promptMetadata?: Record<string, any> | undefined;
|
|
404132
404259
|
}[];
|
|
404133
404260
|
reactions: {
|
|
@@ -404242,7 +404369,7 @@ declare class ThreadsEndpoint {
|
|
|
404242
404369
|
line: string;
|
|
404243
404370
|
}[];
|
|
404244
404371
|
prompt: string;
|
|
404245
|
-
} | undefined;
|
|
404372
|
+
}[] | undefined;
|
|
404246
404373
|
promptMetadata?: Record<string, any> | undefined;
|
|
404247
404374
|
}[];
|
|
404248
404375
|
reactions: {
|
|
@@ -407303,4 +407430,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
407303
407430
|
reason: ValidationErrorReason | undefined;
|
|
407304
407431
|
};
|
|
407305
407432
|
|
|
407306
|
-
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, 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 };
|
|
407433
|
+
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, DTOThreadMessageAnnotation, 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 };
|