@supernova-studio/client 1.37.6 → 1.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +88 -62
- package/dist/index.d.ts +88 -62
- package/dist/index.js +10 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -366,7 +366,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
366
366
|
internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
367
367
|
stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
368
368
|
stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
369
|
-
product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
369
|
+
product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
370
370
|
planPriceId: z$1.ZodString;
|
|
371
371
|
planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
|
|
372
372
|
currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -374,7 +374,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
374
374
|
cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
375
375
|
subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
376
376
|
}, "strip", z$1.ZodTypeAny, {
|
|
377
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
377
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
378
378
|
seats: number;
|
|
379
379
|
seatLimit: number;
|
|
380
380
|
planPriceId: string;
|
|
@@ -403,7 +403,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
403
403
|
cancelAt?: string | undefined;
|
|
404
404
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
405
405
|
}, {
|
|
406
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
406
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
407
407
|
seats: number;
|
|
408
408
|
seatLimit: number;
|
|
409
409
|
planPriceId: string;
|
|
@@ -494,7 +494,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
494
494
|
} | undefined;
|
|
495
495
|
};
|
|
496
496
|
subscription: {
|
|
497
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
497
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
498
498
|
seats: number;
|
|
499
499
|
seatLimit: number;
|
|
500
500
|
planPriceId: string;
|
|
@@ -563,7 +563,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
563
563
|
} | null | undefined;
|
|
564
564
|
};
|
|
565
565
|
subscription: {
|
|
566
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
566
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
567
567
|
seats: number;
|
|
568
568
|
seatLimit: number;
|
|
569
569
|
planPriceId: string;
|
|
@@ -638,7 +638,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
638
638
|
} | undefined;
|
|
639
639
|
};
|
|
640
640
|
subscription: {
|
|
641
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
641
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
642
642
|
seats: number;
|
|
643
643
|
seatLimit: number;
|
|
644
644
|
planPriceId: string;
|
|
@@ -713,7 +713,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
713
713
|
} | null | undefined;
|
|
714
714
|
};
|
|
715
715
|
subscription: {
|
|
716
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
716
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
717
717
|
seats: number;
|
|
718
718
|
seatLimit: number;
|
|
719
719
|
planPriceId: string;
|
|
@@ -1019,7 +1019,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
1019
1019
|
} | undefined;
|
|
1020
1020
|
};
|
|
1021
1021
|
subscription: {
|
|
1022
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
1022
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
1023
1023
|
seats: number;
|
|
1024
1024
|
seatLimit: number;
|
|
1025
1025
|
planPriceId: string;
|
|
@@ -1147,7 +1147,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
1147
1147
|
} | null | undefined;
|
|
1148
1148
|
};
|
|
1149
1149
|
subscription: {
|
|
1150
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
1150
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
1151
1151
|
seats: number;
|
|
1152
1152
|
seatLimit: number;
|
|
1153
1153
|
planPriceId: string;
|
|
@@ -10053,7 +10053,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10053
10053
|
internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
10054
10054
|
stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10055
10055
|
stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10056
|
-
product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
10056
|
+
product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
10057
10057
|
planPriceId: z$1.ZodString;
|
|
10058
10058
|
planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
|
|
10059
10059
|
currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -10061,7 +10061,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10061
10061
|
cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10062
10062
|
subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10063
10063
|
}, "strip", z$1.ZodTypeAny, {
|
|
10064
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
10064
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
10065
10065
|
seats: number;
|
|
10066
10066
|
seatLimit: number;
|
|
10067
10067
|
planPriceId: string;
|
|
@@ -10090,7 +10090,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10090
10090
|
cancelAt?: string | undefined;
|
|
10091
10091
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
10092
10092
|
}, {
|
|
10093
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
10093
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
10094
10094
|
seats: number;
|
|
10095
10095
|
seatLimit: number;
|
|
10096
10096
|
planPriceId: string;
|
|
@@ -10181,7 +10181,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10181
10181
|
} | undefined;
|
|
10182
10182
|
};
|
|
10183
10183
|
subscription: {
|
|
10184
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
10184
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
10185
10185
|
seats: number;
|
|
10186
10186
|
seatLimit: number;
|
|
10187
10187
|
planPriceId: string;
|
|
@@ -10250,7 +10250,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10250
10250
|
} | null | undefined;
|
|
10251
10251
|
};
|
|
10252
10252
|
subscription: {
|
|
10253
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
10253
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
10254
10254
|
seats: number;
|
|
10255
10255
|
seatLimit: number;
|
|
10256
10256
|
planPriceId: string;
|
|
@@ -10351,7 +10351,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10351
10351
|
} | undefined;
|
|
10352
10352
|
};
|
|
10353
10353
|
subscription: {
|
|
10354
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
10354
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
10355
10355
|
seats: number;
|
|
10356
10356
|
seatLimit: number;
|
|
10357
10357
|
planPriceId: string;
|
|
@@ -10452,7 +10452,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10452
10452
|
} | null | undefined;
|
|
10453
10453
|
};
|
|
10454
10454
|
subscription: {
|
|
10455
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
10455
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
10456
10456
|
seats: number;
|
|
10457
10457
|
seatLimit: number;
|
|
10458
10458
|
planPriceId: string;
|
|
@@ -101944,6 +101944,7 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
101944
101944
|
tags: string[];
|
|
101945
101945
|
comment?: string | undefined;
|
|
101946
101946
|
}>>;
|
|
101947
|
+
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
101947
101948
|
}, "strip", z$1.ZodTypeAny, {
|
|
101948
101949
|
id: string;
|
|
101949
101950
|
createdAt: Date;
|
|
@@ -101969,6 +101970,7 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
101969
101970
|
tags: string[];
|
|
101970
101971
|
comment?: string | undefined;
|
|
101971
101972
|
} | undefined;
|
|
101973
|
+
replyToMessageId?: string | undefined;
|
|
101972
101974
|
}, {
|
|
101973
101975
|
id: string;
|
|
101974
101976
|
createdAt: Date;
|
|
@@ -101994,6 +101996,7 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
101994
101996
|
tags: string[];
|
|
101995
101997
|
comment?: string | undefined;
|
|
101996
101998
|
} | undefined;
|
|
101999
|
+
replyToMessageId?: string | undefined;
|
|
101997
102000
|
}>;
|
|
101998
102001
|
type DTOForgeChatMessage = z$1.infer<typeof DTOForgeChatMessage>;
|
|
101999
102002
|
declare const DTOForgeChatThread: z$1.ZodObject<{
|
|
@@ -102310,6 +102313,7 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102310
102313
|
type: "FunctionCallOutput";
|
|
102311
102314
|
}>]>>;
|
|
102312
102315
|
opikTraceId: z$1.ZodOptional<z$1.ZodString>;
|
|
102316
|
+
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102313
102317
|
}, "strip", z$1.ZodTypeAny, {
|
|
102314
102318
|
payload: string;
|
|
102315
102319
|
sender?: {
|
|
@@ -102325,6 +102329,7 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102325
102329
|
} | {
|
|
102326
102330
|
type: "FunctionCallOutput";
|
|
102327
102331
|
} | undefined;
|
|
102332
|
+
replyToMessageId?: string | undefined;
|
|
102328
102333
|
opikTraceId?: string | undefined;
|
|
102329
102334
|
}, {
|
|
102330
102335
|
payload: string;
|
|
@@ -102341,6 +102346,7 @@ declare const DTOForgeChatMessageCreateInput: z$1.ZodObject<{
|
|
|
102341
102346
|
} | {
|
|
102342
102347
|
type: "FunctionCallOutput";
|
|
102343
102348
|
} | undefined;
|
|
102349
|
+
replyToMessageId?: string | undefined;
|
|
102344
102350
|
opikTraceId?: string | undefined;
|
|
102345
102351
|
}>;
|
|
102346
102352
|
type DTOForgeChatMessageCreateInput = z$1.infer<typeof DTOForgeChatMessageCreateInput>;
|
|
@@ -102405,6 +102411,7 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102405
102411
|
tags: string[];
|
|
102406
102412
|
comment?: string | undefined;
|
|
102407
102413
|
}>>;
|
|
102414
|
+
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102408
102415
|
}, "strip", z$1.ZodTypeAny, {
|
|
102409
102416
|
id: string;
|
|
102410
102417
|
createdAt: Date;
|
|
@@ -102430,6 +102437,7 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102430
102437
|
tags: string[];
|
|
102431
102438
|
comment?: string | undefined;
|
|
102432
102439
|
} | undefined;
|
|
102440
|
+
replyToMessageId?: string | undefined;
|
|
102433
102441
|
}, {
|
|
102434
102442
|
id: string;
|
|
102435
102443
|
createdAt: Date;
|
|
@@ -102455,6 +102463,7 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102455
102463
|
tags: string[];
|
|
102456
102464
|
comment?: string | undefined;
|
|
102457
102465
|
} | undefined;
|
|
102466
|
+
replyToMessageId?: string | undefined;
|
|
102458
102467
|
}>;
|
|
102459
102468
|
}, "strip", z$1.ZodTypeAny, {
|
|
102460
102469
|
message: {
|
|
@@ -102482,6 +102491,7 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102482
102491
|
tags: string[];
|
|
102483
102492
|
comment?: string | undefined;
|
|
102484
102493
|
} | undefined;
|
|
102494
|
+
replyToMessageId?: string | undefined;
|
|
102485
102495
|
};
|
|
102486
102496
|
}, {
|
|
102487
102497
|
message: {
|
|
@@ -102509,6 +102519,7 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102509
102519
|
tags: string[];
|
|
102510
102520
|
comment?: string | undefined;
|
|
102511
102521
|
} | undefined;
|
|
102522
|
+
replyToMessageId?: string | undefined;
|
|
102512
102523
|
};
|
|
102513
102524
|
}>;
|
|
102514
102525
|
type DTOForgeChatMessageCreateResponse = z$1.infer<typeof DTOForgeChatMessageCreateResponse>;
|
|
@@ -102587,6 +102598,7 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102587
102598
|
tags: string[];
|
|
102588
102599
|
comment?: string | undefined;
|
|
102589
102600
|
}>>;
|
|
102601
|
+
replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
|
|
102590
102602
|
}, "strip", z$1.ZodTypeAny, {
|
|
102591
102603
|
id: string;
|
|
102592
102604
|
createdAt: Date;
|
|
@@ -102612,6 +102624,7 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102612
102624
|
tags: string[];
|
|
102613
102625
|
comment?: string | undefined;
|
|
102614
102626
|
} | undefined;
|
|
102627
|
+
replyToMessageId?: string | undefined;
|
|
102615
102628
|
}, {
|
|
102616
102629
|
id: string;
|
|
102617
102630
|
createdAt: Date;
|
|
@@ -102637,6 +102650,7 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102637
102650
|
tags: string[];
|
|
102638
102651
|
comment?: string | undefined;
|
|
102639
102652
|
} | undefined;
|
|
102653
|
+
replyToMessageId?: string | undefined;
|
|
102640
102654
|
}>, "many">;
|
|
102641
102655
|
totalCount: z$1.ZodNumber;
|
|
102642
102656
|
hasMore: z$1.ZodBoolean;
|
|
@@ -102666,6 +102680,7 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102666
102680
|
tags: string[];
|
|
102667
102681
|
comment?: string | undefined;
|
|
102668
102682
|
} | undefined;
|
|
102683
|
+
replyToMessageId?: string | undefined;
|
|
102669
102684
|
}[];
|
|
102670
102685
|
totalCount: number;
|
|
102671
102686
|
hasMore: boolean;
|
|
@@ -102695,11 +102710,20 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102695
102710
|
tags: string[];
|
|
102696
102711
|
comment?: string | undefined;
|
|
102697
102712
|
} | undefined;
|
|
102713
|
+
replyToMessageId?: string | undefined;
|
|
102698
102714
|
}[];
|
|
102699
102715
|
totalCount: number;
|
|
102700
102716
|
hasMore: boolean;
|
|
102701
102717
|
}>;
|
|
102702
102718
|
type DTOForgeChatMessageListResponse = z$1.infer<typeof DTOForgeChatMessageListResponse>;
|
|
102719
|
+
declare const DTOForgeChatExportResponse: z$1.ZodObject<{
|
|
102720
|
+
csvDownloadUrl: z$1.ZodNullable<z$1.ZodString>;
|
|
102721
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
102722
|
+
csvDownloadUrl: string | null;
|
|
102723
|
+
}, {
|
|
102724
|
+
csvDownloadUrl: string | null;
|
|
102725
|
+
}>;
|
|
102726
|
+
type DTOForgeChatExportResponse = z$1.infer<typeof DTOForgeChatExportResponse>;
|
|
102703
102727
|
declare const DTOForgeChatMessageScoreInput: z$1.ZodObject<{
|
|
102704
102728
|
messageId: z$1.ZodString;
|
|
102705
102729
|
name: z$1.ZodString;
|
|
@@ -124344,7 +124368,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124344
124368
|
internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
124345
124369
|
stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
124346
124370
|
stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
124347
|
-
product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
124371
|
+
product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
124348
124372
|
planPriceId: z$1.ZodString;
|
|
124349
124373
|
planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
|
|
124350
124374
|
currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -124352,7 +124376,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124352
124376
|
cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
124353
124377
|
subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
124354
124378
|
}, "strip", z$1.ZodTypeAny, {
|
|
124355
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
124379
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
124356
124380
|
seats: number;
|
|
124357
124381
|
seatLimit: number;
|
|
124358
124382
|
planPriceId: string;
|
|
@@ -124381,7 +124405,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124381
124405
|
cancelAt?: string | undefined;
|
|
124382
124406
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
124383
124407
|
}, {
|
|
124384
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
124408
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
124385
124409
|
seats: number;
|
|
124386
124410
|
seatLimit: number;
|
|
124387
124411
|
planPriceId: string;
|
|
@@ -124472,7 +124496,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124472
124496
|
} | undefined;
|
|
124473
124497
|
};
|
|
124474
124498
|
subscription: {
|
|
124475
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
124499
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
124476
124500
|
seats: number;
|
|
124477
124501
|
seatLimit: number;
|
|
124478
124502
|
planPriceId: string;
|
|
@@ -124541,7 +124565,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124541
124565
|
} | null | undefined;
|
|
124542
124566
|
};
|
|
124543
124567
|
subscription: {
|
|
124544
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
124568
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
124545
124569
|
seats: number;
|
|
124546
124570
|
seatLimit: number;
|
|
124547
124571
|
planPriceId: string;
|
|
@@ -124616,7 +124640,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124616
124640
|
} | undefined;
|
|
124617
124641
|
};
|
|
124618
124642
|
subscription: {
|
|
124619
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
124643
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
124620
124644
|
seats: number;
|
|
124621
124645
|
seatLimit: number;
|
|
124622
124646
|
planPriceId: string;
|
|
@@ -124691,7 +124715,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124691
124715
|
} | null | undefined;
|
|
124692
124716
|
};
|
|
124693
124717
|
subscription: {
|
|
124694
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
124718
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
124695
124719
|
seats: number;
|
|
124696
124720
|
seatLimit: number;
|
|
124697
124721
|
planPriceId: string;
|
|
@@ -125288,7 +125312,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125288
125312
|
internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
125289
125313
|
stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
125290
125314
|
stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
125291
|
-
product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
125315
|
+
product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
125292
125316
|
planPriceId: z$1.ZodString;
|
|
125293
125317
|
planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
|
|
125294
125318
|
currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -125296,7 +125320,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125296
125320
|
cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
125297
125321
|
subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
125298
125322
|
}, "strip", z$1.ZodTypeAny, {
|
|
125299
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
125323
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
125300
125324
|
seats: number;
|
|
125301
125325
|
seatLimit: number;
|
|
125302
125326
|
planPriceId: string;
|
|
@@ -125325,7 +125349,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125325
125349
|
cancelAt?: string | undefined;
|
|
125326
125350
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
125327
125351
|
}, {
|
|
125328
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
125352
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
125329
125353
|
seats: number;
|
|
125330
125354
|
seatLimit: number;
|
|
125331
125355
|
planPriceId: string;
|
|
@@ -125416,7 +125440,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125416
125440
|
} | undefined;
|
|
125417
125441
|
};
|
|
125418
125442
|
subscription: {
|
|
125419
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
125443
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
125420
125444
|
seats: number;
|
|
125421
125445
|
seatLimit: number;
|
|
125422
125446
|
planPriceId: string;
|
|
@@ -125485,7 +125509,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125485
125509
|
} | null | undefined;
|
|
125486
125510
|
};
|
|
125487
125511
|
subscription: {
|
|
125488
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
125512
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
125489
125513
|
seats: number;
|
|
125490
125514
|
seatLimit: number;
|
|
125491
125515
|
planPriceId: string;
|
|
@@ -125560,7 +125584,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125560
125584
|
} | undefined;
|
|
125561
125585
|
};
|
|
125562
125586
|
subscription: {
|
|
125563
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
125587
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
125564
125588
|
seats: number;
|
|
125565
125589
|
seatLimit: number;
|
|
125566
125590
|
planPriceId: string;
|
|
@@ -125635,7 +125659,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125635
125659
|
} | null | undefined;
|
|
125636
125660
|
};
|
|
125637
125661
|
subscription: {
|
|
125638
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
125662
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
125639
125663
|
seats: number;
|
|
125640
125664
|
seatLimit: number;
|
|
125641
125665
|
planPriceId: string;
|
|
@@ -125712,7 +125736,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125712
125736
|
} | undefined;
|
|
125713
125737
|
};
|
|
125714
125738
|
subscription: {
|
|
125715
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
125739
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
125716
125740
|
seats: number;
|
|
125717
125741
|
seatLimit: number;
|
|
125718
125742
|
planPriceId: string;
|
|
@@ -125789,7 +125813,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125789
125813
|
} | null | undefined;
|
|
125790
125814
|
};
|
|
125791
125815
|
subscription: {
|
|
125792
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
125816
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
125793
125817
|
seats: number;
|
|
125794
125818
|
seatLimit: number;
|
|
125795
125819
|
planPriceId: string;
|
|
@@ -126646,7 +126670,7 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
126646
126670
|
status: z__default.ZodOptional<z__default.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
126647
126671
|
subscriptionStatus: z__default.ZodOptional<z__default.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
|
|
126648
126672
|
internalStatus: z__default.ZodOptional<z__default.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
126649
|
-
product: z__default.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
126673
|
+
product: z__default.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
126650
126674
|
featuresSummary: z__default.ZodOptional<z__default.ZodObject<{
|
|
126651
126675
|
designSystems: z__default.ZodObject<{
|
|
126652
126676
|
max: z__default.ZodOptional<z__default.ZodNumber>;
|
|
@@ -127328,7 +127352,7 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
127328
127352
|
billingType: z__default.ZodOptional<z__default.ZodEnum<["Auto", "Invoice"]>>;
|
|
127329
127353
|
daysUntilDue: z__default.ZodOptional<z__default.ZodNumber>;
|
|
127330
127354
|
}, "strip", z__default.ZodTypeAny, {
|
|
127331
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
127355
|
+
product: "free" | "team" | "company" | "enterprise" | "pro";
|
|
127332
127356
|
planPriceId: string;
|
|
127333
127357
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
127334
127358
|
seats: number;
|
|
@@ -127504,7 +127528,7 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
127504
127528
|
billingType?: "Auto" | "Invoice" | undefined;
|
|
127505
127529
|
daysUntilDue?: number | undefined;
|
|
127506
127530
|
}, {
|
|
127507
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
127531
|
+
product: "free" | "team" | "company" | "enterprise" | "pro";
|
|
127508
127532
|
planPriceId: string;
|
|
127509
127533
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
127510
127534
|
seats: number;
|
|
@@ -127688,7 +127712,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
127688
127712
|
status: z__default.ZodOptional<z__default.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
127689
127713
|
subscriptionStatus: z__default.ZodOptional<z__default.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
|
|
127690
127714
|
internalStatus: z__default.ZodOptional<z__default.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
127691
|
-
product: z__default.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
127715
|
+
product: z__default.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
127692
127716
|
featuresSummary: z__default.ZodOptional<z__default.ZodObject<{
|
|
127693
127717
|
designSystems: z__default.ZodObject<{
|
|
127694
127718
|
max: z__default.ZodOptional<z__default.ZodNumber>;
|
|
@@ -128370,7 +128394,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
128370
128394
|
billingType: z__default.ZodOptional<z__default.ZodEnum<["Auto", "Invoice"]>>;
|
|
128371
128395
|
daysUntilDue: z__default.ZodOptional<z__default.ZodNumber>;
|
|
128372
128396
|
}, "strip", z__default.ZodTypeAny, {
|
|
128373
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
128397
|
+
product: "free" | "team" | "company" | "enterprise" | "pro";
|
|
128374
128398
|
planPriceId: string;
|
|
128375
128399
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
128376
128400
|
seats: number;
|
|
@@ -128546,7 +128570,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
128546
128570
|
billingType?: "Auto" | "Invoice" | undefined;
|
|
128547
128571
|
daysUntilDue?: number | undefined;
|
|
128548
128572
|
}, {
|
|
128549
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
128573
|
+
product: "free" | "team" | "company" | "enterprise" | "pro";
|
|
128550
128574
|
planPriceId: string;
|
|
128551
128575
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
128552
128576
|
seats: number;
|
|
@@ -128877,7 +128901,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
128877
128901
|
}>;
|
|
128878
128902
|
}, "strip", z__default.ZodTypeAny, {
|
|
128879
128903
|
subscription: {
|
|
128880
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
128904
|
+
product: "free" | "team" | "company" | "enterprise" | "pro";
|
|
128881
128905
|
planPriceId: string;
|
|
128882
128906
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
128883
128907
|
seats: number;
|
|
@@ -129086,7 +129110,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
129086
129110
|
} | undefined;
|
|
129087
129111
|
}, {
|
|
129088
129112
|
subscription: {
|
|
129089
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
129113
|
+
product: "free" | "team" | "company" | "enterprise" | "pro";
|
|
129090
129114
|
planPriceId: string;
|
|
129091
129115
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
129092
129116
|
seats: number;
|
|
@@ -129693,7 +129717,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129693
129717
|
internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
129694
129718
|
stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
129695
129719
|
stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
129696
|
-
product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
129720
|
+
product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
129697
129721
|
planPriceId: z$1.ZodString;
|
|
129698
129722
|
planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
|
|
129699
129723
|
currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -129701,7 +129725,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129701
129725
|
cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
129702
129726
|
subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
129703
129727
|
}, "strip", z$1.ZodTypeAny, {
|
|
129704
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
129728
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
129705
129729
|
seats: number;
|
|
129706
129730
|
seatLimit: number;
|
|
129707
129731
|
planPriceId: string;
|
|
@@ -129730,7 +129754,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129730
129754
|
cancelAt?: string | undefined;
|
|
129731
129755
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
129732
129756
|
}, {
|
|
129733
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
129757
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
129734
129758
|
seats: number;
|
|
129735
129759
|
seatLimit: number;
|
|
129736
129760
|
planPriceId: string;
|
|
@@ -129821,7 +129845,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129821
129845
|
} | undefined;
|
|
129822
129846
|
};
|
|
129823
129847
|
subscription: {
|
|
129824
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
129848
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
129825
129849
|
seats: number;
|
|
129826
129850
|
seatLimit: number;
|
|
129827
129851
|
planPriceId: string;
|
|
@@ -129890,7 +129914,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129890
129914
|
} | null | undefined;
|
|
129891
129915
|
};
|
|
129892
129916
|
subscription: {
|
|
129893
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
129917
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
129894
129918
|
seats: number;
|
|
129895
129919
|
seatLimit: number;
|
|
129896
129920
|
planPriceId: string;
|
|
@@ -130099,7 +130123,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130099
130123
|
internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
130100
130124
|
stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
130101
130125
|
stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
130102
|
-
product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
130126
|
+
product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
130103
130127
|
planPriceId: z$1.ZodString;
|
|
130104
130128
|
planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
|
|
130105
130129
|
currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -130107,7 +130131,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130107
130131
|
cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
130108
130132
|
subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
130109
130133
|
}, "strip", z$1.ZodTypeAny, {
|
|
130110
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
130134
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
130111
130135
|
seats: number;
|
|
130112
130136
|
seatLimit: number;
|
|
130113
130137
|
planPriceId: string;
|
|
@@ -130136,7 +130160,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130136
130160
|
cancelAt?: string | undefined;
|
|
130137
130161
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
130138
130162
|
}, {
|
|
130139
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
130163
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
130140
130164
|
seats: number;
|
|
130141
130165
|
seatLimit: number;
|
|
130142
130166
|
planPriceId: string;
|
|
@@ -130227,7 +130251,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130227
130251
|
} | undefined;
|
|
130228
130252
|
};
|
|
130229
130253
|
subscription: {
|
|
130230
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
130254
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
130231
130255
|
seats: number;
|
|
130232
130256
|
seatLimit: number;
|
|
130233
130257
|
planPriceId: string;
|
|
@@ -130296,7 +130320,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130296
130320
|
} | null | undefined;
|
|
130297
130321
|
};
|
|
130298
130322
|
subscription: {
|
|
130299
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
130323
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
130300
130324
|
seats: number;
|
|
130301
130325
|
seatLimit: number;
|
|
130302
130326
|
planPriceId: string;
|
|
@@ -130367,7 +130391,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130367
130391
|
} | undefined;
|
|
130368
130392
|
};
|
|
130369
130393
|
subscription: {
|
|
130370
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
130394
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
130371
130395
|
seats: number;
|
|
130372
130396
|
seatLimit: number;
|
|
130373
130397
|
planPriceId: string;
|
|
@@ -130438,7 +130462,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130438
130462
|
} | null | undefined;
|
|
130439
130463
|
};
|
|
130440
130464
|
subscription: {
|
|
130441
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
130465
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
130442
130466
|
seats: number;
|
|
130443
130467
|
seatLimit: number;
|
|
130444
130468
|
planPriceId: string;
|
|
@@ -141303,7 +141327,7 @@ declare class DesignSystemsEndpoint {
|
|
|
141303
141327
|
} | undefined;
|
|
141304
141328
|
};
|
|
141305
141329
|
subscription: {
|
|
141306
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
141330
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
141307
141331
|
seats: number;
|
|
141308
141332
|
seatLimit: number;
|
|
141309
141333
|
planPriceId: string;
|
|
@@ -142906,6 +142930,7 @@ declare class ChatThreadMessagesEndpoint {
|
|
|
142906
142930
|
tags: string[];
|
|
142907
142931
|
comment?: string | undefined;
|
|
142908
142932
|
} | undefined;
|
|
142933
|
+
replyToMessageId?: string | undefined;
|
|
142909
142934
|
}[];
|
|
142910
142935
|
totalCount: number;
|
|
142911
142936
|
hasMore: boolean;
|
|
@@ -142936,6 +142961,7 @@ declare class ChatThreadMessagesEndpoint {
|
|
|
142936
142961
|
tags: string[];
|
|
142937
142962
|
comment?: string | undefined;
|
|
142938
142963
|
} | undefined;
|
|
142964
|
+
replyToMessageId?: string | undefined;
|
|
142939
142965
|
};
|
|
142940
142966
|
}>;
|
|
142941
142967
|
score(workspaceId: string, threadId: string, body: z$1.input<typeof DTOForgeChatMessageScoreRequest>): Promise<any>;
|
|
@@ -143044,7 +143070,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
143044
143070
|
} | undefined;
|
|
143045
143071
|
};
|
|
143046
143072
|
subscription: {
|
|
143047
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
143073
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
143048
143074
|
seats: number;
|
|
143049
143075
|
seatLimit: number;
|
|
143050
143076
|
planPriceId: string;
|
|
@@ -143176,7 +143202,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
143176
143202
|
} | undefined;
|
|
143177
143203
|
};
|
|
143178
143204
|
subscription: {
|
|
143179
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
143205
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
143180
143206
|
seats: number;
|
|
143181
143207
|
seatLimit: number;
|
|
143182
143208
|
planPriceId: string;
|
|
@@ -143249,7 +143275,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
143249
143275
|
} | undefined;
|
|
143250
143276
|
};
|
|
143251
143277
|
subscription: {
|
|
143252
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
143278
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
143253
143279
|
seats: number;
|
|
143254
143280
|
seatLimit: number;
|
|
143255
143281
|
planPriceId: string;
|
|
@@ -143355,7 +143381,7 @@ declare class WorkspacesEndpoint {
|
|
|
143355
143381
|
} | undefined;
|
|
143356
143382
|
};
|
|
143357
143383
|
subscription: {
|
|
143358
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
143384
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
143359
143385
|
seats: number;
|
|
143360
143386
|
seatLimit: number;
|
|
143361
143387
|
planPriceId: string;
|
|
@@ -143428,7 +143454,7 @@ declare class WorkspacesEndpoint {
|
|
|
143428
143454
|
} | undefined;
|
|
143429
143455
|
};
|
|
143430
143456
|
subscription: {
|
|
143431
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
143457
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
143432
143458
|
seats: number;
|
|
143433
143459
|
seatLimit: number;
|
|
143434
143460
|
planPriceId: string;
|
|
@@ -143505,7 +143531,7 @@ declare class WorkspacesEndpoint {
|
|
|
143505
143531
|
} | undefined;
|
|
143506
143532
|
};
|
|
143507
143533
|
subscription: {
|
|
143508
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
143534
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
143509
143535
|
seats: number;
|
|
143510
143536
|
seatLimit: number;
|
|
143511
143537
|
planPriceId: string;
|
|
@@ -143635,7 +143661,7 @@ declare class WorkspacesEndpoint {
|
|
|
143635
143661
|
} | undefined;
|
|
143636
143662
|
};
|
|
143637
143663
|
subscription: {
|
|
143638
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
143664
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
143639
143665
|
seats: number;
|
|
143640
143666
|
seatLimit: number;
|
|
143641
143667
|
planPriceId: string;
|
|
@@ -143757,7 +143783,7 @@ declare class UsersEndpoint {
|
|
|
143757
143783
|
} | undefined;
|
|
143758
143784
|
};
|
|
143759
143785
|
subscription: {
|
|
143760
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
143786
|
+
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
143761
143787
|
seats: number;
|
|
143762
143788
|
seatLimit: number;
|
|
143763
143789
|
planPriceId: string;
|
|
@@ -146356,4 +146382,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
146356
146382
|
reason: ValidationErrorReason | undefined;
|
|
146357
146383
|
};
|
|
146358
146384
|
|
|
146359
|
-
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutResponse, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|
|
146385
|
+
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutResponse, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, 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, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|