@supernova-studio/client 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { PageBlockDefinitionLayout as PageBlockDefinitionLayout$1, PageBlockV1, FigmaFileStructureNode as FigmaFileStructureNode$1, PublishedDocPageVisitsEntry, DocumentationGroupV1, DocumentationPageV1, DocumentationPageV2, ElementGroup, DocumentationPageApproval, DocumentationPageSnapshot, ElementGroupSnapshot, OmitStrict, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, Pipeline, GitOrganization, GitProject, GitRepository, GitBranch, ExtendedIntegration, IntegrationCredentials, SupernovaExceptionType, SsoProvider, UpdateMembershipRolesInput, PageBlockItemUntypedValue, PageBlockDefinition, PageBlockItemRichTextEditorValue, PageBlockText, PageBlockDefinitionProperty, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockItemV2, PageBlockItemRichTextValue, PageBlockItemMultiRichTextValue, PageBlockItemTableValue, PageBlockItemEmbedValue, PageBlockDefinitionPropertyType } from '@supernova-studio/model';
1
+ import { PageBlockDefinitionLayout as PageBlockDefinitionLayout$1, PageBlockV1, FigmaFileStructureNode as FigmaFileStructureNode$1, PublishedDocPageVisitsEntry, DocumentationGroupV1, DocumentationPageV1, DocumentationPageV2, ElementGroup, DocumentationPageSnapshot, ElementGroupSnapshot, DocumentationPageApproval, OmitStrict, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, Pipeline, GitOrganization, GitProject, GitRepository, GitBranch, ExtendedIntegration, IntegrationCredentials, SupernovaExceptionType, SsoProvider, UpdateMembershipRolesInput, PageBlockItemUntypedValue, PageBlockDefinition, PageBlockItemRichTextEditorValue, PageBlockText, PageBlockDefinitionProperty, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockItemV2, PageBlockItemRichTextValue, PageBlockItemMultiRichTextValue, PageBlockItemTableValue, PageBlockItemEmbedValue, PageBlockDefinitionPropertyType } from '@supernova-studio/model';
2
2
  import * as zod from 'zod';
3
3
  import zod__default, { z, ZodSchema, ZodTypeDef } from 'zod';
4
4
  import * as Y from 'yjs';
@@ -2647,13 +2647,13 @@ declare const DTOTokenCollection: z.ZodObject<{
2647
2647
  createdAt: Date;
2648
2648
  updatedAt: Date;
2649
2649
  elementPropertyOptionId: string;
2650
- backgroundColor?: {
2651
- value: string;
2652
- } | undefined;
2653
2650
  origin?: {
2654
2651
  id: string;
2655
2652
  sourceId: string;
2656
2653
  } | undefined;
2654
+ backgroundColor?: {
2655
+ value: string;
2656
+ } | undefined;
2657
2657
  }, {
2658
2658
  id: string;
2659
2659
  designSystemVersionId: string;
@@ -2665,13 +2665,13 @@ declare const DTOTokenCollection: z.ZodObject<{
2665
2665
  createdAt: Date;
2666
2666
  updatedAt: Date;
2667
2667
  elementPropertyOptionId: string;
2668
- backgroundColor?: {
2669
- value: string;
2670
- } | undefined;
2671
2668
  origin?: {
2672
2669
  id: string;
2673
2670
  sourceId: string;
2674
2671
  } | undefined;
2672
+ backgroundColor?: {
2673
+ value: string;
2674
+ } | undefined;
2675
2675
  }>;
2676
2676
  type DTOTokenCollection = z.infer<typeof DTOTokenCollection>;
2677
2677
  declare const DTOTokenCollectionsListReponse: z.ZodObject<{
@@ -2720,13 +2720,13 @@ declare const DTOTokenCollectionsListReponse: z.ZodObject<{
2720
2720
  createdAt: Date;
2721
2721
  updatedAt: Date;
2722
2722
  elementPropertyOptionId: string;
2723
- backgroundColor?: {
2724
- value: string;
2725
- } | undefined;
2726
2723
  origin?: {
2727
2724
  id: string;
2728
2725
  sourceId: string;
2729
2726
  } | undefined;
2727
+ backgroundColor?: {
2728
+ value: string;
2729
+ } | undefined;
2730
2730
  }, {
2731
2731
  id: string;
2732
2732
  designSystemVersionId: string;
@@ -2738,13 +2738,13 @@ declare const DTOTokenCollectionsListReponse: z.ZodObject<{
2738
2738
  createdAt: Date;
2739
2739
  updatedAt: Date;
2740
2740
  elementPropertyOptionId: string;
2741
- backgroundColor?: {
2742
- value: string;
2743
- } | undefined;
2744
2741
  origin?: {
2745
2742
  id: string;
2746
2743
  sourceId: string;
2747
2744
  } | undefined;
2745
+ backgroundColor?: {
2746
+ value: string;
2747
+ } | undefined;
2748
2748
  }>, "many">;
2749
2749
  }, "strip", z.ZodTypeAny, {
2750
2750
  collections: {
@@ -2758,13 +2758,13 @@ declare const DTOTokenCollectionsListReponse: z.ZodObject<{
2758
2758
  createdAt: Date;
2759
2759
  updatedAt: Date;
2760
2760
  elementPropertyOptionId: string;
2761
- backgroundColor?: {
2762
- value: string;
2763
- } | undefined;
2764
2761
  origin?: {
2765
2762
  id: string;
2766
2763
  sourceId: string;
2767
2764
  } | undefined;
2765
+ backgroundColor?: {
2766
+ value: string;
2767
+ } | undefined;
2768
2768
  }[];
2769
2769
  }, {
2770
2770
  collections: {
@@ -2778,13 +2778,13 @@ declare const DTOTokenCollectionsListReponse: z.ZodObject<{
2778
2778
  createdAt: Date;
2779
2779
  updatedAt: Date;
2780
2780
  elementPropertyOptionId: string;
2781
- backgroundColor?: {
2782
- value: string;
2783
- } | undefined;
2784
2781
  origin?: {
2785
2782
  id: string;
2786
2783
  sourceId: string;
2787
2784
  } | undefined;
2785
+ backgroundColor?: {
2786
+ value: string;
2787
+ } | undefined;
2788
2788
  }[];
2789
2789
  }>;
2790
2790
  type DTOTokenCollectionsListReponse = z.infer<typeof DTOTokenCollectionsListReponse>;
@@ -4862,6 +4862,69 @@ declare const DTODataSourceFigmaVariablesPlugin: z.ZodObject<{
4862
4862
  sortOrder?: number | undefined;
4863
4863
  }>;
4864
4864
  type DTODataSourceFigmaVariablesPlugin = z.infer<typeof DTODataSourceFigmaVariablesPlugin>;
4865
+ declare const DTODataSourceStorybook: z.ZodObject<{
4866
+ id: z.ZodString;
4867
+ type: z.ZodLiteral<"Storybook">;
4868
+ fileName: z.ZodString;
4869
+ brandId: z.ZodString;
4870
+ sortOrder: z.ZodOptional<z.ZodNumber>;
4871
+ storybook: z.ZodObject<{
4872
+ indexUrl: z.ZodString;
4873
+ userUrl: z.ZodString;
4874
+ lastImportedAt: z.ZodOptional<z.ZodDate>;
4875
+ lastImportedSuccessfully: z.ZodOptional<z.ZodDate>;
4876
+ isFailed: z.ZodBoolean;
4877
+ storiesCount: z.ZodNumber;
4878
+ docsCount: z.ZodNumber;
4879
+ }, "strip", z.ZodTypeAny, {
4880
+ isFailed: boolean;
4881
+ indexUrl: string;
4882
+ userUrl: string;
4883
+ storiesCount: number;
4884
+ docsCount: number;
4885
+ lastImportedAt?: Date | undefined;
4886
+ lastImportedSuccessfully?: Date | undefined;
4887
+ }, {
4888
+ isFailed: boolean;
4889
+ indexUrl: string;
4890
+ userUrl: string;
4891
+ storiesCount: number;
4892
+ docsCount: number;
4893
+ lastImportedAt?: Date | undefined;
4894
+ lastImportedSuccessfully?: Date | undefined;
4895
+ }>;
4896
+ }, "strip", z.ZodTypeAny, {
4897
+ type: "Storybook";
4898
+ id: string;
4899
+ brandId: string;
4900
+ fileName: string;
4901
+ storybook: {
4902
+ isFailed: boolean;
4903
+ indexUrl: string;
4904
+ userUrl: string;
4905
+ storiesCount: number;
4906
+ docsCount: number;
4907
+ lastImportedAt?: Date | undefined;
4908
+ lastImportedSuccessfully?: Date | undefined;
4909
+ };
4910
+ sortOrder?: number | undefined;
4911
+ }, {
4912
+ type: "Storybook";
4913
+ id: string;
4914
+ brandId: string;
4915
+ fileName: string;
4916
+ storybook: {
4917
+ isFailed: boolean;
4918
+ indexUrl: string;
4919
+ userUrl: string;
4920
+ storiesCount: number;
4921
+ docsCount: number;
4922
+ lastImportedAt?: Date | undefined;
4923
+ lastImportedSuccessfully?: Date | undefined;
4924
+ };
4925
+ sortOrder?: number | undefined;
4926
+ }>;
4927
+ type DTODataSourceStorybook = z.infer<typeof DTODataSourceStorybook>;
4865
4928
  declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4866
4929
  id: z.ZodString;
4867
4930
  type: z.ZodLiteral<"Figma">;
@@ -5540,6 +5603,67 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5540
5603
  };
5541
5604
  themeId?: string | null | undefined;
5542
5605
  sortOrder?: number | undefined;
5606
+ }>, z.ZodObject<{
5607
+ id: z.ZodString;
5608
+ type: z.ZodLiteral<"Storybook">;
5609
+ fileName: z.ZodString;
5610
+ brandId: z.ZodString;
5611
+ sortOrder: z.ZodOptional<z.ZodNumber>;
5612
+ storybook: z.ZodObject<{
5613
+ indexUrl: z.ZodString;
5614
+ userUrl: z.ZodString;
5615
+ lastImportedAt: z.ZodOptional<z.ZodDate>;
5616
+ lastImportedSuccessfully: z.ZodOptional<z.ZodDate>;
5617
+ isFailed: z.ZodBoolean;
5618
+ storiesCount: z.ZodNumber;
5619
+ docsCount: z.ZodNumber;
5620
+ }, "strip", z.ZodTypeAny, {
5621
+ isFailed: boolean;
5622
+ indexUrl: string;
5623
+ userUrl: string;
5624
+ storiesCount: number;
5625
+ docsCount: number;
5626
+ lastImportedAt?: Date | undefined;
5627
+ lastImportedSuccessfully?: Date | undefined;
5628
+ }, {
5629
+ isFailed: boolean;
5630
+ indexUrl: string;
5631
+ userUrl: string;
5632
+ storiesCount: number;
5633
+ docsCount: number;
5634
+ lastImportedAt?: Date | undefined;
5635
+ lastImportedSuccessfully?: Date | undefined;
5636
+ }>;
5637
+ }, "strip", z.ZodTypeAny, {
5638
+ type: "Storybook";
5639
+ id: string;
5640
+ brandId: string;
5641
+ fileName: string;
5642
+ storybook: {
5643
+ isFailed: boolean;
5644
+ indexUrl: string;
5645
+ userUrl: string;
5646
+ storiesCount: number;
5647
+ docsCount: number;
5648
+ lastImportedAt?: Date | undefined;
5649
+ lastImportedSuccessfully?: Date | undefined;
5650
+ };
5651
+ sortOrder?: number | undefined;
5652
+ }, {
5653
+ type: "Storybook";
5654
+ id: string;
5655
+ brandId: string;
5656
+ fileName: string;
5657
+ storybook: {
5658
+ isFailed: boolean;
5659
+ indexUrl: string;
5660
+ userUrl: string;
5661
+ storiesCount: number;
5662
+ docsCount: number;
5663
+ lastImportedAt?: Date | undefined;
5664
+ lastImportedSuccessfully?: Date | undefined;
5665
+ };
5666
+ sortOrder?: number | undefined;
5543
5667
  }>]>;
5544
5668
  type DTODataSource = z.infer<typeof DTODataSource>;
5545
5669
  declare const DTODataSourceResponse: z.ZodObject<{
@@ -6221,6 +6345,67 @@ declare const DTODataSourceResponse: z.ZodObject<{
6221
6345
  };
6222
6346
  themeId?: string | null | undefined;
6223
6347
  sortOrder?: number | undefined;
6348
+ }>, z.ZodObject<{
6349
+ id: z.ZodString;
6350
+ type: z.ZodLiteral<"Storybook">;
6351
+ fileName: z.ZodString;
6352
+ brandId: z.ZodString;
6353
+ sortOrder: z.ZodOptional<z.ZodNumber>;
6354
+ storybook: z.ZodObject<{
6355
+ indexUrl: z.ZodString;
6356
+ userUrl: z.ZodString;
6357
+ lastImportedAt: z.ZodOptional<z.ZodDate>;
6358
+ lastImportedSuccessfully: z.ZodOptional<z.ZodDate>;
6359
+ isFailed: z.ZodBoolean;
6360
+ storiesCount: z.ZodNumber;
6361
+ docsCount: z.ZodNumber;
6362
+ }, "strip", z.ZodTypeAny, {
6363
+ isFailed: boolean;
6364
+ indexUrl: string;
6365
+ userUrl: string;
6366
+ storiesCount: number;
6367
+ docsCount: number;
6368
+ lastImportedAt?: Date | undefined;
6369
+ lastImportedSuccessfully?: Date | undefined;
6370
+ }, {
6371
+ isFailed: boolean;
6372
+ indexUrl: string;
6373
+ userUrl: string;
6374
+ storiesCount: number;
6375
+ docsCount: number;
6376
+ lastImportedAt?: Date | undefined;
6377
+ lastImportedSuccessfully?: Date | undefined;
6378
+ }>;
6379
+ }, "strip", z.ZodTypeAny, {
6380
+ type: "Storybook";
6381
+ id: string;
6382
+ brandId: string;
6383
+ fileName: string;
6384
+ storybook: {
6385
+ isFailed: boolean;
6386
+ indexUrl: string;
6387
+ userUrl: string;
6388
+ storiesCount: number;
6389
+ docsCount: number;
6390
+ lastImportedAt?: Date | undefined;
6391
+ lastImportedSuccessfully?: Date | undefined;
6392
+ };
6393
+ sortOrder?: number | undefined;
6394
+ }, {
6395
+ type: "Storybook";
6396
+ id: string;
6397
+ brandId: string;
6398
+ fileName: string;
6399
+ storybook: {
6400
+ isFailed: boolean;
6401
+ indexUrl: string;
6402
+ userUrl: string;
6403
+ storiesCount: number;
6404
+ docsCount: number;
6405
+ lastImportedAt?: Date | undefined;
6406
+ lastImportedSuccessfully?: Date | undefined;
6407
+ };
6408
+ sortOrder?: number | undefined;
6224
6409
  }>]>;
6225
6410
  }, "strip", z.ZodTypeAny, {
6226
6411
  source: {
@@ -6339,6 +6524,21 @@ declare const DTODataSourceResponse: z.ZodObject<{
6339
6524
  lastImportMetadata?: Record<string, any> | undefined;
6340
6525
  };
6341
6526
  sortOrder?: number | undefined;
6527
+ } | {
6528
+ type: "Storybook";
6529
+ id: string;
6530
+ brandId: string;
6531
+ fileName: string;
6532
+ storybook: {
6533
+ isFailed: boolean;
6534
+ indexUrl: string;
6535
+ userUrl: string;
6536
+ storiesCount: number;
6537
+ docsCount: number;
6538
+ lastImportedAt?: Date | undefined;
6539
+ lastImportedSuccessfully?: Date | undefined;
6540
+ };
6541
+ sortOrder?: number | undefined;
6342
6542
  };
6343
6543
  }, {
6344
6544
  source: {
@@ -6457,6 +6657,21 @@ declare const DTODataSourceResponse: z.ZodObject<{
6457
6657
  isCollectionsMigrationCompleted?: boolean | undefined;
6458
6658
  };
6459
6659
  sortOrder?: number | undefined;
6660
+ } | {
6661
+ type: "Storybook";
6662
+ id: string;
6663
+ brandId: string;
6664
+ fileName: string;
6665
+ storybook: {
6666
+ isFailed: boolean;
6667
+ indexUrl: string;
6668
+ userUrl: string;
6669
+ storiesCount: number;
6670
+ docsCount: number;
6671
+ lastImportedAt?: Date | undefined;
6672
+ lastImportedSuccessfully?: Date | undefined;
6673
+ };
6674
+ sortOrder?: number | undefined;
6460
6675
  };
6461
6676
  }>;
6462
6677
  type DTODataSourceResponse = z.infer<typeof DTODataSourceResponse>;
@@ -7139,6 +7354,67 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
7139
7354
  };
7140
7355
  themeId?: string | null | undefined;
7141
7356
  sortOrder?: number | undefined;
7357
+ }>, z.ZodObject<{
7358
+ id: z.ZodString;
7359
+ type: z.ZodLiteral<"Storybook">;
7360
+ fileName: z.ZodString;
7361
+ brandId: z.ZodString;
7362
+ sortOrder: z.ZodOptional<z.ZodNumber>;
7363
+ storybook: z.ZodObject<{
7364
+ indexUrl: z.ZodString;
7365
+ userUrl: z.ZodString;
7366
+ lastImportedAt: z.ZodOptional<z.ZodDate>;
7367
+ lastImportedSuccessfully: z.ZodOptional<z.ZodDate>;
7368
+ isFailed: z.ZodBoolean;
7369
+ storiesCount: z.ZodNumber;
7370
+ docsCount: z.ZodNumber;
7371
+ }, "strip", z.ZodTypeAny, {
7372
+ isFailed: boolean;
7373
+ indexUrl: string;
7374
+ userUrl: string;
7375
+ storiesCount: number;
7376
+ docsCount: number;
7377
+ lastImportedAt?: Date | undefined;
7378
+ lastImportedSuccessfully?: Date | undefined;
7379
+ }, {
7380
+ isFailed: boolean;
7381
+ indexUrl: string;
7382
+ userUrl: string;
7383
+ storiesCount: number;
7384
+ docsCount: number;
7385
+ lastImportedAt?: Date | undefined;
7386
+ lastImportedSuccessfully?: Date | undefined;
7387
+ }>;
7388
+ }, "strip", z.ZodTypeAny, {
7389
+ type: "Storybook";
7390
+ id: string;
7391
+ brandId: string;
7392
+ fileName: string;
7393
+ storybook: {
7394
+ isFailed: boolean;
7395
+ indexUrl: string;
7396
+ userUrl: string;
7397
+ storiesCount: number;
7398
+ docsCount: number;
7399
+ lastImportedAt?: Date | undefined;
7400
+ lastImportedSuccessfully?: Date | undefined;
7401
+ };
7402
+ sortOrder?: number | undefined;
7403
+ }, {
7404
+ type: "Storybook";
7405
+ id: string;
7406
+ brandId: string;
7407
+ fileName: string;
7408
+ storybook: {
7409
+ isFailed: boolean;
7410
+ indexUrl: string;
7411
+ userUrl: string;
7412
+ storiesCount: number;
7413
+ docsCount: number;
7414
+ lastImportedAt?: Date | undefined;
7415
+ lastImportedSuccessfully?: Date | undefined;
7416
+ };
7417
+ sortOrder?: number | undefined;
7142
7418
  }>]>, "many">;
7143
7419
  }, "strip", z.ZodTypeAny, {
7144
7420
  sources: ({
@@ -7257,6 +7533,21 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
7257
7533
  lastImportMetadata?: Record<string, any> | undefined;
7258
7534
  };
7259
7535
  sortOrder?: number | undefined;
7536
+ } | {
7537
+ type: "Storybook";
7538
+ id: string;
7539
+ brandId: string;
7540
+ fileName: string;
7541
+ storybook: {
7542
+ isFailed: boolean;
7543
+ indexUrl: string;
7544
+ userUrl: string;
7545
+ storiesCount: number;
7546
+ docsCount: number;
7547
+ lastImportedAt?: Date | undefined;
7548
+ lastImportedSuccessfully?: Date | undefined;
7549
+ };
7550
+ sortOrder?: number | undefined;
7260
7551
  })[];
7261
7552
  }, {
7262
7553
  sources: ({
@@ -7375,9 +7666,47 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
7375
7666
  isCollectionsMigrationCompleted?: boolean | undefined;
7376
7667
  };
7377
7668
  sortOrder?: number | undefined;
7669
+ } | {
7670
+ type: "Storybook";
7671
+ id: string;
7672
+ brandId: string;
7673
+ fileName: string;
7674
+ storybook: {
7675
+ isFailed: boolean;
7676
+ indexUrl: string;
7677
+ userUrl: string;
7678
+ storiesCount: number;
7679
+ docsCount: number;
7680
+ lastImportedAt?: Date | undefined;
7681
+ lastImportedSuccessfully?: Date | undefined;
7682
+ };
7683
+ sortOrder?: number | undefined;
7378
7684
  })[];
7379
7685
  }>;
7380
7686
  type DTODataSourcesListResponse = z.infer<typeof DTODataSourcesListResponse>;
7687
+ declare const DTODataSourcesStorybookResponse: z.ZodObject<{
7688
+ isFailed: z.ZodBoolean;
7689
+ storiesCount: z.ZodNumber;
7690
+ docsCount: z.ZodNumber;
7691
+ created: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7692
+ updated: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7693
+ deleted: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7694
+ }, "strip", z.ZodTypeAny, {
7695
+ isFailed: boolean;
7696
+ storiesCount: number;
7697
+ docsCount: number;
7698
+ created?: string[] | undefined;
7699
+ updated?: string[] | undefined;
7700
+ deleted?: string[] | undefined;
7701
+ }, {
7702
+ isFailed: boolean;
7703
+ storiesCount: number;
7704
+ docsCount: number;
7705
+ created?: string[] | undefined;
7706
+ updated?: string[] | undefined;
7707
+ deleted?: string[] | undefined;
7708
+ }>;
7709
+ type DTODataSourcesStorybookResponse = z.infer<typeof DTODataSourcesStorybookResponse>;
7381
7710
  declare const DTODataSourceFigmaScope: z.ZodObject<{
7382
7711
  assets: z.ZodBoolean;
7383
7712
  components: z.ZodBoolean;
@@ -7453,6 +7782,26 @@ declare const DTODataSourceFigmaCreatePayload: z.ZodObject<{
7453
7782
  figmaFileUrl: string;
7454
7783
  }>;
7455
7784
  type DTODataSourceFigmaCreatePayload = z.infer<typeof DTODataSourceFigmaCreatePayload>;
7785
+ declare const DTODataSourceStorybookCreatePayload: z.ZodObject<{
7786
+ brandPersistentId: z.ZodString;
7787
+ userUrl: z.ZodString;
7788
+ indexUrl: z.ZodString;
7789
+ payload: z.ZodUnknown;
7790
+ type: z.ZodLiteral<"Storybook">;
7791
+ }, "strip", z.ZodTypeAny, {
7792
+ type: "Storybook";
7793
+ indexUrl: string;
7794
+ userUrl: string;
7795
+ brandPersistentId: string;
7796
+ payload?: unknown;
7797
+ }, {
7798
+ type: "Storybook";
7799
+ indexUrl: string;
7800
+ userUrl: string;
7801
+ brandPersistentId: string;
7802
+ payload?: unknown;
7803
+ }>;
7804
+ type DTODataSourceStorybookCreatePayload = z.infer<typeof DTODataSourceStorybookCreatePayload>;
7456
7805
  declare const DTODataSourceFigmaImportPayload: z.ZodObject<{
7457
7806
  sourceIds: z.ZodArray<z.ZodString, "many">;
7458
7807
  }, "strip", z.ZodTypeAny, {
@@ -7461,6 +7810,17 @@ declare const DTODataSourceFigmaImportPayload: z.ZodObject<{
7461
7810
  sourceIds: string[];
7462
7811
  }>;
7463
7812
  type DTODataSourceFigmaImportPayload = z.infer<typeof DTODataSourceFigmaImportPayload>;
7813
+ declare const DTOStorybookImportPayload: z.ZodObject<{
7814
+ sourceId: z.ZodString;
7815
+ payload: z.ZodUnknown;
7816
+ }, "strip", z.ZodTypeAny, {
7817
+ sourceId: string;
7818
+ payload?: unknown;
7819
+ }, {
7820
+ sourceId: string;
7821
+ payload?: unknown;
7822
+ }>;
7823
+ type DTOStorybookImportPayload = z.infer<typeof DTOStorybookImportPayload>;
7464
7824
 
7465
7825
  declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7466
7826
  id: z.ZodString;
@@ -9163,15 +9523,15 @@ declare const DTOBffUploadImportRequestBody: z.ZodObject<{
9163
9523
  remoteId: string;
9164
9524
  isTokenTypeSplitEnabled?: boolean | undefined;
9165
9525
  brandPersistentId?: string | undefined;
9166
- sourceName?: string | undefined;
9167
9526
  payload?: any;
9527
+ sourceName?: string | undefined;
9168
9528
  }, {
9169
9529
  type: "FigmaVariablesPlugin" | "Upload";
9170
9530
  remoteId: string;
9171
9531
  isTokenTypeSplitEnabled?: boolean | undefined;
9172
9532
  brandPersistentId?: string | undefined;
9173
- sourceName?: string | undefined;
9174
9533
  payload?: any;
9534
+ sourceName?: string | undefined;
9175
9535
  }>;
9176
9536
  type DTOBffUploadImportRequestBody = z.infer<typeof DTOBffUploadImportRequestBody>;
9177
9537
  declare const DTOBffImportRequestBody: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -9239,15 +9599,15 @@ declare const DTOBffImportRequestBody: z.ZodDiscriminatedUnion<"type", [z.ZodObj
9239
9599
  remoteId: string;
9240
9600
  isTokenTypeSplitEnabled?: boolean | undefined;
9241
9601
  brandPersistentId?: string | undefined;
9242
- sourceName?: string | undefined;
9243
9602
  payload?: any;
9603
+ sourceName?: string | undefined;
9244
9604
  }, {
9245
9605
  type: "FigmaVariablesPlugin" | "Upload";
9246
9606
  remoteId: string;
9247
9607
  isTokenTypeSplitEnabled?: boolean | undefined;
9248
9608
  brandPersistentId?: string | undefined;
9249
- sourceName?: string | undefined;
9250
9609
  payload?: any;
9610
+ sourceName?: string | undefined;
9251
9611
  }>]>;
9252
9612
  type DTOBffImportRequestBody = z.infer<typeof DTOBffImportRequestBody>;
9253
9613
 
@@ -9589,6 +9949,288 @@ declare const DTODesignSystemVersionStatsQuery: z.ZodObject<{
9589
9949
  }>;
9590
9950
  type DTODesignSystemVersionStatsQuery = z.infer<typeof DTODesignSystemVersionStatsQuery>;
9591
9951
 
9952
+ declare const DTOStorybookEntry: z.ZodObject<{
9953
+ id: z.ZodString;
9954
+ storyId: z.ZodString;
9955
+ designSystemId: z.ZodString;
9956
+ sourceId: z.ZodString;
9957
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
9958
+ url: z.ZodString;
9959
+ isDeleted: z.ZodOptional<z.ZodBoolean>;
9960
+ origin: z.ZodObject<{
9961
+ id: z.ZodString;
9962
+ type: z.ZodEnum<["story", "docs"]>;
9963
+ name: z.ZodString;
9964
+ title: z.ZodString;
9965
+ }, "strip", z.ZodTypeAny, {
9966
+ type: "story" | "docs";
9967
+ name: string;
9968
+ id: string;
9969
+ title: string;
9970
+ }, {
9971
+ type: "story" | "docs";
9972
+ name: string;
9973
+ id: string;
9974
+ title: string;
9975
+ }>;
9976
+ createdAt: z.ZodDate;
9977
+ updatedAt: z.ZodDate;
9978
+ }, "strip", z.ZodTypeAny, {
9979
+ id: string;
9980
+ createdAt: Date;
9981
+ updatedAt: Date;
9982
+ sourceId: string;
9983
+ designSystemId: string;
9984
+ storyId: string;
9985
+ url: string;
9986
+ origin: {
9987
+ type: "story" | "docs";
9988
+ name: string;
9989
+ id: string;
9990
+ title: string;
9991
+ };
9992
+ aliases?: string[] | undefined;
9993
+ isDeleted?: boolean | undefined;
9994
+ }, {
9995
+ id: string;
9996
+ createdAt: Date;
9997
+ updatedAt: Date;
9998
+ sourceId: string;
9999
+ designSystemId: string;
10000
+ storyId: string;
10001
+ url: string;
10002
+ origin: {
10003
+ type: "story" | "docs";
10004
+ name: string;
10005
+ id: string;
10006
+ title: string;
10007
+ };
10008
+ aliases?: string[] | undefined;
10009
+ isDeleted?: boolean | undefined;
10010
+ }>;
10011
+ type DTOStorybookEntry = z.infer<typeof DTOStorybookEntry>;
10012
+ declare const DTOStorybookEntryOrigin: z.ZodObject<{
10013
+ id: z.ZodString;
10014
+ type: z.ZodEnum<["story", "docs"]>;
10015
+ name: z.ZodString;
10016
+ title: z.ZodString;
10017
+ }, "strip", z.ZodTypeAny, {
10018
+ type: "story" | "docs";
10019
+ name: string;
10020
+ id: string;
10021
+ title: string;
10022
+ }, {
10023
+ type: "story" | "docs";
10024
+ name: string;
10025
+ id: string;
10026
+ title: string;
10027
+ }>;
10028
+ type DTOStorybookEntryOrigin = z.infer<typeof DTOStorybookEntryOrigin>;
10029
+ declare const DTOStorybookEntryReplaceAction: z.ZodObject<{
10030
+ newStoryId: z.ZodString;
10031
+ }, "strip", z.ZodTypeAny, {
10032
+ newStoryId: string;
10033
+ }, {
10034
+ newStoryId: string;
10035
+ }>;
10036
+ type DTOStorybookEntryReplaceAction = z.infer<typeof DTOStorybookEntryReplaceAction>;
10037
+ declare const DTOStorybookEntryListResponse: z.ZodObject<{
10038
+ entries: z.ZodArray<z.ZodObject<{
10039
+ id: z.ZodString;
10040
+ storyId: z.ZodString;
10041
+ designSystemId: z.ZodString;
10042
+ sourceId: z.ZodString;
10043
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10044
+ url: z.ZodString;
10045
+ isDeleted: z.ZodOptional<z.ZodBoolean>;
10046
+ origin: z.ZodObject<{
10047
+ id: z.ZodString;
10048
+ type: z.ZodEnum<["story", "docs"]>;
10049
+ name: z.ZodString;
10050
+ title: z.ZodString;
10051
+ }, "strip", z.ZodTypeAny, {
10052
+ type: "story" | "docs";
10053
+ name: string;
10054
+ id: string;
10055
+ title: string;
10056
+ }, {
10057
+ type: "story" | "docs";
10058
+ name: string;
10059
+ id: string;
10060
+ title: string;
10061
+ }>;
10062
+ createdAt: z.ZodDate;
10063
+ updatedAt: z.ZodDate;
10064
+ }, "strip", z.ZodTypeAny, {
10065
+ id: string;
10066
+ createdAt: Date;
10067
+ updatedAt: Date;
10068
+ sourceId: string;
10069
+ designSystemId: string;
10070
+ storyId: string;
10071
+ url: string;
10072
+ origin: {
10073
+ type: "story" | "docs";
10074
+ name: string;
10075
+ id: string;
10076
+ title: string;
10077
+ };
10078
+ aliases?: string[] | undefined;
10079
+ isDeleted?: boolean | undefined;
10080
+ }, {
10081
+ id: string;
10082
+ createdAt: Date;
10083
+ updatedAt: Date;
10084
+ sourceId: string;
10085
+ designSystemId: string;
10086
+ storyId: string;
10087
+ url: string;
10088
+ origin: {
10089
+ type: "story" | "docs";
10090
+ name: string;
10091
+ id: string;
10092
+ title: string;
10093
+ };
10094
+ aliases?: string[] | undefined;
10095
+ isDeleted?: boolean | undefined;
10096
+ }>, "many">;
10097
+ }, "strip", z.ZodTypeAny, {
10098
+ entries: {
10099
+ id: string;
10100
+ createdAt: Date;
10101
+ updatedAt: Date;
10102
+ sourceId: string;
10103
+ designSystemId: string;
10104
+ storyId: string;
10105
+ url: string;
10106
+ origin: {
10107
+ type: "story" | "docs";
10108
+ name: string;
10109
+ id: string;
10110
+ title: string;
10111
+ };
10112
+ aliases?: string[] | undefined;
10113
+ isDeleted?: boolean | undefined;
10114
+ }[];
10115
+ }, {
10116
+ entries: {
10117
+ id: string;
10118
+ createdAt: Date;
10119
+ updatedAt: Date;
10120
+ sourceId: string;
10121
+ designSystemId: string;
10122
+ storyId: string;
10123
+ url: string;
10124
+ origin: {
10125
+ type: "story" | "docs";
10126
+ name: string;
10127
+ id: string;
10128
+ title: string;
10129
+ };
10130
+ aliases?: string[] | undefined;
10131
+ isDeleted?: boolean | undefined;
10132
+ }[];
10133
+ }>;
10134
+ type DTOStorybookEntryListResponse = z.infer<typeof DTOStorybookEntryListResponse>;
10135
+ declare const DTOStorybookEntryResponse: z.ZodObject<{
10136
+ entry: z.ZodObject<{
10137
+ id: z.ZodString;
10138
+ storyId: z.ZodString;
10139
+ designSystemId: z.ZodString;
10140
+ sourceId: z.ZodString;
10141
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10142
+ url: z.ZodString;
10143
+ isDeleted: z.ZodOptional<z.ZodBoolean>;
10144
+ origin: z.ZodObject<{
10145
+ id: z.ZodString;
10146
+ type: z.ZodEnum<["story", "docs"]>;
10147
+ name: z.ZodString;
10148
+ title: z.ZodString;
10149
+ }, "strip", z.ZodTypeAny, {
10150
+ type: "story" | "docs";
10151
+ name: string;
10152
+ id: string;
10153
+ title: string;
10154
+ }, {
10155
+ type: "story" | "docs";
10156
+ name: string;
10157
+ id: string;
10158
+ title: string;
10159
+ }>;
10160
+ createdAt: z.ZodDate;
10161
+ updatedAt: z.ZodDate;
10162
+ }, "strip", z.ZodTypeAny, {
10163
+ id: string;
10164
+ createdAt: Date;
10165
+ updatedAt: Date;
10166
+ sourceId: string;
10167
+ designSystemId: string;
10168
+ storyId: string;
10169
+ url: string;
10170
+ origin: {
10171
+ type: "story" | "docs";
10172
+ name: string;
10173
+ id: string;
10174
+ title: string;
10175
+ };
10176
+ aliases?: string[] | undefined;
10177
+ isDeleted?: boolean | undefined;
10178
+ }, {
10179
+ id: string;
10180
+ createdAt: Date;
10181
+ updatedAt: Date;
10182
+ sourceId: string;
10183
+ designSystemId: string;
10184
+ storyId: string;
10185
+ url: string;
10186
+ origin: {
10187
+ type: "story" | "docs";
10188
+ name: string;
10189
+ id: string;
10190
+ title: string;
10191
+ };
10192
+ aliases?: string[] | undefined;
10193
+ isDeleted?: boolean | undefined;
10194
+ }>;
10195
+ }, "strip", z.ZodTypeAny, {
10196
+ entry: {
10197
+ id: string;
10198
+ createdAt: Date;
10199
+ updatedAt: Date;
10200
+ sourceId: string;
10201
+ designSystemId: string;
10202
+ storyId: string;
10203
+ url: string;
10204
+ origin: {
10205
+ type: "story" | "docs";
10206
+ name: string;
10207
+ id: string;
10208
+ title: string;
10209
+ };
10210
+ aliases?: string[] | undefined;
10211
+ isDeleted?: boolean | undefined;
10212
+ };
10213
+ }, {
10214
+ entry: {
10215
+ id: string;
10216
+ createdAt: Date;
10217
+ updatedAt: Date;
10218
+ sourceId: string;
10219
+ designSystemId: string;
10220
+ storyId: string;
10221
+ url: string;
10222
+ origin: {
10223
+ type: "story" | "docs";
10224
+ name: string;
10225
+ id: string;
10226
+ title: string;
10227
+ };
10228
+ aliases?: string[] | undefined;
10229
+ isDeleted?: boolean | undefined;
10230
+ };
10231
+ }>;
10232
+ type DTOStorybookEntryResponse = z.infer<typeof DTOStorybookEntryResponse>;
10233
+
9592
10234
  declare const DTODesignSystemVersionRoom: z.ZodObject<{
9593
10235
  id: z.ZodString;
9594
10236
  }, "strip", z.ZodTypeAny, {
@@ -21407,29 +22049,115 @@ declare const DTOPublishedDocPageVisitData: z.ZodObject<{
21407
22049
  locale?: string | undefined;
21408
22050
  }>;
21409
22051
  type DTOPublishedDocPageVisitData = z.infer<typeof DTOPublishedDocPageVisitData>;
21410
- declare const DTOAnalyticsDataResponse: z.ZodArray<z.ZodObject<{
21411
- versionId: z.ZodString;
21412
- pagePersistentId: z.ZodString;
21413
- locale: z.ZodOptional<z.ZodString>;
21414
- timestamp: z.ZodDate;
21415
- visits: z.ZodNumber;
21416
- sessions: z.ZodNumber;
22052
+ declare const DTODocumentationPageAnalyticsDifference: z.ZodObject<{
22053
+ startDate: z.ZodDate;
22054
+ endDate: z.ZodDate;
22055
+ currentVisitCount: z.ZodNumber;
22056
+ currentSessionCount: z.ZodNumber;
22057
+ priorVisitCount: z.ZodNumber;
22058
+ priorSessionCount: z.ZodNumber;
21417
22059
  }, "strip", z.ZodTypeAny, {
21418
- pagePersistentId: string;
21419
- versionId: string;
21420
- timestamp: Date;
21421
- visits: number;
21422
- sessions: number;
21423
- locale?: string | undefined;
22060
+ startDate: Date;
22061
+ endDate: Date;
22062
+ currentVisitCount: number;
22063
+ currentSessionCount: number;
22064
+ priorVisitCount: number;
22065
+ priorSessionCount: number;
22066
+ }, {
22067
+ startDate: Date;
22068
+ endDate: Date;
22069
+ currentVisitCount: number;
22070
+ currentSessionCount: number;
22071
+ priorVisitCount: number;
22072
+ priorSessionCount: number;
22073
+ }>;
22074
+ type DTODocumentationPageAnalyticsDifference = z.infer<typeof DTODocumentationPageAnalyticsDifference>;
22075
+ declare const DTODocumentationPageIntervalDifferenceResponse: z.ZodObject<{
22076
+ differences: z.ZodArray<z.ZodObject<{
22077
+ startDate: z.ZodDate;
22078
+ endDate: z.ZodDate;
22079
+ currentVisitCount: z.ZodNumber;
22080
+ currentSessionCount: z.ZodNumber;
22081
+ priorVisitCount: z.ZodNumber;
22082
+ priorSessionCount: z.ZodNumber;
22083
+ }, "strip", z.ZodTypeAny, {
22084
+ startDate: Date;
22085
+ endDate: Date;
22086
+ currentVisitCount: number;
22087
+ currentSessionCount: number;
22088
+ priorVisitCount: number;
22089
+ priorSessionCount: number;
22090
+ }, {
22091
+ startDate: Date;
22092
+ endDate: Date;
22093
+ currentVisitCount: number;
22094
+ currentSessionCount: number;
22095
+ priorVisitCount: number;
22096
+ priorSessionCount: number;
22097
+ }>, "many">;
22098
+ }, "strip", z.ZodTypeAny, {
22099
+ differences: {
22100
+ startDate: Date;
22101
+ endDate: Date;
22102
+ currentVisitCount: number;
22103
+ currentSessionCount: number;
22104
+ priorVisitCount: number;
22105
+ priorSessionCount: number;
22106
+ }[];
21424
22107
  }, {
21425
- pagePersistentId: string;
21426
- versionId: string;
21427
- timestamp: Date;
21428
- visits: number;
21429
- sessions: number;
21430
- locale?: string | undefined;
21431
- }>, "many">;
21432
- type DTODocumentationPageAnalyticsResponse = z.infer<typeof DTOAnalyticsDataResponse>;
22108
+ differences: {
22109
+ startDate: Date;
22110
+ endDate: Date;
22111
+ currentVisitCount: number;
22112
+ currentSessionCount: number;
22113
+ priorVisitCount: number;
22114
+ priorSessionCount: number;
22115
+ }[];
22116
+ }>;
22117
+ type DTODocumentationPageIntervalDifferenceResponse = z.infer<typeof DTODocumentationPageIntervalDifferenceResponse>;
22118
+ declare const DTODocumentationPageAnalyticsResponse: z.ZodObject<{
22119
+ analytics: z.ZodArray<z.ZodObject<{
22120
+ versionId: z.ZodString;
22121
+ pagePersistentId: z.ZodString;
22122
+ locale: z.ZodOptional<z.ZodString>;
22123
+ timestamp: z.ZodDate;
22124
+ visits: z.ZodNumber;
22125
+ sessions: z.ZodNumber;
22126
+ }, "strip", z.ZodTypeAny, {
22127
+ pagePersistentId: string;
22128
+ versionId: string;
22129
+ timestamp: Date;
22130
+ visits: number;
22131
+ sessions: number;
22132
+ locale?: string | undefined;
22133
+ }, {
22134
+ pagePersistentId: string;
22135
+ versionId: string;
22136
+ timestamp: Date;
22137
+ visits: number;
22138
+ sessions: number;
22139
+ locale?: string | undefined;
22140
+ }>, "many">;
22141
+ }, "strip", z.ZodTypeAny, {
22142
+ analytics: {
22143
+ pagePersistentId: string;
22144
+ versionId: string;
22145
+ timestamp: Date;
22146
+ visits: number;
22147
+ sessions: number;
22148
+ locale?: string | undefined;
22149
+ }[];
22150
+ }, {
22151
+ analytics: {
22152
+ pagePersistentId: string;
22153
+ versionId: string;
22154
+ timestamp: Date;
22155
+ visits: number;
22156
+ sessions: number;
22157
+ locale?: string | undefined;
22158
+ }[];
22159
+ }>;
22160
+ type DTODocumentationPageAnalyticsResponse = z.infer<typeof DTODocumentationPageAnalyticsResponse>;
21433
22161
 
21434
22162
  declare const DTODocumentationPageAnchor: z.ZodObject<{
21435
22163
  blockId: z.ZodString;
@@ -51490,9 +52218,9 @@ declare const DTOExporterPropertyDefinitionEnum: z.ZodObject<z.objectUtil.extend
51490
52218
  }>;
51491
52219
  type: "Enum";
51492
52220
  description: string;
52221
+ default: string;
51493
52222
  key: string;
51494
52223
  title: string;
51495
- default: string;
51496
52224
  category?: string | undefined;
51497
52225
  dependsOn?: Record<string, boolean> | undefined;
51498
52226
  }, {
@@ -51502,9 +52230,9 @@ declare const DTOExporterPropertyDefinitionEnum: z.ZodObject<z.objectUtil.extend
51502
52230
  }>;
51503
52231
  type: "Enum";
51504
52232
  description: string;
52233
+ default: string;
51505
52234
  key: string;
51506
52235
  title: string;
51507
- default: string;
51508
52236
  category?: string | undefined;
51509
52237
  dependsOn?: Record<string, boolean> | undefined;
51510
52238
  }>;
@@ -51521,17 +52249,17 @@ declare const DTOExporterPropertyDefinitionBoolean: z.ZodObject<z.objectUtil.ext
51521
52249
  }>, "strip", z.ZodTypeAny, {
51522
52250
  type: "Boolean";
51523
52251
  description: string;
52252
+ default: boolean;
51524
52253
  key: string;
51525
52254
  title: string;
51526
- default: boolean;
51527
52255
  category?: string | undefined;
51528
52256
  dependsOn?: Record<string, boolean> | undefined;
51529
52257
  }, {
51530
52258
  type: "Boolean";
51531
52259
  description: string;
52260
+ default: boolean;
51532
52261
  key: string;
51533
52262
  title: string;
51534
- default: boolean;
51535
52263
  category?: string | undefined;
51536
52264
  dependsOn?: Record<string, boolean> | undefined;
51537
52265
  }>;
@@ -51549,18 +52277,18 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
51549
52277
  }>, "strip", z.ZodTypeAny, {
51550
52278
  type: "String";
51551
52279
  description: string;
52280
+ default: string;
51552
52281
  key: string;
51553
52282
  title: string;
51554
- default: string;
51555
52283
  category?: string | undefined;
51556
52284
  dependsOn?: Record<string, boolean> | undefined;
51557
52285
  isMultiline?: boolean | undefined;
51558
52286
  }, {
51559
52287
  type: "String";
51560
52288
  description: string;
52289
+ default: string;
51561
52290
  key: string;
51562
52291
  title: string;
51563
- default: string;
51564
52292
  category?: string | undefined;
51565
52293
  dependsOn?: Record<string, boolean> | undefined;
51566
52294
  isMultiline?: boolean | undefined;
@@ -51578,17 +52306,17 @@ declare const DTOExporterPropertyDefinitionNumber: z.ZodObject<z.objectUtil.exte
51578
52306
  }>, "strip", z.ZodTypeAny, {
51579
52307
  type: "Number";
51580
52308
  description: string;
52309
+ default: number;
51581
52310
  key: string;
51582
52311
  title: string;
51583
- default: number;
51584
52312
  category?: string | undefined;
51585
52313
  dependsOn?: Record<string, boolean> | undefined;
51586
52314
  }, {
51587
52315
  type: "Number";
51588
52316
  description: string;
52317
+ default: number;
51589
52318
  key: string;
51590
52319
  title: string;
51591
- default: number;
51592
52320
  category?: string | undefined;
51593
52321
  dependsOn?: Record<string, boolean> | undefined;
51594
52322
  }>;
@@ -51605,17 +52333,17 @@ declare const DTOExporterPropertyDefinitionArray: z.ZodObject<z.objectUtil.exten
51605
52333
  }>, "strip", z.ZodTypeAny, {
51606
52334
  type: "Array";
51607
52335
  description: string;
52336
+ default: string[];
51608
52337
  key: string;
51609
52338
  title: string;
51610
- default: string[];
51611
52339
  category?: string | undefined;
51612
52340
  dependsOn?: Record<string, boolean> | undefined;
51613
52341
  }, {
51614
52342
  type: "Array";
51615
52343
  description: string;
52344
+ default: string[];
51616
52345
  key: string;
51617
52346
  title: string;
51618
- default: string[];
51619
52347
  category?: string | undefined;
51620
52348
  dependsOn?: Record<string, boolean> | undefined;
51621
52349
  }>;
@@ -51649,9 +52377,9 @@ declare const DTOExporterPropertyDefinitionObject: z.ZodObject<z.objectUtil.exte
51649
52377
  }>, "strip", z.ZodTypeAny, {
51650
52378
  type: "Object";
51651
52379
  description: string;
52380
+ default: Record<string, string>;
51652
52381
  key: string;
51653
52382
  title: string;
51654
- default: Record<string, string>;
51655
52383
  category?: string | undefined;
51656
52384
  dependsOn?: Record<string, boolean> | undefined;
51657
52385
  allowedKeys?: {
@@ -51664,9 +52392,9 @@ declare const DTOExporterPropertyDefinitionObject: z.ZodObject<z.objectUtil.exte
51664
52392
  }, {
51665
52393
  type: "Object";
51666
52394
  description: string;
52395
+ default: Record<string, string>;
51667
52396
  key: string;
51668
52397
  title: string;
51669
- default: Record<string, string>;
51670
52398
  category?: string | undefined;
51671
52399
  dependsOn?: Record<string, boolean> | undefined;
51672
52400
  allowedKeys?: {
@@ -51691,18 +52419,18 @@ declare const DTOExporterPropertyDefinitionCode: z.ZodObject<z.objectUtil.extend
51691
52419
  }>, "strip", z.ZodTypeAny, {
51692
52420
  type: "Code";
51693
52421
  description: string;
52422
+ default: string;
51694
52423
  key: string;
51695
52424
  title: string;
51696
- default: string;
51697
52425
  language: string;
51698
52426
  category?: string | undefined;
51699
52427
  dependsOn?: Record<string, boolean> | undefined;
51700
52428
  }, {
51701
52429
  type: "Code";
51702
52430
  description: string;
52431
+ default: string;
51703
52432
  key: string;
51704
52433
  title: string;
51705
- default: string;
51706
52434
  language: string;
51707
52435
  category?: string | undefined;
51708
52436
  dependsOn?: Record<string, boolean> | undefined;
@@ -51734,9 +52462,9 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51734
52462
  }>;
51735
52463
  type: "Enum";
51736
52464
  description: string;
52465
+ default: string;
51737
52466
  key: string;
51738
52467
  title: string;
51739
- default: string;
51740
52468
  category?: string | undefined;
51741
52469
  dependsOn?: Record<string, boolean> | undefined;
51742
52470
  }, {
@@ -51746,9 +52474,9 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51746
52474
  }>;
51747
52475
  type: "Enum";
51748
52476
  description: string;
52477
+ default: string;
51749
52478
  key: string;
51750
52479
  title: string;
51751
- default: string;
51752
52480
  category?: string | undefined;
51753
52481
  dependsOn?: Record<string, boolean> | undefined;
51754
52482
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -51763,17 +52491,17 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51763
52491
  }>, "strip", z.ZodTypeAny, {
51764
52492
  type: "Boolean";
51765
52493
  description: string;
52494
+ default: boolean;
51766
52495
  key: string;
51767
52496
  title: string;
51768
- default: boolean;
51769
52497
  category?: string | undefined;
51770
52498
  dependsOn?: Record<string, boolean> | undefined;
51771
52499
  }, {
51772
52500
  type: "Boolean";
51773
52501
  description: string;
52502
+ default: boolean;
51774
52503
  key: string;
51775
52504
  title: string;
51776
- default: boolean;
51777
52505
  category?: string | undefined;
51778
52506
  dependsOn?: Record<string, boolean> | undefined;
51779
52507
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -51789,18 +52517,18 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51789
52517
  }>, "strip", z.ZodTypeAny, {
51790
52518
  type: "String";
51791
52519
  description: string;
52520
+ default: string;
51792
52521
  key: string;
51793
52522
  title: string;
51794
- default: string;
51795
52523
  category?: string | undefined;
51796
52524
  dependsOn?: Record<string, boolean> | undefined;
51797
52525
  isMultiline?: boolean | undefined;
51798
52526
  }, {
51799
52527
  type: "String";
51800
52528
  description: string;
52529
+ default: string;
51801
52530
  key: string;
51802
52531
  title: string;
51803
- default: string;
51804
52532
  category?: string | undefined;
51805
52533
  dependsOn?: Record<string, boolean> | undefined;
51806
52534
  isMultiline?: boolean | undefined;
@@ -51816,17 +52544,17 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51816
52544
  }>, "strip", z.ZodTypeAny, {
51817
52545
  type: "Number";
51818
52546
  description: string;
52547
+ default: number;
51819
52548
  key: string;
51820
52549
  title: string;
51821
- default: number;
51822
52550
  category?: string | undefined;
51823
52551
  dependsOn?: Record<string, boolean> | undefined;
51824
52552
  }, {
51825
52553
  type: "Number";
51826
52554
  description: string;
52555
+ default: number;
51827
52556
  key: string;
51828
52557
  title: string;
51829
- default: number;
51830
52558
  category?: string | undefined;
51831
52559
  dependsOn?: Record<string, boolean> | undefined;
51832
52560
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -51841,17 +52569,17 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51841
52569
  }>, "strip", z.ZodTypeAny, {
51842
52570
  type: "Array";
51843
52571
  description: string;
52572
+ default: string[];
51844
52573
  key: string;
51845
52574
  title: string;
51846
- default: string[];
51847
52575
  category?: string | undefined;
51848
52576
  dependsOn?: Record<string, boolean> | undefined;
51849
52577
  }, {
51850
52578
  type: "Array";
51851
52579
  description: string;
52580
+ default: string[];
51852
52581
  key: string;
51853
52582
  title: string;
51854
- default: string[];
51855
52583
  category?: string | undefined;
51856
52584
  dependsOn?: Record<string, boolean> | undefined;
51857
52585
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -51883,9 +52611,9 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51883
52611
  }>, "strip", z.ZodTypeAny, {
51884
52612
  type: "Object";
51885
52613
  description: string;
52614
+ default: Record<string, string>;
51886
52615
  key: string;
51887
52616
  title: string;
51888
- default: Record<string, string>;
51889
52617
  category?: string | undefined;
51890
52618
  dependsOn?: Record<string, boolean> | undefined;
51891
52619
  allowedKeys?: {
@@ -51898,9 +52626,9 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51898
52626
  }, {
51899
52627
  type: "Object";
51900
52628
  description: string;
52629
+ default: Record<string, string>;
51901
52630
  key: string;
51902
52631
  title: string;
51903
- default: Record<string, string>;
51904
52632
  category?: string | undefined;
51905
52633
  dependsOn?: Record<string, boolean> | undefined;
51906
52634
  allowedKeys?: {
@@ -51923,18 +52651,18 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
51923
52651
  }>, "strip", z.ZodTypeAny, {
51924
52652
  type: "Code";
51925
52653
  description: string;
52654
+ default: string;
51926
52655
  key: string;
51927
52656
  title: string;
51928
- default: string;
51929
52657
  language: string;
51930
52658
  category?: string | undefined;
51931
52659
  dependsOn?: Record<string, boolean> | undefined;
51932
52660
  }, {
51933
52661
  type: "Code";
51934
52662
  description: string;
52663
+ default: string;
51935
52664
  key: string;
51936
52665
  title: string;
51937
- default: string;
51938
52666
  language: string;
51939
52667
  category?: string | undefined;
51940
52668
  dependsOn?: Record<string, boolean> | undefined;
@@ -51978,9 +52706,9 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
51978
52706
  }>;
51979
52707
  type: "Enum";
51980
52708
  description: string;
52709
+ default: string;
51981
52710
  key: string;
51982
52711
  title: string;
51983
- default: string;
51984
52712
  category?: string | undefined;
51985
52713
  dependsOn?: Record<string, boolean> | undefined;
51986
52714
  }, {
@@ -51990,9 +52718,9 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
51990
52718
  }>;
51991
52719
  type: "Enum";
51992
52720
  description: string;
52721
+ default: string;
51993
52722
  key: string;
51994
52723
  title: string;
51995
- default: string;
51996
52724
  category?: string | undefined;
51997
52725
  dependsOn?: Record<string, boolean> | undefined;
51998
52726
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -52007,17 +52735,17 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52007
52735
  }>, "strip", z.ZodTypeAny, {
52008
52736
  type: "Boolean";
52009
52737
  description: string;
52738
+ default: boolean;
52010
52739
  key: string;
52011
52740
  title: string;
52012
- default: boolean;
52013
52741
  category?: string | undefined;
52014
52742
  dependsOn?: Record<string, boolean> | undefined;
52015
52743
  }, {
52016
52744
  type: "Boolean";
52017
52745
  description: string;
52746
+ default: boolean;
52018
52747
  key: string;
52019
52748
  title: string;
52020
- default: boolean;
52021
52749
  category?: string | undefined;
52022
52750
  dependsOn?: Record<string, boolean> | undefined;
52023
52751
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -52033,18 +52761,18 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52033
52761
  }>, "strip", z.ZodTypeAny, {
52034
52762
  type: "String";
52035
52763
  description: string;
52764
+ default: string;
52036
52765
  key: string;
52037
52766
  title: string;
52038
- default: string;
52039
52767
  category?: string | undefined;
52040
52768
  dependsOn?: Record<string, boolean> | undefined;
52041
52769
  isMultiline?: boolean | undefined;
52042
52770
  }, {
52043
52771
  type: "String";
52044
52772
  description: string;
52773
+ default: string;
52045
52774
  key: string;
52046
52775
  title: string;
52047
- default: string;
52048
52776
  category?: string | undefined;
52049
52777
  dependsOn?: Record<string, boolean> | undefined;
52050
52778
  isMultiline?: boolean | undefined;
@@ -52060,17 +52788,17 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52060
52788
  }>, "strip", z.ZodTypeAny, {
52061
52789
  type: "Number";
52062
52790
  description: string;
52791
+ default: number;
52063
52792
  key: string;
52064
52793
  title: string;
52065
- default: number;
52066
52794
  category?: string | undefined;
52067
52795
  dependsOn?: Record<string, boolean> | undefined;
52068
52796
  }, {
52069
52797
  type: "Number";
52070
52798
  description: string;
52799
+ default: number;
52071
52800
  key: string;
52072
52801
  title: string;
52073
- default: number;
52074
52802
  category?: string | undefined;
52075
52803
  dependsOn?: Record<string, boolean> | undefined;
52076
52804
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -52085,17 +52813,17 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52085
52813
  }>, "strip", z.ZodTypeAny, {
52086
52814
  type: "Array";
52087
52815
  description: string;
52816
+ default: string[];
52088
52817
  key: string;
52089
52818
  title: string;
52090
- default: string[];
52091
52819
  category?: string | undefined;
52092
52820
  dependsOn?: Record<string, boolean> | undefined;
52093
52821
  }, {
52094
52822
  type: "Array";
52095
52823
  description: string;
52824
+ default: string[];
52096
52825
  key: string;
52097
52826
  title: string;
52098
- default: string[];
52099
52827
  category?: string | undefined;
52100
52828
  dependsOn?: Record<string, boolean> | undefined;
52101
52829
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -52127,9 +52855,9 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52127
52855
  }>, "strip", z.ZodTypeAny, {
52128
52856
  type: "Object";
52129
52857
  description: string;
52858
+ default: Record<string, string>;
52130
52859
  key: string;
52131
52860
  title: string;
52132
- default: Record<string, string>;
52133
52861
  category?: string | undefined;
52134
52862
  dependsOn?: Record<string, boolean> | undefined;
52135
52863
  allowedKeys?: {
@@ -52142,9 +52870,9 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52142
52870
  }, {
52143
52871
  type: "Object";
52144
52872
  description: string;
52873
+ default: Record<string, string>;
52145
52874
  key: string;
52146
52875
  title: string;
52147
- default: Record<string, string>;
52148
52876
  category?: string | undefined;
52149
52877
  dependsOn?: Record<string, boolean> | undefined;
52150
52878
  allowedKeys?: {
@@ -52167,18 +52895,18 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52167
52895
  }>, "strip", z.ZodTypeAny, {
52168
52896
  type: "Code";
52169
52897
  description: string;
52898
+ default: string;
52170
52899
  key: string;
52171
52900
  title: string;
52172
- default: string;
52173
52901
  language: string;
52174
52902
  category?: string | undefined;
52175
52903
  dependsOn?: Record<string, boolean> | undefined;
52176
52904
  }, {
52177
52905
  type: "Code";
52178
52906
  description: string;
52907
+ default: string;
52179
52908
  key: string;
52180
52909
  title: string;
52181
- default: string;
52182
52910
  language: string;
52183
52911
  category?: string | undefined;
52184
52912
  dependsOn?: Record<string, boolean> | undefined;
@@ -52191,50 +52919,50 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52191
52919
  }>;
52192
52920
  type: "Enum";
52193
52921
  description: string;
52922
+ default: string;
52194
52923
  key: string;
52195
52924
  title: string;
52196
- default: string;
52197
52925
  category?: string | undefined;
52198
52926
  dependsOn?: Record<string, boolean> | undefined;
52199
52927
  } | {
52200
52928
  type: "Boolean";
52201
52929
  description: string;
52930
+ default: boolean;
52202
52931
  key: string;
52203
52932
  title: string;
52204
- default: boolean;
52205
52933
  category?: string | undefined;
52206
52934
  dependsOn?: Record<string, boolean> | undefined;
52207
52935
  } | {
52208
52936
  type: "String";
52209
52937
  description: string;
52938
+ default: string;
52210
52939
  key: string;
52211
52940
  title: string;
52212
- default: string;
52213
52941
  category?: string | undefined;
52214
52942
  dependsOn?: Record<string, boolean> | undefined;
52215
52943
  isMultiline?: boolean | undefined;
52216
52944
  } | {
52217
52945
  type: "Number";
52218
52946
  description: string;
52947
+ default: number;
52219
52948
  key: string;
52220
52949
  title: string;
52221
- default: number;
52222
52950
  category?: string | undefined;
52223
52951
  dependsOn?: Record<string, boolean> | undefined;
52224
52952
  } | {
52225
52953
  type: "Array";
52226
52954
  description: string;
52955
+ default: string[];
52227
52956
  key: string;
52228
52957
  title: string;
52229
- default: string[];
52230
52958
  category?: string | undefined;
52231
52959
  dependsOn?: Record<string, boolean> | undefined;
52232
52960
  } | {
52233
52961
  type: "Object";
52234
52962
  description: string;
52963
+ default: Record<string, string>;
52235
52964
  key: string;
52236
52965
  title: string;
52237
- default: Record<string, string>;
52238
52966
  category?: string | undefined;
52239
52967
  dependsOn?: Record<string, boolean> | undefined;
52240
52968
  allowedKeys?: {
@@ -52247,9 +52975,9 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52247
52975
  } | {
52248
52976
  type: "Code";
52249
52977
  description: string;
52978
+ default: string;
52250
52979
  key: string;
52251
52980
  title: string;
52252
- default: string;
52253
52981
  language: string;
52254
52982
  category?: string | undefined;
52255
52983
  dependsOn?: Record<string, boolean> | undefined;
@@ -52262,50 +52990,50 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52262
52990
  }>;
52263
52991
  type: "Enum";
52264
52992
  description: string;
52993
+ default: string;
52265
52994
  key: string;
52266
52995
  title: string;
52267
- default: string;
52268
52996
  category?: string | undefined;
52269
52997
  dependsOn?: Record<string, boolean> | undefined;
52270
52998
  } | {
52271
52999
  type: "Boolean";
52272
53000
  description: string;
53001
+ default: boolean;
52273
53002
  key: string;
52274
53003
  title: string;
52275
- default: boolean;
52276
53004
  category?: string | undefined;
52277
53005
  dependsOn?: Record<string, boolean> | undefined;
52278
53006
  } | {
52279
53007
  type: "String";
52280
53008
  description: string;
53009
+ default: string;
52281
53010
  key: string;
52282
53011
  title: string;
52283
- default: string;
52284
53012
  category?: string | undefined;
52285
53013
  dependsOn?: Record<string, boolean> | undefined;
52286
53014
  isMultiline?: boolean | undefined;
52287
53015
  } | {
52288
53016
  type: "Number";
52289
53017
  description: string;
53018
+ default: number;
52290
53019
  key: string;
52291
53020
  title: string;
52292
- default: number;
52293
53021
  category?: string | undefined;
52294
53022
  dependsOn?: Record<string, boolean> | undefined;
52295
53023
  } | {
52296
53024
  type: "Array";
52297
53025
  description: string;
53026
+ default: string[];
52298
53027
  key: string;
52299
53028
  title: string;
52300
- default: string[];
52301
53029
  category?: string | undefined;
52302
53030
  dependsOn?: Record<string, boolean> | undefined;
52303
53031
  } | {
52304
53032
  type: "Object";
52305
53033
  description: string;
53034
+ default: Record<string, string>;
52306
53035
  key: string;
52307
53036
  title: string;
52308
- default: Record<string, string>;
52309
53037
  category?: string | undefined;
52310
53038
  dependsOn?: Record<string, boolean> | undefined;
52311
53039
  allowedKeys?: {
@@ -52318,9 +53046,9 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
52318
53046
  } | {
52319
53047
  type: "Code";
52320
53048
  description: string;
53049
+ default: string;
52321
53050
  key: string;
52322
53051
  title: string;
52323
- default: string;
52324
53052
  language: string;
52325
53053
  category?: string | undefined;
52326
53054
  dependsOn?: Record<string, boolean> | undefined;
@@ -52418,9 +53146,9 @@ declare const DTOExporter: z.ZodObject<{
52418
53146
  }>;
52419
53147
  type: "Enum";
52420
53148
  description: string;
53149
+ default: string;
52421
53150
  key: string;
52422
53151
  title: string;
52423
- default: string;
52424
53152
  category?: string | undefined;
52425
53153
  dependsOn?: Record<string, boolean> | undefined;
52426
53154
  }, {
@@ -52430,9 +53158,9 @@ declare const DTOExporter: z.ZodObject<{
52430
53158
  }>;
52431
53159
  type: "Enum";
52432
53160
  description: string;
53161
+ default: string;
52433
53162
  key: string;
52434
53163
  title: string;
52435
- default: string;
52436
53164
  category?: string | undefined;
52437
53165
  dependsOn?: Record<string, boolean> | undefined;
52438
53166
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -52447,17 +53175,17 @@ declare const DTOExporter: z.ZodObject<{
52447
53175
  }>, "strip", z.ZodTypeAny, {
52448
53176
  type: "Boolean";
52449
53177
  description: string;
53178
+ default: boolean;
52450
53179
  key: string;
52451
53180
  title: string;
52452
- default: boolean;
52453
53181
  category?: string | undefined;
52454
53182
  dependsOn?: Record<string, boolean> | undefined;
52455
53183
  }, {
52456
53184
  type: "Boolean";
52457
53185
  description: string;
53186
+ default: boolean;
52458
53187
  key: string;
52459
53188
  title: string;
52460
- default: boolean;
52461
53189
  category?: string | undefined;
52462
53190
  dependsOn?: Record<string, boolean> | undefined;
52463
53191
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -52473,18 +53201,18 @@ declare const DTOExporter: z.ZodObject<{
52473
53201
  }>, "strip", z.ZodTypeAny, {
52474
53202
  type: "String";
52475
53203
  description: string;
53204
+ default: string;
52476
53205
  key: string;
52477
53206
  title: string;
52478
- default: string;
52479
53207
  category?: string | undefined;
52480
53208
  dependsOn?: Record<string, boolean> | undefined;
52481
53209
  isMultiline?: boolean | undefined;
52482
53210
  }, {
52483
53211
  type: "String";
52484
53212
  description: string;
53213
+ default: string;
52485
53214
  key: string;
52486
53215
  title: string;
52487
- default: string;
52488
53216
  category?: string | undefined;
52489
53217
  dependsOn?: Record<string, boolean> | undefined;
52490
53218
  isMultiline?: boolean | undefined;
@@ -52500,17 +53228,17 @@ declare const DTOExporter: z.ZodObject<{
52500
53228
  }>, "strip", z.ZodTypeAny, {
52501
53229
  type: "Number";
52502
53230
  description: string;
53231
+ default: number;
52503
53232
  key: string;
52504
53233
  title: string;
52505
- default: number;
52506
53234
  category?: string | undefined;
52507
53235
  dependsOn?: Record<string, boolean> | undefined;
52508
53236
  }, {
52509
53237
  type: "Number";
52510
53238
  description: string;
53239
+ default: number;
52511
53240
  key: string;
52512
53241
  title: string;
52513
- default: number;
52514
53242
  category?: string | undefined;
52515
53243
  dependsOn?: Record<string, boolean> | undefined;
52516
53244
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -52525,17 +53253,17 @@ declare const DTOExporter: z.ZodObject<{
52525
53253
  }>, "strip", z.ZodTypeAny, {
52526
53254
  type: "Array";
52527
53255
  description: string;
53256
+ default: string[];
52528
53257
  key: string;
52529
53258
  title: string;
52530
- default: string[];
52531
53259
  category?: string | undefined;
52532
53260
  dependsOn?: Record<string, boolean> | undefined;
52533
53261
  }, {
52534
53262
  type: "Array";
52535
53263
  description: string;
53264
+ default: string[];
52536
53265
  key: string;
52537
53266
  title: string;
52538
- default: string[];
52539
53267
  category?: string | undefined;
52540
53268
  dependsOn?: Record<string, boolean> | undefined;
52541
53269
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -52567,9 +53295,9 @@ declare const DTOExporter: z.ZodObject<{
52567
53295
  }>, "strip", z.ZodTypeAny, {
52568
53296
  type: "Object";
52569
53297
  description: string;
53298
+ default: Record<string, string>;
52570
53299
  key: string;
52571
53300
  title: string;
52572
- default: Record<string, string>;
52573
53301
  category?: string | undefined;
52574
53302
  dependsOn?: Record<string, boolean> | undefined;
52575
53303
  allowedKeys?: {
@@ -52582,9 +53310,9 @@ declare const DTOExporter: z.ZodObject<{
52582
53310
  }, {
52583
53311
  type: "Object";
52584
53312
  description: string;
53313
+ default: Record<string, string>;
52585
53314
  key: string;
52586
53315
  title: string;
52587
- default: Record<string, string>;
52588
53316
  category?: string | undefined;
52589
53317
  dependsOn?: Record<string, boolean> | undefined;
52590
53318
  allowedKeys?: {
@@ -52607,18 +53335,18 @@ declare const DTOExporter: z.ZodObject<{
52607
53335
  }>, "strip", z.ZodTypeAny, {
52608
53336
  type: "Code";
52609
53337
  description: string;
53338
+ default: string;
52610
53339
  key: string;
52611
53340
  title: string;
52612
- default: string;
52613
53341
  language: string;
52614
53342
  category?: string | undefined;
52615
53343
  dependsOn?: Record<string, boolean> | undefined;
52616
53344
  }, {
52617
53345
  type: "Code";
52618
53346
  description: string;
53347
+ default: string;
52619
53348
  key: string;
52620
53349
  title: string;
52621
- default: string;
52622
53350
  language: string;
52623
53351
  category?: string | undefined;
52624
53352
  dependsOn?: Record<string, boolean> | undefined;
@@ -52816,50 +53544,50 @@ declare const DTOExporter: z.ZodObject<{
52816
53544
  }>;
52817
53545
  type: "Enum";
52818
53546
  description: string;
53547
+ default: string;
52819
53548
  key: string;
52820
53549
  title: string;
52821
- default: string;
52822
53550
  category?: string | undefined;
52823
53551
  dependsOn?: Record<string, boolean> | undefined;
52824
53552
  } | {
52825
53553
  type: "Boolean";
52826
53554
  description: string;
53555
+ default: boolean;
52827
53556
  key: string;
52828
53557
  title: string;
52829
- default: boolean;
52830
53558
  category?: string | undefined;
52831
53559
  dependsOn?: Record<string, boolean> | undefined;
52832
53560
  } | {
52833
53561
  type: "String";
52834
53562
  description: string;
53563
+ default: string;
52835
53564
  key: string;
52836
53565
  title: string;
52837
- default: string;
52838
53566
  category?: string | undefined;
52839
53567
  dependsOn?: Record<string, boolean> | undefined;
52840
53568
  isMultiline?: boolean | undefined;
52841
53569
  } | {
52842
53570
  type: "Number";
52843
53571
  description: string;
53572
+ default: number;
52844
53573
  key: string;
52845
53574
  title: string;
52846
- default: number;
52847
53575
  category?: string | undefined;
52848
53576
  dependsOn?: Record<string, boolean> | undefined;
52849
53577
  } | {
52850
53578
  type: "Array";
52851
53579
  description: string;
53580
+ default: string[];
52852
53581
  key: string;
52853
53582
  title: string;
52854
- default: string[];
52855
53583
  category?: string | undefined;
52856
53584
  dependsOn?: Record<string, boolean> | undefined;
52857
53585
  } | {
52858
53586
  type: "Object";
52859
53587
  description: string;
53588
+ default: Record<string, string>;
52860
53589
  key: string;
52861
53590
  title: string;
52862
- default: Record<string, string>;
52863
53591
  category?: string | undefined;
52864
53592
  dependsOn?: Record<string, boolean> | undefined;
52865
53593
  allowedKeys?: {
@@ -52872,9 +53600,9 @@ declare const DTOExporter: z.ZodObject<{
52872
53600
  } | {
52873
53601
  type: "Code";
52874
53602
  description: string;
53603
+ default: string;
52875
53604
  key: string;
52876
53605
  title: string;
52877
- default: string;
52878
53606
  language: string;
52879
53607
  category?: string | undefined;
52880
53608
  dependsOn?: Record<string, boolean> | undefined;
@@ -52949,50 +53677,50 @@ declare const DTOExporter: z.ZodObject<{
52949
53677
  }>;
52950
53678
  type: "Enum";
52951
53679
  description: string;
53680
+ default: string;
52952
53681
  key: string;
52953
53682
  title: string;
52954
- default: string;
52955
53683
  category?: string | undefined;
52956
53684
  dependsOn?: Record<string, boolean> | undefined;
52957
53685
  } | {
52958
53686
  type: "Boolean";
52959
53687
  description: string;
53688
+ default: boolean;
52960
53689
  key: string;
52961
53690
  title: string;
52962
- default: boolean;
52963
53691
  category?: string | undefined;
52964
53692
  dependsOn?: Record<string, boolean> | undefined;
52965
53693
  } | {
52966
53694
  type: "String";
52967
53695
  description: string;
53696
+ default: string;
52968
53697
  key: string;
52969
53698
  title: string;
52970
- default: string;
52971
53699
  category?: string | undefined;
52972
53700
  dependsOn?: Record<string, boolean> | undefined;
52973
53701
  isMultiline?: boolean | undefined;
52974
53702
  } | {
52975
53703
  type: "Number";
52976
53704
  description: string;
53705
+ default: number;
52977
53706
  key: string;
52978
53707
  title: string;
52979
- default: number;
52980
53708
  category?: string | undefined;
52981
53709
  dependsOn?: Record<string, boolean> | undefined;
52982
53710
  } | {
52983
53711
  type: "Array";
52984
53712
  description: string;
53713
+ default: string[];
52985
53714
  key: string;
52986
53715
  title: string;
52987
- default: string[];
52988
53716
  category?: string | undefined;
52989
53717
  dependsOn?: Record<string, boolean> | undefined;
52990
53718
  } | {
52991
53719
  type: "Object";
52992
53720
  description: string;
53721
+ default: Record<string, string>;
52993
53722
  key: string;
52994
53723
  title: string;
52995
- default: Record<string, string>;
52996
53724
  category?: string | undefined;
52997
53725
  dependsOn?: Record<string, boolean> | undefined;
52998
53726
  allowedKeys?: {
@@ -53005,9 +53733,9 @@ declare const DTOExporter: z.ZodObject<{
53005
53733
  } | {
53006
53734
  type: "Code";
53007
53735
  description: string;
53736
+ default: string;
53008
53737
  key: string;
53009
53738
  title: string;
53010
- default: string;
53011
53739
  language: string;
53012
53740
  category?: string | undefined;
53013
53741
  dependsOn?: Record<string, boolean> | undefined;
@@ -53107,9 +53835,9 @@ declare const DTOExporterResponse: z.ZodObject<{
53107
53835
  }>;
53108
53836
  type: "Enum";
53109
53837
  description: string;
53838
+ default: string;
53110
53839
  key: string;
53111
53840
  title: string;
53112
- default: string;
53113
53841
  category?: string | undefined;
53114
53842
  dependsOn?: Record<string, boolean> | undefined;
53115
53843
  }, {
@@ -53119,9 +53847,9 @@ declare const DTOExporterResponse: z.ZodObject<{
53119
53847
  }>;
53120
53848
  type: "Enum";
53121
53849
  description: string;
53850
+ default: string;
53122
53851
  key: string;
53123
53852
  title: string;
53124
- default: string;
53125
53853
  category?: string | undefined;
53126
53854
  dependsOn?: Record<string, boolean> | undefined;
53127
53855
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -53136,17 +53864,17 @@ declare const DTOExporterResponse: z.ZodObject<{
53136
53864
  }>, "strip", z.ZodTypeAny, {
53137
53865
  type: "Boolean";
53138
53866
  description: string;
53867
+ default: boolean;
53139
53868
  key: string;
53140
53869
  title: string;
53141
- default: boolean;
53142
53870
  category?: string | undefined;
53143
53871
  dependsOn?: Record<string, boolean> | undefined;
53144
53872
  }, {
53145
53873
  type: "Boolean";
53146
53874
  description: string;
53875
+ default: boolean;
53147
53876
  key: string;
53148
53877
  title: string;
53149
- default: boolean;
53150
53878
  category?: string | undefined;
53151
53879
  dependsOn?: Record<string, boolean> | undefined;
53152
53880
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -53162,18 +53890,18 @@ declare const DTOExporterResponse: z.ZodObject<{
53162
53890
  }>, "strip", z.ZodTypeAny, {
53163
53891
  type: "String";
53164
53892
  description: string;
53893
+ default: string;
53165
53894
  key: string;
53166
53895
  title: string;
53167
- default: string;
53168
53896
  category?: string | undefined;
53169
53897
  dependsOn?: Record<string, boolean> | undefined;
53170
53898
  isMultiline?: boolean | undefined;
53171
53899
  }, {
53172
53900
  type: "String";
53173
53901
  description: string;
53902
+ default: string;
53174
53903
  key: string;
53175
53904
  title: string;
53176
- default: string;
53177
53905
  category?: string | undefined;
53178
53906
  dependsOn?: Record<string, boolean> | undefined;
53179
53907
  isMultiline?: boolean | undefined;
@@ -53189,17 +53917,17 @@ declare const DTOExporterResponse: z.ZodObject<{
53189
53917
  }>, "strip", z.ZodTypeAny, {
53190
53918
  type: "Number";
53191
53919
  description: string;
53920
+ default: number;
53192
53921
  key: string;
53193
53922
  title: string;
53194
- default: number;
53195
53923
  category?: string | undefined;
53196
53924
  dependsOn?: Record<string, boolean> | undefined;
53197
53925
  }, {
53198
53926
  type: "Number";
53199
53927
  description: string;
53928
+ default: number;
53200
53929
  key: string;
53201
53930
  title: string;
53202
- default: number;
53203
53931
  category?: string | undefined;
53204
53932
  dependsOn?: Record<string, boolean> | undefined;
53205
53933
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -53214,17 +53942,17 @@ declare const DTOExporterResponse: z.ZodObject<{
53214
53942
  }>, "strip", z.ZodTypeAny, {
53215
53943
  type: "Array";
53216
53944
  description: string;
53945
+ default: string[];
53217
53946
  key: string;
53218
53947
  title: string;
53219
- default: string[];
53220
53948
  category?: string | undefined;
53221
53949
  dependsOn?: Record<string, boolean> | undefined;
53222
53950
  }, {
53223
53951
  type: "Array";
53224
53952
  description: string;
53953
+ default: string[];
53225
53954
  key: string;
53226
53955
  title: string;
53227
- default: string[];
53228
53956
  category?: string | undefined;
53229
53957
  dependsOn?: Record<string, boolean> | undefined;
53230
53958
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -53256,9 +53984,9 @@ declare const DTOExporterResponse: z.ZodObject<{
53256
53984
  }>, "strip", z.ZodTypeAny, {
53257
53985
  type: "Object";
53258
53986
  description: string;
53987
+ default: Record<string, string>;
53259
53988
  key: string;
53260
53989
  title: string;
53261
- default: Record<string, string>;
53262
53990
  category?: string | undefined;
53263
53991
  dependsOn?: Record<string, boolean> | undefined;
53264
53992
  allowedKeys?: {
@@ -53271,9 +53999,9 @@ declare const DTOExporterResponse: z.ZodObject<{
53271
53999
  }, {
53272
54000
  type: "Object";
53273
54001
  description: string;
54002
+ default: Record<string, string>;
53274
54003
  key: string;
53275
54004
  title: string;
53276
- default: Record<string, string>;
53277
54005
  category?: string | undefined;
53278
54006
  dependsOn?: Record<string, boolean> | undefined;
53279
54007
  allowedKeys?: {
@@ -53296,18 +54024,18 @@ declare const DTOExporterResponse: z.ZodObject<{
53296
54024
  }>, "strip", z.ZodTypeAny, {
53297
54025
  type: "Code";
53298
54026
  description: string;
54027
+ default: string;
53299
54028
  key: string;
53300
54029
  title: string;
53301
- default: string;
53302
54030
  language: string;
53303
54031
  category?: string | undefined;
53304
54032
  dependsOn?: Record<string, boolean> | undefined;
53305
54033
  }, {
53306
54034
  type: "Code";
53307
54035
  description: string;
54036
+ default: string;
53308
54037
  key: string;
53309
54038
  title: string;
53310
- default: string;
53311
54039
  language: string;
53312
54040
  category?: string | undefined;
53313
54041
  dependsOn?: Record<string, boolean> | undefined;
@@ -53505,50 +54233,50 @@ declare const DTOExporterResponse: z.ZodObject<{
53505
54233
  }>;
53506
54234
  type: "Enum";
53507
54235
  description: string;
54236
+ default: string;
53508
54237
  key: string;
53509
54238
  title: string;
53510
- default: string;
53511
54239
  category?: string | undefined;
53512
54240
  dependsOn?: Record<string, boolean> | undefined;
53513
54241
  } | {
53514
54242
  type: "Boolean";
53515
54243
  description: string;
54244
+ default: boolean;
53516
54245
  key: string;
53517
54246
  title: string;
53518
- default: boolean;
53519
54247
  category?: string | undefined;
53520
54248
  dependsOn?: Record<string, boolean> | undefined;
53521
54249
  } | {
53522
54250
  type: "String";
53523
54251
  description: string;
54252
+ default: string;
53524
54253
  key: string;
53525
54254
  title: string;
53526
- default: string;
53527
54255
  category?: string | undefined;
53528
54256
  dependsOn?: Record<string, boolean> | undefined;
53529
54257
  isMultiline?: boolean | undefined;
53530
54258
  } | {
53531
54259
  type: "Number";
53532
54260
  description: string;
54261
+ default: number;
53533
54262
  key: string;
53534
54263
  title: string;
53535
- default: number;
53536
54264
  category?: string | undefined;
53537
54265
  dependsOn?: Record<string, boolean> | undefined;
53538
54266
  } | {
53539
54267
  type: "Array";
53540
54268
  description: string;
54269
+ default: string[];
53541
54270
  key: string;
53542
54271
  title: string;
53543
- default: string[];
53544
54272
  category?: string | undefined;
53545
54273
  dependsOn?: Record<string, boolean> | undefined;
53546
54274
  } | {
53547
54275
  type: "Object";
53548
54276
  description: string;
54277
+ default: Record<string, string>;
53549
54278
  key: string;
53550
54279
  title: string;
53551
- default: Record<string, string>;
53552
54280
  category?: string | undefined;
53553
54281
  dependsOn?: Record<string, boolean> | undefined;
53554
54282
  allowedKeys?: {
@@ -53561,9 +54289,9 @@ declare const DTOExporterResponse: z.ZodObject<{
53561
54289
  } | {
53562
54290
  type: "Code";
53563
54291
  description: string;
54292
+ default: string;
53564
54293
  key: string;
53565
54294
  title: string;
53566
- default: string;
53567
54295
  language: string;
53568
54296
  category?: string | undefined;
53569
54297
  dependsOn?: Record<string, boolean> | undefined;
@@ -53638,50 +54366,50 @@ declare const DTOExporterResponse: z.ZodObject<{
53638
54366
  }>;
53639
54367
  type: "Enum";
53640
54368
  description: string;
54369
+ default: string;
53641
54370
  key: string;
53642
54371
  title: string;
53643
- default: string;
53644
54372
  category?: string | undefined;
53645
54373
  dependsOn?: Record<string, boolean> | undefined;
53646
54374
  } | {
53647
54375
  type: "Boolean";
53648
54376
  description: string;
54377
+ default: boolean;
53649
54378
  key: string;
53650
54379
  title: string;
53651
- default: boolean;
53652
54380
  category?: string | undefined;
53653
54381
  dependsOn?: Record<string, boolean> | undefined;
53654
54382
  } | {
53655
54383
  type: "String";
53656
54384
  description: string;
54385
+ default: string;
53657
54386
  key: string;
53658
54387
  title: string;
53659
- default: string;
53660
54388
  category?: string | undefined;
53661
54389
  dependsOn?: Record<string, boolean> | undefined;
53662
54390
  isMultiline?: boolean | undefined;
53663
54391
  } | {
53664
54392
  type: "Number";
53665
54393
  description: string;
54394
+ default: number;
53666
54395
  key: string;
53667
54396
  title: string;
53668
- default: number;
53669
54397
  category?: string | undefined;
53670
54398
  dependsOn?: Record<string, boolean> | undefined;
53671
54399
  } | {
53672
54400
  type: "Array";
53673
54401
  description: string;
54402
+ default: string[];
53674
54403
  key: string;
53675
54404
  title: string;
53676
- default: string[];
53677
54405
  category?: string | undefined;
53678
54406
  dependsOn?: Record<string, boolean> | undefined;
53679
54407
  } | {
53680
54408
  type: "Object";
53681
54409
  description: string;
54410
+ default: Record<string, string>;
53682
54411
  key: string;
53683
54412
  title: string;
53684
- default: Record<string, string>;
53685
54413
  category?: string | undefined;
53686
54414
  dependsOn?: Record<string, boolean> | undefined;
53687
54415
  allowedKeys?: {
@@ -53694,9 +54422,9 @@ declare const DTOExporterResponse: z.ZodObject<{
53694
54422
  } | {
53695
54423
  type: "Code";
53696
54424
  description: string;
54425
+ default: string;
53697
54426
  key: string;
53698
54427
  title: string;
53699
- default: string;
53700
54428
  language: string;
53701
54429
  category?: string | undefined;
53702
54430
  dependsOn?: Record<string, boolean> | undefined;
@@ -53791,50 +54519,50 @@ declare const DTOExporterResponse: z.ZodObject<{
53791
54519
  }>;
53792
54520
  type: "Enum";
53793
54521
  description: string;
54522
+ default: string;
53794
54523
  key: string;
53795
54524
  title: string;
53796
- default: string;
53797
54525
  category?: string | undefined;
53798
54526
  dependsOn?: Record<string, boolean> | undefined;
53799
54527
  } | {
53800
54528
  type: "Boolean";
53801
54529
  description: string;
54530
+ default: boolean;
53802
54531
  key: string;
53803
54532
  title: string;
53804
- default: boolean;
53805
54533
  category?: string | undefined;
53806
54534
  dependsOn?: Record<string, boolean> | undefined;
53807
54535
  } | {
53808
54536
  type: "String";
53809
54537
  description: string;
54538
+ default: string;
53810
54539
  key: string;
53811
54540
  title: string;
53812
- default: string;
53813
54541
  category?: string | undefined;
53814
54542
  dependsOn?: Record<string, boolean> | undefined;
53815
54543
  isMultiline?: boolean | undefined;
53816
54544
  } | {
53817
54545
  type: "Number";
53818
54546
  description: string;
54547
+ default: number;
53819
54548
  key: string;
53820
54549
  title: string;
53821
- default: number;
53822
54550
  category?: string | undefined;
53823
54551
  dependsOn?: Record<string, boolean> | undefined;
53824
54552
  } | {
53825
54553
  type: "Array";
53826
54554
  description: string;
54555
+ default: string[];
53827
54556
  key: string;
53828
54557
  title: string;
53829
- default: string[];
53830
54558
  category?: string | undefined;
53831
54559
  dependsOn?: Record<string, boolean> | undefined;
53832
54560
  } | {
53833
54561
  type: "Object";
53834
54562
  description: string;
54563
+ default: Record<string, string>;
53835
54564
  key: string;
53836
54565
  title: string;
53837
- default: Record<string, string>;
53838
54566
  category?: string | undefined;
53839
54567
  dependsOn?: Record<string, boolean> | undefined;
53840
54568
  allowedKeys?: {
@@ -53847,9 +54575,9 @@ declare const DTOExporterResponse: z.ZodObject<{
53847
54575
  } | {
53848
54576
  type: "Code";
53849
54577
  description: string;
54578
+ default: string;
53850
54579
  key: string;
53851
54580
  title: string;
53852
- default: string;
53853
54581
  language: string;
53854
54582
  category?: string | undefined;
53855
54583
  dependsOn?: Record<string, boolean> | undefined;
@@ -53931,50 +54659,50 @@ declare const DTOExporterResponse: z.ZodObject<{
53931
54659
  }>;
53932
54660
  type: "Enum";
53933
54661
  description: string;
54662
+ default: string;
53934
54663
  key: string;
53935
54664
  title: string;
53936
- default: string;
53937
54665
  category?: string | undefined;
53938
54666
  dependsOn?: Record<string, boolean> | undefined;
53939
54667
  } | {
53940
54668
  type: "Boolean";
53941
54669
  description: string;
54670
+ default: boolean;
53942
54671
  key: string;
53943
54672
  title: string;
53944
- default: boolean;
53945
54673
  category?: string | undefined;
53946
54674
  dependsOn?: Record<string, boolean> | undefined;
53947
54675
  } | {
53948
54676
  type: "String";
53949
54677
  description: string;
54678
+ default: string;
53950
54679
  key: string;
53951
54680
  title: string;
53952
- default: string;
53953
54681
  category?: string | undefined;
53954
54682
  dependsOn?: Record<string, boolean> | undefined;
53955
54683
  isMultiline?: boolean | undefined;
53956
54684
  } | {
53957
54685
  type: "Number";
53958
54686
  description: string;
54687
+ default: number;
53959
54688
  key: string;
53960
54689
  title: string;
53961
- default: number;
53962
54690
  category?: string | undefined;
53963
54691
  dependsOn?: Record<string, boolean> | undefined;
53964
54692
  } | {
53965
54693
  type: "Array";
53966
54694
  description: string;
54695
+ default: string[];
53967
54696
  key: string;
53968
54697
  title: string;
53969
- default: string[];
53970
54698
  category?: string | undefined;
53971
54699
  dependsOn?: Record<string, boolean> | undefined;
53972
54700
  } | {
53973
54701
  type: "Object";
53974
54702
  description: string;
54703
+ default: Record<string, string>;
53975
54704
  key: string;
53976
54705
  title: string;
53977
- default: Record<string, string>;
53978
54706
  category?: string | undefined;
53979
54707
  dependsOn?: Record<string, boolean> | undefined;
53980
54708
  allowedKeys?: {
@@ -53987,9 +54715,9 @@ declare const DTOExporterResponse: z.ZodObject<{
53987
54715
  } | {
53988
54716
  type: "Code";
53989
54717
  description: string;
54718
+ default: string;
53990
54719
  key: string;
53991
54720
  title: string;
53992
- default: string;
53993
54721
  language: string;
53994
54722
  category?: string | undefined;
53995
54723
  dependsOn?: Record<string, boolean> | undefined;
@@ -54076,9 +54804,9 @@ declare const DTOExporterListResponse: z.ZodObject<{
54076
54804
  }>;
54077
54805
  type: "Enum";
54078
54806
  description: string;
54807
+ default: string;
54079
54808
  key: string;
54080
54809
  title: string;
54081
- default: string;
54082
54810
  category?: string | undefined;
54083
54811
  dependsOn?: Record<string, boolean> | undefined;
54084
54812
  }, {
@@ -54088,9 +54816,9 @@ declare const DTOExporterListResponse: z.ZodObject<{
54088
54816
  }>;
54089
54817
  type: "Enum";
54090
54818
  description: string;
54819
+ default: string;
54091
54820
  key: string;
54092
54821
  title: string;
54093
- default: string;
54094
54822
  category?: string | undefined;
54095
54823
  dependsOn?: Record<string, boolean> | undefined;
54096
54824
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -54105,17 +54833,17 @@ declare const DTOExporterListResponse: z.ZodObject<{
54105
54833
  }>, "strip", z.ZodTypeAny, {
54106
54834
  type: "Boolean";
54107
54835
  description: string;
54836
+ default: boolean;
54108
54837
  key: string;
54109
54838
  title: string;
54110
- default: boolean;
54111
54839
  category?: string | undefined;
54112
54840
  dependsOn?: Record<string, boolean> | undefined;
54113
54841
  }, {
54114
54842
  type: "Boolean";
54115
54843
  description: string;
54844
+ default: boolean;
54116
54845
  key: string;
54117
54846
  title: string;
54118
- default: boolean;
54119
54847
  category?: string | undefined;
54120
54848
  dependsOn?: Record<string, boolean> | undefined;
54121
54849
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -54131,18 +54859,18 @@ declare const DTOExporterListResponse: z.ZodObject<{
54131
54859
  }>, "strip", z.ZodTypeAny, {
54132
54860
  type: "String";
54133
54861
  description: string;
54862
+ default: string;
54134
54863
  key: string;
54135
54864
  title: string;
54136
- default: string;
54137
54865
  category?: string | undefined;
54138
54866
  dependsOn?: Record<string, boolean> | undefined;
54139
54867
  isMultiline?: boolean | undefined;
54140
54868
  }, {
54141
54869
  type: "String";
54142
54870
  description: string;
54871
+ default: string;
54143
54872
  key: string;
54144
54873
  title: string;
54145
- default: string;
54146
54874
  category?: string | undefined;
54147
54875
  dependsOn?: Record<string, boolean> | undefined;
54148
54876
  isMultiline?: boolean | undefined;
@@ -54158,17 +54886,17 @@ declare const DTOExporterListResponse: z.ZodObject<{
54158
54886
  }>, "strip", z.ZodTypeAny, {
54159
54887
  type: "Number";
54160
54888
  description: string;
54889
+ default: number;
54161
54890
  key: string;
54162
54891
  title: string;
54163
- default: number;
54164
54892
  category?: string | undefined;
54165
54893
  dependsOn?: Record<string, boolean> | undefined;
54166
54894
  }, {
54167
54895
  type: "Number";
54168
54896
  description: string;
54897
+ default: number;
54169
54898
  key: string;
54170
54899
  title: string;
54171
- default: number;
54172
54900
  category?: string | undefined;
54173
54901
  dependsOn?: Record<string, boolean> | undefined;
54174
54902
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -54183,17 +54911,17 @@ declare const DTOExporterListResponse: z.ZodObject<{
54183
54911
  }>, "strip", z.ZodTypeAny, {
54184
54912
  type: "Array";
54185
54913
  description: string;
54914
+ default: string[];
54186
54915
  key: string;
54187
54916
  title: string;
54188
- default: string[];
54189
54917
  category?: string | undefined;
54190
54918
  dependsOn?: Record<string, boolean> | undefined;
54191
54919
  }, {
54192
54920
  type: "Array";
54193
54921
  description: string;
54922
+ default: string[];
54194
54923
  key: string;
54195
54924
  title: string;
54196
- default: string[];
54197
54925
  category?: string | undefined;
54198
54926
  dependsOn?: Record<string, boolean> | undefined;
54199
54927
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -54225,9 +54953,9 @@ declare const DTOExporterListResponse: z.ZodObject<{
54225
54953
  }>, "strip", z.ZodTypeAny, {
54226
54954
  type: "Object";
54227
54955
  description: string;
54956
+ default: Record<string, string>;
54228
54957
  key: string;
54229
54958
  title: string;
54230
- default: Record<string, string>;
54231
54959
  category?: string | undefined;
54232
54960
  dependsOn?: Record<string, boolean> | undefined;
54233
54961
  allowedKeys?: {
@@ -54240,9 +54968,9 @@ declare const DTOExporterListResponse: z.ZodObject<{
54240
54968
  }, {
54241
54969
  type: "Object";
54242
54970
  description: string;
54971
+ default: Record<string, string>;
54243
54972
  key: string;
54244
54973
  title: string;
54245
- default: Record<string, string>;
54246
54974
  category?: string | undefined;
54247
54975
  dependsOn?: Record<string, boolean> | undefined;
54248
54976
  allowedKeys?: {
@@ -54265,18 +54993,18 @@ declare const DTOExporterListResponse: z.ZodObject<{
54265
54993
  }>, "strip", z.ZodTypeAny, {
54266
54994
  type: "Code";
54267
54995
  description: string;
54996
+ default: string;
54268
54997
  key: string;
54269
54998
  title: string;
54270
- default: string;
54271
54999
  language: string;
54272
55000
  category?: string | undefined;
54273
55001
  dependsOn?: Record<string, boolean> | undefined;
54274
55002
  }, {
54275
55003
  type: "Code";
54276
55004
  description: string;
55005
+ default: string;
54277
55006
  key: string;
54278
55007
  title: string;
54279
- default: string;
54280
55008
  language: string;
54281
55009
  category?: string | undefined;
54282
55010
  dependsOn?: Record<string, boolean> | undefined;
@@ -54474,50 +55202,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
54474
55202
  }>;
54475
55203
  type: "Enum";
54476
55204
  description: string;
55205
+ default: string;
54477
55206
  key: string;
54478
55207
  title: string;
54479
- default: string;
54480
55208
  category?: string | undefined;
54481
55209
  dependsOn?: Record<string, boolean> | undefined;
54482
55210
  } | {
54483
55211
  type: "Boolean";
54484
55212
  description: string;
55213
+ default: boolean;
54485
55214
  key: string;
54486
55215
  title: string;
54487
- default: boolean;
54488
55216
  category?: string | undefined;
54489
55217
  dependsOn?: Record<string, boolean> | undefined;
54490
55218
  } | {
54491
55219
  type: "String";
54492
55220
  description: string;
55221
+ default: string;
54493
55222
  key: string;
54494
55223
  title: string;
54495
- default: string;
54496
55224
  category?: string | undefined;
54497
55225
  dependsOn?: Record<string, boolean> | undefined;
54498
55226
  isMultiline?: boolean | undefined;
54499
55227
  } | {
54500
55228
  type: "Number";
54501
55229
  description: string;
55230
+ default: number;
54502
55231
  key: string;
54503
55232
  title: string;
54504
- default: number;
54505
55233
  category?: string | undefined;
54506
55234
  dependsOn?: Record<string, boolean> | undefined;
54507
55235
  } | {
54508
55236
  type: "Array";
54509
55237
  description: string;
55238
+ default: string[];
54510
55239
  key: string;
54511
55240
  title: string;
54512
- default: string[];
54513
55241
  category?: string | undefined;
54514
55242
  dependsOn?: Record<string, boolean> | undefined;
54515
55243
  } | {
54516
55244
  type: "Object";
54517
55245
  description: string;
55246
+ default: Record<string, string>;
54518
55247
  key: string;
54519
55248
  title: string;
54520
- default: Record<string, string>;
54521
55249
  category?: string | undefined;
54522
55250
  dependsOn?: Record<string, boolean> | undefined;
54523
55251
  allowedKeys?: {
@@ -54530,9 +55258,9 @@ declare const DTOExporterListResponse: z.ZodObject<{
54530
55258
  } | {
54531
55259
  type: "Code";
54532
55260
  description: string;
55261
+ default: string;
54533
55262
  key: string;
54534
55263
  title: string;
54535
- default: string;
54536
55264
  language: string;
54537
55265
  category?: string | undefined;
54538
55266
  dependsOn?: Record<string, boolean> | undefined;
@@ -54607,50 +55335,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
54607
55335
  }>;
54608
55336
  type: "Enum";
54609
55337
  description: string;
55338
+ default: string;
54610
55339
  key: string;
54611
55340
  title: string;
54612
- default: string;
54613
55341
  category?: string | undefined;
54614
55342
  dependsOn?: Record<string, boolean> | undefined;
54615
55343
  } | {
54616
55344
  type: "Boolean";
54617
55345
  description: string;
55346
+ default: boolean;
54618
55347
  key: string;
54619
55348
  title: string;
54620
- default: boolean;
54621
55349
  category?: string | undefined;
54622
55350
  dependsOn?: Record<string, boolean> | undefined;
54623
55351
  } | {
54624
55352
  type: "String";
54625
55353
  description: string;
55354
+ default: string;
54626
55355
  key: string;
54627
55356
  title: string;
54628
- default: string;
54629
55357
  category?: string | undefined;
54630
55358
  dependsOn?: Record<string, boolean> | undefined;
54631
55359
  isMultiline?: boolean | undefined;
54632
55360
  } | {
54633
55361
  type: "Number";
54634
55362
  description: string;
55363
+ default: number;
54635
55364
  key: string;
54636
55365
  title: string;
54637
- default: number;
54638
55366
  category?: string | undefined;
54639
55367
  dependsOn?: Record<string, boolean> | undefined;
54640
55368
  } | {
54641
55369
  type: "Array";
54642
55370
  description: string;
55371
+ default: string[];
54643
55372
  key: string;
54644
55373
  title: string;
54645
- default: string[];
54646
55374
  category?: string | undefined;
54647
55375
  dependsOn?: Record<string, boolean> | undefined;
54648
55376
  } | {
54649
55377
  type: "Object";
54650
55378
  description: string;
55379
+ default: Record<string, string>;
54651
55380
  key: string;
54652
55381
  title: string;
54653
- default: Record<string, string>;
54654
55382
  category?: string | undefined;
54655
55383
  dependsOn?: Record<string, boolean> | undefined;
54656
55384
  allowedKeys?: {
@@ -54663,9 +55391,9 @@ declare const DTOExporterListResponse: z.ZodObject<{
54663
55391
  } | {
54664
55392
  type: "Code";
54665
55393
  description: string;
55394
+ default: string;
54666
55395
  key: string;
54667
55396
  title: string;
54668
- default: string;
54669
55397
  language: string;
54670
55398
  category?: string | undefined;
54671
55399
  dependsOn?: Record<string, boolean> | undefined;
@@ -54761,50 +55489,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
54761
55489
  }>;
54762
55490
  type: "Enum";
54763
55491
  description: string;
55492
+ default: string;
54764
55493
  key: string;
54765
55494
  title: string;
54766
- default: string;
54767
55495
  category?: string | undefined;
54768
55496
  dependsOn?: Record<string, boolean> | undefined;
54769
55497
  } | {
54770
55498
  type: "Boolean";
54771
55499
  description: string;
55500
+ default: boolean;
54772
55501
  key: string;
54773
55502
  title: string;
54774
- default: boolean;
54775
55503
  category?: string | undefined;
54776
55504
  dependsOn?: Record<string, boolean> | undefined;
54777
55505
  } | {
54778
55506
  type: "String";
54779
55507
  description: string;
55508
+ default: string;
54780
55509
  key: string;
54781
55510
  title: string;
54782
- default: string;
54783
55511
  category?: string | undefined;
54784
55512
  dependsOn?: Record<string, boolean> | undefined;
54785
55513
  isMultiline?: boolean | undefined;
54786
55514
  } | {
54787
55515
  type: "Number";
54788
55516
  description: string;
55517
+ default: number;
54789
55518
  key: string;
54790
55519
  title: string;
54791
- default: number;
54792
55520
  category?: string | undefined;
54793
55521
  dependsOn?: Record<string, boolean> | undefined;
54794
55522
  } | {
54795
55523
  type: "Array";
54796
55524
  description: string;
55525
+ default: string[];
54797
55526
  key: string;
54798
55527
  title: string;
54799
- default: string[];
54800
55528
  category?: string | undefined;
54801
55529
  dependsOn?: Record<string, boolean> | undefined;
54802
55530
  } | {
54803
55531
  type: "Object";
54804
55532
  description: string;
55533
+ default: Record<string, string>;
54805
55534
  key: string;
54806
55535
  title: string;
54807
- default: Record<string, string>;
54808
55536
  category?: string | undefined;
54809
55537
  dependsOn?: Record<string, boolean> | undefined;
54810
55538
  allowedKeys?: {
@@ -54817,9 +55545,9 @@ declare const DTOExporterListResponse: z.ZodObject<{
54817
55545
  } | {
54818
55546
  type: "Code";
54819
55547
  description: string;
55548
+ default: string;
54820
55549
  key: string;
54821
55550
  title: string;
54822
- default: string;
54823
55551
  language: string;
54824
55552
  category?: string | undefined;
54825
55553
  dependsOn?: Record<string, boolean> | undefined;
@@ -54902,50 +55630,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
54902
55630
  }>;
54903
55631
  type: "Enum";
54904
55632
  description: string;
55633
+ default: string;
54905
55634
  key: string;
54906
55635
  title: string;
54907
- default: string;
54908
55636
  category?: string | undefined;
54909
55637
  dependsOn?: Record<string, boolean> | undefined;
54910
55638
  } | {
54911
55639
  type: "Boolean";
54912
55640
  description: string;
55641
+ default: boolean;
54913
55642
  key: string;
54914
55643
  title: string;
54915
- default: boolean;
54916
55644
  category?: string | undefined;
54917
55645
  dependsOn?: Record<string, boolean> | undefined;
54918
55646
  } | {
54919
55647
  type: "String";
54920
55648
  description: string;
55649
+ default: string;
54921
55650
  key: string;
54922
55651
  title: string;
54923
- default: string;
54924
55652
  category?: string | undefined;
54925
55653
  dependsOn?: Record<string, boolean> | undefined;
54926
55654
  isMultiline?: boolean | undefined;
54927
55655
  } | {
54928
55656
  type: "Number";
54929
55657
  description: string;
55658
+ default: number;
54930
55659
  key: string;
54931
55660
  title: string;
54932
- default: number;
54933
55661
  category?: string | undefined;
54934
55662
  dependsOn?: Record<string, boolean> | undefined;
54935
55663
  } | {
54936
55664
  type: "Array";
54937
55665
  description: string;
55666
+ default: string[];
54938
55667
  key: string;
54939
55668
  title: string;
54940
- default: string[];
54941
55669
  category?: string | undefined;
54942
55670
  dependsOn?: Record<string, boolean> | undefined;
54943
55671
  } | {
54944
55672
  type: "Object";
54945
55673
  description: string;
55674
+ default: Record<string, string>;
54946
55675
  key: string;
54947
55676
  title: string;
54948
- default: Record<string, string>;
54949
55677
  category?: string | undefined;
54950
55678
  dependsOn?: Record<string, boolean> | undefined;
54951
55679
  allowedKeys?: {
@@ -54958,9 +55686,9 @@ declare const DTOExporterListResponse: z.ZodObject<{
54958
55686
  } | {
54959
55687
  type: "Code";
54960
55688
  description: string;
55689
+ default: string;
54961
55690
  key: string;
54962
55691
  title: string;
54963
- default: string;
54964
55692
  language: string;
54965
55693
  category?: string | undefined;
54966
55694
  dependsOn?: Record<string, boolean> | undefined;
@@ -93052,6 +93780,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
93052
93780
  type DTOWorkspaceResponse = z.infer<typeof DTOWorkspaceResponse>;
93053
93781
 
93054
93782
  declare function pageVisitsToDto(entries: PublishedDocPageVisitsEntry[]): DTOPublishedDocPageVisitData[];
93783
+ declare function calculateChangeOverTime(currentIntervalData: DTOPublishedDocPageVisitData[], priorIntervalData: DTOPublishedDocPageVisitData[], priorIntervalStartDate: Date, priorIntervalEndDate: Date): DTODocumentationPageAnalyticsDifference;
93055
93784
 
93056
93785
  declare function elementGroupsToDocumentationGroupStructureDTOV1(groups: DocumentationGroupV1[], pages: (DocumentationPageV1 | DocumentationPageV2)[]): DTODocumentationGroupStructureV1[];
93057
93786
  declare function elementGroupsToDocumentationGroupDTOV1(groups: DocumentationGroupV1[], pages: (DocumentationPageV1 | DocumentationPageV2)[]): DTODocumentationGroupV1[];
@@ -93915,50 +94644,50 @@ declare class ExportersEndpoint {
93915
94644
  }>;
93916
94645
  type: "Enum";
93917
94646
  description: string;
94647
+ default: string;
93918
94648
  key: string;
93919
94649
  title: string;
93920
- default: string;
93921
94650
  category?: string | undefined;
93922
94651
  dependsOn?: Record<string, boolean> | undefined;
93923
94652
  } | {
93924
94653
  type: "Boolean";
93925
94654
  description: string;
94655
+ default: boolean;
93926
94656
  key: string;
93927
94657
  title: string;
93928
- default: boolean;
93929
94658
  category?: string | undefined;
93930
94659
  dependsOn?: Record<string, boolean> | undefined;
93931
94660
  } | {
93932
94661
  type: "String";
93933
94662
  description: string;
94663
+ default: string;
93934
94664
  key: string;
93935
94665
  title: string;
93936
- default: string;
93937
94666
  category?: string | undefined;
93938
94667
  dependsOn?: Record<string, boolean> | undefined;
93939
94668
  isMultiline?: boolean | undefined;
93940
94669
  } | {
93941
94670
  type: "Number";
93942
94671
  description: string;
94672
+ default: number;
93943
94673
  key: string;
93944
94674
  title: string;
93945
- default: number;
93946
94675
  category?: string | undefined;
93947
94676
  dependsOn?: Record<string, boolean> | undefined;
93948
94677
  } | {
93949
94678
  type: "Array";
93950
94679
  description: string;
94680
+ default: string[];
93951
94681
  key: string;
93952
94682
  title: string;
93953
- default: string[];
93954
94683
  category?: string | undefined;
93955
94684
  dependsOn?: Record<string, boolean> | undefined;
93956
94685
  } | {
93957
94686
  type: "Object";
93958
94687
  description: string;
94688
+ default: Record<string, string>;
93959
94689
  key: string;
93960
94690
  title: string;
93961
- default: Record<string, string>;
93962
94691
  category?: string | undefined;
93963
94692
  dependsOn?: Record<string, boolean> | undefined;
93964
94693
  allowedKeys?: {
@@ -93971,9 +94700,9 @@ declare class ExportersEndpoint {
93971
94700
  } | {
93972
94701
  type: "Code";
93973
94702
  description: string;
94703
+ default: string;
93974
94704
  key: string;
93975
94705
  title: string;
93976
- default: string;
93977
94706
  language: string;
93978
94707
  category?: string | undefined;
93979
94708
  dependsOn?: Record<string, boolean> | undefined;
@@ -94056,50 +94785,50 @@ declare class ExportersEndpoint {
94056
94785
  }>;
94057
94786
  type: "Enum";
94058
94787
  description: string;
94788
+ default: string;
94059
94789
  key: string;
94060
94790
  title: string;
94061
- default: string;
94062
94791
  category?: string | undefined;
94063
94792
  dependsOn?: Record<string, boolean> | undefined;
94064
94793
  } | {
94065
94794
  type: "Boolean";
94066
94795
  description: string;
94796
+ default: boolean;
94067
94797
  key: string;
94068
94798
  title: string;
94069
- default: boolean;
94070
94799
  category?: string | undefined;
94071
94800
  dependsOn?: Record<string, boolean> | undefined;
94072
94801
  } | {
94073
94802
  type: "String";
94074
94803
  description: string;
94804
+ default: string;
94075
94805
  key: string;
94076
94806
  title: string;
94077
- default: string;
94078
94807
  category?: string | undefined;
94079
94808
  dependsOn?: Record<string, boolean> | undefined;
94080
94809
  isMultiline?: boolean | undefined;
94081
94810
  } | {
94082
94811
  type: "Number";
94083
94812
  description: string;
94813
+ default: number;
94084
94814
  key: string;
94085
94815
  title: string;
94086
- default: number;
94087
94816
  category?: string | undefined;
94088
94817
  dependsOn?: Record<string, boolean> | undefined;
94089
94818
  } | {
94090
94819
  type: "Array";
94091
94820
  description: string;
94821
+ default: string[];
94092
94822
  key: string;
94093
94823
  title: string;
94094
- default: string[];
94095
94824
  category?: string | undefined;
94096
94825
  dependsOn?: Record<string, boolean> | undefined;
94097
94826
  } | {
94098
94827
  type: "Object";
94099
94828
  description: string;
94829
+ default: Record<string, string>;
94100
94830
  key: string;
94101
94831
  title: string;
94102
- default: Record<string, string>;
94103
94832
  category?: string | undefined;
94104
94833
  dependsOn?: Record<string, boolean> | undefined;
94105
94834
  allowedKeys?: {
@@ -94112,9 +94841,9 @@ declare class ExportersEndpoint {
94112
94841
  } | {
94113
94842
  type: "Code";
94114
94843
  description: string;
94844
+ default: string;
94115
94845
  key: string;
94116
94846
  title: string;
94117
- default: string;
94118
94847
  language: string;
94119
94848
  category?: string | undefined;
94120
94849
  dependsOn?: Record<string, boolean> | undefined;
@@ -94198,50 +94927,50 @@ declare class ExportersEndpoint {
94198
94927
  }>;
94199
94928
  type: "Enum";
94200
94929
  description: string;
94930
+ default: string;
94201
94931
  key: string;
94202
94932
  title: string;
94203
- default: string;
94204
94933
  category?: string | undefined;
94205
94934
  dependsOn?: Record<string, boolean> | undefined;
94206
94935
  } | {
94207
94936
  type: "Boolean";
94208
94937
  description: string;
94938
+ default: boolean;
94209
94939
  key: string;
94210
94940
  title: string;
94211
- default: boolean;
94212
94941
  category?: string | undefined;
94213
94942
  dependsOn?: Record<string, boolean> | undefined;
94214
94943
  } | {
94215
94944
  type: "String";
94216
94945
  description: string;
94946
+ default: string;
94217
94947
  key: string;
94218
94948
  title: string;
94219
- default: string;
94220
94949
  category?: string | undefined;
94221
94950
  dependsOn?: Record<string, boolean> | undefined;
94222
94951
  isMultiline?: boolean | undefined;
94223
94952
  } | {
94224
94953
  type: "Number";
94225
94954
  description: string;
94955
+ default: number;
94226
94956
  key: string;
94227
94957
  title: string;
94228
- default: number;
94229
94958
  category?: string | undefined;
94230
94959
  dependsOn?: Record<string, boolean> | undefined;
94231
94960
  } | {
94232
94961
  type: "Array";
94233
94962
  description: string;
94963
+ default: string[];
94234
94964
  key: string;
94235
94965
  title: string;
94236
- default: string[];
94237
94966
  category?: string | undefined;
94238
94967
  dependsOn?: Record<string, boolean> | undefined;
94239
94968
  } | {
94240
94969
  type: "Object";
94241
94970
  description: string;
94971
+ default: Record<string, string>;
94242
94972
  key: string;
94243
94973
  title: string;
94244
- default: Record<string, string>;
94245
94974
  category?: string | undefined;
94246
94975
  dependsOn?: Record<string, boolean> | undefined;
94247
94976
  allowedKeys?: {
@@ -94254,9 +94983,9 @@ declare class ExportersEndpoint {
94254
94983
  } | {
94255
94984
  type: "Code";
94256
94985
  description: string;
94986
+ default: string;
94257
94987
  key: string;
94258
94988
  title: string;
94259
- default: string;
94260
94989
  language: string;
94261
94990
  category?: string | undefined;
94262
94991
  dependsOn?: Record<string, boolean> | undefined;
@@ -94333,50 +95062,50 @@ declare class ExportersEndpoint {
94333
95062
  }>;
94334
95063
  type: "Enum";
94335
95064
  description: string;
95065
+ default: string;
94336
95066
  key: string;
94337
95067
  title: string;
94338
- default: string;
94339
95068
  category?: string | undefined;
94340
95069
  dependsOn?: Record<string, boolean> | undefined;
94341
95070
  } | {
94342
95071
  type: "Boolean";
94343
95072
  description: string;
95073
+ default: boolean;
94344
95074
  key: string;
94345
95075
  title: string;
94346
- default: boolean;
94347
95076
  category?: string | undefined;
94348
95077
  dependsOn?: Record<string, boolean> | undefined;
94349
95078
  } | {
94350
95079
  type: "String";
94351
95080
  description: string;
95081
+ default: string;
94352
95082
  key: string;
94353
95083
  title: string;
94354
- default: string;
94355
95084
  category?: string | undefined;
94356
95085
  dependsOn?: Record<string, boolean> | undefined;
94357
95086
  isMultiline?: boolean | undefined;
94358
95087
  } | {
94359
95088
  type: "Number";
94360
95089
  description: string;
95090
+ default: number;
94361
95091
  key: string;
94362
95092
  title: string;
94363
- default: number;
94364
95093
  category?: string | undefined;
94365
95094
  dependsOn?: Record<string, boolean> | undefined;
94366
95095
  } | {
94367
95096
  type: "Array";
94368
95097
  description: string;
95098
+ default: string[];
94369
95099
  key: string;
94370
95100
  title: string;
94371
- default: string[];
94372
95101
  category?: string | undefined;
94373
95102
  dependsOn?: Record<string, boolean> | undefined;
94374
95103
  } | {
94375
95104
  type: "Object";
94376
95105
  description: string;
95106
+ default: Record<string, string>;
94377
95107
  key: string;
94378
95108
  title: string;
94379
- default: Record<string, string>;
94380
95109
  category?: string | undefined;
94381
95110
  dependsOn?: Record<string, boolean> | undefined;
94382
95111
  allowedKeys?: {
@@ -94389,9 +95118,9 @@ declare class ExportersEndpoint {
94389
95118
  } | {
94390
95119
  type: "Code";
94391
95120
  description: string;
95121
+ default: string;
94392
95122
  key: string;
94393
95123
  title: string;
94394
- default: string;
94395
95124
  language: string;
94396
95125
  category?: string | undefined;
94397
95126
  dependsOn?: Record<string, boolean> | undefined;
@@ -94473,50 +95202,50 @@ declare class ExportersEndpoint {
94473
95202
  }>;
94474
95203
  type: "Enum";
94475
95204
  description: string;
95205
+ default: string;
94476
95206
  key: string;
94477
95207
  title: string;
94478
- default: string;
94479
95208
  category?: string | undefined;
94480
95209
  dependsOn?: Record<string, boolean> | undefined;
94481
95210
  } | {
94482
95211
  type: "Boolean";
94483
95212
  description: string;
95213
+ default: boolean;
94484
95214
  key: string;
94485
95215
  title: string;
94486
- default: boolean;
94487
95216
  category?: string | undefined;
94488
95217
  dependsOn?: Record<string, boolean> | undefined;
94489
95218
  } | {
94490
95219
  type: "String";
94491
95220
  description: string;
95221
+ default: string;
94492
95222
  key: string;
94493
95223
  title: string;
94494
- default: string;
94495
95224
  category?: string | undefined;
94496
95225
  dependsOn?: Record<string, boolean> | undefined;
94497
95226
  isMultiline?: boolean | undefined;
94498
95227
  } | {
94499
95228
  type: "Number";
94500
95229
  description: string;
95230
+ default: number;
94501
95231
  key: string;
94502
95232
  title: string;
94503
- default: number;
94504
95233
  category?: string | undefined;
94505
95234
  dependsOn?: Record<string, boolean> | undefined;
94506
95235
  } | {
94507
95236
  type: "Array";
94508
95237
  description: string;
95238
+ default: string[];
94509
95239
  key: string;
94510
95240
  title: string;
94511
- default: string[];
94512
95241
  category?: string | undefined;
94513
95242
  dependsOn?: Record<string, boolean> | undefined;
94514
95243
  } | {
94515
95244
  type: "Object";
94516
95245
  description: string;
95246
+ default: Record<string, string>;
94517
95247
  key: string;
94518
95248
  title: string;
94519
- default: Record<string, string>;
94520
95249
  category?: string | undefined;
94521
95250
  dependsOn?: Record<string, boolean> | undefined;
94522
95251
  allowedKeys?: {
@@ -94529,9 +95258,9 @@ declare class ExportersEndpoint {
94529
95258
  } | {
94530
95259
  type: "Code";
94531
95260
  description: string;
95261
+ default: string;
94532
95262
  key: string;
94533
95263
  title: string;
94534
- default: string;
94535
95264
  language: string;
94536
95265
  category?: string | undefined;
94537
95266
  dependsOn?: Record<string, boolean> | undefined;
@@ -94744,6 +95473,135 @@ declare const DTOUpdateVersionInput: z.ZodObject<{
94744
95473
  }>;
94745
95474
  type DTOUpdateVersionInput = z.infer<typeof DTOUpdateVersionInput>;
94746
95475
 
95476
+ declare const DTODocumentationAnalyticsTimeFrame: z.ZodObject<{
95477
+ start: z.ZodDate;
95478
+ end: z.ZodDate;
95479
+ }, "strip", z.ZodTypeAny, {
95480
+ start: Date;
95481
+ end: Date;
95482
+ }, {
95483
+ start: Date;
95484
+ end: Date;
95485
+ }>;
95486
+ type DTODocumentationAnalyticsTimeFrame = z.infer<typeof DTODocumentationAnalyticsTimeFrame>;
95487
+ declare const DTODocumentationAnalyticsTimeFrameComparison: z.ZodObject<{
95488
+ referencePeriod: z.ZodObject<{
95489
+ start: z.ZodDate;
95490
+ end: z.ZodDate;
95491
+ }, "strip", z.ZodTypeAny, {
95492
+ start: Date;
95493
+ end: Date;
95494
+ }, {
95495
+ start: Date;
95496
+ end: Date;
95497
+ }>;
95498
+ baselinePeriod: z.ZodObject<{
95499
+ start: z.ZodDate;
95500
+ end: z.ZodDate;
95501
+ }, "strip", z.ZodTypeAny, {
95502
+ start: Date;
95503
+ end: Date;
95504
+ }, {
95505
+ start: Date;
95506
+ end: Date;
95507
+ }>;
95508
+ }, "strip", z.ZodTypeAny, {
95509
+ referencePeriod: {
95510
+ start: Date;
95511
+ end: Date;
95512
+ };
95513
+ baselinePeriod: {
95514
+ start: Date;
95515
+ end: Date;
95516
+ };
95517
+ }, {
95518
+ referencePeriod: {
95519
+ start: Date;
95520
+ end: Date;
95521
+ };
95522
+ baselinePeriod: {
95523
+ start: Date;
95524
+ end: Date;
95525
+ };
95526
+ }>;
95527
+ type DTODocumentationAnalyticsTimeFrameComparison = z.infer<typeof DTODocumentationAnalyticsTimeFrameComparison>;
95528
+ declare const DTODocumentationAnalyticsQueryParams: z.ZodObject<{
95529
+ start: z.ZodDate;
95530
+ end: z.ZodOptional<z.ZodDate>;
95531
+ }, "strip", z.ZodTypeAny, {
95532
+ start: Date;
95533
+ end?: Date | undefined;
95534
+ }, {
95535
+ start: Date;
95536
+ end?: Date | undefined;
95537
+ }>;
95538
+ type DTODocumentationAnalyticsQueryParams = z.infer<typeof DTODocumentationAnalyticsQueryParams>;
95539
+ declare const DTODocumentationAnalyticsDiffPayload: z.ZodObject<{
95540
+ timeFrames: z.ZodArray<z.ZodObject<{
95541
+ referencePeriod: z.ZodObject<{
95542
+ start: z.ZodDate;
95543
+ end: z.ZodDate;
95544
+ }, "strip", z.ZodTypeAny, {
95545
+ start: Date;
95546
+ end: Date;
95547
+ }, {
95548
+ start: Date;
95549
+ end: Date;
95550
+ }>;
95551
+ baselinePeriod: z.ZodObject<{
95552
+ start: z.ZodDate;
95553
+ end: z.ZodDate;
95554
+ }, "strip", z.ZodTypeAny, {
95555
+ start: Date;
95556
+ end: Date;
95557
+ }, {
95558
+ start: Date;
95559
+ end: Date;
95560
+ }>;
95561
+ }, "strip", z.ZodTypeAny, {
95562
+ referencePeriod: {
95563
+ start: Date;
95564
+ end: Date;
95565
+ };
95566
+ baselinePeriod: {
95567
+ start: Date;
95568
+ end: Date;
95569
+ };
95570
+ }, {
95571
+ referencePeriod: {
95572
+ start: Date;
95573
+ end: Date;
95574
+ };
95575
+ baselinePeriod: {
95576
+ start: Date;
95577
+ end: Date;
95578
+ };
95579
+ }>, "many">;
95580
+ }, "strip", z.ZodTypeAny, {
95581
+ timeFrames: {
95582
+ referencePeriod: {
95583
+ start: Date;
95584
+ end: Date;
95585
+ };
95586
+ baselinePeriod: {
95587
+ start: Date;
95588
+ end: Date;
95589
+ };
95590
+ }[];
95591
+ }, {
95592
+ timeFrames: {
95593
+ referencePeriod: {
95594
+ start: Date;
95595
+ end: Date;
95596
+ };
95597
+ baselinePeriod: {
95598
+ start: Date;
95599
+ end: Date;
95600
+ };
95601
+ }[];
95602
+ }>;
95603
+ type DTODocumentationAnalyticsDiffPayload = z.infer<typeof DTODocumentationAnalyticsDiffPayload>;
95604
+
94747
95605
  declare const PageBlockDefinitionLayoutBase: z.ZodObject<{
94748
95606
  type: z.ZodEnum<["Column", "Row"]>;
94749
95607
  gap: z.ZodOptional<z.ZodEnum<["Small", "Medium", "Large", "None"]>>;
@@ -101506,13 +102364,13 @@ declare class TokenCollectionsEndpoint {
101506
102364
  createdAt: Date;
101507
102365
  updatedAt: Date;
101508
102366
  elementPropertyOptionId: string;
101509
- backgroundColor?: {
101510
- value: string;
101511
- } | undefined;
101512
102367
  origin?: {
101513
102368
  id: string;
101514
102369
  sourceId: string;
101515
102370
  } | undefined;
102371
+ backgroundColor?: {
102372
+ value: string;
102373
+ } | undefined;
101516
102374
  }[];
101517
102375
  }>;
101518
102376
  }
@@ -101985,6 +102843,21 @@ declare class DesignSystemVersionsEndpoint {
101985
102843
  }>;
101986
102844
  }
101987
102845
 
102846
+ declare class DesignSystemAnalyticsEndpoint {
102847
+ private readonly requestExecutor;
102848
+ constructor(requestExecutor: RequestExecutor);
102849
+ get(designSystemId: string, versionId: string, query: DTODocumentationAnalyticsQueryParams): Promise<{
102850
+ analytics: {
102851
+ pagePersistentId: string;
102852
+ versionId: string;
102853
+ timestamp: Date;
102854
+ visits: number;
102855
+ sessions: number;
102856
+ locale?: string | undefined;
102857
+ }[];
102858
+ }>;
102859
+ }
102860
+
101988
102861
  declare class DesignSystemBffEndpoint {
101989
102862
  private readonly requestExecutor;
101990
102863
  constructor(requestExecutor: RequestExecutor);
@@ -102115,7 +102988,7 @@ declare class DesignSystemPageRedirectsEndpoint {
102115
102988
  declare class DesignSystemSourcesEndpoint {
102116
102989
  private readonly requestExecutor;
102117
102990
  constructor(requestExecutor: RequestExecutor);
102118
- create(dsId: string, payload: DTODataSourceFigmaCreatePayload): Promise<{
102991
+ create(dsId: string, payload: DTODataSourceFigmaCreatePayload | DTODataSourceStorybookCreatePayload): Promise<{
102119
102992
  source: {
102120
102993
  type: "Figma";
102121
102994
  id: string;
@@ -102232,6 +103105,21 @@ declare class DesignSystemSourcesEndpoint {
102232
103105
  lastImportMetadata?: Record<string, any> | undefined;
102233
103106
  };
102234
103107
  sortOrder?: number | undefined;
103108
+ } | {
103109
+ type: "Storybook";
103110
+ id: string;
103111
+ brandId: string;
103112
+ fileName: string;
103113
+ storybook: {
103114
+ isFailed: boolean;
103115
+ indexUrl: string;
103116
+ userUrl: string;
103117
+ storiesCount: number;
103118
+ docsCount: number;
103119
+ lastImportedAt?: Date | undefined;
103120
+ lastImportedSuccessfully?: Date | undefined;
103121
+ };
103122
+ sortOrder?: number | undefined;
102235
103123
  };
102236
103124
  }>;
102237
103125
  list(dsId: string): Promise<{
@@ -102351,8 +103239,157 @@ declare class DesignSystemSourcesEndpoint {
102351
103239
  lastImportMetadata?: Record<string, any> | undefined;
102352
103240
  };
102353
103241
  sortOrder?: number | undefined;
103242
+ } | {
103243
+ type: "Storybook";
103244
+ id: string;
103245
+ brandId: string;
103246
+ fileName: string;
103247
+ storybook: {
103248
+ isFailed: boolean;
103249
+ indexUrl: string;
103250
+ userUrl: string;
103251
+ storiesCount: number;
103252
+ docsCount: number;
103253
+ lastImportedAt?: Date | undefined;
103254
+ lastImportedSuccessfully?: Date | undefined;
103255
+ };
103256
+ sortOrder?: number | undefined;
102354
103257
  })[];
102355
103258
  }>;
103259
+ get(dsId: string, sourceId: string): Promise<{
103260
+ source: {
103261
+ type: "Figma";
103262
+ id: string;
103263
+ brandId: string;
103264
+ fileName: string;
103265
+ scope: {
103266
+ assets: boolean;
103267
+ components: boolean;
103268
+ tokens: boolean;
103269
+ documentationFrames: boolean;
103270
+ isUnpublishedContentFallbackEnabled: boolean;
103271
+ themePersistentId?: string | undefined;
103272
+ };
103273
+ themeId?: string | null | undefined;
103274
+ cloud?: {
103275
+ fileId: string;
103276
+ state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
103277
+ autoImportMode: "Never" | "Hourly";
103278
+ ownerId: string;
103279
+ stats: {
103280
+ assets: number;
103281
+ components: number;
103282
+ frames: number;
103283
+ tokens: number;
103284
+ };
103285
+ fileThumbnailUrl?: string | undefined;
103286
+ lastImportResult?: {
103287
+ components: number;
103288
+ componentSets: number;
103289
+ frames: number;
103290
+ tokensCreated: number;
103291
+ tokensUpdated: number;
103292
+ tokensDeleted: number;
103293
+ tokensCreatedPerType: Partial<Record<"String" | "Image" | "Font" | "Text" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>;
103294
+ tokensUpdatedPerType: Partial<Record<"String" | "Image" | "Font" | "Text" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>;
103295
+ tokensDeletedPerType: Partial<Record<"String" | "Image" | "Font" | "Text" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>;
103296
+ componentsCreated: number;
103297
+ componentsUpdated: number;
103298
+ componentsDeleted: number;
103299
+ componentAssetsCreated: number;
103300
+ componentAssetsUpdated: number;
103301
+ componentAssetsDeleted: number;
103302
+ isFailed: boolean;
103303
+ warnings: {
103304
+ warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
103305
+ componentId?: string | undefined;
103306
+ componentName?: string | undefined;
103307
+ styleId?: string | undefined;
103308
+ styleName?: string | undefined;
103309
+ unsupportedStyleValueType?: string | undefined;
103310
+ referenceId?: string | undefined;
103311
+ }[];
103312
+ error?: any;
103313
+ sourceId?: string | undefined;
103314
+ brandId?: string | undefined;
103315
+ versionId?: string | undefined;
103316
+ } | null | undefined;
103317
+ lastImportedAt?: Date | null | undefined;
103318
+ lastImportedVersion?: {
103319
+ description: string;
103320
+ id: string;
103321
+ created_at: Date;
103322
+ label: string;
103323
+ } | null | undefined;
103324
+ lastUpdatesCheckedAt?: Date | null | undefined;
103325
+ ownerUserName?: string | undefined;
103326
+ preferredCredentialId?: string | undefined;
103327
+ } | null | undefined;
103328
+ sortOrder?: number | undefined;
103329
+ } | {
103330
+ type: "TokenStudio";
103331
+ id: string;
103332
+ brandId: string;
103333
+ fileName: string;
103334
+ tokenStudio: {
103335
+ lastImportedAt: Date;
103336
+ settings: {
103337
+ dryRun: boolean;
103338
+ verbose: boolean;
103339
+ preciseCopy: boolean;
103340
+ };
103341
+ connectionName: string;
103342
+ lastImportedResults: {
103343
+ mapping: {
103344
+ tokenSets: string[];
103345
+ supernovaBrand: string;
103346
+ supernovaTheme?: string | undefined;
103347
+ };
103348
+ isFailed: boolean;
103349
+ tokensCreated: number;
103350
+ tokensDeleted: number;
103351
+ tokensUpdated: number;
103352
+ }[];
103353
+ };
103354
+ themeId?: string | null | undefined;
103355
+ sortOrder?: number | undefined;
103356
+ } | {
103357
+ type: "FigmaVariablesPlugin";
103358
+ id: string;
103359
+ brandId: string;
103360
+ fileName: string;
103361
+ upload: {
103362
+ remoteId: string;
103363
+ remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
103364
+ isTokenTypeSplitEnabled: boolean;
103365
+ lastImportedAt?: Date | undefined;
103366
+ lastImportMetadata?: Record<string, any> | undefined;
103367
+ };
103368
+ figmaVariablesPlugin: {
103369
+ fileId: string;
103370
+ isTokenTypeSplitEnabled: boolean;
103371
+ isCollectionsMigrationCompleted: boolean;
103372
+ lastImportedAt?: Date | undefined;
103373
+ lastImportMetadata?: Record<string, any> | undefined;
103374
+ };
103375
+ sortOrder?: number | undefined;
103376
+ } | {
103377
+ type: "Storybook";
103378
+ id: string;
103379
+ brandId: string;
103380
+ fileName: string;
103381
+ storybook: {
103382
+ isFailed: boolean;
103383
+ indexUrl: string;
103384
+ userUrl: string;
103385
+ storiesCount: number;
103386
+ docsCount: number;
103387
+ lastImportedAt?: Date | undefined;
103388
+ lastImportedSuccessfully?: Date | undefined;
103389
+ };
103390
+ sortOrder?: number | undefined;
103391
+ };
103392
+ }>;
102356
103393
  delete(dsId: string, sourceId: string): Promise<any>;
102357
103394
  figmaImport(dsId: string, payload: DTODataSourceFigmaImportPayload): Promise<{
102358
103395
  job: {
@@ -102366,6 +103403,42 @@ declare class DesignSystemSourcesEndpoint {
102366
103403
  stateChangedAt: Date;
102367
103404
  };
102368
103405
  }>;
103406
+ storybookImport(dsId: string, payload: DTOStorybookImportPayload): Promise<{
103407
+ isFailed: boolean;
103408
+ storiesCount: number;
103409
+ docsCount: number;
103410
+ created?: string[] | undefined;
103411
+ updated?: string[] | undefined;
103412
+ deleted?: string[] | undefined;
103413
+ }>;
103414
+ }
103415
+
103416
+ declare class StorybookEntriesEndpoint {
103417
+ private readonly requestExecutor;
103418
+ constructor(requestExecutor: RequestExecutor);
103419
+ list(dsId: string): Promise<{
103420
+ entries: {
103421
+ id: string;
103422
+ createdAt: Date;
103423
+ updatedAt: Date;
103424
+ sourceId: string;
103425
+ designSystemId: string;
103426
+ storyId: string;
103427
+ url: string;
103428
+ origin: {
103429
+ type: "story" | "docs";
103430
+ name: string;
103431
+ id: string;
103432
+ title: string;
103433
+ };
103434
+ aliases?: string[] | undefined;
103435
+ isDeleted?: boolean | undefined;
103436
+ }[];
103437
+ }>;
103438
+ replace(dsId: string, entryId: string): Promise<{
103439
+ newStoryId: string;
103440
+ }>;
103441
+ delete(dsId: string, entryId: string): Promise<any>;
102369
103442
  }
102370
103443
 
102371
103444
  declare class DesignSystemsEndpoint {
@@ -102374,9 +103447,11 @@ declare class DesignSystemsEndpoint {
102374
103447
  readonly versions: DesignSystemVersionsEndpoint;
102375
103448
  readonly bff: DesignSystemBffEndpoint;
102376
103449
  readonly sources: DesignSystemSourcesEndpoint;
103450
+ readonly storybook: StorybookEntriesEndpoint;
102377
103451
  readonly contacts: DesignSystemContactsEndpoint;
102378
103452
  readonly redirects: DesignSystemPageRedirectsEndpoint;
102379
103453
  readonly figmaNodeStructures: FigmaNodeStructuresEndpoint;
103454
+ readonly analytics: DesignSystemAnalyticsEndpoint;
102380
103455
  constructor(requestExecutor: RequestExecutor);
102381
103456
  create(body: DTODesignSystemCreateInput): Promise<{
102382
103457
  designSystem: {
@@ -104216,21 +105291,21 @@ declare const DTOEventDataSourcesImported: z.ZodObject<{
104216
105291
  designSystemId: z.ZodString;
104217
105292
  versionId: z.ZodString;
104218
105293
  importJobId: z.ZodString;
104219
- dataSourceType: z.ZodEnum<["Figma", "TokenStudio", "FigmaVariablesPlugin"]>;
105294
+ dataSourceType: z.ZodEnum<["Figma", "TokenStudio", "FigmaVariablesPlugin", "Storybook"]>;
104220
105295
  dataSourceIds: z.ZodArray<z.ZodString, "many">;
104221
105296
  }, "strip", z.ZodTypeAny, {
104222
105297
  type: "DesignSystem.ImportJobFinished";
104223
105298
  designSystemId: string;
104224
105299
  versionId: string;
104225
105300
  importJobId: string;
104226
- dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
105301
+ dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin" | "Storybook";
104227
105302
  dataSourceIds: string[];
104228
105303
  }, {
104229
105304
  type: "DesignSystem.ImportJobFinished";
104230
105305
  designSystemId: string;
104231
105306
  versionId: string;
104232
105307
  importJobId: string;
104233
- dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
105308
+ dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin" | "Storybook";
104234
105309
  dataSourceIds: string[];
104235
105310
  }>;
104236
105311
  type DTOEventDataSourcesImported = z.infer<typeof DTOEventDataSourcesImported>;
@@ -104240,21 +105315,21 @@ declare const DTOEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
104240
105315
  designSystemId: z.ZodString;
104241
105316
  versionId: z.ZodString;
104242
105317
  importJobId: z.ZodString;
104243
- dataSourceType: z.ZodEnum<["Figma", "TokenStudio", "FigmaVariablesPlugin"]>;
105318
+ dataSourceType: z.ZodEnum<["Figma", "TokenStudio", "FigmaVariablesPlugin", "Storybook"]>;
104244
105319
  dataSourceIds: z.ZodArray<z.ZodString, "many">;
104245
105320
  }, "strip", z.ZodTypeAny, {
104246
105321
  type: "DesignSystem.ImportJobFinished";
104247
105322
  designSystemId: string;
104248
105323
  versionId: string;
104249
105324
  importJobId: string;
104250
- dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
105325
+ dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin" | "Storybook";
104251
105326
  dataSourceIds: string[];
104252
105327
  }, {
104253
105328
  type: "DesignSystem.ImportJobFinished";
104254
105329
  designSystemId: string;
104255
105330
  versionId: string;
104256
105331
  importJobId: string;
104257
- dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
105332
+ dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin" | "Storybook";
104258
105333
  dataSourceIds: string[];
104259
105334
  }>, z.ZodObject<{
104260
105335
  type: z.ZodLiteral<"DesignSystem.FigmaNodesRendered">;
@@ -106322,4 +107397,4 @@ declare function isValidRedirectPath(path: string): {
106322
107397
  reason: ValidationErrorReason | undefined;
106323
107398
  };
106324
107399
 
106325
- export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAnalyticsDataResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentProperty, DTOCodeComponentResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, type DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocPageVisitData, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pageVisitsToDto, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
107400
+ export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentProperty, DTOCodeComponentResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsQueryParams, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocPageVisitData, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateChangeOverTime, calculateElementParentChain, computeDocsHierarchy, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pageVisitsToDto, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };