@supernova-studio/client 1.37.3 → 1.37.5

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 CHANGED
@@ -355,6 +355,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
355
355
  } | null | undefined>;
356
356
  seats: z$1.ZodNumber;
357
357
  seatLimit: z$1.ZodNumber;
358
+ monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
359
+ monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
358
360
  builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
359
361
  fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
360
362
  builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
@@ -386,6 +388,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
386
388
  expiryYear?: string | null | undefined;
387
389
  brand?: string | null | undefined;
388
390
  } | undefined;
391
+ monthlyCreditGrantAnchor?: string | undefined;
392
+ monthlyCreditGrantAmount?: number | undefined;
389
393
  builderSeatLimit?: number | undefined;
390
394
  fullSeatLimit?: number | undefined;
391
395
  builderSeats?: number | undefined;
@@ -413,6 +417,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
413
417
  expiryYear?: string | null | undefined;
414
418
  brand?: string | null | undefined;
415
419
  } | null | undefined;
420
+ monthlyCreditGrantAnchor?: string | null | undefined;
421
+ monthlyCreditGrantAmount?: number | null | undefined;
416
422
  builderSeatLimit?: number | undefined;
417
423
  fullSeatLimit?: number | undefined;
418
424
  builderSeats?: number | undefined;
@@ -502,6 +508,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
502
508
  expiryYear?: string | null | undefined;
503
509
  brand?: string | null | undefined;
504
510
  } | undefined;
511
+ monthlyCreditGrantAnchor?: string | undefined;
512
+ monthlyCreditGrantAmount?: number | undefined;
505
513
  builderSeatLimit?: number | undefined;
506
514
  fullSeatLimit?: number | undefined;
507
515
  builderSeats?: number | undefined;
@@ -569,6 +577,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
569
577
  expiryYear?: string | null | undefined;
570
578
  brand?: string | null | undefined;
571
579
  } | null | undefined;
580
+ monthlyCreditGrantAnchor?: string | null | undefined;
581
+ monthlyCreditGrantAmount?: number | null | undefined;
572
582
  builderSeatLimit?: number | undefined;
573
583
  fullSeatLimit?: number | undefined;
574
584
  builderSeats?: number | undefined;
@@ -642,6 +652,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
642
652
  expiryYear?: string | null | undefined;
643
653
  brand?: string | null | undefined;
644
654
  } | undefined;
655
+ monthlyCreditGrantAnchor?: string | undefined;
656
+ monthlyCreditGrantAmount?: number | undefined;
645
657
  builderSeatLimit?: number | undefined;
646
658
  fullSeatLimit?: number | undefined;
647
659
  builderSeats?: number | undefined;
@@ -715,6 +727,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
715
727
  expiryYear?: string | null | undefined;
716
728
  brand?: string | null | undefined;
717
729
  } | null | undefined;
730
+ monthlyCreditGrantAnchor?: string | null | undefined;
731
+ monthlyCreditGrantAmount?: number | null | undefined;
718
732
  builderSeatLimit?: number | undefined;
719
733
  fullSeatLimit?: number | undefined;
720
734
  builderSeats?: number | undefined;
@@ -1019,6 +1033,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
1019
1033
  expiryYear?: string | null | undefined;
1020
1034
  brand?: string | null | undefined;
1021
1035
  } | undefined;
1036
+ monthlyCreditGrantAnchor?: string | undefined;
1037
+ monthlyCreditGrantAmount?: number | undefined;
1022
1038
  builderSeatLimit?: number | undefined;
1023
1039
  fullSeatLimit?: number | undefined;
1024
1040
  builderSeats?: number | undefined;
@@ -1145,6 +1161,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
1145
1161
  expiryYear?: string | null | undefined;
1146
1162
  brand?: string | null | undefined;
1147
1163
  } | null | undefined;
1164
+ monthlyCreditGrantAnchor?: string | null | undefined;
1165
+ monthlyCreditGrantAmount?: number | null | undefined;
1148
1166
  builderSeatLimit?: number | undefined;
1149
1167
  fullSeatLimit?: number | undefined;
1150
1168
  builderSeats?: number | undefined;
@@ -10024,6 +10042,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10024
10042
  } | null | undefined>;
10025
10043
  seats: z$1.ZodNumber;
10026
10044
  seatLimit: z$1.ZodNumber;
10045
+ monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
10046
+ monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
10027
10047
  builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
10028
10048
  fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
10029
10049
  builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
@@ -10055,6 +10075,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10055
10075
  expiryYear?: string | null | undefined;
10056
10076
  brand?: string | null | undefined;
10057
10077
  } | undefined;
10078
+ monthlyCreditGrantAnchor?: string | undefined;
10079
+ monthlyCreditGrantAmount?: number | undefined;
10058
10080
  builderSeatLimit?: number | undefined;
10059
10081
  fullSeatLimit?: number | undefined;
10060
10082
  builderSeats?: number | undefined;
@@ -10082,6 +10104,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10082
10104
  expiryYear?: string | null | undefined;
10083
10105
  brand?: string | null | undefined;
10084
10106
  } | null | undefined;
10107
+ monthlyCreditGrantAnchor?: string | null | undefined;
10108
+ monthlyCreditGrantAmount?: number | null | undefined;
10085
10109
  builderSeatLimit?: number | undefined;
10086
10110
  fullSeatLimit?: number | undefined;
10087
10111
  builderSeats?: number | undefined;
@@ -10171,6 +10195,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10171
10195
  expiryYear?: string | null | undefined;
10172
10196
  brand?: string | null | undefined;
10173
10197
  } | undefined;
10198
+ monthlyCreditGrantAnchor?: string | undefined;
10199
+ monthlyCreditGrantAmount?: number | undefined;
10174
10200
  builderSeatLimit?: number | undefined;
10175
10201
  fullSeatLimit?: number | undefined;
10176
10202
  builderSeats?: number | undefined;
@@ -10238,6 +10264,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10238
10264
  expiryYear?: string | null | undefined;
10239
10265
  brand?: string | null | undefined;
10240
10266
  } | null | undefined;
10267
+ monthlyCreditGrantAnchor?: string | null | undefined;
10268
+ monthlyCreditGrantAmount?: number | null | undefined;
10241
10269
  builderSeatLimit?: number | undefined;
10242
10270
  fullSeatLimit?: number | undefined;
10243
10271
  builderSeats?: number | undefined;
@@ -10337,6 +10365,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10337
10365
  expiryYear?: string | null | undefined;
10338
10366
  brand?: string | null | undefined;
10339
10367
  } | undefined;
10368
+ monthlyCreditGrantAnchor?: string | undefined;
10369
+ monthlyCreditGrantAmount?: number | undefined;
10340
10370
  builderSeatLimit?: number | undefined;
10341
10371
  fullSeatLimit?: number | undefined;
10342
10372
  builderSeats?: number | undefined;
@@ -10436,6 +10466,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10436
10466
  expiryYear?: string | null | undefined;
10437
10467
  brand?: string | null | undefined;
10438
10468
  } | null | undefined;
10469
+ monthlyCreditGrantAnchor?: string | null | undefined;
10470
+ monthlyCreditGrantAmount?: number | null | undefined;
10439
10471
  builderSeatLimit?: number | undefined;
10440
10472
  fullSeatLimit?: number | undefined;
10441
10473
  builderSeats?: number | undefined;
@@ -12968,24 +13000,24 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
12968
13000
  data: z$1.ZodObject<{
12969
13001
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
12970
13002
  } & {
12971
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
13003
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
12972
13004
  }, "strip", z$1.ZodTypeAny, {
12973
- value?: "Strikethrough" | "None" | "Underline" | undefined;
13005
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
12974
13006
  aliasTo?: string | undefined;
12975
13007
  }, {
12976
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
13008
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
12977
13009
  aliasTo?: string | null | undefined;
12978
13010
  }>;
12979
13011
  }, "strip", z$1.ZodTypeAny, {
12980
13012
  type: "TextDecoration";
12981
13013
  data: {
12982
- value?: "Strikethrough" | "None" | "Underline" | undefined;
13014
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
12983
13015
  aliasTo?: string | undefined;
12984
13016
  };
12985
13017
  }, {
12986
13018
  type: "TextDecoration";
12987
13019
  data: {
12988
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
13020
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
12989
13021
  aliasTo?: string | null | undefined;
12990
13022
  };
12991
13023
  }>, z$1.ZodObject<{
@@ -13010,7 +13042,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
13010
13042
  aliasTo?: string | undefined;
13011
13043
  };
13012
13044
  textDecoration: {
13013
- value?: "Strikethrough" | "None" | "Underline" | undefined;
13045
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
13014
13046
  aliasTo?: string | undefined;
13015
13047
  };
13016
13048
  textCase: {
@@ -13062,7 +13094,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
13062
13094
  aliasTo?: string | null | undefined;
13063
13095
  };
13064
13096
  textDecoration: {
13065
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
13097
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
13066
13098
  aliasTo?: string | null | undefined;
13067
13099
  };
13068
13100
  textCase: {
@@ -13114,7 +13146,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
13114
13146
  aliasTo?: string | undefined;
13115
13147
  };
13116
13148
  textDecoration: {
13117
- value?: "Strikethrough" | "None" | "Underline" | undefined;
13149
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
13118
13150
  aliasTo?: string | undefined;
13119
13151
  };
13120
13152
  textCase: {
@@ -13166,7 +13198,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
13166
13198
  aliasTo?: string | null | undefined;
13167
13199
  };
13168
13200
  textDecoration: {
13169
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
13201
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
13170
13202
  aliasTo?: string | null | undefined;
13171
13203
  };
13172
13204
  textCase: {
@@ -13220,7 +13252,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
13220
13252
  aliasTo?: string | undefined;
13221
13253
  };
13222
13254
  textDecoration: {
13223
- value?: "Strikethrough" | "None" | "Underline" | undefined;
13255
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
13224
13256
  aliasTo?: string | undefined;
13225
13257
  };
13226
13258
  textCase: {
@@ -13275,7 +13307,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
13275
13307
  aliasTo?: string | null | undefined;
13276
13308
  };
13277
13309
  textDecoration: {
13278
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
13310
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
13279
13311
  aliasTo?: string | null | undefined;
13280
13312
  };
13281
13313
  textCase: {
@@ -13333,7 +13365,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
13333
13365
  aliasTo?: string | undefined;
13334
13366
  };
13335
13367
  textDecoration: {
13336
- value?: "Strikethrough" | "None" | "Underline" | undefined;
13368
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
13337
13369
  aliasTo?: string | undefined;
13338
13370
  };
13339
13371
  textCase: {
@@ -13391,7 +13423,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
13391
13423
  aliasTo?: string | null | undefined;
13392
13424
  };
13393
13425
  textDecoration: {
13394
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
13426
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
13395
13427
  aliasTo?: string | null | undefined;
13396
13428
  };
13397
13429
  textCase: {
@@ -15292,24 +15324,24 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15292
15324
  data: z$1.ZodObject<{
15293
15325
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
15294
15326
  } & {
15295
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
15327
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
15296
15328
  }, "strip", z$1.ZodTypeAny, {
15297
- value?: "Strikethrough" | "None" | "Underline" | undefined;
15329
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
15298
15330
  aliasTo?: string | undefined;
15299
15331
  }, {
15300
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
15332
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
15301
15333
  aliasTo?: string | null | undefined;
15302
15334
  }>;
15303
15335
  }, "strip", z$1.ZodTypeAny, {
15304
15336
  type: "TextDecoration";
15305
15337
  data: {
15306
- value?: "Strikethrough" | "None" | "Underline" | undefined;
15338
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
15307
15339
  aliasTo?: string | undefined;
15308
15340
  };
15309
15341
  }, {
15310
15342
  type: "TextDecoration";
15311
15343
  data: {
15312
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
15344
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
15313
15345
  aliasTo?: string | null | undefined;
15314
15346
  };
15315
15347
  }>, z$1.ZodObject<{
@@ -15334,7 +15366,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15334
15366
  aliasTo?: string | undefined;
15335
15367
  };
15336
15368
  textDecoration: {
15337
- value?: "Strikethrough" | "None" | "Underline" | undefined;
15369
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
15338
15370
  aliasTo?: string | undefined;
15339
15371
  };
15340
15372
  textCase: {
@@ -15386,7 +15418,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15386
15418
  aliasTo?: string | null | undefined;
15387
15419
  };
15388
15420
  textDecoration: {
15389
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
15421
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
15390
15422
  aliasTo?: string | null | undefined;
15391
15423
  };
15392
15424
  textCase: {
@@ -15438,7 +15470,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15438
15470
  aliasTo?: string | undefined;
15439
15471
  };
15440
15472
  textDecoration: {
15441
- value?: "Strikethrough" | "None" | "Underline" | undefined;
15473
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
15442
15474
  aliasTo?: string | undefined;
15443
15475
  };
15444
15476
  textCase: {
@@ -15490,7 +15522,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15490
15522
  aliasTo?: string | null | undefined;
15491
15523
  };
15492
15524
  textDecoration: {
15493
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
15525
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
15494
15526
  aliasTo?: string | null | undefined;
15495
15527
  };
15496
15528
  textCase: {
@@ -15544,7 +15576,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15544
15576
  aliasTo?: string | undefined;
15545
15577
  };
15546
15578
  textDecoration: {
15547
- value?: "Strikethrough" | "None" | "Underline" | undefined;
15579
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
15548
15580
  aliasTo?: string | undefined;
15549
15581
  };
15550
15582
  textCase: {
@@ -15599,7 +15631,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15599
15631
  aliasTo?: string | null | undefined;
15600
15632
  };
15601
15633
  textDecoration: {
15602
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
15634
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
15603
15635
  aliasTo?: string | null | undefined;
15604
15636
  };
15605
15637
  textCase: {
@@ -15657,7 +15689,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15657
15689
  aliasTo?: string | undefined;
15658
15690
  };
15659
15691
  textDecoration: {
15660
- value?: "Strikethrough" | "None" | "Underline" | undefined;
15692
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
15661
15693
  aliasTo?: string | undefined;
15662
15694
  };
15663
15695
  textCase: {
@@ -15715,7 +15747,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
15715
15747
  aliasTo?: string | null | undefined;
15716
15748
  };
15717
15749
  textDecoration: {
15718
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
15750
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
15719
15751
  aliasTo?: string | null | undefined;
15720
15752
  };
15721
15753
  textCase: {
@@ -16227,7 +16259,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
16227
16259
  } | {
16228
16260
  type: "TextDecoration";
16229
16261
  data: {
16230
- value?: "Strikethrough" | "None" | "Underline" | undefined;
16262
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
16231
16263
  aliasTo?: string | undefined;
16232
16264
  };
16233
16265
  } | {
@@ -16250,7 +16282,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
16250
16282
  aliasTo?: string | undefined;
16251
16283
  };
16252
16284
  textDecoration: {
16253
- value?: "Strikethrough" | "None" | "Underline" | undefined;
16285
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
16254
16286
  aliasTo?: string | undefined;
16255
16287
  };
16256
16288
  textCase: {
@@ -16605,7 +16637,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
16605
16637
  } | {
16606
16638
  type: "TextDecoration";
16607
16639
  data: {
16608
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
16640
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
16609
16641
  aliasTo?: string | null | undefined;
16610
16642
  };
16611
16643
  } | {
@@ -16628,7 +16660,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
16628
16660
  aliasTo?: string | null | undefined;
16629
16661
  };
16630
16662
  textDecoration: {
16631
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
16663
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
16632
16664
  aliasTo?: string | null | undefined;
16633
16665
  };
16634
16666
  textCase: {
@@ -18373,24 +18405,24 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18373
18405
  data: z$1.ZodObject<{
18374
18406
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
18375
18407
  } & {
18376
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
18408
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
18377
18409
  }, "strip", z$1.ZodTypeAny, {
18378
- value?: "Strikethrough" | "None" | "Underline" | undefined;
18410
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
18379
18411
  aliasTo?: string | undefined;
18380
18412
  }, {
18381
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
18413
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
18382
18414
  aliasTo?: string | null | undefined;
18383
18415
  }>;
18384
18416
  }, "strip", z$1.ZodTypeAny, {
18385
18417
  type: "TextDecoration";
18386
18418
  data: {
18387
- value?: "Strikethrough" | "None" | "Underline" | undefined;
18419
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
18388
18420
  aliasTo?: string | undefined;
18389
18421
  };
18390
18422
  }, {
18391
18423
  type: "TextDecoration";
18392
18424
  data: {
18393
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
18425
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
18394
18426
  aliasTo?: string | null | undefined;
18395
18427
  };
18396
18428
  }>, z$1.ZodObject<{
@@ -18415,7 +18447,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18415
18447
  aliasTo?: string | undefined;
18416
18448
  };
18417
18449
  textDecoration: {
18418
- value?: "Strikethrough" | "None" | "Underline" | undefined;
18450
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
18419
18451
  aliasTo?: string | undefined;
18420
18452
  };
18421
18453
  textCase: {
@@ -18467,7 +18499,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18467
18499
  aliasTo?: string | null | undefined;
18468
18500
  };
18469
18501
  textDecoration: {
18470
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
18502
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
18471
18503
  aliasTo?: string | null | undefined;
18472
18504
  };
18473
18505
  textCase: {
@@ -18519,7 +18551,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18519
18551
  aliasTo?: string | undefined;
18520
18552
  };
18521
18553
  textDecoration: {
18522
- value?: "Strikethrough" | "None" | "Underline" | undefined;
18554
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
18523
18555
  aliasTo?: string | undefined;
18524
18556
  };
18525
18557
  textCase: {
@@ -18571,7 +18603,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18571
18603
  aliasTo?: string | null | undefined;
18572
18604
  };
18573
18605
  textDecoration: {
18574
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
18606
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
18575
18607
  aliasTo?: string | null | undefined;
18576
18608
  };
18577
18609
  textCase: {
@@ -18625,7 +18657,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18625
18657
  aliasTo?: string | undefined;
18626
18658
  };
18627
18659
  textDecoration: {
18628
- value?: "Strikethrough" | "None" | "Underline" | undefined;
18660
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
18629
18661
  aliasTo?: string | undefined;
18630
18662
  };
18631
18663
  textCase: {
@@ -18680,7 +18712,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18680
18712
  aliasTo?: string | null | undefined;
18681
18713
  };
18682
18714
  textDecoration: {
18683
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
18715
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
18684
18716
  aliasTo?: string | null | undefined;
18685
18717
  };
18686
18718
  textCase: {
@@ -18738,7 +18770,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18738
18770
  aliasTo?: string | undefined;
18739
18771
  };
18740
18772
  textDecoration: {
18741
- value?: "Strikethrough" | "None" | "Underline" | undefined;
18773
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
18742
18774
  aliasTo?: string | undefined;
18743
18775
  };
18744
18776
  textCase: {
@@ -18796,7 +18828,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
18796
18828
  aliasTo?: string | null | undefined;
18797
18829
  };
18798
18830
  textDecoration: {
18799
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
18831
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
18800
18832
  aliasTo?: string | null | undefined;
18801
18833
  };
18802
18834
  textCase: {
@@ -19308,7 +19340,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
19308
19340
  } | {
19309
19341
  type: "TextDecoration";
19310
19342
  data: {
19311
- value?: "Strikethrough" | "None" | "Underline" | undefined;
19343
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
19312
19344
  aliasTo?: string | undefined;
19313
19345
  };
19314
19346
  } | {
@@ -19331,7 +19363,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
19331
19363
  aliasTo?: string | undefined;
19332
19364
  };
19333
19365
  textDecoration: {
19334
- value?: "Strikethrough" | "None" | "Underline" | undefined;
19366
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
19335
19367
  aliasTo?: string | undefined;
19336
19368
  };
19337
19369
  textCase: {
@@ -19686,7 +19718,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
19686
19718
  } | {
19687
19719
  type: "TextDecoration";
19688
19720
  data: {
19689
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
19721
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
19690
19722
  aliasTo?: string | null | undefined;
19691
19723
  };
19692
19724
  } | {
@@ -19709,7 +19741,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
19709
19741
  aliasTo?: string | null | undefined;
19710
19742
  };
19711
19743
  textDecoration: {
19712
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
19744
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
19713
19745
  aliasTo?: string | null | undefined;
19714
19746
  };
19715
19747
  textCase: {
@@ -21632,24 +21664,24 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
21632
21664
  data: z$1.ZodObject<{
21633
21665
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
21634
21666
  } & {
21635
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
21667
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
21636
21668
  }, "strip", z$1.ZodTypeAny, {
21637
- value?: "Strikethrough" | "None" | "Underline" | undefined;
21669
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
21638
21670
  aliasTo?: string | undefined;
21639
21671
  }, {
21640
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
21672
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
21641
21673
  aliasTo?: string | null | undefined;
21642
21674
  }>;
21643
21675
  }, "strip", z$1.ZodTypeAny, {
21644
21676
  type: "TextDecoration";
21645
21677
  data: {
21646
- value?: "Strikethrough" | "None" | "Underline" | undefined;
21678
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
21647
21679
  aliasTo?: string | undefined;
21648
21680
  };
21649
21681
  }, {
21650
21682
  type: "TextDecoration";
21651
21683
  data: {
21652
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
21684
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
21653
21685
  aliasTo?: string | null | undefined;
21654
21686
  };
21655
21687
  }>, z$1.ZodObject<{
@@ -21674,7 +21706,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
21674
21706
  aliasTo?: string | undefined;
21675
21707
  };
21676
21708
  textDecoration: {
21677
- value?: "Strikethrough" | "None" | "Underline" | undefined;
21709
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
21678
21710
  aliasTo?: string | undefined;
21679
21711
  };
21680
21712
  textCase: {
@@ -21726,7 +21758,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
21726
21758
  aliasTo?: string | null | undefined;
21727
21759
  };
21728
21760
  textDecoration: {
21729
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
21761
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
21730
21762
  aliasTo?: string | null | undefined;
21731
21763
  };
21732
21764
  textCase: {
@@ -21778,7 +21810,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
21778
21810
  aliasTo?: string | undefined;
21779
21811
  };
21780
21812
  textDecoration: {
21781
- value?: "Strikethrough" | "None" | "Underline" | undefined;
21813
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
21782
21814
  aliasTo?: string | undefined;
21783
21815
  };
21784
21816
  textCase: {
@@ -21830,7 +21862,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
21830
21862
  aliasTo?: string | null | undefined;
21831
21863
  };
21832
21864
  textDecoration: {
21833
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
21865
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
21834
21866
  aliasTo?: string | null | undefined;
21835
21867
  };
21836
21868
  textCase: {
@@ -21884,7 +21916,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
21884
21916
  aliasTo?: string | undefined;
21885
21917
  };
21886
21918
  textDecoration: {
21887
- value?: "Strikethrough" | "None" | "Underline" | undefined;
21919
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
21888
21920
  aliasTo?: string | undefined;
21889
21921
  };
21890
21922
  textCase: {
@@ -21939,7 +21971,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
21939
21971
  aliasTo?: string | null | undefined;
21940
21972
  };
21941
21973
  textDecoration: {
21942
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
21974
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
21943
21975
  aliasTo?: string | null | undefined;
21944
21976
  };
21945
21977
  textCase: {
@@ -21997,7 +22029,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
21997
22029
  aliasTo?: string | undefined;
21998
22030
  };
21999
22031
  textDecoration: {
22000
- value?: "Strikethrough" | "None" | "Underline" | undefined;
22032
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
22001
22033
  aliasTo?: string | undefined;
22002
22034
  };
22003
22035
  textCase: {
@@ -22055,7 +22087,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
22055
22087
  aliasTo?: string | null | undefined;
22056
22088
  };
22057
22089
  textDecoration: {
22058
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
22090
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
22059
22091
  aliasTo?: string | null | undefined;
22060
22092
  };
22061
22093
  textCase: {
@@ -23016,7 +23048,7 @@ declare const DTOPageBlockDefinitionItem: z$1.ZodObject<{
23016
23048
  name: string;
23017
23049
  layout: {
23018
23050
  type: "Column" | "Row";
23019
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23051
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23020
23052
  columnAlign?: "Center" | "Start" | "End" | undefined;
23021
23053
  columnResizing?: "Fill" | "Hug" | undefined;
23022
23054
  } & {
@@ -23038,7 +23070,7 @@ declare const DTOPageBlockDefinitionItem: z$1.ZodObject<{
23038
23070
  name: string;
23039
23071
  layout: {
23040
23072
  type: "Column" | "Row";
23041
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23073
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23042
23074
  columnAlign?: "Center" | "Start" | "End" | undefined;
23043
23075
  columnResizing?: "Fill" | "Hug" | undefined;
23044
23076
  } & {
@@ -23071,7 +23103,7 @@ declare const DTOPageBlockDefinitionItem: z$1.ZodObject<{
23071
23103
  name: string;
23072
23104
  layout: {
23073
23105
  type: "Column" | "Row";
23074
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23106
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23075
23107
  columnAlign?: "Center" | "Start" | "End" | undefined;
23076
23108
  columnResizing?: "Fill" | "Hug" | undefined;
23077
23109
  } & {
@@ -23110,7 +23142,7 @@ declare const DTOPageBlockDefinitionItem: z$1.ZodObject<{
23110
23142
  name: string;
23111
23143
  layout: {
23112
23144
  type: "Column" | "Row";
23113
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23145
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23114
23146
  columnAlign?: "Center" | "Start" | "End" | undefined;
23115
23147
  columnResizing?: "Fill" | "Hug" | undefined;
23116
23148
  } & {
@@ -23169,7 +23201,7 @@ declare const DTOPageBlockDefinitionVariant: z$1.ZodObject<{
23169
23201
  name: string;
23170
23202
  layout: {
23171
23203
  type: "Column" | "Row";
23172
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23204
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23173
23205
  columnAlign?: "Center" | "Start" | "End" | undefined;
23174
23206
  columnResizing?: "Fill" | "Hug" | undefined;
23175
23207
  } & {
@@ -23191,7 +23223,7 @@ declare const DTOPageBlockDefinitionVariant: z$1.ZodObject<{
23191
23223
  name: string;
23192
23224
  layout: {
23193
23225
  type: "Column" | "Row";
23194
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23226
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23195
23227
  columnAlign?: "Center" | "Start" | "End" | undefined;
23196
23228
  columnResizing?: "Fill" | "Hug" | undefined;
23197
23229
  } & {
@@ -23321,7 +23353,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
23321
23353
  name: string;
23322
23354
  layout: {
23323
23355
  type: "Column" | "Row";
23324
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23356
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23325
23357
  columnAlign?: "Center" | "Start" | "End" | undefined;
23326
23358
  columnResizing?: "Fill" | "Hug" | undefined;
23327
23359
  } & {
@@ -23343,7 +23375,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
23343
23375
  name: string;
23344
23376
  layout: {
23345
23377
  type: "Column" | "Row";
23346
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23378
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23347
23379
  columnAlign?: "Center" | "Start" | "End" | undefined;
23348
23380
  columnResizing?: "Fill" | "Hug" | undefined;
23349
23381
  } & {
@@ -23376,7 +23408,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
23376
23408
  name: string;
23377
23409
  layout: {
23378
23410
  type: "Column" | "Row";
23379
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23411
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23380
23412
  columnAlign?: "Center" | "Start" | "End" | undefined;
23381
23413
  columnResizing?: "Fill" | "Hug" | undefined;
23382
23414
  } & {
@@ -23415,7 +23447,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
23415
23447
  name: string;
23416
23448
  layout: {
23417
23449
  type: "Column" | "Row";
23418
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23450
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23419
23451
  columnAlign?: "Center" | "Start" | "End" | undefined;
23420
23452
  columnResizing?: "Fill" | "Hug" | undefined;
23421
23453
  } & {
@@ -23545,7 +23577,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
23545
23577
  name: string;
23546
23578
  layout: {
23547
23579
  type: "Column" | "Row";
23548
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23580
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23549
23581
  columnAlign?: "Center" | "Start" | "End" | undefined;
23550
23582
  columnResizing?: "Fill" | "Hug" | undefined;
23551
23583
  } & {
@@ -23618,7 +23650,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
23618
23650
  name: string;
23619
23651
  layout: {
23620
23652
  type: "Column" | "Row";
23621
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
23653
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
23622
23654
  columnAlign?: "Center" | "Start" | "End" | undefined;
23623
23655
  columnResizing?: "Fill" | "Hug" | undefined;
23624
23656
  } & {
@@ -104839,24 +104871,24 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
104839
104871
  data: z$1.ZodObject<{
104840
104872
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
104841
104873
  } & {
104842
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
104874
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
104843
104875
  }, "strip", z$1.ZodTypeAny, {
104844
- value?: "Strikethrough" | "None" | "Underline" | undefined;
104876
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
104845
104877
  aliasTo?: string | undefined;
104846
104878
  }, {
104847
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
104879
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
104848
104880
  aliasTo?: string | null | undefined;
104849
104881
  }>;
104850
104882
  }, "strip", z$1.ZodTypeAny, {
104851
104883
  type: "TextDecoration";
104852
104884
  data: {
104853
- value?: "Strikethrough" | "None" | "Underline" | undefined;
104885
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
104854
104886
  aliasTo?: string | undefined;
104855
104887
  };
104856
104888
  }, {
104857
104889
  type: "TextDecoration";
104858
104890
  data: {
104859
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
104891
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
104860
104892
  aliasTo?: string | null | undefined;
104861
104893
  };
104862
104894
  }>, z$1.ZodObject<{
@@ -104881,7 +104913,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
104881
104913
  aliasTo?: string | undefined;
104882
104914
  };
104883
104915
  textDecoration: {
104884
- value?: "Strikethrough" | "None" | "Underline" | undefined;
104916
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
104885
104917
  aliasTo?: string | undefined;
104886
104918
  };
104887
104919
  textCase: {
@@ -104933,7 +104965,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
104933
104965
  aliasTo?: string | null | undefined;
104934
104966
  };
104935
104967
  textDecoration: {
104936
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
104968
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
104937
104969
  aliasTo?: string | null | undefined;
104938
104970
  };
104939
104971
  textCase: {
@@ -104985,7 +105017,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
104985
105017
  aliasTo?: string | undefined;
104986
105018
  };
104987
105019
  textDecoration: {
104988
- value?: "Strikethrough" | "None" | "Underline" | undefined;
105020
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
104989
105021
  aliasTo?: string | undefined;
104990
105022
  };
104991
105023
  textCase: {
@@ -105037,7 +105069,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
105037
105069
  aliasTo?: string | null | undefined;
105038
105070
  };
105039
105071
  textDecoration: {
105040
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
105072
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
105041
105073
  aliasTo?: string | null | undefined;
105042
105074
  };
105043
105075
  textCase: {
@@ -105091,7 +105123,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
105091
105123
  aliasTo?: string | undefined;
105092
105124
  };
105093
105125
  textDecoration: {
105094
- value?: "Strikethrough" | "None" | "Underline" | undefined;
105126
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
105095
105127
  aliasTo?: string | undefined;
105096
105128
  };
105097
105129
  textCase: {
@@ -105146,7 +105178,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
105146
105178
  aliasTo?: string | null | undefined;
105147
105179
  };
105148
105180
  textDecoration: {
105149
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
105181
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
105150
105182
  aliasTo?: string | null | undefined;
105151
105183
  };
105152
105184
  textCase: {
@@ -105204,7 +105236,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
105204
105236
  aliasTo?: string | undefined;
105205
105237
  };
105206
105238
  textDecoration: {
105207
- value?: "Strikethrough" | "None" | "Underline" | undefined;
105239
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
105208
105240
  aliasTo?: string | undefined;
105209
105241
  };
105210
105242
  textCase: {
@@ -105262,7 +105294,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
105262
105294
  aliasTo?: string | null | undefined;
105263
105295
  };
105264
105296
  textDecoration: {
105265
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
105297
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
105266
105298
  aliasTo?: string | null | undefined;
105267
105299
  };
105268
105300
  textCase: {
@@ -107129,24 +107161,24 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107129
107161
  data: z$1.ZodObject<{
107130
107162
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
107131
107163
  } & {
107132
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
107164
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
107133
107165
  }, "strip", z$1.ZodTypeAny, {
107134
- value?: "Strikethrough" | "None" | "Underline" | undefined;
107166
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
107135
107167
  aliasTo?: string | undefined;
107136
107168
  }, {
107137
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
107169
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
107138
107170
  aliasTo?: string | null | undefined;
107139
107171
  }>;
107140
107172
  }, "strip", z$1.ZodTypeAny, {
107141
107173
  type: "TextDecoration";
107142
107174
  data: {
107143
- value?: "Strikethrough" | "None" | "Underline" | undefined;
107175
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
107144
107176
  aliasTo?: string | undefined;
107145
107177
  };
107146
107178
  }, {
107147
107179
  type: "TextDecoration";
107148
107180
  data: {
107149
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
107181
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
107150
107182
  aliasTo?: string | null | undefined;
107151
107183
  };
107152
107184
  }>, z$1.ZodObject<{
@@ -107171,7 +107203,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107171
107203
  aliasTo?: string | undefined;
107172
107204
  };
107173
107205
  textDecoration: {
107174
- value?: "Strikethrough" | "None" | "Underline" | undefined;
107206
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
107175
107207
  aliasTo?: string | undefined;
107176
107208
  };
107177
107209
  textCase: {
@@ -107223,7 +107255,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107223
107255
  aliasTo?: string | null | undefined;
107224
107256
  };
107225
107257
  textDecoration: {
107226
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
107258
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
107227
107259
  aliasTo?: string | null | undefined;
107228
107260
  };
107229
107261
  textCase: {
@@ -107275,7 +107307,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107275
107307
  aliasTo?: string | undefined;
107276
107308
  };
107277
107309
  textDecoration: {
107278
- value?: "Strikethrough" | "None" | "Underline" | undefined;
107310
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
107279
107311
  aliasTo?: string | undefined;
107280
107312
  };
107281
107313
  textCase: {
@@ -107327,7 +107359,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107327
107359
  aliasTo?: string | null | undefined;
107328
107360
  };
107329
107361
  textDecoration: {
107330
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
107362
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
107331
107363
  aliasTo?: string | null | undefined;
107332
107364
  };
107333
107365
  textCase: {
@@ -107381,7 +107413,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107381
107413
  aliasTo?: string | undefined;
107382
107414
  };
107383
107415
  textDecoration: {
107384
- value?: "Strikethrough" | "None" | "Underline" | undefined;
107416
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
107385
107417
  aliasTo?: string | undefined;
107386
107418
  };
107387
107419
  textCase: {
@@ -107436,7 +107468,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107436
107468
  aliasTo?: string | null | undefined;
107437
107469
  };
107438
107470
  textDecoration: {
107439
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
107471
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
107440
107472
  aliasTo?: string | null | undefined;
107441
107473
  };
107442
107474
  textCase: {
@@ -107494,7 +107526,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107494
107526
  aliasTo?: string | undefined;
107495
107527
  };
107496
107528
  textDecoration: {
107497
- value?: "Strikethrough" | "None" | "Underline" | undefined;
107529
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
107498
107530
  aliasTo?: string | undefined;
107499
107531
  };
107500
107532
  textCase: {
@@ -107552,7 +107584,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
107552
107584
  aliasTo?: string | null | undefined;
107553
107585
  };
107554
107586
  textDecoration: {
107555
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
107587
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
107556
107588
  aliasTo?: string | null | undefined;
107557
107589
  };
107558
107590
  textCase: {
@@ -109372,24 +109404,24 @@ declare const DTOTheme: z$1.ZodObject<{
109372
109404
  data: z$1.ZodObject<{
109373
109405
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
109374
109406
  } & {
109375
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
109407
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
109376
109408
  }, "strip", z$1.ZodTypeAny, {
109377
- value?: "Strikethrough" | "None" | "Underline" | undefined;
109409
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
109378
109410
  aliasTo?: string | undefined;
109379
109411
  }, {
109380
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
109412
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
109381
109413
  aliasTo?: string | null | undefined;
109382
109414
  }>;
109383
109415
  }, "strip", z$1.ZodTypeAny, {
109384
109416
  type: "TextDecoration";
109385
109417
  data: {
109386
- value?: "Strikethrough" | "None" | "Underline" | undefined;
109418
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
109387
109419
  aliasTo?: string | undefined;
109388
109420
  };
109389
109421
  }, {
109390
109422
  type: "TextDecoration";
109391
109423
  data: {
109392
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
109424
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
109393
109425
  aliasTo?: string | null | undefined;
109394
109426
  };
109395
109427
  }>, z$1.ZodObject<{
@@ -109414,7 +109446,7 @@ declare const DTOTheme: z$1.ZodObject<{
109414
109446
  aliasTo?: string | undefined;
109415
109447
  };
109416
109448
  textDecoration: {
109417
- value?: "Strikethrough" | "None" | "Underline" | undefined;
109449
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
109418
109450
  aliasTo?: string | undefined;
109419
109451
  };
109420
109452
  textCase: {
@@ -109466,7 +109498,7 @@ declare const DTOTheme: z$1.ZodObject<{
109466
109498
  aliasTo?: string | null | undefined;
109467
109499
  };
109468
109500
  textDecoration: {
109469
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
109501
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
109470
109502
  aliasTo?: string | null | undefined;
109471
109503
  };
109472
109504
  textCase: {
@@ -109518,7 +109550,7 @@ declare const DTOTheme: z$1.ZodObject<{
109518
109550
  aliasTo?: string | undefined;
109519
109551
  };
109520
109552
  textDecoration: {
109521
- value?: "Strikethrough" | "None" | "Underline" | undefined;
109553
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
109522
109554
  aliasTo?: string | undefined;
109523
109555
  };
109524
109556
  textCase: {
@@ -109570,7 +109602,7 @@ declare const DTOTheme: z$1.ZodObject<{
109570
109602
  aliasTo?: string | null | undefined;
109571
109603
  };
109572
109604
  textDecoration: {
109573
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
109605
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
109574
109606
  aliasTo?: string | null | undefined;
109575
109607
  };
109576
109608
  textCase: {
@@ -109624,7 +109656,7 @@ declare const DTOTheme: z$1.ZodObject<{
109624
109656
  aliasTo?: string | undefined;
109625
109657
  };
109626
109658
  textDecoration: {
109627
- value?: "Strikethrough" | "None" | "Underline" | undefined;
109659
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
109628
109660
  aliasTo?: string | undefined;
109629
109661
  };
109630
109662
  textCase: {
@@ -109679,7 +109711,7 @@ declare const DTOTheme: z$1.ZodObject<{
109679
109711
  aliasTo?: string | null | undefined;
109680
109712
  };
109681
109713
  textDecoration: {
109682
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
109714
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
109683
109715
  aliasTo?: string | null | undefined;
109684
109716
  };
109685
109717
  textCase: {
@@ -109737,7 +109769,7 @@ declare const DTOTheme: z$1.ZodObject<{
109737
109769
  aliasTo?: string | undefined;
109738
109770
  };
109739
109771
  textDecoration: {
109740
- value?: "Strikethrough" | "None" | "Underline" | undefined;
109772
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
109741
109773
  aliasTo?: string | undefined;
109742
109774
  };
109743
109775
  textCase: {
@@ -109795,7 +109827,7 @@ declare const DTOTheme: z$1.ZodObject<{
109795
109827
  aliasTo?: string | null | undefined;
109796
109828
  };
109797
109829
  textDecoration: {
109798
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
109830
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
109799
109831
  aliasTo?: string | null | undefined;
109800
109832
  };
109801
109833
  textCase: {
@@ -110283,7 +110315,7 @@ declare const DTOTheme: z$1.ZodObject<{
110283
110315
  } | {
110284
110316
  type: "TextDecoration";
110285
110317
  data: {
110286
- value?: "Strikethrough" | "None" | "Underline" | undefined;
110318
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
110287
110319
  aliasTo?: string | undefined;
110288
110320
  };
110289
110321
  } | {
@@ -110306,7 +110338,7 @@ declare const DTOTheme: z$1.ZodObject<{
110306
110338
  aliasTo?: string | undefined;
110307
110339
  };
110308
110340
  textDecoration: {
110309
- value?: "Strikethrough" | "None" | "Underline" | undefined;
110341
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
110310
110342
  aliasTo?: string | undefined;
110311
110343
  };
110312
110344
  textCase: {
@@ -110661,7 +110693,7 @@ declare const DTOTheme: z$1.ZodObject<{
110661
110693
  } | {
110662
110694
  type: "TextDecoration";
110663
110695
  data: {
110664
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
110696
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
110665
110697
  aliasTo?: string | null | undefined;
110666
110698
  };
110667
110699
  } | {
@@ -110684,7 +110716,7 @@ declare const DTOTheme: z$1.ZodObject<{
110684
110716
  aliasTo?: string | null | undefined;
110685
110717
  };
110686
110718
  textDecoration: {
110687
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
110719
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
110688
110720
  aliasTo?: string | null | undefined;
110689
110721
  };
110690
110722
  textCase: {
@@ -112436,24 +112468,24 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112436
112468
  data: z$1.ZodObject<{
112437
112469
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
112438
112470
  } & {
112439
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
112471
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
112440
112472
  }, "strip", z$1.ZodTypeAny, {
112441
- value?: "Strikethrough" | "None" | "Underline" | undefined;
112473
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
112442
112474
  aliasTo?: string | undefined;
112443
112475
  }, {
112444
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
112476
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
112445
112477
  aliasTo?: string | null | undefined;
112446
112478
  }>;
112447
112479
  }, "strip", z$1.ZodTypeAny, {
112448
112480
  type: "TextDecoration";
112449
112481
  data: {
112450
- value?: "Strikethrough" | "None" | "Underline" | undefined;
112482
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
112451
112483
  aliasTo?: string | undefined;
112452
112484
  };
112453
112485
  }, {
112454
112486
  type: "TextDecoration";
112455
112487
  data: {
112456
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
112488
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
112457
112489
  aliasTo?: string | null | undefined;
112458
112490
  };
112459
112491
  }>, z$1.ZodObject<{
@@ -112478,7 +112510,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112478
112510
  aliasTo?: string | undefined;
112479
112511
  };
112480
112512
  textDecoration: {
112481
- value?: "Strikethrough" | "None" | "Underline" | undefined;
112513
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
112482
112514
  aliasTo?: string | undefined;
112483
112515
  };
112484
112516
  textCase: {
@@ -112530,7 +112562,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112530
112562
  aliasTo?: string | null | undefined;
112531
112563
  };
112532
112564
  textDecoration: {
112533
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
112565
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
112534
112566
  aliasTo?: string | null | undefined;
112535
112567
  };
112536
112568
  textCase: {
@@ -112582,7 +112614,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112582
112614
  aliasTo?: string | undefined;
112583
112615
  };
112584
112616
  textDecoration: {
112585
- value?: "Strikethrough" | "None" | "Underline" | undefined;
112617
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
112586
112618
  aliasTo?: string | undefined;
112587
112619
  };
112588
112620
  textCase: {
@@ -112634,7 +112666,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112634
112666
  aliasTo?: string | null | undefined;
112635
112667
  };
112636
112668
  textDecoration: {
112637
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
112669
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
112638
112670
  aliasTo?: string | null | undefined;
112639
112671
  };
112640
112672
  textCase: {
@@ -112688,7 +112720,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112688
112720
  aliasTo?: string | undefined;
112689
112721
  };
112690
112722
  textDecoration: {
112691
- value?: "Strikethrough" | "None" | "Underline" | undefined;
112723
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
112692
112724
  aliasTo?: string | undefined;
112693
112725
  };
112694
112726
  textCase: {
@@ -112743,7 +112775,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112743
112775
  aliasTo?: string | null | undefined;
112744
112776
  };
112745
112777
  textDecoration: {
112746
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
112778
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
112747
112779
  aliasTo?: string | null | undefined;
112748
112780
  };
112749
112781
  textCase: {
@@ -112801,7 +112833,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112801
112833
  aliasTo?: string | undefined;
112802
112834
  };
112803
112835
  textDecoration: {
112804
- value?: "Strikethrough" | "None" | "Underline" | undefined;
112836
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
112805
112837
  aliasTo?: string | undefined;
112806
112838
  };
112807
112839
  textCase: {
@@ -112859,7 +112891,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
112859
112891
  aliasTo?: string | null | undefined;
112860
112892
  };
112861
112893
  textDecoration: {
112862
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
112894
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
112863
112895
  aliasTo?: string | null | undefined;
112864
112896
  };
112865
112897
  textCase: {
@@ -113347,7 +113379,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
113347
113379
  } | {
113348
113380
  type: "TextDecoration";
113349
113381
  data: {
113350
- value?: "Strikethrough" | "None" | "Underline" | undefined;
113382
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
113351
113383
  aliasTo?: string | undefined;
113352
113384
  };
113353
113385
  } | {
@@ -113370,7 +113402,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
113370
113402
  aliasTo?: string | undefined;
113371
113403
  };
113372
113404
  textDecoration: {
113373
- value?: "Strikethrough" | "None" | "Underline" | undefined;
113405
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
113374
113406
  aliasTo?: string | undefined;
113375
113407
  };
113376
113408
  textCase: {
@@ -113725,7 +113757,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
113725
113757
  } | {
113726
113758
  type: "TextDecoration";
113727
113759
  data: {
113728
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
113760
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
113729
113761
  aliasTo?: string | null | undefined;
113730
113762
  };
113731
113763
  } | {
@@ -113748,7 +113780,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
113748
113780
  aliasTo?: string | null | undefined;
113749
113781
  };
113750
113782
  textDecoration: {
113751
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
113783
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
113752
113784
  aliasTo?: string | null | undefined;
113753
113785
  };
113754
113786
  textCase: {
@@ -114105,7 +114137,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
114105
114137
  } | {
114106
114138
  type: "TextDecoration";
114107
114139
  data: {
114108
- value?: "Strikethrough" | "None" | "Underline" | undefined;
114140
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
114109
114141
  aliasTo?: string | undefined;
114110
114142
  };
114111
114143
  } | {
@@ -114128,7 +114160,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
114128
114160
  aliasTo?: string | undefined;
114129
114161
  };
114130
114162
  textDecoration: {
114131
- value?: "Strikethrough" | "None" | "Underline" | undefined;
114163
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
114132
114164
  aliasTo?: string | undefined;
114133
114165
  };
114134
114166
  textCase: {
@@ -114485,7 +114517,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
114485
114517
  } | {
114486
114518
  type: "TextDecoration";
114487
114519
  data: {
114488
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
114520
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
114489
114521
  aliasTo?: string | null | undefined;
114490
114522
  };
114491
114523
  } | {
@@ -114508,7 +114540,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
114508
114540
  aliasTo?: string | null | undefined;
114509
114541
  };
114510
114542
  textDecoration: {
114511
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
114543
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
114512
114544
  aliasTo?: string | null | undefined;
114513
114545
  };
114514
114546
  textCase: {
@@ -116261,24 +116293,24 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116261
116293
  data: z$1.ZodObject<{
116262
116294
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
116263
116295
  } & {
116264
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
116296
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
116265
116297
  }, "strip", z$1.ZodTypeAny, {
116266
- value?: "Strikethrough" | "None" | "Underline" | undefined;
116298
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
116267
116299
  aliasTo?: string | undefined;
116268
116300
  }, {
116269
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
116301
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
116270
116302
  aliasTo?: string | null | undefined;
116271
116303
  }>;
116272
116304
  }, "strip", z$1.ZodTypeAny, {
116273
116305
  type: "TextDecoration";
116274
116306
  data: {
116275
- value?: "Strikethrough" | "None" | "Underline" | undefined;
116307
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
116276
116308
  aliasTo?: string | undefined;
116277
116309
  };
116278
116310
  }, {
116279
116311
  type: "TextDecoration";
116280
116312
  data: {
116281
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
116313
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
116282
116314
  aliasTo?: string | null | undefined;
116283
116315
  };
116284
116316
  }>, z$1.ZodObject<{
@@ -116303,7 +116335,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116303
116335
  aliasTo?: string | undefined;
116304
116336
  };
116305
116337
  textDecoration: {
116306
- value?: "Strikethrough" | "None" | "Underline" | undefined;
116338
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
116307
116339
  aliasTo?: string | undefined;
116308
116340
  };
116309
116341
  textCase: {
@@ -116355,7 +116387,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116355
116387
  aliasTo?: string | null | undefined;
116356
116388
  };
116357
116389
  textDecoration: {
116358
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
116390
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
116359
116391
  aliasTo?: string | null | undefined;
116360
116392
  };
116361
116393
  textCase: {
@@ -116407,7 +116439,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116407
116439
  aliasTo?: string | undefined;
116408
116440
  };
116409
116441
  textDecoration: {
116410
- value?: "Strikethrough" | "None" | "Underline" | undefined;
116442
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
116411
116443
  aliasTo?: string | undefined;
116412
116444
  };
116413
116445
  textCase: {
@@ -116459,7 +116491,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116459
116491
  aliasTo?: string | null | undefined;
116460
116492
  };
116461
116493
  textDecoration: {
116462
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
116494
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
116463
116495
  aliasTo?: string | null | undefined;
116464
116496
  };
116465
116497
  textCase: {
@@ -116513,7 +116545,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116513
116545
  aliasTo?: string | undefined;
116514
116546
  };
116515
116547
  textDecoration: {
116516
- value?: "Strikethrough" | "None" | "Underline" | undefined;
116548
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
116517
116549
  aliasTo?: string | undefined;
116518
116550
  };
116519
116551
  textCase: {
@@ -116568,7 +116600,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116568
116600
  aliasTo?: string | null | undefined;
116569
116601
  };
116570
116602
  textDecoration: {
116571
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
116603
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
116572
116604
  aliasTo?: string | null | undefined;
116573
116605
  };
116574
116606
  textCase: {
@@ -116626,7 +116658,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116626
116658
  aliasTo?: string | undefined;
116627
116659
  };
116628
116660
  textDecoration: {
116629
- value?: "Strikethrough" | "None" | "Underline" | undefined;
116661
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
116630
116662
  aliasTo?: string | undefined;
116631
116663
  };
116632
116664
  textCase: {
@@ -116684,7 +116716,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
116684
116716
  aliasTo?: string | null | undefined;
116685
116717
  };
116686
116718
  textDecoration: {
116687
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
116719
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
116688
116720
  aliasTo?: string | null | undefined;
116689
116721
  };
116690
116722
  textCase: {
@@ -117172,7 +117204,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
117172
117204
  } | {
117173
117205
  type: "TextDecoration";
117174
117206
  data: {
117175
- value?: "Strikethrough" | "None" | "Underline" | undefined;
117207
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
117176
117208
  aliasTo?: string | undefined;
117177
117209
  };
117178
117210
  } | {
@@ -117195,7 +117227,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
117195
117227
  aliasTo?: string | undefined;
117196
117228
  };
117197
117229
  textDecoration: {
117198
- value?: "Strikethrough" | "None" | "Underline" | undefined;
117230
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
117199
117231
  aliasTo?: string | undefined;
117200
117232
  };
117201
117233
  textCase: {
@@ -117550,7 +117582,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
117550
117582
  } | {
117551
117583
  type: "TextDecoration";
117552
117584
  data: {
117553
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
117585
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
117554
117586
  aliasTo?: string | null | undefined;
117555
117587
  };
117556
117588
  } | {
@@ -117573,7 +117605,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
117573
117605
  aliasTo?: string | null | undefined;
117574
117606
  };
117575
117607
  textDecoration: {
117576
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
117608
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
117577
117609
  aliasTo?: string | null | undefined;
117578
117610
  };
117579
117611
  textCase: {
@@ -117930,7 +117962,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
117930
117962
  } | {
117931
117963
  type: "TextDecoration";
117932
117964
  data: {
117933
- value?: "Strikethrough" | "None" | "Underline" | undefined;
117965
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
117934
117966
  aliasTo?: string | undefined;
117935
117967
  };
117936
117968
  } | {
@@ -117953,7 +117985,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
117953
117985
  aliasTo?: string | undefined;
117954
117986
  };
117955
117987
  textDecoration: {
117956
- value?: "Strikethrough" | "None" | "Underline" | undefined;
117988
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
117957
117989
  aliasTo?: string | undefined;
117958
117990
  };
117959
117991
  textCase: {
@@ -118310,7 +118342,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
118310
118342
  } | {
118311
118343
  type: "TextDecoration";
118312
118344
  data: {
118313
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
118345
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
118314
118346
  aliasTo?: string | null | undefined;
118315
118347
  };
118316
118348
  } | {
@@ -118333,7 +118365,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
118333
118365
  aliasTo?: string | null | undefined;
118334
118366
  };
118335
118367
  textDecoration: {
118336
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
118368
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
118337
118369
  aliasTo?: string | null | undefined;
118338
118370
  };
118339
118371
  textCase: {
@@ -120083,24 +120115,24 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120083
120115
  data: z$1.ZodObject<{
120084
120116
  aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
120085
120117
  } & {
120086
- value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"Strikethrough" | "None" | "Underline", z$1.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
120118
+ value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
120087
120119
  }, "strip", z$1.ZodTypeAny, {
120088
- value?: "Strikethrough" | "None" | "Underline" | undefined;
120120
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
120089
120121
  aliasTo?: string | undefined;
120090
120122
  }, {
120091
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
120123
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
120092
120124
  aliasTo?: string | null | undefined;
120093
120125
  }>;
120094
120126
  }, "strip", z$1.ZodTypeAny, {
120095
120127
  type: "TextDecoration";
120096
120128
  data: {
120097
- value?: "Strikethrough" | "None" | "Underline" | undefined;
120129
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
120098
120130
  aliasTo?: string | undefined;
120099
120131
  };
120100
120132
  }, {
120101
120133
  type: "TextDecoration";
120102
120134
  data: {
120103
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
120135
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
120104
120136
  aliasTo?: string | null | undefined;
120105
120137
  };
120106
120138
  }>, z$1.ZodObject<{
@@ -120125,7 +120157,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120125
120157
  aliasTo?: string | undefined;
120126
120158
  };
120127
120159
  textDecoration: {
120128
- value?: "Strikethrough" | "None" | "Underline" | undefined;
120160
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
120129
120161
  aliasTo?: string | undefined;
120130
120162
  };
120131
120163
  textCase: {
@@ -120177,7 +120209,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120177
120209
  aliasTo?: string | null | undefined;
120178
120210
  };
120179
120211
  textDecoration: {
120180
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
120212
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
120181
120213
  aliasTo?: string | null | undefined;
120182
120214
  };
120183
120215
  textCase: {
@@ -120229,7 +120261,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120229
120261
  aliasTo?: string | undefined;
120230
120262
  };
120231
120263
  textDecoration: {
120232
- value?: "Strikethrough" | "None" | "Underline" | undefined;
120264
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
120233
120265
  aliasTo?: string | undefined;
120234
120266
  };
120235
120267
  textCase: {
@@ -120281,7 +120313,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120281
120313
  aliasTo?: string | null | undefined;
120282
120314
  };
120283
120315
  textDecoration: {
120284
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
120316
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
120285
120317
  aliasTo?: string | null | undefined;
120286
120318
  };
120287
120319
  textCase: {
@@ -120335,7 +120367,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120335
120367
  aliasTo?: string | undefined;
120336
120368
  };
120337
120369
  textDecoration: {
120338
- value?: "Strikethrough" | "None" | "Underline" | undefined;
120370
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
120339
120371
  aliasTo?: string | undefined;
120340
120372
  };
120341
120373
  textCase: {
@@ -120390,7 +120422,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120390
120422
  aliasTo?: string | null | undefined;
120391
120423
  };
120392
120424
  textDecoration: {
120393
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
120425
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
120394
120426
  aliasTo?: string | null | undefined;
120395
120427
  };
120396
120428
  textCase: {
@@ -120448,7 +120480,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120448
120480
  aliasTo?: string | undefined;
120449
120481
  };
120450
120482
  textDecoration: {
120451
- value?: "Strikethrough" | "None" | "Underline" | undefined;
120483
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
120452
120484
  aliasTo?: string | undefined;
120453
120485
  };
120454
120486
  textCase: {
@@ -120506,7 +120538,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120506
120538
  aliasTo?: string | null | undefined;
120507
120539
  };
120508
120540
  textDecoration: {
120509
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
120541
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
120510
120542
  aliasTo?: string | null | undefined;
120511
120543
  };
120512
120544
  textCase: {
@@ -120992,7 +121024,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
120992
121024
  } | {
120993
121025
  type: "TextDecoration";
120994
121026
  data: {
120995
- value?: "Strikethrough" | "None" | "Underline" | undefined;
121027
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
120996
121028
  aliasTo?: string | undefined;
120997
121029
  };
120998
121030
  } | {
@@ -121015,7 +121047,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
121015
121047
  aliasTo?: string | undefined;
121016
121048
  };
121017
121049
  textDecoration: {
121018
- value?: "Strikethrough" | "None" | "Underline" | undefined;
121050
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
121019
121051
  aliasTo?: string | undefined;
121020
121052
  };
121021
121053
  textCase: {
@@ -121368,7 +121400,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
121368
121400
  } | {
121369
121401
  type: "TextDecoration";
121370
121402
  data: {
121371
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
121403
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
121372
121404
  aliasTo?: string | null | undefined;
121373
121405
  };
121374
121406
  } | {
@@ -121391,7 +121423,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
121391
121423
  aliasTo?: string | null | undefined;
121392
121424
  };
121393
121425
  textDecoration: {
121394
- value?: "Strikethrough" | "None" | "Underline" | null | undefined;
121426
+ value?: "None" | "Strikethrough" | "Underline" | null | undefined;
121395
121427
  aliasTo?: string | null | undefined;
121396
121428
  };
121397
121429
  textCase: {
@@ -123964,18 +123996,18 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
123964
123996
  email: string;
123965
123997
  id: string;
123966
123998
  createdAt: Date;
123999
+ seatType: "Full" | "Builder" | "None";
123967
124000
  workspaceId: string;
123968
124001
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
123969
- seatType: "None" | "Full" | "Builder";
123970
124002
  invitedBy: string;
123971
124003
  resentAt?: Date | null | undefined;
123972
124004
  }, {
123973
124005
  email: string;
123974
124006
  id: string;
123975
124007
  createdAt: Date;
124008
+ seatType: "Full" | "Builder" | "None";
123976
124009
  workspaceId: string;
123977
124010
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
123978
- seatType: "None" | "Full" | "Builder";
123979
124011
  invitedBy: string;
123980
124012
  resentAt?: Date | null | undefined;
123981
124013
  }>, "many">;
@@ -123984,9 +124016,9 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
123984
124016
  email: string;
123985
124017
  id: string;
123986
124018
  createdAt: Date;
124019
+ seatType: "Full" | "Builder" | "None";
123987
124020
  workspaceId: string;
123988
124021
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
123989
- seatType: "None" | "Full" | "Builder";
123990
124022
  invitedBy: string;
123991
124023
  resentAt?: Date | null | undefined;
123992
124024
  }[];
@@ -123995,9 +124027,9 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
123995
124027
  email: string;
123996
124028
  id: string;
123997
124029
  createdAt: Date;
124030
+ seatType: "Full" | "Builder" | "None";
123998
124031
  workspaceId: string;
123999
124032
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
124000
- seatType: "None" | "Full" | "Builder";
124001
124033
  invitedBy: string;
124002
124034
  resentAt?: Date | null | undefined;
124003
124035
  }[];
@@ -124028,18 +124060,18 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
124028
124060
  email: string;
124029
124061
  id: string;
124030
124062
  createdAt: Date;
124063
+ seatType: "Full" | "Builder" | "None";
124031
124064
  workspaceId: string;
124032
124065
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
124033
- seatType: "None" | "Full" | "Builder";
124034
124066
  invitedBy: string;
124035
124067
  resentAt?: Date | null | undefined;
124036
124068
  }, {
124037
124069
  email: string;
124038
124070
  id: string;
124039
124071
  createdAt: Date;
124072
+ seatType: "Full" | "Builder" | "None";
124040
124073
  workspaceId: string;
124041
124074
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
124042
- seatType: "None" | "Full" | "Builder";
124043
124075
  invitedBy: string;
124044
124076
  resentAt?: Date | null | undefined;
124045
124077
  }>;
@@ -124048,9 +124080,9 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
124048
124080
  email: string;
124049
124081
  id: string;
124050
124082
  createdAt: Date;
124083
+ seatType: "Full" | "Builder" | "None";
124051
124084
  workspaceId: string;
124052
124085
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
124053
- seatType: "None" | "Full" | "Builder";
124054
124086
  invitedBy: string;
124055
124087
  resentAt?: Date | null | undefined;
124056
124088
  };
@@ -124059,9 +124091,9 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
124059
124091
  email: string;
124060
124092
  id: string;
124061
124093
  createdAt: Date;
124094
+ seatType: "Full" | "Builder" | "None";
124062
124095
  workspaceId: string;
124063
124096
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
124064
- seatType: "None" | "Full" | "Builder";
124065
124097
  invitedBy: string;
124066
124098
  resentAt?: Date | null | undefined;
124067
124099
  };
@@ -124212,6 +124244,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124212
124244
  } | null | undefined>;
124213
124245
  seats: z$1.ZodNumber;
124214
124246
  seatLimit: z$1.ZodNumber;
124247
+ monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
124248
+ monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
124215
124249
  builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
124216
124250
  fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
124217
124251
  builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
@@ -124243,6 +124277,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124243
124277
  expiryYear?: string | null | undefined;
124244
124278
  brand?: string | null | undefined;
124245
124279
  } | undefined;
124280
+ monthlyCreditGrantAnchor?: string | undefined;
124281
+ monthlyCreditGrantAmount?: number | undefined;
124246
124282
  builderSeatLimit?: number | undefined;
124247
124283
  fullSeatLimit?: number | undefined;
124248
124284
  builderSeats?: number | undefined;
@@ -124270,6 +124306,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124270
124306
  expiryYear?: string | null | undefined;
124271
124307
  brand?: string | null | undefined;
124272
124308
  } | null | undefined;
124309
+ monthlyCreditGrantAnchor?: string | null | undefined;
124310
+ monthlyCreditGrantAmount?: number | null | undefined;
124273
124311
  builderSeatLimit?: number | undefined;
124274
124312
  fullSeatLimit?: number | undefined;
124275
124313
  builderSeats?: number | undefined;
@@ -124359,6 +124397,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124359
124397
  expiryYear?: string | null | undefined;
124360
124398
  brand?: string | null | undefined;
124361
124399
  } | undefined;
124400
+ monthlyCreditGrantAnchor?: string | undefined;
124401
+ monthlyCreditGrantAmount?: number | undefined;
124362
124402
  builderSeatLimit?: number | undefined;
124363
124403
  fullSeatLimit?: number | undefined;
124364
124404
  builderSeats?: number | undefined;
@@ -124426,6 +124466,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124426
124466
  expiryYear?: string | null | undefined;
124427
124467
  brand?: string | null | undefined;
124428
124468
  } | null | undefined;
124469
+ monthlyCreditGrantAnchor?: string | null | undefined;
124470
+ monthlyCreditGrantAmount?: number | null | undefined;
124429
124471
  builderSeatLimit?: number | undefined;
124430
124472
  fullSeatLimit?: number | undefined;
124431
124473
  builderSeats?: number | undefined;
@@ -124499,6 +124541,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124499
124541
  expiryYear?: string | null | undefined;
124500
124542
  brand?: string | null | undefined;
124501
124543
  } | undefined;
124544
+ monthlyCreditGrantAnchor?: string | undefined;
124545
+ monthlyCreditGrantAmount?: number | undefined;
124502
124546
  builderSeatLimit?: number | undefined;
124503
124547
  fullSeatLimit?: number | undefined;
124504
124548
  builderSeats?: number | undefined;
@@ -124572,6 +124616,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124572
124616
  expiryYear?: string | null | undefined;
124573
124617
  brand?: string | null | undefined;
124574
124618
  } | null | undefined;
124619
+ monthlyCreditGrantAnchor?: string | null | undefined;
124620
+ monthlyCreditGrantAmount?: number | null | undefined;
124575
124621
  builderSeatLimit?: number | undefined;
124576
124622
  fullSeatLimit?: number | undefined;
124577
124623
  builderSeats?: number | undefined;
@@ -125142,6 +125188,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125142
125188
  } | null | undefined>;
125143
125189
  seats: z$1.ZodNumber;
125144
125190
  seatLimit: z$1.ZodNumber;
125191
+ monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
125192
+ monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
125145
125193
  builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
125146
125194
  fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
125147
125195
  builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
@@ -125173,6 +125221,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125173
125221
  expiryYear?: string | null | undefined;
125174
125222
  brand?: string | null | undefined;
125175
125223
  } | undefined;
125224
+ monthlyCreditGrantAnchor?: string | undefined;
125225
+ monthlyCreditGrantAmount?: number | undefined;
125176
125226
  builderSeatLimit?: number | undefined;
125177
125227
  fullSeatLimit?: number | undefined;
125178
125228
  builderSeats?: number | undefined;
@@ -125200,6 +125250,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125200
125250
  expiryYear?: string | null | undefined;
125201
125251
  brand?: string | null | undefined;
125202
125252
  } | null | undefined;
125253
+ monthlyCreditGrantAnchor?: string | null | undefined;
125254
+ monthlyCreditGrantAmount?: number | null | undefined;
125203
125255
  builderSeatLimit?: number | undefined;
125204
125256
  fullSeatLimit?: number | undefined;
125205
125257
  builderSeats?: number | undefined;
@@ -125289,6 +125341,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125289
125341
  expiryYear?: string | null | undefined;
125290
125342
  brand?: string | null | undefined;
125291
125343
  } | undefined;
125344
+ monthlyCreditGrantAnchor?: string | undefined;
125345
+ monthlyCreditGrantAmount?: number | undefined;
125292
125346
  builderSeatLimit?: number | undefined;
125293
125347
  fullSeatLimit?: number | undefined;
125294
125348
  builderSeats?: number | undefined;
@@ -125356,6 +125410,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125356
125410
  expiryYear?: string | null | undefined;
125357
125411
  brand?: string | null | undefined;
125358
125412
  } | null | undefined;
125413
+ monthlyCreditGrantAnchor?: string | null | undefined;
125414
+ monthlyCreditGrantAmount?: number | null | undefined;
125359
125415
  builderSeatLimit?: number | undefined;
125360
125416
  fullSeatLimit?: number | undefined;
125361
125417
  builderSeats?: number | undefined;
@@ -125429,6 +125485,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125429
125485
  expiryYear?: string | null | undefined;
125430
125486
  brand?: string | null | undefined;
125431
125487
  } | undefined;
125488
+ monthlyCreditGrantAnchor?: string | undefined;
125489
+ monthlyCreditGrantAmount?: number | undefined;
125432
125490
  builderSeatLimit?: number | undefined;
125433
125491
  fullSeatLimit?: number | undefined;
125434
125492
  builderSeats?: number | undefined;
@@ -125502,6 +125560,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125502
125560
  expiryYear?: string | null | undefined;
125503
125561
  brand?: string | null | undefined;
125504
125562
  } | null | undefined;
125563
+ monthlyCreditGrantAnchor?: string | null | undefined;
125564
+ monthlyCreditGrantAmount?: number | null | undefined;
125505
125565
  builderSeatLimit?: number | undefined;
125506
125566
  fullSeatLimit?: number | undefined;
125507
125567
  builderSeats?: number | undefined;
@@ -125577,6 +125637,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125577
125637
  expiryYear?: string | null | undefined;
125578
125638
  brand?: string | null | undefined;
125579
125639
  } | undefined;
125640
+ monthlyCreditGrantAnchor?: string | undefined;
125641
+ monthlyCreditGrantAmount?: number | undefined;
125580
125642
  builderSeatLimit?: number | undefined;
125581
125643
  fullSeatLimit?: number | undefined;
125582
125644
  builderSeats?: number | undefined;
@@ -125652,6 +125714,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125652
125714
  expiryYear?: string | null | undefined;
125653
125715
  brand?: string | null | undefined;
125654
125716
  } | null | undefined;
125717
+ monthlyCreditGrantAnchor?: string | null | undefined;
125718
+ monthlyCreditGrantAmount?: number | null | undefined;
125655
125719
  builderSeatLimit?: number | undefined;
125656
125720
  fullSeatLimit?: number | undefined;
125657
125721
  builderSeats?: number | undefined;
@@ -129529,6 +129593,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
129529
129593
  } | null | undefined>;
129530
129594
  seats: z$1.ZodNumber;
129531
129595
  seatLimit: z$1.ZodNumber;
129596
+ monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129597
+ monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
129532
129598
  builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
129533
129599
  fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
129534
129600
  builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
@@ -129560,6 +129626,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
129560
129626
  expiryYear?: string | null | undefined;
129561
129627
  brand?: string | null | undefined;
129562
129628
  } | undefined;
129629
+ monthlyCreditGrantAnchor?: string | undefined;
129630
+ monthlyCreditGrantAmount?: number | undefined;
129563
129631
  builderSeatLimit?: number | undefined;
129564
129632
  fullSeatLimit?: number | undefined;
129565
129633
  builderSeats?: number | undefined;
@@ -129587,6 +129655,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
129587
129655
  expiryYear?: string | null | undefined;
129588
129656
  brand?: string | null | undefined;
129589
129657
  } | null | undefined;
129658
+ monthlyCreditGrantAnchor?: string | null | undefined;
129659
+ monthlyCreditGrantAmount?: number | null | undefined;
129590
129660
  builderSeatLimit?: number | undefined;
129591
129661
  fullSeatLimit?: number | undefined;
129592
129662
  builderSeats?: number | undefined;
@@ -129676,6 +129746,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
129676
129746
  expiryYear?: string | null | undefined;
129677
129747
  brand?: string | null | undefined;
129678
129748
  } | undefined;
129749
+ monthlyCreditGrantAnchor?: string | undefined;
129750
+ monthlyCreditGrantAmount?: number | undefined;
129679
129751
  builderSeatLimit?: number | undefined;
129680
129752
  fullSeatLimit?: number | undefined;
129681
129753
  builderSeats?: number | undefined;
@@ -129743,6 +129815,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
129743
129815
  expiryYear?: string | null | undefined;
129744
129816
  brand?: string | null | undefined;
129745
129817
  } | null | undefined;
129818
+ monthlyCreditGrantAnchor?: string | null | undefined;
129819
+ monthlyCreditGrantAmount?: number | null | undefined;
129746
129820
  builderSeatLimit?: number | undefined;
129747
129821
  fullSeatLimit?: number | undefined;
129748
129822
  builderSeats?: number | undefined;
@@ -129925,6 +129999,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129925
129999
  } | null | undefined>;
129926
130000
  seats: z$1.ZodNumber;
129927
130001
  seatLimit: z$1.ZodNumber;
130002
+ monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
130003
+ monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
129928
130004
  builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
129929
130005
  fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
129930
130006
  builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
@@ -129956,6 +130032,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129956
130032
  expiryYear?: string | null | undefined;
129957
130033
  brand?: string | null | undefined;
129958
130034
  } | undefined;
130035
+ monthlyCreditGrantAnchor?: string | undefined;
130036
+ monthlyCreditGrantAmount?: number | undefined;
129959
130037
  builderSeatLimit?: number | undefined;
129960
130038
  fullSeatLimit?: number | undefined;
129961
130039
  builderSeats?: number | undefined;
@@ -129983,6 +130061,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
129983
130061
  expiryYear?: string | null | undefined;
129984
130062
  brand?: string | null | undefined;
129985
130063
  } | null | undefined;
130064
+ monthlyCreditGrantAnchor?: string | null | undefined;
130065
+ monthlyCreditGrantAmount?: number | null | undefined;
129986
130066
  builderSeatLimit?: number | undefined;
129987
130067
  fullSeatLimit?: number | undefined;
129988
130068
  builderSeats?: number | undefined;
@@ -130072,6 +130152,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130072
130152
  expiryYear?: string | null | undefined;
130073
130153
  brand?: string | null | undefined;
130074
130154
  } | undefined;
130155
+ monthlyCreditGrantAnchor?: string | undefined;
130156
+ monthlyCreditGrantAmount?: number | undefined;
130075
130157
  builderSeatLimit?: number | undefined;
130076
130158
  fullSeatLimit?: number | undefined;
130077
130159
  builderSeats?: number | undefined;
@@ -130139,6 +130221,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130139
130221
  expiryYear?: string | null | undefined;
130140
130222
  brand?: string | null | undefined;
130141
130223
  } | null | undefined;
130224
+ monthlyCreditGrantAnchor?: string | null | undefined;
130225
+ monthlyCreditGrantAmount?: number | null | undefined;
130142
130226
  builderSeatLimit?: number | undefined;
130143
130227
  fullSeatLimit?: number | undefined;
130144
130228
  builderSeats?: number | undefined;
@@ -130208,6 +130292,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130208
130292
  expiryYear?: string | null | undefined;
130209
130293
  brand?: string | null | undefined;
130210
130294
  } | undefined;
130295
+ monthlyCreditGrantAnchor?: string | undefined;
130296
+ monthlyCreditGrantAmount?: number | undefined;
130211
130297
  builderSeatLimit?: number | undefined;
130212
130298
  fullSeatLimit?: number | undefined;
130213
130299
  builderSeats?: number | undefined;
@@ -130277,6 +130363,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130277
130363
  expiryYear?: string | null | undefined;
130278
130364
  brand?: string | null | undefined;
130279
130365
  } | null | undefined;
130366
+ monthlyCreditGrantAnchor?: string | null | undefined;
130367
+ monthlyCreditGrantAmount?: number | null | undefined;
130280
130368
  builderSeatLimit?: number | undefined;
130281
130369
  fullSeatLimit?: number | undefined;
130282
130370
  builderSeats?: number | undefined;
@@ -132150,12 +132238,12 @@ declare const PageBlockDefinitionLayoutBase: z$1.ZodObject<{
132150
132238
  columnResizing: z$1.ZodOptional<z$1.ZodEnum<["Fill", "Hug"]>>;
132151
132239
  }, "strip", z$1.ZodTypeAny, {
132152
132240
  type: "Column" | "Row";
132153
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132241
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132154
132242
  columnAlign?: "Center" | "Start" | "End" | undefined;
132155
132243
  columnResizing?: "Fill" | "Hug" | undefined;
132156
132244
  }, {
132157
132245
  type: "Column" | "Row";
132158
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132246
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132159
132247
  columnAlign?: "Center" | "Start" | "End" | undefined;
132160
132248
  columnResizing?: "Fill" | "Hug" | undefined;
132161
132249
  }>;
@@ -132291,7 +132379,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
132291
132379
  name: string;
132292
132380
  layout: {
132293
132381
  type: "Column" | "Row";
132294
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132382
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132295
132383
  columnAlign?: "Center" | "Start" | "End" | undefined;
132296
132384
  columnResizing?: "Fill" | "Hug" | undefined;
132297
132385
  } & {
@@ -132313,7 +132401,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
132313
132401
  name: string;
132314
132402
  layout: {
132315
132403
  type: "Column" | "Row";
132316
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132404
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132317
132405
  columnAlign?: "Center" | "Start" | "End" | undefined;
132318
132406
  columnResizing?: "Fill" | "Hug" | undefined;
132319
132407
  } & {
@@ -132346,7 +132434,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
132346
132434
  name: string;
132347
132435
  layout: {
132348
132436
  type: "Column" | "Row";
132349
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132437
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132350
132438
  columnAlign?: "Center" | "Start" | "End" | undefined;
132351
132439
  columnResizing?: "Fill" | "Hug" | undefined;
132352
132440
  } & {
@@ -132385,7 +132473,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
132385
132473
  name: string;
132386
132474
  layout: {
132387
132475
  type: "Column" | "Row";
132388
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132476
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132389
132477
  columnAlign?: "Center" | "Start" | "End" | undefined;
132390
132478
  columnResizing?: "Fill" | "Hug" | undefined;
132391
132479
  } & {
@@ -132515,7 +132603,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
132515
132603
  name: string;
132516
132604
  layout: {
132517
132605
  type: "Column" | "Row";
132518
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132606
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132519
132607
  columnAlign?: "Center" | "Start" | "End" | undefined;
132520
132608
  columnResizing?: "Fill" | "Hug" | undefined;
132521
132609
  } & {
@@ -132588,7 +132676,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
132588
132676
  name: string;
132589
132677
  layout: {
132590
132678
  type: "Column" | "Row";
132591
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132679
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132592
132680
  columnAlign?: "Center" | "Start" | "End" | undefined;
132593
132681
  columnResizing?: "Fill" | "Hug" | undefined;
132594
132682
  } & {
@@ -132663,7 +132751,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
132663
132751
  name: string;
132664
132752
  layout: {
132665
132753
  type: "Column" | "Row";
132666
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132754
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132667
132755
  columnAlign?: "Center" | "Start" | "End" | undefined;
132668
132756
  columnResizing?: "Fill" | "Hug" | undefined;
132669
132757
  } & {
@@ -132738,7 +132826,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
132738
132826
  name: string;
132739
132827
  layout: {
132740
132828
  type: "Column" | "Row";
132741
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
132829
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
132742
132830
  columnAlign?: "Center" | "Start" | "End" | undefined;
132743
132831
  columnResizing?: "Fill" | "Hug" | undefined;
132744
132832
  } & {
@@ -136166,7 +136254,7 @@ declare class DocumentationEndpoint {
136166
136254
  name: string;
136167
136255
  layout: {
136168
136256
  type: "Column" | "Row";
136169
- gap?: "Small" | "Medium" | "Large" | "None" | undefined;
136257
+ gap?: "None" | "Small" | "Medium" | "Large" | undefined;
136170
136258
  columnAlign?: "Center" | "Start" | "End" | undefined;
136171
136259
  columnResizing?: "Fill" | "Hug" | undefined;
136172
136260
  } & {
@@ -138666,7 +138754,7 @@ declare class ThemesEndpoint {
138666
138754
  } | {
138667
138755
  type: "TextDecoration";
138668
138756
  data: {
138669
- value?: "Strikethrough" | "None" | "Underline" | undefined;
138757
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
138670
138758
  aliasTo?: string | undefined;
138671
138759
  };
138672
138760
  } | {
@@ -138689,7 +138777,7 @@ declare class ThemesEndpoint {
138689
138777
  aliasTo?: string | undefined;
138690
138778
  };
138691
138779
  textDecoration: {
138692
- value?: "Strikethrough" | "None" | "Underline" | undefined;
138780
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
138693
138781
  aliasTo?: string | undefined;
138694
138782
  };
138695
138783
  textCase: {
@@ -139047,7 +139135,7 @@ declare class ThemesEndpoint {
139047
139135
  } | {
139048
139136
  type: "TextDecoration";
139049
139137
  data: {
139050
- value?: "Strikethrough" | "None" | "Underline" | undefined;
139138
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
139051
139139
  aliasTo?: string | undefined;
139052
139140
  };
139053
139141
  } | {
@@ -139070,7 +139158,7 @@ declare class ThemesEndpoint {
139070
139158
  aliasTo?: string | undefined;
139071
139159
  };
139072
139160
  textDecoration: {
139073
- value?: "Strikethrough" | "None" | "Underline" | undefined;
139161
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
139074
139162
  aliasTo?: string | undefined;
139075
139163
  };
139076
139164
  textCase: {
@@ -139428,7 +139516,7 @@ declare class ThemesEndpoint {
139428
139516
  } | {
139429
139517
  type: "TextDecoration";
139430
139518
  data: {
139431
- value?: "Strikethrough" | "None" | "Underline" | undefined;
139519
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
139432
139520
  aliasTo?: string | undefined;
139433
139521
  };
139434
139522
  } | {
@@ -139451,7 +139539,7 @@ declare class ThemesEndpoint {
139451
139539
  aliasTo?: string | undefined;
139452
139540
  };
139453
139541
  textDecoration: {
139454
- value?: "Strikethrough" | "None" | "Underline" | undefined;
139542
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
139455
139543
  aliasTo?: string | undefined;
139456
139544
  };
139457
139545
  textCase: {
@@ -139851,7 +139939,7 @@ declare class TokensEndpoint {
139851
139939
  } | {
139852
139940
  type: "TextDecoration";
139853
139941
  data: {
139854
- value?: "Strikethrough" | "None" | "Underline" | undefined;
139942
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
139855
139943
  aliasTo?: string | undefined;
139856
139944
  };
139857
139945
  } | {
@@ -139874,7 +139962,7 @@ declare class TokensEndpoint {
139874
139962
  aliasTo?: string | undefined;
139875
139963
  };
139876
139964
  textDecoration: {
139877
- value?: "Strikethrough" | "None" | "Underline" | undefined;
139965
+ value?: "None" | "Strikethrough" | "Underline" | undefined;
139878
139966
  aliasTo?: string | undefined;
139879
139967
  };
139880
139968
  textCase: {
@@ -141140,6 +141228,8 @@ declare class DesignSystemsEndpoint {
141140
141228
  expiryYear?: string | null | undefined;
141141
141229
  brand?: string | null | undefined;
141142
141230
  } | undefined;
141231
+ monthlyCreditGrantAnchor?: string | undefined;
141232
+ monthlyCreditGrantAmount?: number | undefined;
141143
141233
  builderSeatLimit?: number | undefined;
141144
141234
  fullSeatLimit?: number | undefined;
141145
141235
  builderSeats?: number | undefined;
@@ -142810,9 +142900,9 @@ declare class WorkspaceInvitationsEndpoint {
142810
142900
  email: string;
142811
142901
  id: string;
142812
142902
  createdAt: Date;
142903
+ seatType: "Full" | "Builder" | "None";
142813
142904
  workspaceId: string;
142814
142905
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142815
- seatType: "None" | "Full" | "Builder";
142816
142906
  invitedBy: string;
142817
142907
  resentAt?: Date | null | undefined;
142818
142908
  };
@@ -142822,9 +142912,9 @@ declare class WorkspaceInvitationsEndpoint {
142822
142912
  email: string;
142823
142913
  id: string;
142824
142914
  createdAt: Date;
142915
+ seatType: "Full" | "Builder" | "None";
142825
142916
  workspaceId: string;
142826
142917
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142827
- seatType: "None" | "Full" | "Builder";
142828
142918
  invitedBy: string;
142829
142919
  resentAt?: Date | null | undefined;
142830
142920
  }[];
@@ -142869,6 +142959,8 @@ declare class WorkspaceInvitationsEndpoint {
142869
142959
  expiryYear?: string | null | undefined;
142870
142960
  brand?: string | null | undefined;
142871
142961
  } | undefined;
142962
+ monthlyCreditGrantAnchor?: string | undefined;
142963
+ monthlyCreditGrantAmount?: number | undefined;
142872
142964
  builderSeatLimit?: number | undefined;
142873
142965
  fullSeatLimit?: number | undefined;
142874
142966
  builderSeats?: number | undefined;
@@ -142999,6 +143091,8 @@ declare class WorkspaceMembersEndpoint {
142999
143091
  expiryYear?: string | null | undefined;
143000
143092
  brand?: string | null | undefined;
143001
143093
  } | undefined;
143094
+ monthlyCreditGrantAnchor?: string | undefined;
143095
+ monthlyCreditGrantAmount?: number | undefined;
143002
143096
  builderSeatLimit?: number | undefined;
143003
143097
  fullSeatLimit?: number | undefined;
143004
143098
  builderSeats?: number | undefined;
@@ -143070,6 +143164,8 @@ declare class WorkspaceMembersEndpoint {
143070
143164
  expiryYear?: string | null | undefined;
143071
143165
  brand?: string | null | undefined;
143072
143166
  } | undefined;
143167
+ monthlyCreditGrantAnchor?: string | undefined;
143168
+ monthlyCreditGrantAmount?: number | undefined;
143073
143169
  builderSeatLimit?: number | undefined;
143074
143170
  fullSeatLimit?: number | undefined;
143075
143171
  builderSeats?: number | undefined;
@@ -143174,6 +143270,8 @@ declare class WorkspacesEndpoint {
143174
143270
  expiryYear?: string | null | undefined;
143175
143271
  brand?: string | null | undefined;
143176
143272
  } | undefined;
143273
+ monthlyCreditGrantAnchor?: string | undefined;
143274
+ monthlyCreditGrantAmount?: number | undefined;
143177
143275
  builderSeatLimit?: number | undefined;
143178
143276
  fullSeatLimit?: number | undefined;
143179
143277
  builderSeats?: number | undefined;
@@ -143245,6 +143343,8 @@ declare class WorkspacesEndpoint {
143245
143343
  expiryYear?: string | null | undefined;
143246
143344
  brand?: string | null | undefined;
143247
143345
  } | undefined;
143346
+ monthlyCreditGrantAnchor?: string | undefined;
143347
+ monthlyCreditGrantAmount?: number | undefined;
143248
143348
  builderSeatLimit?: number | undefined;
143249
143349
  fullSeatLimit?: number | undefined;
143250
143350
  builderSeats?: number | undefined;
@@ -143320,6 +143420,8 @@ declare class WorkspacesEndpoint {
143320
143420
  expiryYear?: string | null | undefined;
143321
143421
  brand?: string | null | undefined;
143322
143422
  } | undefined;
143423
+ monthlyCreditGrantAnchor?: string | undefined;
143424
+ monthlyCreditGrantAmount?: number | undefined;
143323
143425
  builderSeatLimit?: number | undefined;
143324
143426
  fullSeatLimit?: number | undefined;
143325
143427
  builderSeats?: number | undefined;
@@ -143448,6 +143550,8 @@ declare class WorkspacesEndpoint {
143448
143550
  expiryYear?: string | null | undefined;
143449
143551
  brand?: string | null | undefined;
143450
143552
  } | undefined;
143553
+ monthlyCreditGrantAnchor?: string | undefined;
143554
+ monthlyCreditGrantAmount?: number | undefined;
143451
143555
  builderSeatLimit?: number | undefined;
143452
143556
  fullSeatLimit?: number | undefined;
143453
143557
  builderSeats?: number | undefined;
@@ -143568,6 +143672,8 @@ declare class UsersEndpoint {
143568
143672
  expiryYear?: string | null | undefined;
143569
143673
  brand?: string | null | undefined;
143570
143674
  } | undefined;
143675
+ monthlyCreditGrantAnchor?: string | undefined;
143676
+ monthlyCreditGrantAmount?: number | undefined;
143571
143677
  builderSeatLimit?: number | undefined;
143572
143678
  fullSeatLimit?: number | undefined;
143573
143679
  builderSeats?: number | undefined;