@supernova-studio/model 1.47.5 → 1.47.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -12392,6 +12392,7 @@ declare const UserDump: z$1.ZodObject<{
12392
12392
  authHeaderValue: string;
12393
12393
  })) | null | undefined>;
12394
12394
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
12395
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
12395
12396
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
12396
12397
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
12397
12398
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -12455,6 +12456,7 @@ declare const UserDump: z$1.ZodObject<{
12455
12456
  subscriptionStatusUpdatedAt?: string | undefined;
12456
12457
  };
12457
12458
  aiFeaturesEnabled: boolean;
12459
+ projectsEnabled: boolean;
12458
12460
  aiAskFeaturesEnabled: boolean;
12459
12461
  hasOpenMeterSubject: boolean;
12460
12462
  sso?: {
@@ -12599,6 +12601,7 @@ declare const UserDump: z$1.ZodObject<{
12599
12601
  authHeaderValue: string;
12600
12602
  })) | null | undefined;
12601
12603
  aiFeaturesEnabled?: boolean | undefined;
12604
+ projectsEnabled?: boolean | undefined;
12602
12605
  aiAskFeaturesEnabled?: boolean | undefined;
12603
12606
  aiCustomInstruction?: string | undefined;
12604
12607
  }>;
@@ -19480,6 +19483,7 @@ declare const UserDump: z$1.ZodObject<{
19480
19483
  subscriptionStatusUpdatedAt?: string | undefined;
19481
19484
  };
19482
19485
  aiFeaturesEnabled: boolean;
19486
+ projectsEnabled: boolean;
19483
19487
  aiAskFeaturesEnabled: boolean;
19484
19488
  hasOpenMeterSubject: boolean;
19485
19489
  sso?: {
@@ -20418,6 +20422,7 @@ declare const UserDump: z$1.ZodObject<{
20418
20422
  authHeaderValue: string;
20419
20423
  })) | null | undefined;
20420
20424
  aiFeaturesEnabled?: boolean | undefined;
20425
+ projectsEnabled?: boolean | undefined;
20421
20426
  aiAskFeaturesEnabled?: boolean | undefined;
20422
20427
  aiCustomInstruction?: string | undefined;
20423
20428
  };
@@ -21276,6 +21281,7 @@ declare const UserDump: z$1.ZodObject<{
21276
21281
  subscriptionStatusUpdatedAt?: string | undefined;
21277
21282
  };
21278
21283
  aiFeaturesEnabled: boolean;
21284
+ projectsEnabled: boolean;
21279
21285
  aiAskFeaturesEnabled: boolean;
21280
21286
  hasOpenMeterSubject: boolean;
21281
21287
  sso?: {
@@ -22259,6 +22265,7 @@ declare const UserDump: z$1.ZodObject<{
22259
22265
  authHeaderValue: string;
22260
22266
  })) | null | undefined;
22261
22267
  aiFeaturesEnabled?: boolean | undefined;
22268
+ projectsEnabled?: boolean | undefined;
22262
22269
  aiAskFeaturesEnabled?: boolean | undefined;
22263
22270
  aiCustomInstruction?: string | undefined;
22264
22271
  };
@@ -23489,6 +23496,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23489
23496
  authHeaderValue: string;
23490
23497
  })) | null | undefined>;
23491
23498
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
23499
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
23492
23500
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
23493
23501
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
23494
23502
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -23552,6 +23560,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23552
23560
  subscriptionStatusUpdatedAt?: string | undefined;
23553
23561
  };
23554
23562
  aiFeaturesEnabled: boolean;
23563
+ projectsEnabled: boolean;
23555
23564
  aiAskFeaturesEnabled: boolean;
23556
23565
  hasOpenMeterSubject: boolean;
23557
23566
  sso?: {
@@ -23696,6 +23705,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23696
23705
  authHeaderValue: string;
23697
23706
  })) | null | undefined;
23698
23707
  aiFeaturesEnabled?: boolean | undefined;
23708
+ projectsEnabled?: boolean | undefined;
23699
23709
  aiAskFeaturesEnabled?: boolean | undefined;
23700
23710
  aiCustomInstruction?: string | undefined;
23701
23711
  }>;
@@ -30577,6 +30587,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
30577
30587
  subscriptionStatusUpdatedAt?: string | undefined;
30578
30588
  };
30579
30589
  aiFeaturesEnabled: boolean;
30590
+ projectsEnabled: boolean;
30580
30591
  aiAskFeaturesEnabled: boolean;
30581
30592
  hasOpenMeterSubject: boolean;
30582
30593
  sso?: {
@@ -31515,6 +31526,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
31515
31526
  authHeaderValue: string;
31516
31527
  })) | null | undefined;
31517
31528
  aiFeaturesEnabled?: boolean | undefined;
31529
+ projectsEnabled?: boolean | undefined;
31518
31530
  aiAskFeaturesEnabled?: boolean | undefined;
31519
31531
  aiCustomInstruction?: string | undefined;
31520
31532
  };
@@ -138682,6 +138694,7 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
138682
138694
  } | null | undefined;
138683
138695
  }>>;
138684
138696
  aiFeaturesEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
138697
+ projectsEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
138685
138698
  aiAskFeaturesEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
138686
138699
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
138687
138700
  }, "strip", z$1.ZodTypeAny, {
@@ -138748,6 +138761,7 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
138748
138761
  authHeaderValue: string;
138749
138762
  })) | undefined;
138750
138763
  aiFeaturesEnabled?: boolean | undefined;
138764
+ projectsEnabled?: boolean | undefined;
138751
138765
  aiAskFeaturesEnabled?: boolean | undefined;
138752
138766
  aiCustomInstruction?: string | undefined;
138753
138767
  }, {
@@ -138814,6 +138828,7 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
138814
138828
  authHeaderValue: string;
138815
138829
  })) | undefined;
138816
138830
  aiFeaturesEnabled?: boolean | undefined;
138831
+ projectsEnabled?: boolean | undefined;
138817
138832
  aiAskFeaturesEnabled?: boolean | undefined;
138818
138833
  aiCustomInstruction?: string | undefined;
138819
138834
  }>;
@@ -139687,6 +139702,7 @@ declare const Workspace: z$1.ZodObject<{
139687
139702
  authHeaderValue: string;
139688
139703
  })) | null | undefined>;
139689
139704
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
139705
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
139690
139706
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
139691
139707
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
139692
139708
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -139750,6 +139766,7 @@ declare const Workspace: z$1.ZodObject<{
139750
139766
  subscriptionStatusUpdatedAt?: string | undefined;
139751
139767
  };
139752
139768
  aiFeaturesEnabled: boolean;
139769
+ projectsEnabled: boolean;
139753
139770
  aiAskFeaturesEnabled: boolean;
139754
139771
  hasOpenMeterSubject: boolean;
139755
139772
  sso?: {
@@ -139894,6 +139911,7 @@ declare const Workspace: z$1.ZodObject<{
139894
139911
  authHeaderValue: string;
139895
139912
  })) | null | undefined;
139896
139913
  aiFeaturesEnabled?: boolean | undefined;
139914
+ projectsEnabled?: boolean | undefined;
139897
139915
  aiAskFeaturesEnabled?: boolean | undefined;
139898
139916
  aiCustomInstruction?: string | undefined;
139899
139917
  }>;
@@ -140286,6 +140304,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140286
140304
  authHeaderValue: string;
140287
140305
  })) | null | undefined>;
140288
140306
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
140307
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
140289
140308
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
140290
140309
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
140291
140310
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -140349,6 +140368,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140349
140368
  subscriptionStatusUpdatedAt?: string | undefined;
140350
140369
  };
140351
140370
  aiFeaturesEnabled: boolean;
140371
+ projectsEnabled: boolean;
140352
140372
  aiAskFeaturesEnabled: boolean;
140353
140373
  hasOpenMeterSubject: boolean;
140354
140374
  sso?: {
@@ -140493,6 +140513,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140493
140513
  authHeaderValue: string;
140494
140514
  })) | null | undefined;
140495
140515
  aiFeaturesEnabled?: boolean | undefined;
140516
+ projectsEnabled?: boolean | undefined;
140496
140517
  aiAskFeaturesEnabled?: boolean | undefined;
140497
140518
  aiCustomInstruction?: string | undefined;
140498
140519
  }>;
@@ -140633,6 +140654,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140633
140654
  subscriptionStatusUpdatedAt?: string | undefined;
140634
140655
  };
140635
140656
  aiFeaturesEnabled: boolean;
140657
+ projectsEnabled: boolean;
140636
140658
  aiAskFeaturesEnabled: boolean;
140637
140659
  hasOpenMeterSubject: boolean;
140638
140660
  sso?: {
@@ -140802,6 +140824,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140802
140824
  authHeaderValue: string;
140803
140825
  })) | null | undefined;
140804
140826
  aiFeaturesEnabled?: boolean | undefined;
140827
+ projectsEnabled?: boolean | undefined;
140805
140828
  aiAskFeaturesEnabled?: boolean | undefined;
140806
140829
  aiCustomInstruction?: string | undefined;
140807
140830
  };
@@ -144502,6 +144525,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
144502
144525
  authHeaderValue: string;
144503
144526
  })) | null | undefined>;
144504
144527
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
144528
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
144505
144529
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
144506
144530
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
144507
144531
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -144565,6 +144589,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
144565
144589
  subscriptionStatusUpdatedAt?: string | undefined;
144566
144590
  };
144567
144591
  aiFeaturesEnabled: boolean;
144592
+ projectsEnabled: boolean;
144568
144593
  aiAskFeaturesEnabled: boolean;
144569
144594
  hasOpenMeterSubject: boolean;
144570
144595
  sso?: {
@@ -144709,6 +144734,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
144709
144734
  authHeaderValue: string;
144710
144735
  })) | null | undefined;
144711
144736
  aiFeaturesEnabled?: boolean | undefined;
144737
+ projectsEnabled?: boolean | undefined;
144712
144738
  aiAskFeaturesEnabled?: boolean | undefined;
144713
144739
  aiCustomInstruction?: string | undefined;
144714
144740
  }>;
@@ -145171,6 +145197,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
145171
145197
  subscriptionStatusUpdatedAt?: string | undefined;
145172
145198
  };
145173
145199
  aiFeaturesEnabled: boolean;
145200
+ projectsEnabled: boolean;
145174
145201
  aiAskFeaturesEnabled: boolean;
145175
145202
  hasOpenMeterSubject: boolean;
145176
145203
  sso?: {
@@ -145391,6 +145418,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
145391
145418
  authHeaderValue: string;
145392
145419
  })) | null | undefined;
145393
145420
  aiFeaturesEnabled?: boolean | undefined;
145421
+ projectsEnabled?: boolean | undefined;
145394
145422
  aiAskFeaturesEnabled?: boolean | undefined;
145395
145423
  aiCustomInstruction?: string | undefined;
145396
145424
  };
@@ -145881,6 +145909,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
145881
145909
  authHeaderValue: string;
145882
145910
  })) | null | undefined>;
145883
145911
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
145912
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
145884
145913
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
145885
145914
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
145886
145915
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -145944,6 +145973,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
145944
145973
  subscriptionStatusUpdatedAt?: string | undefined;
145945
145974
  };
145946
145975
  aiFeaturesEnabled: boolean;
145976
+ projectsEnabled: boolean;
145947
145977
  aiAskFeaturesEnabled: boolean;
145948
145978
  hasOpenMeterSubject: boolean;
145949
145979
  sso?: {
@@ -146088,6 +146118,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
146088
146118
  authHeaderValue: string;
146089
146119
  })) | null | undefined;
146090
146120
  aiFeaturesEnabled?: boolean | undefined;
146121
+ projectsEnabled?: boolean | undefined;
146091
146122
  aiAskFeaturesEnabled?: boolean | undefined;
146092
146123
  aiCustomInstruction?: string | undefined;
146093
146124
  }>;
@@ -146474,6 +146505,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
146474
146505
  subscriptionStatusUpdatedAt?: string | undefined;
146475
146506
  };
146476
146507
  aiFeaturesEnabled: boolean;
146508
+ projectsEnabled: boolean;
146477
146509
  aiAskFeaturesEnabled: boolean;
146478
146510
  hasOpenMeterSubject: boolean;
146479
146511
  sso?: {
@@ -146671,6 +146703,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
146671
146703
  authHeaderValue: string;
146672
146704
  })) | null | undefined;
146673
146705
  aiFeaturesEnabled?: boolean | undefined;
146706
+ projectsEnabled?: boolean | undefined;
146674
146707
  aiAskFeaturesEnabled?: boolean | undefined;
146675
146708
  aiCustomInstruction?: string | undefined;
146676
146709
  };
@@ -190024,10 +190057,24 @@ declare const PageScreenshotInput: z$1.ZodObject<{
190024
190057
  }, {
190025
190058
  accessToken: string;
190026
190059
  }>>;
190060
+ trace: z$1.ZodOptional<z$1.ZodObject<{
190061
+ sentryTrace: z$1.ZodOptional<z$1.ZodString>;
190062
+ baggage: z$1.ZodOptional<z$1.ZodString>;
190063
+ }, "strip", z$1.ZodTypeAny, {
190064
+ sentryTrace?: string | undefined;
190065
+ baggage?: string | undefined;
190066
+ }, {
190067
+ sentryTrace?: string | undefined;
190068
+ baggage?: string | undefined;
190069
+ }>>;
190027
190070
  }, "strip", z$1.ZodTypeAny, {
190028
190071
  url: string;
190029
190072
  elementSelector: string;
190030
190073
  uploadUrl: string;
190074
+ trace?: {
190075
+ sentryTrace?: string | undefined;
190076
+ baggage?: string | undefined;
190077
+ } | undefined;
190031
190078
  viewportSize?: {
190032
190079
  width: number;
190033
190080
  height: number;
@@ -190043,6 +190090,10 @@ declare const PageScreenshotInput: z$1.ZodObject<{
190043
190090
  url: string;
190044
190091
  elementSelector: string;
190045
190092
  uploadUrl: string;
190093
+ trace?: {
190094
+ sentryTrace?: string | undefined;
190095
+ baggage?: string | undefined;
190096
+ } | undefined;
190046
190097
  viewportSize?: {
190047
190098
  width: number;
190048
190099
  height: number;
package/dist/index.d.ts CHANGED
@@ -12392,6 +12392,7 @@ declare const UserDump: z$1.ZodObject<{
12392
12392
  authHeaderValue: string;
12393
12393
  })) | null | undefined>;
12394
12394
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
12395
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
12395
12396
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
12396
12397
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
12397
12398
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -12455,6 +12456,7 @@ declare const UserDump: z$1.ZodObject<{
12455
12456
  subscriptionStatusUpdatedAt?: string | undefined;
12456
12457
  };
12457
12458
  aiFeaturesEnabled: boolean;
12459
+ projectsEnabled: boolean;
12458
12460
  aiAskFeaturesEnabled: boolean;
12459
12461
  hasOpenMeterSubject: boolean;
12460
12462
  sso?: {
@@ -12599,6 +12601,7 @@ declare const UserDump: z$1.ZodObject<{
12599
12601
  authHeaderValue: string;
12600
12602
  })) | null | undefined;
12601
12603
  aiFeaturesEnabled?: boolean | undefined;
12604
+ projectsEnabled?: boolean | undefined;
12602
12605
  aiAskFeaturesEnabled?: boolean | undefined;
12603
12606
  aiCustomInstruction?: string | undefined;
12604
12607
  }>;
@@ -19480,6 +19483,7 @@ declare const UserDump: z$1.ZodObject<{
19480
19483
  subscriptionStatusUpdatedAt?: string | undefined;
19481
19484
  };
19482
19485
  aiFeaturesEnabled: boolean;
19486
+ projectsEnabled: boolean;
19483
19487
  aiAskFeaturesEnabled: boolean;
19484
19488
  hasOpenMeterSubject: boolean;
19485
19489
  sso?: {
@@ -20418,6 +20422,7 @@ declare const UserDump: z$1.ZodObject<{
20418
20422
  authHeaderValue: string;
20419
20423
  })) | null | undefined;
20420
20424
  aiFeaturesEnabled?: boolean | undefined;
20425
+ projectsEnabled?: boolean | undefined;
20421
20426
  aiAskFeaturesEnabled?: boolean | undefined;
20422
20427
  aiCustomInstruction?: string | undefined;
20423
20428
  };
@@ -21276,6 +21281,7 @@ declare const UserDump: z$1.ZodObject<{
21276
21281
  subscriptionStatusUpdatedAt?: string | undefined;
21277
21282
  };
21278
21283
  aiFeaturesEnabled: boolean;
21284
+ projectsEnabled: boolean;
21279
21285
  aiAskFeaturesEnabled: boolean;
21280
21286
  hasOpenMeterSubject: boolean;
21281
21287
  sso?: {
@@ -22259,6 +22265,7 @@ declare const UserDump: z$1.ZodObject<{
22259
22265
  authHeaderValue: string;
22260
22266
  })) | null | undefined;
22261
22267
  aiFeaturesEnabled?: boolean | undefined;
22268
+ projectsEnabled?: boolean | undefined;
22262
22269
  aiAskFeaturesEnabled?: boolean | undefined;
22263
22270
  aiCustomInstruction?: string | undefined;
22264
22271
  };
@@ -23489,6 +23496,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23489
23496
  authHeaderValue: string;
23490
23497
  })) | null | undefined>;
23491
23498
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
23499
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
23492
23500
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
23493
23501
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
23494
23502
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -23552,6 +23560,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23552
23560
  subscriptionStatusUpdatedAt?: string | undefined;
23553
23561
  };
23554
23562
  aiFeaturesEnabled: boolean;
23563
+ projectsEnabled: boolean;
23555
23564
  aiAskFeaturesEnabled: boolean;
23556
23565
  hasOpenMeterSubject: boolean;
23557
23566
  sso?: {
@@ -23696,6 +23705,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23696
23705
  authHeaderValue: string;
23697
23706
  })) | null | undefined;
23698
23707
  aiFeaturesEnabled?: boolean | undefined;
23708
+ projectsEnabled?: boolean | undefined;
23699
23709
  aiAskFeaturesEnabled?: boolean | undefined;
23700
23710
  aiCustomInstruction?: string | undefined;
23701
23711
  }>;
@@ -30577,6 +30587,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
30577
30587
  subscriptionStatusUpdatedAt?: string | undefined;
30578
30588
  };
30579
30589
  aiFeaturesEnabled: boolean;
30590
+ projectsEnabled: boolean;
30580
30591
  aiAskFeaturesEnabled: boolean;
30581
30592
  hasOpenMeterSubject: boolean;
30582
30593
  sso?: {
@@ -31515,6 +31526,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
31515
31526
  authHeaderValue: string;
31516
31527
  })) | null | undefined;
31517
31528
  aiFeaturesEnabled?: boolean | undefined;
31529
+ projectsEnabled?: boolean | undefined;
31518
31530
  aiAskFeaturesEnabled?: boolean | undefined;
31519
31531
  aiCustomInstruction?: string | undefined;
31520
31532
  };
@@ -138682,6 +138694,7 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
138682
138694
  } | null | undefined;
138683
138695
  }>>;
138684
138696
  aiFeaturesEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
138697
+ projectsEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
138685
138698
  aiAskFeaturesEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
138686
138699
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
138687
138700
  }, "strip", z$1.ZodTypeAny, {
@@ -138748,6 +138761,7 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
138748
138761
  authHeaderValue: string;
138749
138762
  })) | undefined;
138750
138763
  aiFeaturesEnabled?: boolean | undefined;
138764
+ projectsEnabled?: boolean | undefined;
138751
138765
  aiAskFeaturesEnabled?: boolean | undefined;
138752
138766
  aiCustomInstruction?: string | undefined;
138753
138767
  }, {
@@ -138814,6 +138828,7 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
138814
138828
  authHeaderValue: string;
138815
138829
  })) | undefined;
138816
138830
  aiFeaturesEnabled?: boolean | undefined;
138831
+ projectsEnabled?: boolean | undefined;
138817
138832
  aiAskFeaturesEnabled?: boolean | undefined;
138818
138833
  aiCustomInstruction?: string | undefined;
138819
138834
  }>;
@@ -139687,6 +139702,7 @@ declare const Workspace: z$1.ZodObject<{
139687
139702
  authHeaderValue: string;
139688
139703
  })) | null | undefined>;
139689
139704
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
139705
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
139690
139706
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
139691
139707
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
139692
139708
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -139750,6 +139766,7 @@ declare const Workspace: z$1.ZodObject<{
139750
139766
  subscriptionStatusUpdatedAt?: string | undefined;
139751
139767
  };
139752
139768
  aiFeaturesEnabled: boolean;
139769
+ projectsEnabled: boolean;
139753
139770
  aiAskFeaturesEnabled: boolean;
139754
139771
  hasOpenMeterSubject: boolean;
139755
139772
  sso?: {
@@ -139894,6 +139911,7 @@ declare const Workspace: z$1.ZodObject<{
139894
139911
  authHeaderValue: string;
139895
139912
  })) | null | undefined;
139896
139913
  aiFeaturesEnabled?: boolean | undefined;
139914
+ projectsEnabled?: boolean | undefined;
139897
139915
  aiAskFeaturesEnabled?: boolean | undefined;
139898
139916
  aiCustomInstruction?: string | undefined;
139899
139917
  }>;
@@ -140286,6 +140304,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140286
140304
  authHeaderValue: string;
140287
140305
  })) | null | undefined>;
140288
140306
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
140307
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
140289
140308
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
140290
140309
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
140291
140310
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -140349,6 +140368,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140349
140368
  subscriptionStatusUpdatedAt?: string | undefined;
140350
140369
  };
140351
140370
  aiFeaturesEnabled: boolean;
140371
+ projectsEnabled: boolean;
140352
140372
  aiAskFeaturesEnabled: boolean;
140353
140373
  hasOpenMeterSubject: boolean;
140354
140374
  sso?: {
@@ -140493,6 +140513,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140493
140513
  authHeaderValue: string;
140494
140514
  })) | null | undefined;
140495
140515
  aiFeaturesEnabled?: boolean | undefined;
140516
+ projectsEnabled?: boolean | undefined;
140496
140517
  aiAskFeaturesEnabled?: boolean | undefined;
140497
140518
  aiCustomInstruction?: string | undefined;
140498
140519
  }>;
@@ -140633,6 +140654,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140633
140654
  subscriptionStatusUpdatedAt?: string | undefined;
140634
140655
  };
140635
140656
  aiFeaturesEnabled: boolean;
140657
+ projectsEnabled: boolean;
140636
140658
  aiAskFeaturesEnabled: boolean;
140637
140659
  hasOpenMeterSubject: boolean;
140638
140660
  sso?: {
@@ -140802,6 +140824,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
140802
140824
  authHeaderValue: string;
140803
140825
  })) | null | undefined;
140804
140826
  aiFeaturesEnabled?: boolean | undefined;
140827
+ projectsEnabled?: boolean | undefined;
140805
140828
  aiAskFeaturesEnabled?: boolean | undefined;
140806
140829
  aiCustomInstruction?: string | undefined;
140807
140830
  };
@@ -144502,6 +144525,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
144502
144525
  authHeaderValue: string;
144503
144526
  })) | null | undefined>;
144504
144527
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
144528
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
144505
144529
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
144506
144530
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
144507
144531
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -144565,6 +144589,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
144565
144589
  subscriptionStatusUpdatedAt?: string | undefined;
144566
144590
  };
144567
144591
  aiFeaturesEnabled: boolean;
144592
+ projectsEnabled: boolean;
144568
144593
  aiAskFeaturesEnabled: boolean;
144569
144594
  hasOpenMeterSubject: boolean;
144570
144595
  sso?: {
@@ -144709,6 +144734,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
144709
144734
  authHeaderValue: string;
144710
144735
  })) | null | undefined;
144711
144736
  aiFeaturesEnabled?: boolean | undefined;
144737
+ projectsEnabled?: boolean | undefined;
144712
144738
  aiAskFeaturesEnabled?: boolean | undefined;
144713
144739
  aiCustomInstruction?: string | undefined;
144714
144740
  }>;
@@ -145171,6 +145197,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
145171
145197
  subscriptionStatusUpdatedAt?: string | undefined;
145172
145198
  };
145173
145199
  aiFeaturesEnabled: boolean;
145200
+ projectsEnabled: boolean;
145174
145201
  aiAskFeaturesEnabled: boolean;
145175
145202
  hasOpenMeterSubject: boolean;
145176
145203
  sso?: {
@@ -145391,6 +145418,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
145391
145418
  authHeaderValue: string;
145392
145419
  })) | null | undefined;
145393
145420
  aiFeaturesEnabled?: boolean | undefined;
145421
+ projectsEnabled?: boolean | undefined;
145394
145422
  aiAskFeaturesEnabled?: boolean | undefined;
145395
145423
  aiCustomInstruction?: string | undefined;
145396
145424
  };
@@ -145881,6 +145909,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
145881
145909
  authHeaderValue: string;
145882
145910
  })) | null | undefined>;
145883
145911
  aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
145912
+ projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
145884
145913
  aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
145885
145914
  aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
145886
145915
  hasOpenMeterSubject: z$1.ZodBoolean;
@@ -145944,6 +145973,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
145944
145973
  subscriptionStatusUpdatedAt?: string | undefined;
145945
145974
  };
145946
145975
  aiFeaturesEnabled: boolean;
145976
+ projectsEnabled: boolean;
145947
145977
  aiAskFeaturesEnabled: boolean;
145948
145978
  hasOpenMeterSubject: boolean;
145949
145979
  sso?: {
@@ -146088,6 +146118,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
146088
146118
  authHeaderValue: string;
146089
146119
  })) | null | undefined;
146090
146120
  aiFeaturesEnabled?: boolean | undefined;
146121
+ projectsEnabled?: boolean | undefined;
146091
146122
  aiAskFeaturesEnabled?: boolean | undefined;
146092
146123
  aiCustomInstruction?: string | undefined;
146093
146124
  }>;
@@ -146474,6 +146505,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
146474
146505
  subscriptionStatusUpdatedAt?: string | undefined;
146475
146506
  };
146476
146507
  aiFeaturesEnabled: boolean;
146508
+ projectsEnabled: boolean;
146477
146509
  aiAskFeaturesEnabled: boolean;
146478
146510
  hasOpenMeterSubject: boolean;
146479
146511
  sso?: {
@@ -146671,6 +146703,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
146671
146703
  authHeaderValue: string;
146672
146704
  })) | null | undefined;
146673
146705
  aiFeaturesEnabled?: boolean | undefined;
146706
+ projectsEnabled?: boolean | undefined;
146674
146707
  aiAskFeaturesEnabled?: boolean | undefined;
146675
146708
  aiCustomInstruction?: string | undefined;
146676
146709
  };
@@ -190024,10 +190057,24 @@ declare const PageScreenshotInput: z$1.ZodObject<{
190024
190057
  }, {
190025
190058
  accessToken: string;
190026
190059
  }>>;
190060
+ trace: z$1.ZodOptional<z$1.ZodObject<{
190061
+ sentryTrace: z$1.ZodOptional<z$1.ZodString>;
190062
+ baggage: z$1.ZodOptional<z$1.ZodString>;
190063
+ }, "strip", z$1.ZodTypeAny, {
190064
+ sentryTrace?: string | undefined;
190065
+ baggage?: string | undefined;
190066
+ }, {
190067
+ sentryTrace?: string | undefined;
190068
+ baggage?: string | undefined;
190069
+ }>>;
190027
190070
  }, "strip", z$1.ZodTypeAny, {
190028
190071
  url: string;
190029
190072
  elementSelector: string;
190030
190073
  uploadUrl: string;
190074
+ trace?: {
190075
+ sentryTrace?: string | undefined;
190076
+ baggage?: string | undefined;
190077
+ } | undefined;
190031
190078
  viewportSize?: {
190032
190079
  width: number;
190033
190080
  height: number;
@@ -190043,6 +190090,10 @@ declare const PageScreenshotInput: z$1.ZodObject<{
190043
190090
  url: string;
190044
190091
  elementSelector: string;
190045
190092
  uploadUrl: string;
190093
+ trace?: {
190094
+ sentryTrace?: string | undefined;
190095
+ baggage?: string | undefined;
190096
+ } | undefined;
190046
190097
  viewportSize?: {
190047
190098
  width: number;
190048
190099
  height: number;
package/dist/index.js CHANGED
@@ -5052,6 +5052,7 @@ var Workspace = _zod.z.object({
5052
5052
  sso: nullishToOptional(SsoProvider),
5053
5053
  npmRegistrySettings: nullishToOptional(NpmRegistryConfig),
5054
5054
  aiFeaturesEnabled: _zod.z.boolean().default(false),
5055
+ projectsEnabled: _zod.z.boolean().default(false),
5055
5056
  aiAskFeaturesEnabled: _zod.z.boolean().default(false),
5056
5057
  aiCustomInstruction: _zod.z.string().optional(),
5057
5058
  hasOpenMeterSubject: _zod.z.boolean()
@@ -5069,6 +5070,7 @@ var WorkspaceConfigurationUpdate = _zod.z.object({
5069
5070
  npmRegistrySettings: NpmRegistryConfig.optional(),
5070
5071
  profile: WorkspaceProfileUpdate.optional(),
5071
5072
  aiFeaturesEnabled: _zod.z.boolean().optional(),
5073
+ projectsEnabled: _zod.z.boolean().optional(),
5072
5074
  aiAskFeaturesEnabled: _zod.z.boolean().optional(),
5073
5075
  aiCustomInstruction: _zod.z.string().optional()
5074
5076
  });
@@ -6732,6 +6734,10 @@ var PageScreenshotInput = _zod.z.object({
6732
6734
  }).optional(),
6733
6735
  supernovaAuth: _zod.z.object({
6734
6736
  accessToken: _zod.z.string()
6737
+ }).optional(),
6738
+ trace: _zod.z.object({
6739
+ sentryTrace: _zod.z.string().optional(),
6740
+ baggage: _zod.z.string().optional()
6735
6741
  }).optional()
6736
6742
  });
6737
6743
  var PageScreenshotOutput = _zod.z.discriminatedUnion("success", [