@supernova-studio/client 0.55.24 → 0.55.26

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
@@ -516,7 +516,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
516
516
  };
517
517
  opacity: {
518
518
  value?: {
519
- unit: "Pixels" | "Raw";
519
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
520
520
  measure: number;
521
521
  } | undefined;
522
522
  aliasTo?: string | undefined;
@@ -527,7 +527,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
527
527
  };
528
528
  opacity: {
529
529
  value?: {
530
- unit: "Pixels" | "Raw";
530
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
531
531
  measure: number;
532
532
  } | null | undefined;
533
533
  aliasTo?: string | null | undefined;
@@ -538,7 +538,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
538
538
  };
539
539
  opacity: {
540
540
  value?: {
541
- unit: "Pixels" | "Raw";
541
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
542
542
  measure: number;
543
543
  } | undefined;
544
544
  aliasTo?: string | undefined;
@@ -549,7 +549,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
549
549
  };
550
550
  opacity: {
551
551
  value?: {
552
- unit: "Pixels" | "Raw";
552
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
553
553
  measure: number;
554
554
  } | null | undefined;
555
555
  aliasTo?: string | null | undefined;
@@ -562,7 +562,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
562
562
  };
563
563
  opacity: {
564
564
  value?: {
565
- unit: "Pixels" | "Raw";
565
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
566
566
  measure: number;
567
567
  } | undefined;
568
568
  aliasTo?: string | undefined;
@@ -576,7 +576,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
576
576
  };
577
577
  opacity: {
578
578
  value?: {
579
- unit: "Pixels" | "Raw";
579
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
580
580
  measure: number;
581
581
  } | null | undefined;
582
582
  aliasTo?: string | null | undefined;
@@ -593,7 +593,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
593
593
  };
594
594
  opacity: {
595
595
  value?: {
596
- unit: "Pixels" | "Raw";
596
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
597
597
  measure: number;
598
598
  } | undefined;
599
599
  aliasTo?: string | undefined;
@@ -604,7 +604,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
604
604
  };
605
605
  opacity: {
606
606
  value?: {
607
- unit: "Pixels" | "Raw";
607
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
608
608
  measure: number;
609
609
  } | null | undefined;
610
610
  aliasTo?: string | null | undefined;
@@ -615,7 +615,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
615
615
  };
616
616
  opacity: {
617
617
  value?: {
618
- unit: "Pixels" | "Raw";
618
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
619
619
  measure: number;
620
620
  } | undefined;
621
621
  aliasTo?: string | undefined;
@@ -626,7 +626,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
626
626
  };
627
627
  opacity: {
628
628
  value?: {
629
- unit: "Pixels" | "Raw";
629
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
630
630
  measure: number;
631
631
  } | null | undefined;
632
632
  aliasTo?: string | null | undefined;
@@ -639,7 +639,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
639
639
  };
640
640
  opacity: {
641
641
  value?: {
642
- unit: "Pixels" | "Raw";
642
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
643
643
  measure: number;
644
644
  } | undefined;
645
645
  aliasTo?: string | undefined;
@@ -653,7 +653,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
653
653
  };
654
654
  opacity: {
655
655
  value?: {
656
- unit: "Pixels" | "Raw";
656
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
657
657
  measure: number;
658
658
  } | null | undefined;
659
659
  aliasTo?: string | null | undefined;
@@ -7901,11 +7901,11 @@ declare const DTODesignSystemCreateInput: z.ZodObject<{
7901
7901
  inviteId: z.ZodString;
7902
7902
  designSystemRole: z.ZodNullable<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
7903
7903
  }, "strip", z.ZodTypeAny, {
7904
- inviteId: string;
7905
7904
  designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
7906
- }, {
7907
7905
  inviteId: string;
7906
+ }, {
7908
7907
  designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
7908
+ inviteId: string;
7909
7909
  }>, "many">>;
7910
7910
  removeUserIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7911
7911
  deleteInvitationIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -8208,11 +8208,11 @@ declare const DTODesignSystemMembersUpdatePayload: z.ZodObject<{
8208
8208
  inviteId: z.ZodString;
8209
8209
  designSystemRole: z.ZodNullable<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
8210
8210
  }, "strip", z.ZodTypeAny, {
8211
- inviteId: string;
8212
8211
  designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
8213
- }, {
8214
8212
  inviteId: string;
8213
+ }, {
8215
8214
  designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
8215
+ inviteId: string;
8216
8216
  }>, "many">>;
8217
8217
  removeUserIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8218
8218
  deleteInvitationIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -8235,8 +8235,8 @@ declare const DTODesignSystemMembersUpdatePayload: z.ZodObject<{
8235
8235
  designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
8236
8236
  }[] | undefined;
8237
8237
  invitesToUpdate?: {
8238
- inviteId: string;
8239
8238
  designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
8239
+ inviteId: string;
8240
8240
  }[] | undefined;
8241
8241
  removeUserIds?: string[] | undefined;
8242
8242
  deleteInvitationIds?: string[] | undefined;
@@ -8259,8 +8259,8 @@ declare const DTODesignSystemMembersUpdatePayload: z.ZodObject<{
8259
8259
  designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
8260
8260
  }[] | undefined;
8261
8261
  invitesToUpdate?: {
8262
- inviteId: string;
8263
8262
  designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
8263
+ inviteId: string;
8264
8264
  }[] | undefined;
8265
8265
  removeUserIds?: string[] | undefined;
8266
8266
  deleteInvitationIds?: string[] | undefined;
@@ -19347,7 +19347,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19347
19347
  };
19348
19348
  opacity: {
19349
19349
  value?: {
19350
- unit: "Pixels" | "Raw";
19350
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19351
19351
  measure: number;
19352
19352
  } | undefined;
19353
19353
  aliasTo?: string | undefined;
@@ -19358,7 +19358,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19358
19358
  };
19359
19359
  opacity: {
19360
19360
  value?: {
19361
- unit: "Pixels" | "Raw";
19361
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19362
19362
  measure: number;
19363
19363
  } | null | undefined;
19364
19364
  aliasTo?: string | null | undefined;
@@ -19369,7 +19369,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19369
19369
  };
19370
19370
  opacity: {
19371
19371
  value?: {
19372
- unit: "Pixels" | "Raw";
19372
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19373
19373
  measure: number;
19374
19374
  } | undefined;
19375
19375
  aliasTo?: string | undefined;
@@ -19380,7 +19380,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19380
19380
  };
19381
19381
  opacity: {
19382
19382
  value?: {
19383
- unit: "Pixels" | "Raw";
19383
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19384
19384
  measure: number;
19385
19385
  } | null | undefined;
19386
19386
  aliasTo?: string | null | undefined;
@@ -19393,7 +19393,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19393
19393
  };
19394
19394
  opacity: {
19395
19395
  value?: {
19396
- unit: "Pixels" | "Raw";
19396
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19397
19397
  measure: number;
19398
19398
  } | undefined;
19399
19399
  aliasTo?: string | undefined;
@@ -19407,7 +19407,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19407
19407
  };
19408
19408
  opacity: {
19409
19409
  value?: {
19410
- unit: "Pixels" | "Raw";
19410
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19411
19411
  measure: number;
19412
19412
  } | null | undefined;
19413
19413
  aliasTo?: string | null | undefined;
@@ -19424,7 +19424,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19424
19424
  };
19425
19425
  opacity: {
19426
19426
  value?: {
19427
- unit: "Pixels" | "Raw";
19427
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19428
19428
  measure: number;
19429
19429
  } | undefined;
19430
19430
  aliasTo?: string | undefined;
@@ -19435,7 +19435,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19435
19435
  };
19436
19436
  opacity: {
19437
19437
  value?: {
19438
- unit: "Pixels" | "Raw";
19438
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19439
19439
  measure: number;
19440
19440
  } | null | undefined;
19441
19441
  aliasTo?: string | null | undefined;
@@ -19446,7 +19446,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19446
19446
  };
19447
19447
  opacity: {
19448
19448
  value?: {
19449
- unit: "Pixels" | "Raw";
19449
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19450
19450
  measure: number;
19451
19451
  } | undefined;
19452
19452
  aliasTo?: string | undefined;
@@ -19457,7 +19457,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19457
19457
  };
19458
19458
  opacity: {
19459
19459
  value?: {
19460
- unit: "Pixels" | "Raw";
19460
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19461
19461
  measure: number;
19462
19462
  } | null | undefined;
19463
19463
  aliasTo?: string | null | undefined;
@@ -19470,7 +19470,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19470
19470
  };
19471
19471
  opacity: {
19472
19472
  value?: {
19473
- unit: "Pixels" | "Raw";
19473
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19474
19474
  measure: number;
19475
19475
  } | undefined;
19476
19476
  aliasTo?: string | undefined;
@@ -19484,7 +19484,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19484
19484
  };
19485
19485
  opacity: {
19486
19486
  value?: {
19487
- unit: "Pixels" | "Raw";
19487
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19488
19488
  measure: number;
19489
19489
  } | null | undefined;
19490
19490
  aliasTo?: string | null | undefined;
@@ -23822,7 +23822,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23822
23822
  id: string;
23823
23823
  width: {
23824
23824
  value?: {
23825
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
23825
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23826
23826
  measure: number;
23827
23827
  } | null | undefined;
23828
23828
  aliasTo?: string | null | undefined;
@@ -23871,7 +23871,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23871
23871
  };
23872
23872
  opacity: {
23873
23873
  value?: {
23874
- unit: "Pixels" | "Raw";
23874
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23875
23875
  measure: number;
23876
23876
  } | undefined;
23877
23877
  aliasTo?: string | undefined;
@@ -23886,7 +23886,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23886
23886
  };
23887
23887
  opacity: {
23888
23888
  value?: {
23889
- unit: "Pixels" | "Raw";
23889
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23890
23890
  measure: number;
23891
23891
  } | undefined;
23892
23892
  aliasTo?: string | undefined;
@@ -23939,7 +23939,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23939
23939
  };
23940
23940
  opacity: {
23941
23941
  value?: {
23942
- unit: "Pixels" | "Raw";
23942
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23943
23943
  measure: number;
23944
23944
  } | null | undefined;
23945
23945
  aliasTo?: string | null | undefined;
@@ -23954,7 +23954,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23954
23954
  };
23955
23955
  opacity: {
23956
23956
  value?: {
23957
- unit: "Pixels" | "Raw";
23957
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23958
23958
  measure: number;
23959
23959
  } | null | undefined;
23960
23960
  aliasTo?: string | null | undefined;
@@ -24007,7 +24007,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24007
24007
  };
24008
24008
  opacity: {
24009
24009
  value?: {
24010
- unit: "Pixels" | "Raw";
24010
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24011
24011
  measure: number;
24012
24012
  } | undefined;
24013
24013
  aliasTo?: string | undefined;
@@ -24022,7 +24022,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24022
24022
  };
24023
24023
  opacity: {
24024
24024
  value?: {
24025
- unit: "Pixels" | "Raw";
24025
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24026
24026
  measure: number;
24027
24027
  } | undefined;
24028
24028
  aliasTo?: string | undefined;
@@ -24075,7 +24075,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24075
24075
  };
24076
24076
  opacity: {
24077
24077
  value?: {
24078
- unit: "Pixels" | "Raw";
24078
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24079
24079
  measure: number;
24080
24080
  } | null | undefined;
24081
24081
  aliasTo?: string | null | undefined;
@@ -24090,7 +24090,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24090
24090
  };
24091
24091
  opacity: {
24092
24092
  value?: {
24093
- unit: "Pixels" | "Raw";
24093
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24094
24094
  measure: number;
24095
24095
  } | null | undefined;
24096
24096
  aliasTo?: string | null | undefined;
@@ -24146,7 +24146,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24146
24146
  };
24147
24147
  opacity: {
24148
24148
  value?: {
24149
- unit: "Pixels" | "Raw";
24149
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24150
24150
  measure: number;
24151
24151
  } | undefined;
24152
24152
  aliasTo?: string | undefined;
@@ -24161,7 +24161,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24161
24161
  };
24162
24162
  opacity: {
24163
24163
  value?: {
24164
- unit: "Pixels" | "Raw";
24164
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24165
24165
  measure: number;
24166
24166
  } | undefined;
24167
24167
  aliasTo?: string | undefined;
@@ -24410,7 +24410,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24410
24410
  id: string;
24411
24411
  width: {
24412
24412
  value?: {
24413
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
24413
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24414
24414
  measure: number;
24415
24415
  } | null | undefined;
24416
24416
  aliasTo?: string | null | undefined;
@@ -24459,7 +24459,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24459
24459
  };
24460
24460
  opacity: {
24461
24461
  value?: {
24462
- unit: "Pixels" | "Raw";
24462
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24463
24463
  measure: number;
24464
24464
  } | null | undefined;
24465
24465
  aliasTo?: string | null | undefined;
@@ -24474,7 +24474,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24474
24474
  };
24475
24475
  opacity: {
24476
24476
  value?: {
24477
- unit: "Pixels" | "Raw";
24477
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24478
24478
  measure: number;
24479
24479
  } | null | undefined;
24480
24480
  aliasTo?: string | null | undefined;
@@ -24531,7 +24531,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24531
24531
  };
24532
24532
  opacity: {
24533
24533
  value?: {
24534
- unit: "Pixels" | "Raw";
24534
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24535
24535
  measure: number;
24536
24536
  } | undefined;
24537
24537
  aliasTo?: string | undefined;
@@ -24542,7 +24542,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24542
24542
  };
24543
24543
  opacity: {
24544
24544
  value?: {
24545
- unit: "Pixels" | "Raw";
24545
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24546
24546
  measure: number;
24547
24547
  } | null | undefined;
24548
24548
  aliasTo?: string | null | undefined;
@@ -24553,7 +24553,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24553
24553
  };
24554
24554
  opacity: {
24555
24555
  value?: {
24556
- unit: "Pixels" | "Raw";
24556
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24557
24557
  measure: number;
24558
24558
  } | undefined;
24559
24559
  aliasTo?: string | undefined;
@@ -24564,7 +24564,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24564
24564
  };
24565
24565
  opacity: {
24566
24566
  value?: {
24567
- unit: "Pixels" | "Raw";
24567
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24568
24568
  measure: number;
24569
24569
  } | null | undefined;
24570
24570
  aliasTo?: string | null | undefined;
@@ -24577,7 +24577,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24577
24577
  };
24578
24578
  opacity: {
24579
24579
  value?: {
24580
- unit: "Pixels" | "Raw";
24580
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24581
24581
  measure: number;
24582
24582
  } | undefined;
24583
24583
  aliasTo?: string | undefined;
@@ -24591,7 +24591,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24591
24591
  };
24592
24592
  opacity: {
24593
24593
  value?: {
24594
- unit: "Pixels" | "Raw";
24594
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24595
24595
  measure: number;
24596
24596
  } | null | undefined;
24597
24597
  aliasTo?: string | null | undefined;
@@ -24608,7 +24608,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24608
24608
  };
24609
24609
  opacity: {
24610
24610
  value?: {
24611
- unit: "Pixels" | "Raw";
24611
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24612
24612
  measure: number;
24613
24613
  } | undefined;
24614
24614
  aliasTo?: string | undefined;
@@ -24619,7 +24619,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24619
24619
  };
24620
24620
  opacity: {
24621
24621
  value?: {
24622
- unit: "Pixels" | "Raw";
24622
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24623
24623
  measure: number;
24624
24624
  } | null | undefined;
24625
24625
  aliasTo?: string | null | undefined;
@@ -24630,7 +24630,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24630
24630
  };
24631
24631
  opacity: {
24632
24632
  value?: {
24633
- unit: "Pixels" | "Raw";
24633
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24634
24634
  measure: number;
24635
24635
  } | undefined;
24636
24636
  aliasTo?: string | undefined;
@@ -24641,7 +24641,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24641
24641
  };
24642
24642
  opacity: {
24643
24643
  value?: {
24644
- unit: "Pixels" | "Raw";
24644
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24645
24645
  measure: number;
24646
24646
  } | null | undefined;
24647
24647
  aliasTo?: string | null | undefined;
@@ -24654,7 +24654,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24654
24654
  };
24655
24655
  opacity: {
24656
24656
  value?: {
24657
- unit: "Pixels" | "Raw";
24657
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24658
24658
  measure: number;
24659
24659
  } | undefined;
24660
24660
  aliasTo?: string | undefined;
@@ -24668,7 +24668,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24668
24668
  };
24669
24669
  opacity: {
24670
24670
  value?: {
24671
- unit: "Pixels" | "Raw";
24671
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24672
24672
  measure: number;
24673
24673
  } | null | undefined;
24674
24674
  aliasTo?: string | null | undefined;
@@ -25222,7 +25222,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25222
25222
  id: string;
25223
25223
  width: {
25224
25224
  value?: {
25225
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25225
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25226
25226
  measure: number;
25227
25227
  } | null | undefined;
25228
25228
  aliasTo?: string | null | undefined;
@@ -25463,7 +25463,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25463
25463
  id: string;
25464
25464
  width: {
25465
25465
  value?: {
25466
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25466
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25467
25467
  measure: number;
25468
25468
  } | null | undefined;
25469
25469
  aliasTo?: string | null | undefined;
@@ -25822,7 +25822,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25822
25822
  id: string;
25823
25823
  width: {
25824
25824
  value?: {
25825
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25825
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25826
25826
  measure: number;
25827
25827
  } | null | undefined;
25828
25828
  aliasTo?: string | null | undefined;
@@ -26063,7 +26063,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
26063
26063
  id: string;
26064
26064
  width: {
26065
26065
  value?: {
26066
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
26066
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
26067
26067
  measure: number;
26068
26068
  } | null | undefined;
26069
26069
  aliasTo?: string | null | undefined;
@@ -36909,16 +36909,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36909
36909
  }, "strip", z.ZodTypeAny, {
36910
36910
  id: string;
36911
36911
  email?: string | undefined;
36912
+ authType?: "OAuth2" | "PAT" | undefined;
36912
36913
  handle?: string | undefined;
36913
36914
  avatarUrl?: string | undefined;
36914
- authType?: "OAuth2" | "PAT" | undefined;
36915
36915
  customUrl?: string | undefined;
36916
36916
  }, {
36917
36917
  id: string;
36918
36918
  email?: string | undefined;
36919
+ authType?: "OAuth2" | "PAT" | undefined;
36919
36920
  handle?: string | undefined;
36920
36921
  avatarUrl?: string | undefined;
36921
- authType?: "OAuth2" | "PAT" | undefined;
36922
36922
  customUrl?: string | undefined;
36923
36923
  }>>;
36924
36924
  github: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -36931,16 +36931,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36931
36931
  }, "strip", z.ZodTypeAny, {
36932
36932
  id: string;
36933
36933
  email?: string | undefined;
36934
+ authType?: "OAuth2" | "PAT" | undefined;
36934
36935
  handle?: string | undefined;
36935
36936
  avatarUrl?: string | undefined;
36936
- authType?: "OAuth2" | "PAT" | undefined;
36937
36937
  customUrl?: string | undefined;
36938
36938
  }, {
36939
36939
  id: string;
36940
36940
  email?: string | undefined;
36941
+ authType?: "OAuth2" | "PAT" | undefined;
36941
36942
  handle?: string | undefined;
36942
36943
  avatarUrl?: string | undefined;
36943
- authType?: "OAuth2" | "PAT" | undefined;
36944
36944
  customUrl?: string | undefined;
36945
36945
  }>, "many">>;
36946
36946
  azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -36953,16 +36953,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36953
36953
  }, "strip", z.ZodTypeAny, {
36954
36954
  id: string;
36955
36955
  email?: string | undefined;
36956
+ authType?: "OAuth2" | "PAT" | undefined;
36956
36957
  handle?: string | undefined;
36957
36958
  avatarUrl?: string | undefined;
36958
- authType?: "OAuth2" | "PAT" | undefined;
36959
36959
  customUrl?: string | undefined;
36960
36960
  }, {
36961
36961
  id: string;
36962
36962
  email?: string | undefined;
36963
+ authType?: "OAuth2" | "PAT" | undefined;
36963
36964
  handle?: string | undefined;
36964
36965
  avatarUrl?: string | undefined;
36965
- authType?: "OAuth2" | "PAT" | undefined;
36966
36966
  customUrl?: string | undefined;
36967
36967
  }>, "many">>;
36968
36968
  gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -36975,16 +36975,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36975
36975
  }, "strip", z.ZodTypeAny, {
36976
36976
  id: string;
36977
36977
  email?: string | undefined;
36978
+ authType?: "OAuth2" | "PAT" | undefined;
36978
36979
  handle?: string | undefined;
36979
36980
  avatarUrl?: string | undefined;
36980
- authType?: "OAuth2" | "PAT" | undefined;
36981
36981
  customUrl?: string | undefined;
36982
36982
  }, {
36983
36983
  id: string;
36984
36984
  email?: string | undefined;
36985
+ authType?: "OAuth2" | "PAT" | undefined;
36985
36986
  handle?: string | undefined;
36986
36987
  avatarUrl?: string | undefined;
36987
- authType?: "OAuth2" | "PAT" | undefined;
36988
36988
  customUrl?: string | undefined;
36989
36989
  }>, "many">>;
36990
36990
  bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -36997,98 +36997,98 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36997
36997
  }, "strip", z.ZodTypeAny, {
36998
36998
  id: string;
36999
36999
  email?: string | undefined;
37000
+ authType?: "OAuth2" | "PAT" | undefined;
37000
37001
  handle?: string | undefined;
37001
37002
  avatarUrl?: string | undefined;
37002
- authType?: "OAuth2" | "PAT" | undefined;
37003
37003
  customUrl?: string | undefined;
37004
37004
  }, {
37005
37005
  id: string;
37006
37006
  email?: string | undefined;
37007
+ authType?: "OAuth2" | "PAT" | undefined;
37007
37008
  handle?: string | undefined;
37008
37009
  avatarUrl?: string | undefined;
37009
- authType?: "OAuth2" | "PAT" | undefined;
37010
37010
  customUrl?: string | undefined;
37011
37011
  }>, "many">>;
37012
37012
  }, "strip", z.ZodTypeAny, {
37013
37013
  azure?: {
37014
37014
  id: string;
37015
37015
  email?: string | undefined;
37016
+ authType?: "OAuth2" | "PAT" | undefined;
37016
37017
  handle?: string | undefined;
37017
37018
  avatarUrl?: string | undefined;
37018
- authType?: "OAuth2" | "PAT" | undefined;
37019
37019
  customUrl?: string | undefined;
37020
37020
  }[] | undefined;
37021
37021
  github?: {
37022
37022
  id: string;
37023
37023
  email?: string | undefined;
37024
+ authType?: "OAuth2" | "PAT" | undefined;
37024
37025
  handle?: string | undefined;
37025
37026
  avatarUrl?: string | undefined;
37026
- authType?: "OAuth2" | "PAT" | undefined;
37027
37027
  customUrl?: string | undefined;
37028
37028
  }[] | undefined;
37029
37029
  gitlab?: {
37030
37030
  id: string;
37031
37031
  email?: string | undefined;
37032
+ authType?: "OAuth2" | "PAT" | undefined;
37032
37033
  handle?: string | undefined;
37033
37034
  avatarUrl?: string | undefined;
37034
- authType?: "OAuth2" | "PAT" | undefined;
37035
37035
  customUrl?: string | undefined;
37036
37036
  }[] | undefined;
37037
37037
  bitbucket?: {
37038
37038
  id: string;
37039
37039
  email?: string | undefined;
37040
+ authType?: "OAuth2" | "PAT" | undefined;
37040
37041
  handle?: string | undefined;
37041
37042
  avatarUrl?: string | undefined;
37042
- authType?: "OAuth2" | "PAT" | undefined;
37043
37043
  customUrl?: string | undefined;
37044
37044
  }[] | undefined;
37045
37045
  figma?: {
37046
37046
  id: string;
37047
37047
  email?: string | undefined;
37048
+ authType?: "OAuth2" | "PAT" | undefined;
37048
37049
  handle?: string | undefined;
37049
37050
  avatarUrl?: string | undefined;
37050
- authType?: "OAuth2" | "PAT" | undefined;
37051
37051
  customUrl?: string | undefined;
37052
37052
  } | undefined;
37053
37053
  }, {
37054
37054
  azure?: {
37055
37055
  id: string;
37056
37056
  email?: string | undefined;
37057
+ authType?: "OAuth2" | "PAT" | undefined;
37057
37058
  handle?: string | undefined;
37058
37059
  avatarUrl?: string | undefined;
37059
- authType?: "OAuth2" | "PAT" | undefined;
37060
37060
  customUrl?: string | undefined;
37061
37061
  }[] | undefined;
37062
37062
  github?: {
37063
37063
  id: string;
37064
37064
  email?: string | undefined;
37065
+ authType?: "OAuth2" | "PAT" | undefined;
37065
37066
  handle?: string | undefined;
37066
37067
  avatarUrl?: string | undefined;
37067
- authType?: "OAuth2" | "PAT" | undefined;
37068
37068
  customUrl?: string | undefined;
37069
37069
  }[] | undefined;
37070
37070
  gitlab?: {
37071
37071
  id: string;
37072
37072
  email?: string | undefined;
37073
+ authType?: "OAuth2" | "PAT" | undefined;
37073
37074
  handle?: string | undefined;
37074
37075
  avatarUrl?: string | undefined;
37075
- authType?: "OAuth2" | "PAT" | undefined;
37076
37076
  customUrl?: string | undefined;
37077
37077
  }[] | undefined;
37078
37078
  bitbucket?: {
37079
37079
  id: string;
37080
37080
  email?: string | undefined;
37081
+ authType?: "OAuth2" | "PAT" | undefined;
37081
37082
  handle?: string | undefined;
37082
37083
  avatarUrl?: string | undefined;
37083
- authType?: "OAuth2" | "PAT" | undefined;
37084
37084
  customUrl?: string | undefined;
37085
37085
  }[] | undefined;
37086
37086
  figma?: {
37087
37087
  id: string;
37088
37088
  email?: string | undefined;
37089
+ authType?: "OAuth2" | "PAT" | undefined;
37089
37090
  handle?: string | undefined;
37090
37091
  avatarUrl?: string | undefined;
37091
- authType?: "OAuth2" | "PAT" | undefined;
37092
37092
  customUrl?: string | undefined;
37093
37093
  } | undefined;
37094
37094
  }>>;
@@ -37126,41 +37126,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
37126
37126
  azure?: {
37127
37127
  id: string;
37128
37128
  email?: string | undefined;
37129
+ authType?: "OAuth2" | "PAT" | undefined;
37129
37130
  handle?: string | undefined;
37130
37131
  avatarUrl?: string | undefined;
37131
- authType?: "OAuth2" | "PAT" | undefined;
37132
37132
  customUrl?: string | undefined;
37133
37133
  }[] | undefined;
37134
37134
  github?: {
37135
37135
  id: string;
37136
37136
  email?: string | undefined;
37137
+ authType?: "OAuth2" | "PAT" | undefined;
37137
37138
  handle?: string | undefined;
37138
37139
  avatarUrl?: string | undefined;
37139
- authType?: "OAuth2" | "PAT" | undefined;
37140
37140
  customUrl?: string | undefined;
37141
37141
  }[] | undefined;
37142
37142
  gitlab?: {
37143
37143
  id: string;
37144
37144
  email?: string | undefined;
37145
+ authType?: "OAuth2" | "PAT" | undefined;
37145
37146
  handle?: string | undefined;
37146
37147
  avatarUrl?: string | undefined;
37147
- authType?: "OAuth2" | "PAT" | undefined;
37148
37148
  customUrl?: string | undefined;
37149
37149
  }[] | undefined;
37150
37150
  bitbucket?: {
37151
37151
  id: string;
37152
37152
  email?: string | undefined;
37153
+ authType?: "OAuth2" | "PAT" | undefined;
37153
37154
  handle?: string | undefined;
37154
37155
  avatarUrl?: string | undefined;
37155
- authType?: "OAuth2" | "PAT" | undefined;
37156
37156
  customUrl?: string | undefined;
37157
37157
  }[] | undefined;
37158
37158
  figma?: {
37159
37159
  id: string;
37160
37160
  email?: string | undefined;
37161
+ authType?: "OAuth2" | "PAT" | undefined;
37161
37162
  handle?: string | undefined;
37162
37163
  avatarUrl?: string | undefined;
37163
- authType?: "OAuth2" | "PAT" | undefined;
37164
37164
  customUrl?: string | undefined;
37165
37165
  } | undefined;
37166
37166
  } | undefined;
@@ -37196,41 +37196,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
37196
37196
  azure?: {
37197
37197
  id: string;
37198
37198
  email?: string | undefined;
37199
+ authType?: "OAuth2" | "PAT" | undefined;
37199
37200
  handle?: string | undefined;
37200
37201
  avatarUrl?: string | undefined;
37201
- authType?: "OAuth2" | "PAT" | undefined;
37202
37202
  customUrl?: string | undefined;
37203
37203
  }[] | undefined;
37204
37204
  github?: {
37205
37205
  id: string;
37206
37206
  email?: string | undefined;
37207
+ authType?: "OAuth2" | "PAT" | undefined;
37207
37208
  handle?: string | undefined;
37208
37209
  avatarUrl?: string | undefined;
37209
- authType?: "OAuth2" | "PAT" | undefined;
37210
37210
  customUrl?: string | undefined;
37211
37211
  }[] | undefined;
37212
37212
  gitlab?: {
37213
37213
  id: string;
37214
37214
  email?: string | undefined;
37215
+ authType?: "OAuth2" | "PAT" | undefined;
37215
37216
  handle?: string | undefined;
37216
37217
  avatarUrl?: string | undefined;
37217
- authType?: "OAuth2" | "PAT" | undefined;
37218
37218
  customUrl?: string | undefined;
37219
37219
  }[] | undefined;
37220
37220
  bitbucket?: {
37221
37221
  id: string;
37222
37222
  email?: string | undefined;
37223
+ authType?: "OAuth2" | "PAT" | undefined;
37223
37224
  handle?: string | undefined;
37224
37225
  avatarUrl?: string | undefined;
37225
- authType?: "OAuth2" | "PAT" | undefined;
37226
37226
  customUrl?: string | undefined;
37227
37227
  }[] | undefined;
37228
37228
  figma?: {
37229
37229
  id: string;
37230
37230
  email?: string | undefined;
37231
+ authType?: "OAuth2" | "PAT" | undefined;
37231
37232
  handle?: string | undefined;
37232
37233
  avatarUrl?: string | undefined;
37233
- authType?: "OAuth2" | "PAT" | undefined;
37234
37234
  customUrl?: string | undefined;
37235
37235
  } | undefined;
37236
37236
  } | undefined;
@@ -37268,41 +37268,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
37268
37268
  azure?: {
37269
37269
  id: string;
37270
37270
  email?: string | undefined;
37271
+ authType?: "OAuth2" | "PAT" | undefined;
37271
37272
  handle?: string | undefined;
37272
37273
  avatarUrl?: string | undefined;
37273
- authType?: "OAuth2" | "PAT" | undefined;
37274
37274
  customUrl?: string | undefined;
37275
37275
  }[] | undefined;
37276
37276
  github?: {
37277
37277
  id: string;
37278
37278
  email?: string | undefined;
37279
+ authType?: "OAuth2" | "PAT" | undefined;
37279
37280
  handle?: string | undefined;
37280
37281
  avatarUrl?: string | undefined;
37281
- authType?: "OAuth2" | "PAT" | undefined;
37282
37282
  customUrl?: string | undefined;
37283
37283
  }[] | undefined;
37284
37284
  gitlab?: {
37285
37285
  id: string;
37286
37286
  email?: string | undefined;
37287
+ authType?: "OAuth2" | "PAT" | undefined;
37287
37288
  handle?: string | undefined;
37288
37289
  avatarUrl?: string | undefined;
37289
- authType?: "OAuth2" | "PAT" | undefined;
37290
37290
  customUrl?: string | undefined;
37291
37291
  }[] | undefined;
37292
37292
  bitbucket?: {
37293
37293
  id: string;
37294
37294
  email?: string | undefined;
37295
+ authType?: "OAuth2" | "PAT" | undefined;
37295
37296
  handle?: string | undefined;
37296
37297
  avatarUrl?: string | undefined;
37297
- authType?: "OAuth2" | "PAT" | undefined;
37298
37298
  customUrl?: string | undefined;
37299
37299
  }[] | undefined;
37300
37300
  figma?: {
37301
37301
  id: string;
37302
37302
  email?: string | undefined;
37303
+ authType?: "OAuth2" | "PAT" | undefined;
37303
37304
  handle?: string | undefined;
37304
37305
  avatarUrl?: string | undefined;
37305
- authType?: "OAuth2" | "PAT" | undefined;
37306
37306
  customUrl?: string | undefined;
37307
37307
  } | undefined;
37308
37308
  } | undefined;
@@ -37340,41 +37340,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
37340
37340
  azure?: {
37341
37341
  id: string;
37342
37342
  email?: string | undefined;
37343
+ authType?: "OAuth2" | "PAT" | undefined;
37343
37344
  handle?: string | undefined;
37344
37345
  avatarUrl?: string | undefined;
37345
- authType?: "OAuth2" | "PAT" | undefined;
37346
37346
  customUrl?: string | undefined;
37347
37347
  }[] | undefined;
37348
37348
  github?: {
37349
37349
  id: string;
37350
37350
  email?: string | undefined;
37351
+ authType?: "OAuth2" | "PAT" | undefined;
37351
37352
  handle?: string | undefined;
37352
37353
  avatarUrl?: string | undefined;
37353
- authType?: "OAuth2" | "PAT" | undefined;
37354
37354
  customUrl?: string | undefined;
37355
37355
  }[] | undefined;
37356
37356
  gitlab?: {
37357
37357
  id: string;
37358
37358
  email?: string | undefined;
37359
+ authType?: "OAuth2" | "PAT" | undefined;
37359
37360
  handle?: string | undefined;
37360
37361
  avatarUrl?: string | undefined;
37361
- authType?: "OAuth2" | "PAT" | undefined;
37362
37362
  customUrl?: string | undefined;
37363
37363
  }[] | undefined;
37364
37364
  bitbucket?: {
37365
37365
  id: string;
37366
37366
  email?: string | undefined;
37367
+ authType?: "OAuth2" | "PAT" | undefined;
37367
37368
  handle?: string | undefined;
37368
37369
  avatarUrl?: string | undefined;
37369
- authType?: "OAuth2" | "PAT" | undefined;
37370
37370
  customUrl?: string | undefined;
37371
37371
  }[] | undefined;
37372
37372
  figma?: {
37373
37373
  id: string;
37374
37374
  email?: string | undefined;
37375
+ authType?: "OAuth2" | "PAT" | undefined;
37375
37376
  handle?: string | undefined;
37376
37377
  avatarUrl?: string | undefined;
37377
- authType?: "OAuth2" | "PAT" | undefined;
37378
37378
  customUrl?: string | undefined;
37379
37379
  } | undefined;
37380
37380
  } | undefined;
@@ -38652,16 +38652,16 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
38652
38652
  id: string;
38653
38653
  createdAt: Date;
38654
38654
  email: string;
38655
- workspaceId: string;
38656
38655
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
38656
+ workspaceId: string;
38657
38657
  invitedBy: string;
38658
38658
  resentAt?: Date | null | undefined;
38659
38659
  }, {
38660
38660
  id: string;
38661
38661
  createdAt: Date;
38662
38662
  email: string;
38663
- workspaceId: string;
38664
38663
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
38664
+ workspaceId: string;
38665
38665
  invitedBy: string;
38666
38666
  resentAt?: Date | null | undefined;
38667
38667
  }>, "many">;
@@ -38670,8 +38670,8 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
38670
38670
  id: string;
38671
38671
  createdAt: Date;
38672
38672
  email: string;
38673
- workspaceId: string;
38674
38673
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
38674
+ workspaceId: string;
38675
38675
  invitedBy: string;
38676
38676
  resentAt?: Date | null | undefined;
38677
38677
  }[];
@@ -38680,8 +38680,8 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
38680
38680
  id: string;
38681
38681
  createdAt: Date;
38682
38682
  email: string;
38683
- workspaceId: string;
38684
38683
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
38684
+ workspaceId: string;
38685
38685
  invitedBy: string;
38686
38686
  resentAt?: Date | null | undefined;
38687
38687
  }[];
@@ -48334,8 +48334,8 @@ declare class WorkspaceInvitationsEndpoint {
48334
48334
  id: string;
48335
48335
  createdAt: Date;
48336
48336
  email: string;
48337
- workspaceId: string;
48338
48337
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
48338
+ workspaceId: string;
48339
48339
  invitedBy: string;
48340
48340
  resentAt?: Date | null | undefined;
48341
48341
  }[];