@supernova-studio/client 0.47.23 → 0.47.28

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
@@ -24178,57 +24178,72 @@ declare const DTOExportJob: z.ZodObject<{
24178
24178
  scheduleId: z.ZodOptional<z.ZodString>;
24179
24179
  result: z.ZodOptional<z.ZodObject<{
24180
24180
  error: z.ZodOptional<z.ZodString>;
24181
- s3: z.ZodOptional<z.ZodObject<{
24182
- bucket: z.ZodString;
24183
- urlPrefix: z.ZodOptional<z.ZodString>;
24184
- path: z.ZodString;
24185
- files: z.ZodArray<z.ZodString, "many">;
24186
- }, "strip", z.ZodTypeAny, {
24181
+ s3: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24187
24182
  path: string;
24188
24183
  files: string[];
24189
24184
  bucket: string;
24190
24185
  urlPrefix?: string | undefined;
24191
- }, {
24186
+ }, z.ZodTypeDef, {
24192
24187
  path: string;
24193
24188
  files: string[];
24194
24189
  bucket: string;
24195
24190
  urlPrefix?: string | undefined;
24196
- }>>;
24197
- github: z.ZodOptional<z.ZodObject<{
24198
- pullRequestUrl: z.ZodString;
24199
- }, "strip", z.ZodTypeAny, {
24191
+ }>>>, {
24192
+ path: string;
24193
+ files: string[];
24194
+ bucket: string;
24195
+ urlPrefix?: string | undefined;
24196
+ } | undefined, {
24197
+ path: string;
24198
+ files: string[];
24199
+ bucket: string;
24200
+ urlPrefix?: string | undefined;
24201
+ } | null | undefined>;
24202
+ github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24200
24203
  pullRequestUrl: string;
24201
- }, {
24204
+ }, z.ZodTypeDef, {
24202
24205
  pullRequestUrl: string;
24203
- }>>;
24204
- azure: z.ZodOptional<z.ZodObject<{
24205
- pullRequestUrl: z.ZodString;
24206
- }, "strip", z.ZodTypeAny, {
24206
+ }>>>, {
24207
24207
  pullRequestUrl: string;
24208
- }, {
24208
+ } | undefined, {
24209
24209
  pullRequestUrl: string;
24210
- }>>;
24211
- gitlab: z.ZodOptional<z.ZodObject<{
24212
- pullRequestUrl: z.ZodString;
24213
- }, "strip", z.ZodTypeAny, {
24210
+ } | null | undefined>;
24211
+ azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24214
24212
  pullRequestUrl: string;
24215
- }, {
24213
+ }, z.ZodTypeDef, {
24216
24214
  pullRequestUrl: string;
24217
- }>>;
24218
- bitbucket: z.ZodOptional<z.ZodObject<{
24219
- pullRequestUrl: z.ZodString;
24220
- }, "strip", z.ZodTypeAny, {
24215
+ }>>>, {
24221
24216
  pullRequestUrl: string;
24222
- }, {
24217
+ } | undefined, {
24223
24218
  pullRequestUrl: string;
24224
- }>>;
24225
- sndocs: z.ZodOptional<z.ZodObject<{
24226
- url: z.ZodString;
24227
- }, "strip", z.ZodTypeAny, {
24219
+ } | null | undefined>;
24220
+ gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24221
+ pullRequestUrl: string;
24222
+ }, z.ZodTypeDef, {
24223
+ pullRequestUrl: string;
24224
+ }>>>, {
24225
+ pullRequestUrl: string;
24226
+ } | undefined, {
24227
+ pullRequestUrl: string;
24228
+ } | null | undefined>;
24229
+ bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24230
+ pullRequestUrl: string;
24231
+ }, z.ZodTypeDef, {
24232
+ pullRequestUrl: string;
24233
+ }>>>, {
24234
+ pullRequestUrl: string;
24235
+ } | undefined, {
24236
+ pullRequestUrl: string;
24237
+ } | null | undefined>;
24238
+ sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24228
24239
  url: string;
24229
- }, {
24240
+ }, z.ZodTypeDef, {
24230
24241
  url: string;
24231
- }>>;
24242
+ }>>>, {
24243
+ url: string;
24244
+ } | undefined, {
24245
+ url: string;
24246
+ } | null | undefined>;
24232
24247
  }, "strip", z.ZodTypeAny, {
24233
24248
  error?: string | undefined;
24234
24249
  github?: {
@@ -24256,25 +24271,25 @@ declare const DTOExportJob: z.ZodObject<{
24256
24271
  error?: string | undefined;
24257
24272
  github?: {
24258
24273
  pullRequestUrl: string;
24259
- } | undefined;
24274
+ } | null | undefined;
24260
24275
  azure?: {
24261
24276
  pullRequestUrl: string;
24262
- } | undefined;
24277
+ } | null | undefined;
24263
24278
  gitlab?: {
24264
24279
  pullRequestUrl: string;
24265
- } | undefined;
24280
+ } | null | undefined;
24266
24281
  bitbucket?: {
24267
24282
  pullRequestUrl: string;
24268
- } | undefined;
24283
+ } | null | undefined;
24269
24284
  s3?: {
24270
24285
  path: string;
24271
24286
  files: string[];
24272
24287
  bucket: string;
24273
24288
  urlPrefix?: string | undefined;
24274
- } | undefined;
24289
+ } | null | undefined;
24275
24290
  sndocs?: {
24276
24291
  url: string;
24277
- } | undefined;
24292
+ } | null | undefined;
24278
24293
  }>>;
24279
24294
  brandPersistentId: z.ZodOptional<z.ZodString>;
24280
24295
  themePersistentId: z.ZodOptional<z.ZodString>;
@@ -24458,25 +24473,25 @@ declare const DTOExportJob: z.ZodObject<{
24458
24473
  error?: string | undefined;
24459
24474
  github?: {
24460
24475
  pullRequestUrl: string;
24461
- } | undefined;
24476
+ } | null | undefined;
24462
24477
  azure?: {
24463
24478
  pullRequestUrl: string;
24464
- } | undefined;
24479
+ } | null | undefined;
24465
24480
  gitlab?: {
24466
24481
  pullRequestUrl: string;
24467
- } | undefined;
24482
+ } | null | undefined;
24468
24483
  bitbucket?: {
24469
24484
  pullRequestUrl: string;
24470
- } | undefined;
24485
+ } | null | undefined;
24471
24486
  s3?: {
24472
24487
  path: string;
24473
24488
  files: string[];
24474
24489
  bucket: string;
24475
24490
  urlPrefix?: string | undefined;
24476
- } | undefined;
24491
+ } | null | undefined;
24477
24492
  sndocs?: {
24478
24493
  url: string;
24479
- } | undefined;
24494
+ } | null | undefined;
24480
24495
  } | undefined;
24481
24496
  }>;
24482
24497
  type DTOExportJob = z.infer<typeof DTOExportJob>;
@@ -24763,57 +24778,72 @@ declare const DTOExportJobResponse: z.ZodObject<{
24763
24778
  scheduleId: z.ZodOptional<z.ZodString>;
24764
24779
  result: z.ZodOptional<z.ZodObject<{
24765
24780
  error: z.ZodOptional<z.ZodString>;
24766
- s3: z.ZodOptional<z.ZodObject<{
24767
- bucket: z.ZodString;
24768
- urlPrefix: z.ZodOptional<z.ZodString>;
24769
- path: z.ZodString;
24770
- files: z.ZodArray<z.ZodString, "many">;
24771
- }, "strip", z.ZodTypeAny, {
24781
+ s3: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24772
24782
  path: string;
24773
24783
  files: string[];
24774
24784
  bucket: string;
24775
24785
  urlPrefix?: string | undefined;
24776
- }, {
24786
+ }, z.ZodTypeDef, {
24777
24787
  path: string;
24778
24788
  files: string[];
24779
24789
  bucket: string;
24780
24790
  urlPrefix?: string | undefined;
24781
- }>>;
24782
- github: z.ZodOptional<z.ZodObject<{
24783
- pullRequestUrl: z.ZodString;
24784
- }, "strip", z.ZodTypeAny, {
24791
+ }>>>, {
24792
+ path: string;
24793
+ files: string[];
24794
+ bucket: string;
24795
+ urlPrefix?: string | undefined;
24796
+ } | undefined, {
24797
+ path: string;
24798
+ files: string[];
24799
+ bucket: string;
24800
+ urlPrefix?: string | undefined;
24801
+ } | null | undefined>;
24802
+ github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24785
24803
  pullRequestUrl: string;
24786
- }, {
24804
+ }, z.ZodTypeDef, {
24787
24805
  pullRequestUrl: string;
24788
- }>>;
24789
- azure: z.ZodOptional<z.ZodObject<{
24790
- pullRequestUrl: z.ZodString;
24791
- }, "strip", z.ZodTypeAny, {
24806
+ }>>>, {
24792
24807
  pullRequestUrl: string;
24793
- }, {
24808
+ } | undefined, {
24794
24809
  pullRequestUrl: string;
24795
- }>>;
24796
- gitlab: z.ZodOptional<z.ZodObject<{
24797
- pullRequestUrl: z.ZodString;
24798
- }, "strip", z.ZodTypeAny, {
24810
+ } | null | undefined>;
24811
+ azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24799
24812
  pullRequestUrl: string;
24800
- }, {
24813
+ }, z.ZodTypeDef, {
24801
24814
  pullRequestUrl: string;
24802
- }>>;
24803
- bitbucket: z.ZodOptional<z.ZodObject<{
24804
- pullRequestUrl: z.ZodString;
24805
- }, "strip", z.ZodTypeAny, {
24815
+ }>>>, {
24806
24816
  pullRequestUrl: string;
24807
- }, {
24817
+ } | undefined, {
24808
24818
  pullRequestUrl: string;
24809
- }>>;
24810
- sndocs: z.ZodOptional<z.ZodObject<{
24811
- url: z.ZodString;
24812
- }, "strip", z.ZodTypeAny, {
24819
+ } | null | undefined>;
24820
+ gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24821
+ pullRequestUrl: string;
24822
+ }, z.ZodTypeDef, {
24823
+ pullRequestUrl: string;
24824
+ }>>>, {
24825
+ pullRequestUrl: string;
24826
+ } | undefined, {
24827
+ pullRequestUrl: string;
24828
+ } | null | undefined>;
24829
+ bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24830
+ pullRequestUrl: string;
24831
+ }, z.ZodTypeDef, {
24832
+ pullRequestUrl: string;
24833
+ }>>>, {
24834
+ pullRequestUrl: string;
24835
+ } | undefined, {
24836
+ pullRequestUrl: string;
24837
+ } | null | undefined>;
24838
+ sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24813
24839
  url: string;
24814
- }, {
24840
+ }, z.ZodTypeDef, {
24815
24841
  url: string;
24816
- }>>;
24842
+ }>>>, {
24843
+ url: string;
24844
+ } | undefined, {
24845
+ url: string;
24846
+ } | null | undefined>;
24817
24847
  }, "strip", z.ZodTypeAny, {
24818
24848
  error?: string | undefined;
24819
24849
  github?: {
@@ -24841,25 +24871,25 @@ declare const DTOExportJobResponse: z.ZodObject<{
24841
24871
  error?: string | undefined;
24842
24872
  github?: {
24843
24873
  pullRequestUrl: string;
24844
- } | undefined;
24874
+ } | null | undefined;
24845
24875
  azure?: {
24846
24876
  pullRequestUrl: string;
24847
- } | undefined;
24877
+ } | null | undefined;
24848
24878
  gitlab?: {
24849
24879
  pullRequestUrl: string;
24850
- } | undefined;
24880
+ } | null | undefined;
24851
24881
  bitbucket?: {
24852
24882
  pullRequestUrl: string;
24853
- } | undefined;
24883
+ } | null | undefined;
24854
24884
  s3?: {
24855
24885
  path: string;
24856
24886
  files: string[];
24857
24887
  bucket: string;
24858
24888
  urlPrefix?: string | undefined;
24859
- } | undefined;
24889
+ } | null | undefined;
24860
24890
  sndocs?: {
24861
24891
  url: string;
24862
- } | undefined;
24892
+ } | null | undefined;
24863
24893
  }>>;
24864
24894
  brandPersistentId: z.ZodOptional<z.ZodString>;
24865
24895
  themePersistentId: z.ZodOptional<z.ZodString>;
@@ -25043,25 +25073,25 @@ declare const DTOExportJobResponse: z.ZodObject<{
25043
25073
  error?: string | undefined;
25044
25074
  github?: {
25045
25075
  pullRequestUrl: string;
25046
- } | undefined;
25076
+ } | null | undefined;
25047
25077
  azure?: {
25048
25078
  pullRequestUrl: string;
25049
- } | undefined;
25079
+ } | null | undefined;
25050
25080
  gitlab?: {
25051
25081
  pullRequestUrl: string;
25052
- } | undefined;
25082
+ } | null | undefined;
25053
25083
  bitbucket?: {
25054
25084
  pullRequestUrl: string;
25055
- } | undefined;
25085
+ } | null | undefined;
25056
25086
  s3?: {
25057
25087
  path: string;
25058
25088
  files: string[];
25059
25089
  bucket: string;
25060
25090
  urlPrefix?: string | undefined;
25061
- } | undefined;
25091
+ } | null | undefined;
25062
25092
  sndocs?: {
25063
25093
  url: string;
25064
- } | undefined;
25094
+ } | null | undefined;
25065
25095
  } | undefined;
25066
25096
  }>;
25067
25097
  }, "strip", z.ZodTypeAny, {
@@ -25247,25 +25277,25 @@ declare const DTOExportJobResponse: z.ZodObject<{
25247
25277
  error?: string | undefined;
25248
25278
  github?: {
25249
25279
  pullRequestUrl: string;
25250
- } | undefined;
25280
+ } | null | undefined;
25251
25281
  azure?: {
25252
25282
  pullRequestUrl: string;
25253
- } | undefined;
25283
+ } | null | undefined;
25254
25284
  gitlab?: {
25255
25285
  pullRequestUrl: string;
25256
- } | undefined;
25286
+ } | null | undefined;
25257
25287
  bitbucket?: {
25258
25288
  pullRequestUrl: string;
25259
- } | undefined;
25289
+ } | null | undefined;
25260
25290
  s3?: {
25261
25291
  path: string;
25262
25292
  files: string[];
25263
25293
  bucket: string;
25264
25294
  urlPrefix?: string | undefined;
25265
- } | undefined;
25295
+ } | null | undefined;
25266
25296
  sndocs?: {
25267
25297
  url: string;
25268
- } | undefined;
25298
+ } | null | undefined;
25269
25299
  } | undefined;
25270
25300
  };
25271
25301
  }>;
@@ -25554,57 +25584,72 @@ declare const DTOPipeline: z.ZodObject<{
25554
25584
  scheduleId: z.ZodOptional<z.ZodString>;
25555
25585
  result: z.ZodOptional<z.ZodObject<{
25556
25586
  error: z.ZodOptional<z.ZodString>;
25557
- s3: z.ZodOptional<z.ZodObject<{
25558
- bucket: z.ZodString;
25559
- urlPrefix: z.ZodOptional<z.ZodString>;
25560
- path: z.ZodString;
25561
- files: z.ZodArray<z.ZodString, "many">;
25562
- }, "strip", z.ZodTypeAny, {
25587
+ s3: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
25563
25588
  path: string;
25564
25589
  files: string[];
25565
25590
  bucket: string;
25566
25591
  urlPrefix?: string | undefined;
25567
- }, {
25592
+ }, z.ZodTypeDef, {
25568
25593
  path: string;
25569
25594
  files: string[];
25570
25595
  bucket: string;
25571
25596
  urlPrefix?: string | undefined;
25572
- }>>;
25573
- github: z.ZodOptional<z.ZodObject<{
25574
- pullRequestUrl: z.ZodString;
25575
- }, "strip", z.ZodTypeAny, {
25597
+ }>>>, {
25598
+ path: string;
25599
+ files: string[];
25600
+ bucket: string;
25601
+ urlPrefix?: string | undefined;
25602
+ } | undefined, {
25603
+ path: string;
25604
+ files: string[];
25605
+ bucket: string;
25606
+ urlPrefix?: string | undefined;
25607
+ } | null | undefined>;
25608
+ github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
25576
25609
  pullRequestUrl: string;
25577
- }, {
25610
+ }, z.ZodTypeDef, {
25578
25611
  pullRequestUrl: string;
25579
- }>>;
25580
- azure: z.ZodOptional<z.ZodObject<{
25581
- pullRequestUrl: z.ZodString;
25582
- }, "strip", z.ZodTypeAny, {
25612
+ }>>>, {
25583
25613
  pullRequestUrl: string;
25584
- }, {
25614
+ } | undefined, {
25585
25615
  pullRequestUrl: string;
25586
- }>>;
25587
- gitlab: z.ZodOptional<z.ZodObject<{
25588
- pullRequestUrl: z.ZodString;
25589
- }, "strip", z.ZodTypeAny, {
25616
+ } | null | undefined>;
25617
+ azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
25590
25618
  pullRequestUrl: string;
25591
- }, {
25619
+ }, z.ZodTypeDef, {
25592
25620
  pullRequestUrl: string;
25593
- }>>;
25594
- bitbucket: z.ZodOptional<z.ZodObject<{
25595
- pullRequestUrl: z.ZodString;
25596
- }, "strip", z.ZodTypeAny, {
25621
+ }>>>, {
25597
25622
  pullRequestUrl: string;
25598
- }, {
25623
+ } | undefined, {
25599
25624
  pullRequestUrl: string;
25600
- }>>;
25601
- sndocs: z.ZodOptional<z.ZodObject<{
25602
- url: z.ZodString;
25603
- }, "strip", z.ZodTypeAny, {
25625
+ } | null | undefined>;
25626
+ gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
25627
+ pullRequestUrl: string;
25628
+ }, z.ZodTypeDef, {
25629
+ pullRequestUrl: string;
25630
+ }>>>, {
25631
+ pullRequestUrl: string;
25632
+ } | undefined, {
25633
+ pullRequestUrl: string;
25634
+ } | null | undefined>;
25635
+ bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
25636
+ pullRequestUrl: string;
25637
+ }, z.ZodTypeDef, {
25638
+ pullRequestUrl: string;
25639
+ }>>>, {
25640
+ pullRequestUrl: string;
25641
+ } | undefined, {
25642
+ pullRequestUrl: string;
25643
+ } | null | undefined>;
25644
+ sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
25604
25645
  url: string;
25605
- }, {
25646
+ }, z.ZodTypeDef, {
25606
25647
  url: string;
25607
- }>>;
25648
+ }>>>, {
25649
+ url: string;
25650
+ } | undefined, {
25651
+ url: string;
25652
+ } | null | undefined>;
25608
25653
  }, "strip", z.ZodTypeAny, {
25609
25654
  error?: string | undefined;
25610
25655
  github?: {
@@ -25632,25 +25677,25 @@ declare const DTOPipeline: z.ZodObject<{
25632
25677
  error?: string | undefined;
25633
25678
  github?: {
25634
25679
  pullRequestUrl: string;
25635
- } | undefined;
25680
+ } | null | undefined;
25636
25681
  azure?: {
25637
25682
  pullRequestUrl: string;
25638
- } | undefined;
25683
+ } | null | undefined;
25639
25684
  gitlab?: {
25640
25685
  pullRequestUrl: string;
25641
- } | undefined;
25686
+ } | null | undefined;
25642
25687
  bitbucket?: {
25643
25688
  pullRequestUrl: string;
25644
- } | undefined;
25689
+ } | null | undefined;
25645
25690
  s3?: {
25646
25691
  path: string;
25647
25692
  files: string[];
25648
25693
  bucket: string;
25649
25694
  urlPrefix?: string | undefined;
25650
- } | undefined;
25695
+ } | null | undefined;
25651
25696
  sndocs?: {
25652
25697
  url: string;
25653
- } | undefined;
25698
+ } | null | undefined;
25654
25699
  }>>;
25655
25700
  brandPersistentId: z.ZodOptional<z.ZodString>;
25656
25701
  themePersistentId: z.ZodOptional<z.ZodString>;
@@ -25834,25 +25879,25 @@ declare const DTOPipeline: z.ZodObject<{
25834
25879
  error?: string | undefined;
25835
25880
  github?: {
25836
25881
  pullRequestUrl: string;
25837
- } | undefined;
25882
+ } | null | undefined;
25838
25883
  azure?: {
25839
25884
  pullRequestUrl: string;
25840
- } | undefined;
25885
+ } | null | undefined;
25841
25886
  gitlab?: {
25842
25887
  pullRequestUrl: string;
25843
- } | undefined;
25888
+ } | null | undefined;
25844
25889
  bitbucket?: {
25845
25890
  pullRequestUrl: string;
25846
- } | undefined;
25891
+ } | null | undefined;
25847
25892
  s3?: {
25848
25893
  path: string;
25849
25894
  files: string[];
25850
25895
  bucket: string;
25851
25896
  urlPrefix?: string | undefined;
25852
- } | undefined;
25897
+ } | null | undefined;
25853
25898
  sndocs?: {
25854
25899
  url: string;
25855
- } | undefined;
25900
+ } | null | undefined;
25856
25901
  } | undefined;
25857
25902
  }>, "many">;
25858
25903
  webhookUrl: z.ZodOptional<z.ZodString>;
@@ -26221,25 +26266,25 @@ declare const DTOPipeline: z.ZodObject<{
26221
26266
  error?: string | undefined;
26222
26267
  github?: {
26223
26268
  pullRequestUrl: string;
26224
- } | undefined;
26269
+ } | null | undefined;
26225
26270
  azure?: {
26226
26271
  pullRequestUrl: string;
26227
- } | undefined;
26272
+ } | null | undefined;
26228
26273
  gitlab?: {
26229
26274
  pullRequestUrl: string;
26230
- } | undefined;
26275
+ } | null | undefined;
26231
26276
  bitbucket?: {
26232
26277
  pullRequestUrl: string;
26233
- } | undefined;
26278
+ } | null | undefined;
26234
26279
  s3?: {
26235
26280
  path: string;
26236
26281
  files: string[];
26237
26282
  bucket: string;
26238
26283
  urlPrefix?: string | undefined;
26239
- } | undefined;
26284
+ } | null | undefined;
26240
26285
  sndocs?: {
26241
26286
  url: string;
26242
- } | undefined;
26287
+ } | null | undefined;
26243
26288
  } | undefined;
26244
26289
  }[];
26245
26290
  brandPersistentId?: string | undefined;
@@ -32675,20 +32720,20 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
32675
32720
  properties: z.ZodArray<z.ZodObject<{
32676
32721
  id: z.ZodString;
32677
32722
  name: z.ZodString;
32678
- type: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color"]>;
32723
+ type: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
32679
32724
  description: z.ZodOptional<z.ZodString>;
32680
32725
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
32681
32726
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
32682
32727
  }, "strip", z.ZodTypeAny, {
32683
32728
  id: string;
32684
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32729
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32685
32730
  name: string;
32686
32731
  options?: Record<string, any> | undefined;
32687
32732
  description?: string | undefined;
32688
32733
  variantOptions?: Record<string, Record<string, any>> | undefined;
32689
32734
  }, {
32690
32735
  id: string;
32691
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32736
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32692
32737
  name: string;
32693
32738
  options?: Record<string, any> | undefined;
32694
32739
  description?: string | undefined;
@@ -32784,7 +32829,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
32784
32829
  }, "strip", z.ZodTypeAny, {
32785
32830
  properties: {
32786
32831
  id: string;
32787
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32832
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32788
32833
  name: string;
32789
32834
  options?: Record<string, any> | undefined;
32790
32835
  description?: string | undefined;
@@ -32823,7 +32868,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
32823
32868
  }, {
32824
32869
  properties: {
32825
32870
  id: string;
32826
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32871
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32827
32872
  name: string;
32828
32873
  options?: Record<string, any> | undefined;
32829
32874
  description?: string | undefined;
@@ -32861,7 +32906,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
32861
32906
  } | undefined;
32862
32907
  }>;
32863
32908
  behavior: z.ZodObject<{
32864
- dataType: z.ZodEnum<["Item", "Token", "Asset", "Component", "FigmaNode"]>;
32909
+ dataType: z.ZodEnum<["Item", "Token", "Asset", "Component", "FigmaNode", "FigmaComponent"]>;
32865
32910
  items: z.ZodOptional<z.ZodObject<{
32866
32911
  numberOfItems: z.ZodNumber;
32867
32912
  allowLinks: z.ZodBoolean;
@@ -32886,7 +32931,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
32886
32931
  maxSelected: number;
32887
32932
  }>>;
32888
32933
  }, "strip", z.ZodTypeAny, {
32889
- dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
32934
+ dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
32890
32935
  items?: {
32891
32936
  numberOfItems: number;
32892
32937
  allowLinks: boolean;
@@ -32897,7 +32942,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
32897
32942
  maxSelected: number;
32898
32943
  } | undefined;
32899
32944
  }, {
32900
- dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
32945
+ dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
32901
32946
  items?: {
32902
32947
  numberOfItems: number;
32903
32948
  allowLinks: boolean;
@@ -32953,7 +32998,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
32953
32998
  item: {
32954
32999
  properties: {
32955
33000
  id: string;
32956
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
33001
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
32957
33002
  name: string;
32958
33003
  options?: Record<string, any> | undefined;
32959
33004
  description?: string | undefined;
@@ -32992,7 +33037,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
32992
33037
  };
32993
33038
  category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
32994
33039
  behavior: {
32995
- dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
33040
+ dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
32996
33041
  items?: {
32997
33042
  numberOfItems: number;
32998
33043
  allowLinks: boolean;
@@ -33025,7 +33070,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33025
33070
  item: {
33026
33071
  properties: {
33027
33072
  id: string;
33028
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
33073
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
33029
33074
  name: string;
33030
33075
  options?: Record<string, any> | undefined;
33031
33076
  description?: string | undefined;
@@ -33064,7 +33109,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33064
33109
  };
33065
33110
  category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
33066
33111
  behavior: {
33067
- dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
33112
+ dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
33068
33113
  items?: {
33069
33114
  numberOfItems: number;
33070
33115
  allowLinks: boolean;
@@ -33099,7 +33144,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33099
33144
  item: {
33100
33145
  properties: {
33101
33146
  id: string;
33102
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
33147
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
33103
33148
  name: string;
33104
33149
  options?: Record<string, any> | undefined;
33105
33150
  description?: string | undefined;
@@ -33138,7 +33183,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33138
33183
  };
33139
33184
  category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
33140
33185
  behavior: {
33141
- dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
33186
+ dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
33142
33187
  items?: {
33143
33188
  numberOfItems: number;
33144
33189
  allowLinks: boolean;
@@ -33173,7 +33218,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33173
33218
  item: {
33174
33219
  properties: {
33175
33220
  id: string;
33176
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
33221
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
33177
33222
  name: string;
33178
33223
  options?: Record<string, any> | undefined;
33179
33224
  description?: string | undefined;
@@ -33212,7 +33257,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33212
33257
  };
33213
33258
  category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
33214
33259
  behavior: {
33215
- dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
33260
+ dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
33216
33261
  items?: {
33217
33262
  numberOfItems: number;
33218
33263
  allowLinks: boolean;
@@ -33250,7 +33295,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33250
33295
  eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
33251
33296
  brandPersistentId: z.ZodOptional<z.ZodString>;
33252
33297
  themePersistentId: z.ZodOptional<z.ZodString>;
33253
- destination: z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>;
33298
+ destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
33254
33299
  gitQuery: z.ZodObject<{
33255
33300
  organization: z.ZodOptional<z.ZodString>;
33256
33301
  project: z.ZodOptional<z.ZodString>;
@@ -33481,7 +33526,6 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33481
33526
  designSystemId: string;
33482
33527
  isEnabled: boolean;
33483
33528
  eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
33484
- destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
33485
33529
  gitQuery: {
33486
33530
  organization?: string | undefined;
33487
33531
  project?: string | undefined;
@@ -33536,13 +33580,13 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33536
33580
  };
33537
33581
  brandPersistentId?: string | undefined;
33538
33582
  themePersistentId?: string | undefined;
33583
+ destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
33539
33584
  }, {
33540
33585
  name: string;
33541
33586
  exporterId: string;
33542
33587
  designSystemId: string;
33543
33588
  isEnabled: boolean;
33544
33589
  eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
33545
- destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
33546
33590
  gitQuery: {
33547
33591
  organization?: string | undefined;
33548
33592
  project?: string | undefined;
@@ -33597,6 +33641,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33597
33641
  };
33598
33642
  brandPersistentId?: string | undefined;
33599
33643
  themePersistentId?: string | undefined;
33644
+ destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
33600
33645
  }>;
33601
33646
  type DTOPipelineCreateBody = z.infer<typeof DTOPipelineCreateBody>;
33602
33647
  declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
@@ -33607,7 +33652,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33607
33652
  eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
33608
33653
  brandPersistentId: z.ZodOptional<z.ZodString>;
33609
33654
  themePersistentId: z.ZodOptional<z.ZodString>;
33610
- destination: z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>;
33655
+ destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
33611
33656
  gitQuery: z.ZodObject<{
33612
33657
  organization: z.ZodOptional<z.ZodString>;
33613
33658
  project: z.ZodOptional<z.ZodString>;
@@ -33841,7 +33886,6 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33841
33886
  designSystemId: string;
33842
33887
  isEnabled: boolean;
33843
33888
  eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
33844
- destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
33845
33889
  gitQuery: {
33846
33890
  organization?: string | undefined;
33847
33891
  project?: string | undefined;
@@ -33896,6 +33940,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33896
33940
  };
33897
33941
  brandPersistentId?: string | undefined;
33898
33942
  themePersistentId?: string | undefined;
33943
+ destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
33899
33944
  }, {
33900
33945
  id: string;
33901
33946
  name: string;
@@ -33903,7 +33948,6 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33903
33948
  designSystemId: string;
33904
33949
  isEnabled: boolean;
33905
33950
  eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
33906
- destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
33907
33951
  gitQuery: {
33908
33952
  organization?: string | undefined;
33909
33953
  project?: string | undefined;
@@ -33958,6 +34002,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33958
34002
  };
33959
34003
  brandPersistentId?: string | undefined;
33960
34004
  themePersistentId?: string | undefined;
34005
+ destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
33961
34006
  }>;
33962
34007
  type DTOPipelineUpdateBody = z.infer<typeof DTOPipelineUpdateBody>;
33963
34008
  declare const DTOPipelineTriggerBody: z.ZodObject<{
@@ -37011,7 +37056,7 @@ declare const BlockParsingUtils: {
37011
37056
  declare const BlockDefinitionUtils: {
37012
37057
  firstRichTextProperty(definition: PageBlockDefinition): {
37013
37058
  id: string;
37014
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37059
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37015
37060
  name: string;
37016
37061
  options?: Record<string, any> | undefined;
37017
37062
  description?: string | undefined;
@@ -37019,7 +37064,7 @@ declare const BlockDefinitionUtils: {
37019
37064
  } | undefined;
37020
37065
  firstMultiRichTextProperty(definition: PageBlockDefinition): {
37021
37066
  id: string;
37022
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37067
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37023
37068
  name: string;
37024
37069
  options?: Record<string, any> | undefined;
37025
37070
  description?: string | undefined;
@@ -37027,7 +37072,7 @@ declare const BlockDefinitionUtils: {
37027
37072
  } | undefined;
37028
37073
  firstTableProperty(definition: PageBlockDefinition): {
37029
37074
  id: string;
37030
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37075
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37031
37076
  name: string;
37032
37077
  options?: Record<string, any> | undefined;
37033
37078
  description?: string | undefined;
@@ -37035,7 +37080,7 @@ declare const BlockDefinitionUtils: {
37035
37080
  } | undefined;
37036
37081
  firstEmbedProperty(definition: PageBlockDefinition): {
37037
37082
  id: string;
37038
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37083
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37039
37084
  name: string;
37040
37085
  options?: Record<string, any> | undefined;
37041
37086
  description?: string | undefined;
@@ -37043,7 +37088,7 @@ declare const BlockDefinitionUtils: {
37043
37088
  } | undefined;
37044
37089
  richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
37045
37090
  id: string;
37046
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37091
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37047
37092
  name: string;
37048
37093
  options?: Record<string, any> | undefined;
37049
37094
  description?: string | undefined;
@@ -37051,7 +37096,7 @@ declare const BlockDefinitionUtils: {
37051
37096
  };
37052
37097
  property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
37053
37098
  id: string;
37054
- type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37099
+ type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
37055
37100
  name: string;
37056
37101
  options?: Record<string, any> | undefined;
37057
37102
  description?: string | undefined;