@lovable.dev/sdk 0.1.9 → 0.1.10

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
@@ -285,26 +285,6 @@ interface paths {
285
285
  patch?: never;
286
286
  trace?: never;
287
287
  };
288
- "/v1/projects/{project_id}/collaborators": {
289
- parameters: {
290
- query?: never;
291
- header?: never;
292
- path?: never;
293
- cookie?: never;
294
- };
295
- /**
296
- * List project collaborators
297
- * @description Returns the users with direct access to this project. Each entry reports the user's ID, access level (owner, admin, write, read), invitation timestamps, and the inviter's user ID. Pending email invites for users who do not yet have an account are not included. Requires an Enterprise workspace plan. When using a workspace-scoped API key, the project must belong to the key's scoped workspace.
298
- */
299
- get: operations["get-v1-projects-project_id-collaborators"];
300
- put?: never;
301
- post?: never;
302
- delete?: never;
303
- options?: never;
304
- head?: never;
305
- patch?: never;
306
- trace?: never;
307
- };
308
288
  "/v1/projects/{project_id}/database": {
309
289
  parameters: {
310
290
  query?: never;
@@ -516,11 +496,7 @@ interface paths {
516
496
  path?: never;
517
497
  cookie?: never;
518
498
  };
519
- /**
520
- * List messages
521
- * @description Returns recent messages in the project, newest first. Use limit to control page size (default 30, max 100) and before with the oldest message_id from the previous page to fetch older messages. User messages include the prompt text; assistant messages include the agent's reply and the associated edit_id when present. When using a workspace-scoped API key, the project must belong to the key's scoped workspace.
522
- */
523
- get: operations["get-v1-projects-project_id-messages"];
499
+ get?: never;
524
500
  put?: never;
525
501
  /**
526
502
  * Send message
@@ -553,26 +529,6 @@ interface paths {
553
529
  patch?: never;
554
530
  trace?: never;
555
531
  };
556
- "/v1/projects/{project_id}/pii-labels": {
557
- parameters: {
558
- query?: never;
559
- header?: never;
560
- path?: never;
561
- cookie?: never;
562
- };
563
- /**
564
- * List PII labels
565
- * @description Returns PII labels detected for the project, newest first. Requires the PII data labeling feature flag, an Enterprise workspace with PII scanning enabled, projects:read scope, and project edit access. When using a workspace-scoped API key, the project must belong to the key's scoped workspace.
566
- */
567
- get: operations["get-v1-projects-project_id-pii-labels"];
568
- put?: never;
569
- post?: never;
570
- delete?: never;
571
- options?: never;
572
- head?: never;
573
- patch?: never;
574
- trace?: never;
575
- };
576
532
  "/v1/projects/{project_id}/remix/init": {
577
533
  parameters: {
578
534
  query?: never;
@@ -653,46 +609,6 @@ interface paths {
653
609
  patch?: never;
654
610
  trace?: never;
655
611
  };
656
- "/v1/projects/{project_id}/skills": {
657
- parameters: {
658
- query?: never;
659
- header?: never;
660
- path?: never;
661
- cookie?: never;
662
- };
663
- /**
664
- * List project skills
665
- * @description Returns project skills from the project repo, including whether each skill is enabled for agent runs. When using a workspace-scoped API key, the project must belong to the key's scoped workspace.
666
- */
667
- get: operations["get-v1-projects-project_id-skills"];
668
- put?: never;
669
- post?: never;
670
- delete?: never;
671
- options?: never;
672
- head?: never;
673
- patch?: never;
674
- trace?: never;
675
- };
676
- "/v1/projects/{project_id}/skills/{skill_name}/enabled": {
677
- parameters: {
678
- query?: never;
679
- header?: never;
680
- path?: never;
681
- cookie?: never;
682
- };
683
- get?: never;
684
- /**
685
- * Enable or disable project skill
686
- * @description Enables or disables a project skill for agent runs without removing it from the project repo. When using a workspace-scoped API key, the project must belong to the key's scoped workspace.
687
- */
688
- put: operations["put-v1-projects-project_id-skills-skill_name-enabled"];
689
- post?: never;
690
- delete?: never;
691
- options?: never;
692
- head?: never;
693
- patch?: never;
694
- trace?: never;
695
- };
696
612
  "/v1/projects/{project_id}/visibility": {
697
613
  parameters: {
698
614
  query?: never;
@@ -1021,54 +937,6 @@ interface paths {
1021
937
  patch?: never;
1022
938
  trace?: never;
1023
939
  };
1024
- "/v1/workspaces/{workspace_id}/skills": {
1025
- parameters: {
1026
- query?: never;
1027
- header?: never;
1028
- path?: never;
1029
- cookie?: never;
1030
- };
1031
- /**
1032
- * List workspace skills
1033
- * @description Returns workspace skills from the workspace repo. When using a workspace-scoped API key, the workspace_id must match the key's scoped workspace.
1034
- */
1035
- get: operations["get-v1-workspaces-workspace_id-skills"];
1036
- put?: never;
1037
- post?: never;
1038
- delete?: never;
1039
- options?: never;
1040
- head?: never;
1041
- patch?: never;
1042
- trace?: never;
1043
- };
1044
- "/v1/workspaces/{workspace_id}/skills/{skill_name}": {
1045
- parameters: {
1046
- query?: never;
1047
- header?: never;
1048
- path?: never;
1049
- cookie?: never;
1050
- };
1051
- /**
1052
- * Get workspace skill
1053
- * @description Returns a workspace skill's SKILL.md contents, metadata, and files. When using a workspace-scoped API key, the workspace_id must match the key's scoped workspace.
1054
- */
1055
- get: operations["get-v1-workspaces-workspace_id-skills-skill_name"];
1056
- /**
1057
- * Update workspace skill
1058
- * @description Updates a workspace skill by committing a replacement SKILL.md to the workspace repo. Only workspace admins and owners can manage workspace skills.
1059
- */
1060
- put: operations["put-v1-workspaces-workspace_id-skills-skill_name"];
1061
- /**
1062
- * Create workspace skill
1063
- * @description Creates a workspace skill by committing skills/{skill_name}/SKILL.md to the workspace repo. Only workspace admins and owners can manage workspace skills.
1064
- */
1065
- post: operations["post-v1-workspaces-workspace_id-skills-skill_name"];
1066
- delete: operations["delete-v1-workspaces-workspace_id-skills-skill_name"];
1067
- options?: never;
1068
- head?: never;
1069
- patch?: never;
1070
- trace?: never;
1071
- };
1072
940
  }
1073
941
  interface components {
1074
942
  schemas: {
@@ -1088,12 +956,12 @@ interface components {
1088
956
  created_by?: components["schemas"]["APIKeyCreatedBy"];
1089
957
  /**
1090
958
  * Format: double
1091
- * @description Monthly hard-block credit limit for this key (null = no monthly hard-block configured via this surface)
959
+ * @description Credit limit for this key (null means unlimited)
1092
960
  */
1093
961
  credit_limit?: number;
1094
962
  /**
1095
963
  * Format: double
1096
- * @description Credits consumed by this key in the current calendar month. Always returned (zero when no usage yet). Computed over the same applicability + period the hard-block limit is evaluated against, so the number on this row matches the threshold the alert evaluator will fire on.
964
+ * @description Total credits consumed by this key
1097
965
  */
1098
966
  credits_consumed: number;
1099
967
  /**
@@ -1118,16 +986,6 @@ interface components {
1118
986
  */
1119
987
  revoked_at?: string;
1120
988
  };
1121
- AbandonmentSettingsResponse: {
1122
- /**
1123
- * Format: uri
1124
- * @description A URL to the JSON Schema for this object.
1125
- * @example https://example.com/AbandonmentSettingsResponse.json
1126
- */
1127
- readonly $schema?: string;
1128
- /** Format: int64 */
1129
- threshold_days?: number;
1130
- };
1131
989
  AcceptWorkspaceInviteLinkOutputBody: {
1132
990
  /**
1133
991
  * Format: uri
@@ -1374,12 +1232,6 @@ interface components {
1374
1232
  status: string;
1375
1233
  transaction_id: string;
1376
1234
  };
1377
- AgentAddress: {
1378
- agent_kind?: string;
1379
- project_id?: string;
1380
- thread_id?: string;
1381
- workspace_id?: string;
1382
- };
1383
1235
  AgentDCRInputBody: {
1384
1236
  /**
1385
1237
  * Format: uri
@@ -1636,169 +1488,6 @@ interface components {
1636
1488
  source: string;
1637
1489
  user_id: string;
1638
1490
  };
1639
- BuildDiagnostic: {
1640
- category?: string;
1641
- code?: string;
1642
- /** Format: int64 */
1643
- column?: number;
1644
- /** Format: date-time */
1645
- created_at: string;
1646
- file_path?: string;
1647
- fingerprint?: string;
1648
- id: string;
1649
- issue_id?: string;
1650
- /** Format: int64 */
1651
- line?: number;
1652
- message: string;
1653
- run_id: string;
1654
- severity: string;
1655
- target: string;
1656
- };
1657
- BuildRun: {
1658
- actor: string;
1659
- branch?: string;
1660
- commit_sha?: string;
1661
- /** Format: date-time */
1662
- created_at: string;
1663
- edit_id?: string;
1664
- /** Format: date-time */
1665
- finished_at?: string;
1666
- flow: string;
1667
- id: string;
1668
- message_id?: string;
1669
- project_id: string;
1670
- requested_by_user?: string;
1671
- requested_targets?: string[] | null;
1672
- run_summary?: string;
1673
- /** Format: date-time */
1674
- started_at?: string;
1675
- status: string;
1676
- /** Format: date-time */
1677
- ttl_at?: string;
1678
- /** Format: date-time */
1679
- updated_at: string;
1680
- workflow_id?: string;
1681
- };
1682
- BuildRunActionRequest: {
1683
- /**
1684
- * Format: uri
1685
- * @description A URL to the JSON Schema for this object.
1686
- * @example https://example.com/BuildRunActionRequest.json
1687
- */
1688
- readonly $schema?: string;
1689
- action: string;
1690
- actor?: string;
1691
- issue_id?: string;
1692
- target?: string;
1693
- };
1694
- BuildRunActionResponse: {
1695
- /**
1696
- * Format: uri
1697
- * @description A URL to the JSON Schema for this object.
1698
- * @example https://example.com/BuildRunActionResponse.json
1699
- */
1700
- readonly $schema?: string;
1701
- action: string;
1702
- issue_id?: string;
1703
- run_id: string;
1704
- status: string;
1705
- target?: string;
1706
- };
1707
- BuildRunDetailsResponse: {
1708
- /**
1709
- * Format: uri
1710
- * @description A URL to the JSON Schema for this object.
1711
- * @example https://example.com/BuildRunDetailsResponse.json
1712
- */
1713
- readonly $schema?: string;
1714
- diagnostics: components["schemas"]["BuildDiagnostic"][] | null;
1715
- run: components["schemas"]["BuildRun"];
1716
- targets: components["schemas"]["BuildRunTarget"][] | null;
1717
- };
1718
- BuildRunEvent: {
1719
- id: string;
1720
- payload?: unknown;
1721
- /** Format: date-time */
1722
- timestamp: string;
1723
- type: string;
1724
- };
1725
- BuildRunTarget: {
1726
- artifact_ref?: string;
1727
- /** Format: int64 */
1728
- attempt: number;
1729
- /** Format: date-time */
1730
- created_at: string;
1731
- depends_on?: string[] | null;
1732
- /** Format: int64 */
1733
- diagnostic_count?: number;
1734
- failure_summary?: string;
1735
- /** Format: date-time */
1736
- finished_at?: string;
1737
- log_ref?: string;
1738
- run_id: string;
1739
- sandbox_id?: string;
1740
- /** Format: date-time */
1741
- started_at?: string;
1742
- status: string;
1743
- target: string;
1744
- /** Format: date-time */
1745
- updated_at: string;
1746
- };
1747
- BuildRunTargetLogResponse: {
1748
- /**
1749
- * Format: uri
1750
- * @description A URL to the JSON Schema for this object.
1751
- * @example https://example.com/BuildRunTargetLogResponse.json
1752
- */
1753
- readonly $schema?: string;
1754
- log: components["schemas"]["BuildTargetLog"];
1755
- stderr?: string;
1756
- stdout?: string;
1757
- };
1758
- BuildTargetLog: {
1759
- /** Format: int64 */
1760
- attempt: number;
1761
- content_ref: string;
1762
- /** Format: date-time */
1763
- created_at: string;
1764
- /** Format: int64 */
1765
- exit_status: number;
1766
- run_id: string;
1767
- target: string;
1768
- /** Format: date-time */
1769
- updated_at: string;
1770
- };
1771
- BulkSetToolPreferencesInputBody: {
1772
- /**
1773
- * Format: uri
1774
- * @description A URL to the JSON Schema for this object.
1775
- * @example https://example.com/BulkSetToolPreferencesInputBody.json
1776
- */
1777
- readonly $schema?: string;
1778
- /** @enum {string} */
1779
- approval_preference: "never_ask" | "ask" | "disable";
1780
- integration_name: string;
1781
- tool_names: string[] | null;
1782
- };
1783
- BulkSetToolPreferencesOutputBody: {
1784
- /**
1785
- * Format: uri
1786
- * @description A URL to the JSON Schema for this object.
1787
- * @example https://example.com/BulkSetToolPreferencesOutputBody.json
1788
- */
1789
- readonly $schema?: string;
1790
- success: boolean;
1791
- };
1792
- CancelTransferInOutputBody: {
1793
- /**
1794
- * Format: uri
1795
- * @description A URL to the JSON Schema for this object.
1796
- * @example https://example.com/CancelTransferInOutputBody.json
1797
- */
1798
- readonly $schema?: string;
1799
- /** @description Outcome of the cancel request: cancel_requested or already_canceling */
1800
- status: string;
1801
- };
1802
1491
  CastleEventRequest: {
1803
1492
  /**
1804
1493
  * Format: uri
@@ -1880,7 +1569,6 @@ interface components {
1880
1569
  files?: components["schemas"]["UnscopedFile"][];
1881
1570
  from_agent: boolean;
1882
1571
  from_agent_kind?: string;
1883
- from_agent_source?: string;
1884
1572
  from_queue: boolean;
1885
1573
  headless: boolean;
1886
1574
  id: string;
@@ -1898,9 +1586,7 @@ interface components {
1898
1586
  model?: string;
1899
1587
  network_requests?: components["schemas"]["TmpNetworkRequest"][];
1900
1588
  noop_mode: boolean;
1901
- parent_agent?: components["schemas"]["AgentAddress"];
1902
1589
  pii_action?: string;
1903
- pii_findings?: components["schemas"]["PIIFinding"][] | null;
1904
1590
  prev_session_id?: string;
1905
1591
  project_migration_ids?: string[];
1906
1592
  prompt_overrides?: {
@@ -2208,7 +1894,7 @@ interface components {
2208
1894
  readonly $schema?: string;
2209
1895
  /**
2210
1896
  * Format: double
2211
- * @description Optional monthly hard-block credit limit for this key
1897
+ * @description Optional credit limit for this key
2212
1898
  */
2213
1899
  credit_limit?: number;
2214
1900
  /**
@@ -2245,34 +1931,6 @@ interface components {
2245
1931
  /** @description Friendly name */
2246
1932
  name: string;
2247
1933
  };
2248
- CreateBuildRunRequest: {
2249
- /**
2250
- * Format: uri
2251
- * @description A URL to the JSON Schema for this object.
2252
- * @example https://example.com/CreateBuildRunRequest.json
2253
- */
2254
- readonly $schema?: string;
2255
- actor?: string;
2256
- branch?: string;
2257
- commit_sha?: string;
2258
- flow?: string;
2259
- /** Format: int64 */
2260
- max_parallel_targets?: number;
2261
- message_id?: string;
2262
- requested_targets?: string[] | null;
2263
- run_summary?: string;
2264
- };
2265
- CreateBuildRunResponse: {
2266
- /**
2267
- * Format: uri
2268
- * @description A URL to the JSON Schema for this object.
2269
- * @example https://example.com/CreateBuildRunResponse.json
2270
- */
2271
- readonly $schema?: string;
2272
- run_id: string;
2273
- status: string;
2274
- workflow_id: string;
2275
- };
2276
1934
  CreateComponentRequest: {
2277
1935
  /**
2278
1936
  * Format: uri
@@ -2431,17 +2089,6 @@ interface components {
2431
2089
  name: string;
2432
2090
  url: string;
2433
2091
  };
2434
- CreateMCPRegistryInputBody: {
2435
- /**
2436
- * Format: uri
2437
- * @description A URL to the JSON Schema for this object.
2438
- * @example https://example.com/CreateMCPRegistryInputBody.json
2439
- */
2440
- readonly $schema?: string;
2441
- bearer_token?: string;
2442
- display_name?: string;
2443
- url: string;
2444
- };
2445
2092
  CreateOrgInputBody: {
2446
2093
  /**
2447
2094
  * Format: uri
@@ -2505,7 +2152,6 @@ interface components {
2505
2152
  write_key: string;
2506
2153
  };
2507
2154
  CreateProjectBody: {
2508
- agent?: string;
2509
2155
  category?: string;
2510
2156
  deployment_target?: string;
2511
2157
  description: string;
@@ -2522,7 +2168,6 @@ interface components {
2522
2168
  };
2523
2169
  project_type?: string;
2524
2170
  prompt_name?: string;
2525
- sandbox_template?: string;
2526
2171
  selected_libraries?: components["schemas"]["Item"][] | null;
2527
2172
  selected_theme?: string;
2528
2173
  source_repo_url?: string;
@@ -2577,32 +2222,11 @@ interface components {
2577
2222
  /** @description Stripe checkout session URL */
2578
2223
  checkout_url: string;
2579
2224
  };
2580
- CreateRepoSkillInputBody: {
2581
- /**
2582
- * Format: uri
2583
- * @description A URL to the JSON Schema for this object.
2584
- * @example https://example.com/CreateRepoSkillInputBody.json
2585
- */
2586
- readonly $schema?: string;
2587
- /** @description Full SKILL.md contents (frontmatter + body) */
2588
- markdown: string;
2589
- };
2590
- CreateRepoSkillOutputBody: {
2225
+ CreateSurveyInputBody: {
2591
2226
  /**
2592
2227
  * Format: uri
2593
2228
  * @description A URL to the JSON Schema for this object.
2594
- * @example https://example.com/CreateRepoSkillOutputBody.json
2595
- */
2596
- readonly $schema?: string;
2597
- /** @description Pierre commit SHA produced by this write */
2598
- commit_sha: string;
2599
- skill: components["schemas"]["RepoSkillDTO"];
2600
- };
2601
- CreateSurveyInputBody: {
2602
- /**
2603
- * Format: uri
2604
- * @description A URL to the JSON Schema for this object.
2605
- * @example https://example.com/CreateSurveyInputBody.json
2229
+ * @example https://example.com/CreateSurveyInputBody.json
2606
2230
  */
2607
2231
  readonly $schema?: string;
2608
2232
  /** @description URL for the booking button (must be HTTPS) */
@@ -2678,34 +2302,6 @@ interface components {
2678
2302
  /** @description The title of the thread */
2679
2303
  title: string;
2680
2304
  };
2681
- CreateTransferInCheckoutInputBody: {
2682
- /**
2683
- * Format: uri
2684
- * @description A URL to the JSON Schema for this object.
2685
- * @example https://example.com/CreateTransferInCheckoutInputBody.json
2686
- */
2687
- readonly $schema?: string;
2688
- /** @description Auth/EPP code provided by the losing registrar */
2689
- auth_code: string;
2690
- /** @description URL to redirect to if payment is cancelled */
2691
- cancel_url: string;
2692
- /** @description The domain name to transfer in */
2693
- domain_name: string;
2694
- /** @description Project ID to auto-connect the domain to after the transfer completes */
2695
- project_id: string;
2696
- /** @description URL to redirect to after successful payment */
2697
- success_url: string;
2698
- };
2699
- CreateTransferInCheckoutOutputBody: {
2700
- /**
2701
- * Format: uri
2702
- * @description A URL to the JSON Schema for this object.
2703
- * @example https://example.com/CreateTransferInCheckoutOutputBody.json
2704
- */
2705
- readonly $schema?: string;
2706
- /** @description Stripe checkout session URL */
2707
- checkout_url: string;
2708
- };
2709
2305
  CreateVariantInputBody: {
2710
2306
  /**
2711
2307
  * Format: uri
@@ -2800,25 +2396,6 @@ interface components {
2800
2396
  name: string;
2801
2397
  url: string;
2802
2398
  };
2803
- CustomBrandedDomainStatusResponse: {
2804
- /**
2805
- * Format: uri
2806
- * @description A URL to the JSON Schema for this object.
2807
- * @example https://example.com/CustomBrandedDomainStatusResponse.json
2808
- */
2809
- readonly $schema?: string;
2810
- cname_target?: string;
2811
- dcv_records?: components["schemas"]["CustomBrandedDomainTXTRecord"][] | null;
2812
- domain?: string;
2813
- enabled: boolean;
2814
- failure_reason?: string;
2815
- ownership_verification_txt?: components["schemas"]["CustomBrandedDomainTXTRecord"];
2816
- status?: string;
2817
- };
2818
- CustomBrandedDomainTXTRecord: {
2819
- txt_name: string;
2820
- txt_value: string;
2821
- };
2822
2399
  DNSRecordMutation: {
2823
2400
  /**
2824
2401
  * Format: uri
@@ -2896,17 +2473,6 @@ interface components {
2896
2473
  created_at: string;
2897
2474
  name: string;
2898
2475
  };
2899
- DebugSecretRow: {
2900
- /** Format: date-time */
2901
- created_at: string;
2902
- /** @description Storage Integration field: "" for legacy unstamped, "secrets" for user-owned, integration name otherwise */
2903
- integration: string;
2904
- name: string;
2905
- sandbox_matches: boolean;
2906
- supabase_matches: boolean;
2907
- /** @description Obfuscated — last 4 chars after asterisks */
2908
- value: string;
2909
- };
2910
2476
  DeleteComponentOutputBody: {
2911
2477
  /**
2912
2478
  * Format: uri
@@ -2967,17 +2533,6 @@ interface components {
2967
2533
  /** @description Whether the disconnection was successful */
2968
2534
  success: boolean;
2969
2535
  };
2970
- DeleteMCPRegistryOutputBody: {
2971
- /**
2972
- * Format: uri
2973
- * @description A URL to the JSON Schema for this object.
2974
- * @example https://example.com/DeleteMCPRegistryOutputBody.json
2975
- */
2976
- readonly $schema?: string;
2977
- children_deleted: boolean;
2978
- deleted: boolean;
2979
- remaining_children_ids: string[] | null;
2980
- };
2981
2536
  DeleteObjectRequest: {
2982
2537
  /**
2983
2538
  * Format: uri
@@ -3046,13 +2601,6 @@ interface components {
3046
2601
  */
3047
2602
  readonly $schema?: string;
3048
2603
  };
3049
- DependencyVulnerabilityResponse: {
3050
- fix_command?: string;
3051
- link: string;
3052
- minimum_fixed_version?: string;
3053
- name: string;
3054
- severity: string;
3055
- };
3056
2604
  Deployment: {
3057
2605
  branch: string;
3058
2606
  commit_sha: string;
@@ -3305,15 +2853,6 @@ interface components {
3305
2853
  allowed_domains: string[] | null;
3306
2854
  enabled: boolean;
3307
2855
  };
3308
- EnableCustomBrandedDomainRequest: {
3309
- /**
3310
- * Format: uri
3311
- * @description A URL to the JSON Schema for this object.
3312
- * @example https://example.com/EnableCustomBrandedDomainRequest.json
3313
- */
3314
- readonly $schema?: string;
3315
- domain: string;
3316
- };
3317
2856
  EnsureAndSendMessageInputBody: {
3318
2857
  /**
3319
2858
  * Format: uri
@@ -3507,27 +3046,6 @@ interface components {
3507
3046
  /** @description Display bucket: billing, rollover, topup, commitment, cashback, or granted */
3508
3047
  grant_type: string;
3509
3048
  };
3510
- ExportDataRequest: {
3511
- /**
3512
- * Format: uri
3513
- * @description A URL to the JSON Schema for this object.
3514
- * @example https://example.com/ExportDataRequest.json
3515
- */
3516
- readonly $schema?: string;
3517
- userIdentifier: string;
3518
- };
3519
- ExportStatusResponse: {
3520
- /**
3521
- * Format: uri
3522
- * @description A URL to the JSON Schema for this object.
3523
- * @example https://example.com/ExportStatusResponse.json
3524
- */
3525
- readonly $schema?: string;
3526
- download_url?: string;
3527
- error?: string;
3528
- status: string;
3529
- steps?: components["schemas"]["Progress"];
3530
- };
3531
3049
  FeatureDescription: {
3532
3050
  body?: string;
3533
3051
  items: string[] | null;
@@ -3582,27 +3100,17 @@ interface components {
3582
3100
  required?: boolean;
3583
3101
  value: string;
3584
3102
  };
3585
- FilePIIFinding: {
3586
- pii_types: string[] | null;
3587
- url: string;
3588
- would_block: boolean;
3589
- };
3590
3103
  FindingFixMetadata: {
3591
3104
  base_commit_sha?: string;
3592
3105
  deployment_url?: string;
3593
3106
  evidence: string;
3594
3107
  head_commit_sha?: string;
3595
3108
  health_check_finding_id?: string;
3596
- health_check_id?: string;
3597
3109
  project_name?: string;
3598
3110
  severity: string;
3599
3111
  summary: string;
3600
3112
  title: string;
3601
3113
  };
3602
- FindingImportResult: {
3603
- finding_id: string;
3604
- fingerprint: string;
3605
- };
3606
3114
  FixErrorMetadata: {
3607
3115
  errors: components["schemas"]["FixErrorMetadataEntry"][] | null;
3608
3116
  };
@@ -3612,17 +3120,6 @@ interface components {
3612
3120
  error_message: string;
3613
3121
  error_type: string;
3614
3122
  };
3615
- FixPIIChatMessageOutputBody: {
3616
- /**
3617
- * Format: uri
3618
- * @description A URL to the JSON Schema for this object.
3619
- * @example https://example.com/FixPIIChatMessageOutputBody.json
3620
- */
3621
- readonly $schema?: string;
3622
- /** Format: int64 */
3623
- finding_count: number;
3624
- payload_overwritten: boolean;
3625
- };
3626
3123
  FolderCollaboratorResponse: {
3627
3124
  /**
3628
3125
  * Format: uri
@@ -3634,8 +3131,6 @@ interface components {
3634
3131
  accepted_at?: number;
3635
3132
  /** @enum {string} */
3636
3133
  access_level: "owner" | "admin" | "write" | "read" | "none";
3637
- display_name?: string;
3638
- email?: string;
3639
3134
  /** Format: int64 */
3640
3135
  invited_at?: number;
3641
3136
  user_id: string;
@@ -3682,19 +3177,6 @@ interface components {
3682
3177
  */
3683
3178
  target_type: "user" | "workspace";
3684
3179
  };
3685
- FullProjectSecurityScan: {
3686
- /**
3687
- * Format: uri
3688
- * @description A URL to the JSON Schema for this object.
3689
- * @example https://example.com/FullProjectSecurityScan.json
3690
- */
3691
- readonly $schema?: string;
3692
- project_id: string;
3693
- results: {
3694
- [key: string]: components["schemas"]["SecurityScanResult"];
3695
- };
3696
- scan_contexts?: components["schemas"]["ScanContext"][] | null;
3697
- };
3698
3180
  GCPMarketplaceActivateInputBody: {
3699
3181
  /**
3700
3182
  * Format: uri
@@ -3797,25 +3279,6 @@ interface components {
3797
3279
  /** @description List of archived project events (messages) */
3798
3280
  events: unknown[] | null;
3799
3281
  };
3800
- GetAutoTopupCycleSpendResponse: {
3801
- /**
3802
- * Format: uri
3803
- * @description A URL to the JSON Schema for this object.
3804
- * @example https://example.com/GetAutoTopupCycleSpendResponse.json
3805
- */
3806
- readonly $schema?: string;
3807
- /** @description Workspace billing currency */
3808
- currency: string;
3809
- /** @description Current calendar month reset date */
3810
- cycle_end: string;
3811
- /** @description Current calendar month start date */
3812
- cycle_start: string;
3813
- /**
3814
- * Format: double
3815
- * @description Auto top-up cash spend in the workspace currency
3816
- */
3817
- spent: number;
3818
- };
3819
3282
  GetAvailableLibraryProjectsOutputBody: {
3820
3283
  /**
3821
3284
  * Format: uri
@@ -4209,19 +3672,8 @@ interface components {
4209
3672
  expires_at?: string;
4210
3673
  /** @description Registrar domain ID */
4211
3674
  id: string;
4212
- /** @description Free-text detail for the most recent terminal or attention error */
4213
- last_error?: string;
4214
- /** @description Categorical code for the most recent terminal or attention error */
4215
- last_error_code?: string;
4216
- /** @description Whether transfers are locked at the registrar. Absent if the registrar lookup failed. */
4217
- locked?: boolean;
4218
3675
  /** @description Purchase workflow state */
4219
3676
  purchase_state: string;
4220
- /**
4221
- * Format: date-time
4222
- * @description When the domain was registered at the registry. Anchors ICANN's 60-day transfer lock. Absent if the registrar lookup failed.
4223
- */
4224
- registered_at?: string;
4225
3677
  /** @description Stored registrant contact details */
4226
3678
  registrant_contact?: {
4227
3679
  [key: string]: unknown;
@@ -4240,10 +3692,6 @@ interface components {
4240
3692
  renewal_years: number;
4241
3693
  /** @description Registrar ownership status */
4242
3694
  status: string;
4243
- /** @description Transfer-in lifecycle (present only on transfer-in records) */
4244
- transfer_in?: components["schemas"]["TransferInOutput"];
4245
- /** @description Outbound transfer lifecycle. Present once Name.com reports a transfer-out has started; remains as historical record after a terminal state. */
4246
- transfer_out?: components["schemas"]["TransferOutOutput"];
4247
3695
  /**
4248
3696
  * Format: date-time
4249
3697
  * @description When contact verification must be completed
@@ -4291,15 +3739,6 @@ interface components {
4291
3739
  /** @description Verification token for Paddle partner embed */
4292
3740
  token: string;
4293
3741
  };
4294
- GetStandardConnectionPermissionsResponse: {
4295
- /**
4296
- * Format: uri
4297
- * @description A URL to the JSON Schema for this object.
4298
- * @example https://example.com/GetStandardConnectionPermissionsResponse.json
4299
- */
4300
- readonly $schema?: string;
4301
- data: components["schemas"]["StandardConnectionPermissionsResponseData"];
4302
- };
4303
3742
  GetStandardConnectionResponse: {
4304
3743
  /**
4305
3744
  * Format: uri
@@ -4657,16 +4096,6 @@ interface components {
4657
4096
  next_cursor?: components["schemas"]["ProjectMetaCursorResponse"];
4658
4097
  projects: components["schemas"]["ProjectResponse"][] | null;
4659
4098
  };
4660
- GetWorkspaceRepoSkillSettingsOutputBody: {
4661
- /**
4662
- * Format: uri
4663
- * @description A URL to the JSON Schema for this object.
4664
- * @example https://example.com/GetWorkspaceRepoSkillSettingsOutputBody.json
4665
- */
4666
- readonly $schema?: string;
4667
- /** @description Skills disabled for this workspace */
4668
- disabled_skills: components["schemas"]["DisabledSkillRef"][] | null;
4669
- };
4670
4099
  GetWorkspaceUsageInputBody: {
4671
4100
  /**
4672
4101
  * Format: uri
@@ -4952,17 +4381,6 @@ interface components {
4952
4381
  */
4953
4382
  version: string;
4954
4383
  };
4955
- HighValueTargetResponse: {
4956
- /**
4957
- * Format: uri
4958
- * @description A URL to the JSON Schema for this object.
4959
- * @example https://example.com/HighValueTargetResponse.json
4960
- */
4961
- readonly $schema?: string;
4962
- is_critical: boolean;
4963
- is_high_value_target: boolean;
4964
- tier: string;
4965
- };
4966
4384
  HistogramObservation: {
4967
4385
  labels?: {
4968
4386
  [key: string]: string;
@@ -5141,59 +4559,6 @@ interface components {
5141
4559
  */
5142
4560
  readonly $schema?: string;
5143
4561
  };
5144
- ImportFinding: {
5145
- /** Format: double */
5146
- confidence: number;
5147
- evidence: string;
5148
- fingerprint: string;
5149
- metadata?: {
5150
- [key: string]: unknown;
5151
- };
5152
- project_id: string;
5153
- severity: string;
5154
- summary: string;
5155
- title: string;
5156
- };
5157
- ImportRequest: {
5158
- /**
5159
- * Format: uri
5160
- * @description A URL to the JSON Schema for this object.
5161
- * @example https://example.com/ImportRequest.json
5162
- */
5163
- readonly $schema?: string;
5164
- /** @description Error-log findings to persist and notify */
5165
- findings: components["schemas"]["ImportFinding"][] | null;
5166
- /** @description Stable caller-provided ID for this import batch */
5167
- import_id: string;
5168
- /**
5169
- * Format: date-time
5170
- * @description End of the log window used to produce these findings
5171
- */
5172
- window_end: string;
5173
- /**
5174
- * Format: date-time
5175
- * @description Start of the log window used to produce these findings
5176
- */
5177
- window_start: string;
5178
- };
5179
- ImportResponse: {
5180
- /**
5181
- * Format: uri
5182
- * @description A URL to the JSON Schema for this object.
5183
- * @example https://example.com/ImportResponse.json
5184
- */
5185
- readonly $schema?: string;
5186
- /** Format: int64 */
5187
- emails_queued: number;
5188
- /** Format: int64 */
5189
- finding_count: number;
5190
- import_id: string;
5191
- project_results: components["schemas"]["ProjectImportResult"][] | null;
5192
- /** Format: date-time */
5193
- window_end: string;
5194
- /** Format: date-time */
5195
- window_start: string;
5196
- };
5197
4562
  ImportWorkspaceSkillsGitHubInputBody: {
5198
4563
  /**
5199
4564
  * Format: uri
@@ -5201,7 +4566,7 @@ interface components {
5201
4566
  * @example https://example.com/ImportWorkspaceSkillsGitHubInputBody.json
5202
4567
  */
5203
4568
  readonly $schema?: string;
5204
- /** @description Public GitHub repository URL (owner/repo, https://github.com/owner/repo, or a /tree/ref/path or /blob/ref/path/SKILL.md skill URL) */
4569
+ /** @description Public GitHub repository URL (owner/repo or https://github.com/owner/repo) */
5205
4570
  source_url: string;
5206
4571
  };
5207
4572
  ImportWorkspaceSkillsOutputBody: {
@@ -5404,12 +4769,6 @@ interface components {
5404
4769
  readonly $schema?: string;
5405
4770
  success: boolean;
5406
4771
  };
5407
- LinkedAuthProvider: {
5408
- can_unlink: boolean;
5409
- email?: string;
5410
- is_primary: boolean;
5411
- provider_id: string;
5412
- };
5413
4772
  LinkedInOAuthCallbackInputBody: {
5414
4773
  /**
5415
4774
  * Format: uri
@@ -5466,24 +4825,6 @@ interface components {
5466
4825
  /** @description List of audit log exports */
5467
4826
  exports: components["schemas"]["AuditLogExportEntry"][] | null;
5468
4827
  };
5469
- ListBuildRunEventsResponse: {
5470
- /**
5471
- * Format: uri
5472
- * @description A URL to the JSON Schema for this object.
5473
- * @example https://example.com/ListBuildRunEventsResponse.json
5474
- */
5475
- readonly $schema?: string;
5476
- events: components["schemas"]["BuildRunEvent"][] | null;
5477
- };
5478
- ListBuildRunsResponse: {
5479
- /**
5480
- * Format: uri
5481
- * @description A URL to the JSON Schema for this object.
5482
- * @example https://example.com/ListBuildRunsResponse.json
5483
- */
5484
- readonly $schema?: string;
5485
- runs: components["schemas"]["BuildRun"][] | null;
5486
- };
5487
4828
  ListConnectorAppUserClientsResponse: {
5488
4829
  /**
5489
4830
  * Format: uri
@@ -5635,15 +4976,6 @@ interface components {
5635
4976
  /** @description List of hooks */
5636
4977
  hooks: components["schemas"]["Hook"][] | null;
5637
4978
  };
5638
- ListLinkedAuthProvidersOutputBody: {
5639
- /**
5640
- * Format: uri
5641
- * @description A URL to the JSON Schema for this object.
5642
- * @example https://example.com/ListLinkedAuthProvidersOutputBody.json
5643
- */
5644
- readonly $schema?: string;
5645
- providers: components["schemas"]["LinkedAuthProvider"][] | null;
5646
- };
5647
4979
  ListMCPConnectorsResponse: {
5648
4980
  /**
5649
4981
  * Format: uri
@@ -5665,24 +4997,6 @@ interface components {
5665
4997
  readonly $schema?: string;
5666
4998
  options: components["schemas"]["MCPNetworkTransportOption"][] | null;
5667
4999
  };
5668
- ListMCPRegistriesOutputBody: {
5669
- /**
5670
- * Format: uri
5671
- * @description A URL to the JSON Schema for this object.
5672
- * @example https://example.com/ListMCPRegistriesOutputBody.json
5673
- */
5674
- readonly $schema?: string;
5675
- registries: components["schemas"]["MCPRegistryDTO"][] | null;
5676
- };
5677
- ListMCPRegistryServersOutputBody: {
5678
- /**
5679
- * Format: uri
5680
- * @description A URL to the JSON Schema for this object.
5681
- * @example https://example.com/ListMCPRegistryServersOutputBody.json
5682
- */
5683
- readonly $schema?: string;
5684
- servers: components["schemas"]["RegistryServerDTO"][] | null;
5685
- };
5686
5000
  ListObjectsResponse: {
5687
5001
  /**
5688
5002
  * Format: uri
@@ -5863,16 +5177,6 @@ interface components {
5863
5177
  /** @description List of workspace registrar domains */
5864
5178
  domains: components["schemas"]["RegistrarDomainOutput"][] | null;
5865
5179
  };
5866
- ListRepoSkillNamesOutputBody: {
5867
- /**
5868
- * Format: uri
5869
- * @description A URL to the JSON Schema for this object.
5870
- * @example https://example.com/ListRepoSkillNamesOutputBody.json
5871
- */
5872
- readonly $schema?: string;
5873
- /** @description Skill names present in the workspace repo */
5874
- skills: components["schemas"]["RepoSkillNameDTO"][] | null;
5875
- };
5876
5180
  ListRepoSkillsOutputBody: {
5877
5181
  /**
5878
5182
  * Format: uri
@@ -6062,7 +5366,6 @@ interface components {
6062
5366
  is_connected?: boolean;
6063
5367
  is_enabled_for_workspace: boolean;
6064
5368
  launched: boolean;
6065
- parent_registry_id?: string;
6066
5369
  platform_availability?: string[] | null;
6067
5370
  /** Format: int64 */
6068
5371
  refresh_failures?: number;
@@ -6090,48 +5393,12 @@ interface components {
6090
5393
  profile_id: string;
6091
5394
  type: string;
6092
5395
  };
6093
- MCPRegistryDTO: {
6094
- /**
6095
- * Format: uri
6096
- * @description A URL to the JSON Schema for this object.
6097
- * @example https://example.com/MCPRegistryDTO.json
6098
- */
6099
- readonly $schema?: string;
6100
- child_connection_ids: string[] | null;
6101
- display_name: string;
6102
- has_bearer_token: boolean;
6103
- id: string;
6104
- url: string;
6105
- };
6106
5396
  MCPSuggestion: {
6107
5397
  auth_type: string;
6108
5398
  /** Format: int64 */
6109
5399
  num_users: number;
6110
5400
  url: string;
6111
5401
  };
6112
- McpOAuthClaimInputBody: {
6113
- /**
6114
- * Format: uri
6115
- * @description A URL to the JSON Schema for this object.
6116
- * @example https://example.com/McpOAuthClaimInputBody.json
6117
- */
6118
- readonly $schema?: string;
6119
- /** @description Single-use claim token returned by the loopback redirect */
6120
- claim_token: string;
6121
- /** @description PKCE verifier whose S256 hash matches the original challenge */
6122
- code_verifier: string;
6123
- };
6124
- McpOAuthClaimOutputBody: {
6125
- /**
6126
- * Format: uri
6127
- * @description A URL to the JSON Schema for this object.
6128
- * @example https://example.com/McpOAuthClaimOutputBody.json
6129
- */
6130
- readonly $schema?: string;
6131
- connection_id: string;
6132
- warning?: string;
6133
- warning_code?: string;
6134
- };
6135
5402
  MessageIntentMetadata: {
6136
5403
  comment_feedback_metadata?: components["schemas"]["CommentFeedbackMetadata"];
6137
5404
  finding_fix_metadata?: components["schemas"]["FindingFixMetadata"];
@@ -6433,43 +5700,10 @@ interface components {
6433
5700
  /** @description Workspace details */
6434
5701
  workspace: components["schemas"]["Workspace"];
6435
5702
  };
6436
- PIIFinding: {
6437
- file_id?: string;
6438
- info_type: string;
6439
- likelihood: string;
6440
- quote: string;
6441
- source: string;
6442
- };
6443
5703
  Page: {
6444
5704
  name: string;
6445
5705
  path: string;
6446
5706
  };
6447
- PatchProjectAbandonmentSettingsInputBody: {
6448
- /**
6449
- * Format: uri
6450
- * @description A URL to the JSON Schema for this object.
6451
- * @example https://example.com/PatchProjectAbandonmentSettingsInputBody.json
6452
- */
6453
- readonly $schema?: string;
6454
- /**
6455
- * Format: int64
6456
- * @description Abandonment threshold in days. Null clears the project override.
6457
- */
6458
- threshold_days?: number;
6459
- };
6460
- PatchWorkspaceAbandonmentSettingsInputBody: {
6461
- /**
6462
- * Format: uri
6463
- * @description A URL to the JSON Schema for this object.
6464
- * @example https://example.com/PatchWorkspaceAbandonmentSettingsInputBody.json
6465
- */
6466
- readonly $schema?: string;
6467
- /**
6468
- * Format: int64
6469
- * @description Abandonment threshold in days. Null clears the workspace override.
6470
- */
6471
- threshold_days?: number;
6472
- };
6473
5707
  PendingDisputeAdjustment: {
6474
5708
  currency: string;
6475
5709
  /** Format: int64 */
@@ -6479,11 +5713,6 @@ interface components {
6479
5713
  voided_grants: components["schemas"]["DisputeVoidedGrant"][] | null;
6480
5714
  };
6481
5715
  PendingRefundAdjustment: Record<string, never>;
6482
- PerPlatformStrings: {
6483
- android: string;
6484
- "desktop-app": string;
6485
- ios: string;
6486
- };
6487
5716
  PlanGrantConfigEntry: {
6488
5717
  /**
6489
5718
  * Format: double
@@ -6521,59 +5750,15 @@ interface components {
6521
5750
  upgradeAvailable: boolean;
6522
5751
  upgradeRequired: boolean;
6523
5752
  };
6524
- PostConnectionTestCredentialsInputBody: {
5753
+ PostDisableStandardConnectorOutputBody: {
6525
5754
  /**
6526
5755
  * Format: uri
6527
5756
  * @description A URL to the JSON Schema for this object.
6528
- * @example https://example.com/PostConnectionTestCredentialsInputBody.json
5757
+ * @example https://example.com/PostDisableStandardConnectorOutputBody.json
6529
5758
  */
6530
5759
  readonly $schema?: string;
6531
- /** @description Standard connector ID */
6532
- connector_id: string;
6533
- /** @description Credential fields to validate */
6534
- credentials: {
6535
- [key: string]: unknown;
6536
- };
6537
- };
6538
- PostConnectionTestCredentialsOutputBody: {
6539
- /**
6540
- * Format: uri
6541
- * @description A URL to the JSON Schema for this object.
6542
- * @example https://example.com/PostConnectionTestCredentialsOutputBody.json
6543
- */
6544
- readonly $schema?: string;
6545
- /** @description True when credentials are valid */
6546
- success: boolean;
6547
- };
6548
- PostDisableOutputBody: {
6549
- /**
6550
- * Format: uri
6551
- * @description A URL to the JSON Schema for this object.
6552
- * @example https://example.com/PostDisableOutputBody.json
6553
- */
6554
- readonly $schema?: string;
6555
- /** @description True when the connector was disabled */
6556
- success: boolean;
6557
- };
6558
- PostDisableStandardConnectorOutputBody: {
6559
- /**
6560
- * Format: uri
6561
- * @description A URL to the JSON Schema for this object.
6562
- * @example https://example.com/PostDisableStandardConnectorOutputBody.json
6563
- */
6564
- readonly $schema?: string;
6565
- /** @description True when the connector was disabled */
6566
- success: boolean;
6567
- };
6568
- PostEnableOutputBody: {
6569
- /**
6570
- * Format: uri
6571
- * @description A URL to the JSON Schema for this object.
6572
- * @example https://example.com/PostEnableOutputBody.json
6573
- */
6574
- readonly $schema?: string;
6575
- /** @description True when the connector was enabled */
6576
- success: boolean;
5760
+ /** @description True when the connector was disabled */
5761
+ success: boolean;
6577
5762
  };
6578
5763
  PostEnableStandardConnectorOutputBody: {
6579
5764
  /**
@@ -6622,57 +5807,6 @@ interface components {
6622
5807
  /** @description Per-item replay outcomes */
6623
5808
  results: components["schemas"]["BatchOutcome"];
6624
5809
  };
6625
- PostStandardConnectionUnlinkOutputBody: {
6626
- /**
6627
- * Format: uri
6628
- * @description A URL to the JSON Schema for this object.
6629
- * @example https://example.com/PostStandardConnectionUnlinkOutputBody.json
6630
- */
6631
- readonly $schema?: string;
6632
- locked_project_ids?: string[] | null;
6633
- success: boolean;
6634
- };
6635
- PostStandardConnectionUnlinkRequest: {
6636
- /**
6637
- * Format: uri
6638
- * @description A URL to the JSON Schema for this object.
6639
- * @example https://example.com/PostStandardConnectionUnlinkRequest.json
6640
- */
6641
- readonly $schema?: string;
6642
- project_ids: string[];
6643
- };
6644
- PostStandardConnectorOAuthStartInputBody: {
6645
- /**
6646
- * Format: uri
6647
- * @description A URL to the JSON Schema for this object.
6648
- * @example https://example.com/PostStandardConnectorOAuthStartInputBody.json
6649
- */
6650
- readonly $schema?: string;
6651
- app_flow?: boolean;
6652
- app_flow_challenge?: string;
6653
- app_flow_redirect_uri?: string;
6654
- code_challenge_method?: string;
6655
- connection_id?: string;
6656
- connector_id: string;
6657
- /** @enum {string} */
6658
- creation_context?: "chat" | "project" | "workspace" | "remix";
6659
- credentials_configuration?: {
6660
- [key: string]: unknown;
6661
- };
6662
- display_name?: string;
6663
- handoff_nonce?: string;
6664
- permissions?: components["schemas"]["StandardConnectorPermissionsDefinition"];
6665
- };
6666
- PostStandardConnectorOAuthStartOutputBody: {
6667
- /**
6668
- * Format: uri
6669
- * @description A URL to the JSON Schema for this object.
6670
- * @example https://example.com/PostStandardConnectorOAuthStartOutputBody.json
6671
- */
6672
- readonly $schema?: string;
6673
- authorization_url: string;
6674
- session_id: string;
6675
- };
6676
5810
  PostStandardConnectorStepsInputBody: {
6677
5811
  /**
6678
5812
  * Format: uri
@@ -6807,14 +5941,6 @@ interface components {
6807
5941
  tax_code?: string;
6808
5942
  tax_code_label?: string;
6809
5943
  };
6810
- Progress: {
6811
- assemble_zip: components["schemas"]["StepStatus"];
6812
- collect_intercom: components["schemas"]["StepStatus"];
6813
- collect_memories: components["schemas"]["StepStatus"];
6814
- collect_prompts: components["schemas"]["StepStatus"];
6815
- collect_stripe: components["schemas"]["StepStatus"];
6816
- resolve_user: components["schemas"]["StepStatus"];
6817
- };
6818
5944
  ProjectAccessEntry: {
6819
5945
  /** Format: date-time */
6820
5946
  accepted_at?: string;
@@ -6869,22 +5995,6 @@ interface components {
6869
5995
  period: string;
6870
5996
  project_id: string;
6871
5997
  };
6872
- ProjectDataPrivacySummary: {
6873
- /** Format: int64 */
6874
- connector_count: number;
6875
- has_pii: boolean;
6876
- is_published: boolean;
6877
- /** Format: date-time */
6878
- last_finding_at?: string;
6879
- /** Format: int64 */
6880
- open_pii_finding_count: number;
6881
- project_id: string;
6882
- project_name: string;
6883
- /** @enum {string} */
6884
- publish_visibility?: "public" | "private";
6885
- /** Format: int64 */
6886
- total_pii_finding_count: number;
6887
- };
6888
5998
  ProjectDeleteRepoSkillOutputBody: {
6889
5999
  /**
6890
6000
  * Format: uri
@@ -6895,24 +6005,6 @@ interface components {
6895
6005
  /** @description Project repo commit SHA produced by this deletion */
6896
6006
  commit_sha: string;
6897
6007
  };
6898
- ProjectDependenciesResponse: {
6899
- /**
6900
- * Format: uri
6901
- * @description A URL to the JSON Schema for this object.
6902
- * @example https://example.com/ProjectDependenciesResponse.json
6903
- */
6904
- readonly $schema?: string;
6905
- dependencies: components["schemas"]["ProjectDependencyResponse"][] | null;
6906
- log?: string;
6907
- /** Format: date-time */
6908
- updated_at?: string;
6909
- };
6910
- ProjectDependencyResponse: {
6911
- is_dev: boolean;
6912
- name: string;
6913
- version: string;
6914
- vulnerabilities: components["schemas"]["DependencyVulnerabilityResponse"][] | null;
6915
- };
6916
6008
  ProjectEmailConfig: {
6917
6009
  default_marketing_sender_domain?: string;
6918
6010
  default_transactional_sender_domain?: string;
@@ -6998,15 +6090,6 @@ interface components {
6998
6090
  /** @description Project IDs */
6999
6091
  project_ids: string[] | null;
7000
6092
  };
7001
- ProjectImportResult: {
7002
- email_finding_id?: string;
7003
- email_status: string;
7004
- email_workflow_id?: string;
7005
- findings: components["schemas"]["FindingImportResult"][] | null;
7006
- invocation_id: string;
7007
- project_id: string;
7008
- run_id: string;
7009
- };
7010
6093
  ProjectLabelDTO: {
7011
6094
  /**
7012
6095
  * Format: date-time
@@ -7048,36 +6131,19 @@ interface components {
7048
6131
  sensitivity?: string;
7049
6132
  };
7050
6133
  ProjectPIIFindingDTO: {
7051
- /** @description Trajectory event ID for chat-source labels */
7052
6134
  chat_message_id?: string;
7053
- /** @description Uploaded file ID for upload-source labels */
7054
6135
  chat_upload_id?: string;
7055
- /** @description Connector ID for connector labels */
7056
6136
  connector_id?: string;
7057
- /**
7058
- * Format: date-time
7059
- * @description When the label was recorded
7060
- */
6137
+ /** Format: date-time */
7061
6138
  found_at: string;
7062
- /** @description PII label ID */
7063
6139
  id: string;
7064
- /** @description DLP info type, such as EMAIL_ADDRESS */
7065
6140
  info_type?: string;
7066
- /** @description DLP likelihood: VERY_UNLIKELY, UNLIKELY, POSSIBLE, LIKELY, or VERY_LIKELY */
7067
6141
  likelihood?: string;
7068
- /** @description Masked sample of the detected value */
7069
6142
  quote?: string;
7070
- /** @description Workflow scan run ID that recorded the label */
7071
- scan_id?: string;
7072
- /** @description Sensitivity bucket: low, mid, or high */
7073
6143
  sensitivity?: string;
7074
- /** @description Where the PII was detected: chat, upload, cloud_storage, cloud_sql, or connector */
7075
6144
  source: string;
7076
- /** @description Database location for cloud_sql labels */
7077
6145
  sql_location?: string;
7078
- /** @description Label status: open, ignored, or fixed */
7079
6146
  status: string;
7080
- /** @description Cloud storage object path for cloud_storage labels */
7081
6147
  storage_path?: string;
7082
6148
  };
7083
6149
  ProjectPromoteRepoSkillInputBody: {
@@ -7087,8 +6153,8 @@ interface components {
7087
6153
  * @example https://example.com/ProjectPromoteRepoSkillInputBody.json
7088
6154
  */
7089
6155
  readonly $schema?: string;
7090
- /** @description Project repo commit SHA containing the candidate skill proposal */
7091
- commit_sha: string;
6156
+ /** @description Project repo commit SHA to promote from; defaults to latest */
6157
+ commit_sha?: string;
7092
6158
  /** @description Project repo skill directory to promote from */
7093
6159
  source_dir?: string;
7094
6160
  };
@@ -7120,12 +6186,6 @@ interface components {
7120
6186
  name: string;
7121
6187
  };
7122
6188
  ProjectResponse: {
7123
- /** Format: date-time */
7124
- abandoned_at?: string;
7125
- /** Format: date-time */
7126
- abandoned_dismissed_at?: string;
7127
- /** Format: int64 */
7128
- abandoned_threshold_days?: number;
7129
6189
  active_deployment_id?: string;
7130
6190
  /** Format: date-time */
7131
6191
  active_deployment_started_at?: string;
@@ -7259,26 +6319,6 @@ interface components {
7259
6319
  readonly $schema?: string;
7260
6320
  message: string;
7261
6321
  };
7262
- ProjectSecuritySummary: {
7263
- enabled_auth_providers?: ("email" | "phone" | "google" | "apple" | "microsoft" | "lovable" | "sso")[];
7264
- /** Format: int64 */
7265
- error_count: number;
7266
- /** Format: int64 */
7267
- info_count: number;
7268
- is_published: boolean;
7269
- /** Format: date-time */
7270
- last_edited_at?: string;
7271
- /** Format: date-time */
7272
- last_scan_at?: string;
7273
- project_id: string;
7274
- project_name: string;
7275
- /** @enum {string} */
7276
- publish_visibility?: "public" | "private";
7277
- publish_visibility_restriction?: boolean;
7278
- scan_contexts?: components["schemas"]["ScanContext"][];
7279
- /** Format: int64 */
7280
- warning_count: number;
7281
- };
7282
6322
  ProjectSetRepoSkillDisabledInputBody: {
7283
6323
  /**
7284
6324
  * Format: uri
@@ -7308,26 +6348,6 @@ interface components {
7308
6348
  readonly $schema?: string;
7309
6349
  skill: components["schemas"]["ProjectRepoSkillDTO"];
7310
6350
  };
7311
- ProjectSupplyChainSummary: {
7312
- /** Format: int64 */
7313
- critical_count: number;
7314
- /** Format: int64 */
7315
- high_count: number;
7316
- is_published: boolean;
7317
- /** Format: date-time */
7318
- last_scan_at?: string;
7319
- /** Format: int64 */
7320
- low_count: number;
7321
- /** Format: int64 */
7322
- medium_count: number;
7323
- project_id: string;
7324
- project_name: string;
7325
- /** @enum {string} */
7326
- publish_visibility?: "public" | "private";
7327
- scan_contexts?: components["schemas"]["ScanContext"][];
7328
- /** Format: int64 */
7329
- total_count: number;
7330
- };
7331
6351
  ProjectTheme: {
7332
6352
  library_id: string;
7333
6353
  name: string;
@@ -7384,16 +6404,6 @@ interface components {
7384
6404
  enabled: boolean;
7385
6405
  store_id?: string;
7386
6406
  };
7387
- PublicPlatformConfig: {
7388
- /**
7389
- * Format: uri
7390
- * @description A URL to the JSON Schema for this object.
7391
- * @example https://example.com/PublicPlatformConfig.json
7392
- */
7393
- readonly $schema?: string;
7394
- minVersion: components["schemas"]["PerPlatformStrings"];
7395
- notifyBelowVersion: components["schemas"]["PerPlatformStrings"];
7396
- };
7397
6407
  PublicProfileBody: {
7398
6408
  /**
7399
6409
  * Format: uri
@@ -7429,58 +6439,6 @@ interface components {
7429
6439
  /** @description Username */
7430
6440
  username?: string;
7431
6441
  };
7432
- PublicProjectResponse: {
7433
- /**
7434
- * Format: uri
7435
- * @description A URL to the JSON Schema for this object.
7436
- * @example https://example.com/PublicProjectResponse.json
7437
- */
7438
- readonly $schema?: string;
7439
- category?: string;
7440
- /** Format: date-time */
7441
- created_at: string;
7442
- created_by?: string;
7443
- /** Format: date-time */
7444
- deleted_at?: string;
7445
- display_name?: string;
7446
- /** Format: int64 */
7447
- edit_count?: number;
7448
- /** Format: int64 */
7449
- feature_rank?: number;
7450
- feature_source?: string;
7451
- featured?: boolean;
7452
- /** Format: date-time */
7453
- featured_at?: string;
7454
- /** Format: int64 */
7455
- gen_count?: number;
7456
- git_on_pierre?: boolean;
7457
- git_on_s3?: boolean;
7458
- id: string;
7459
- is_github?: boolean;
7460
- is_profile_published?: boolean;
7461
- is_published: boolean;
7462
- is_supabase_enabled?: boolean;
7463
- is_template?: boolean;
7464
- latest_screenshot_url?: string;
7465
- name?: string;
7466
- og_image_url?: string;
7467
- preview_build_commit_sha?: string;
7468
- public_remixing_enabled?: boolean;
7469
- /** Format: int64 */
7470
- remix_count: number;
7471
- status: string;
7472
- /** Format: date-time */
7473
- updated_at: string;
7474
- url?: string;
7475
- user_display_name?: string;
7476
- user_id: string;
7477
- /** Format: int64 */
7478
- user_message_count?: number;
7479
- user_photo_url?: string;
7480
- /** @enum {string} */
7481
- visibility?: "public" | "private" | "draft";
7482
- workspace_id?: string;
7483
- };
7484
6442
  PublishedAccessResponse: {
7485
6443
  /**
7486
6444
  * Format: uri
@@ -7524,16 +6482,14 @@ interface components {
7524
6482
  commit_sha: string;
7525
6483
  skill: components["schemas"]["RepoSkillDTO"];
7526
6484
  };
7527
- QueryBody: {
6485
+ QueryInputBody: {
7528
6486
  /**
7529
6487
  * Format: uri
7530
6488
  * @description A URL to the JSON Schema for this object.
7531
- * @example https://example.com/QueryBody.json
6489
+ * @example https://example.com/QueryInputBody.json
7532
6490
  */
7533
6491
  readonly $schema?: string;
7534
- /** @description PII replacement mode. Defaults to random. Use redacted for REDACTED_* placeholders. */
7535
- mode?: string;
7536
- /** @description BTQL query to execute */
6492
+ /** @description BTQL query to execute and anonymize */
7537
6493
  query: string;
7538
6494
  };
7539
6495
  QueryResult: {
@@ -7548,7 +6504,6 @@ interface components {
7548
6504
  data: {
7549
6505
  [key: string]: unknown;
7550
6506
  }[] | null;
7551
- file_pii_findings?: components["schemas"]["FilePIIFinding"][] | null;
7552
6507
  };
7553
6508
  ReadinessCheck: {
7554
6509
  agent_fixable: boolean;
@@ -7622,8 +6577,6 @@ interface components {
7622
6577
  */
7623
6578
  readonly $schema?: string;
7624
6579
  custom_token: string;
7625
- display_name?: string;
7626
- email: string;
7627
6580
  };
7628
6581
  RegisterFCMTokenInputBody: {
7629
6582
  /**
@@ -7685,19 +6638,8 @@ interface components {
7685
6638
  expires_at?: string;
7686
6639
  /** @description Registrar domain ID */
7687
6640
  id: string;
7688
- /** @description Free-text detail for the most recent terminal or attention error */
7689
- last_error?: string;
7690
- /** @description Categorical code for the most recent terminal or attention error */
7691
- last_error_code?: string;
7692
- /** @description Whether transfers are locked at the registrar. Absent if the registrar lookup failed. */
7693
- locked?: boolean;
7694
6641
  /** @description Purchase workflow state */
7695
6642
  purchase_state: string;
7696
- /**
7697
- * Format: date-time
7698
- * @description When the domain was registered at the registry. Anchors ICANN's 60-day transfer lock. Absent if the registrar lookup failed.
7699
- */
7700
- registered_at?: string;
7701
6643
  /**
7702
6644
  * Format: int64
7703
6645
  * @description Renewal price in cents for the minimum renewal period
@@ -7712,31 +6654,12 @@ interface components {
7712
6654
  renewal_years: number;
7713
6655
  /** @description Registrar ownership status */
7714
6656
  status: string;
7715
- /** @description Transfer-in lifecycle (present only on transfer-in records) */
7716
- transfer_in?: components["schemas"]["TransferInOutput"];
7717
- /** @description Outbound transfer lifecycle. Present once Name.com reports a transfer-out has started; remains as historical record after a terminal state. */
7718
- transfer_out?: components["schemas"]["TransferOutOutput"];
7719
6657
  /**
7720
6658
  * Format: date-time
7721
6659
  * @description When contact verification must be completed
7722
6660
  */
7723
6661
  verification_deadline_at?: string;
7724
6662
  };
7725
- RegistryRemoteDTO: {
7726
- type: string;
7727
- url: string;
7728
- };
7729
- RegistryServerDTO: {
7730
- already_connected_as?: string;
7731
- description: string;
7732
- has_packages: boolean;
7733
- is_connectable: boolean;
7734
- name: string;
7735
- remotes?: components["schemas"]["RegistryRemoteDTO"][] | null;
7736
- title?: string;
7737
- version: string;
7738
- website_url?: string;
7739
- };
7740
6663
  RemixJobStepInfo: {
7741
6664
  integration_name?: string;
7742
6665
  status?: string;
@@ -7858,10 +6781,6 @@ interface components {
7858
6781
  /** @description Skill name; matches the directory under skills/ in the workspace repo */
7859
6782
  name: string;
7860
6783
  };
7861
- RepoSkillNameDTO: {
7862
- /** @description Skill name; matches the directory under skills/ in the workspace repo */
7863
- name: string;
7864
- };
7865
6784
  RequestPAMSessionInputBody: {
7866
6785
  /**
7867
6786
  * Format: uri
@@ -7917,8 +6836,6 @@ interface components {
7917
6836
  * @example https://example.com/RevertTrajectoryInputBody.json
7918
6837
  */
7919
6838
  readonly $schema?: string;
7920
- /** @description Thread being reverted (e.g. 'main' or a variant thread id) */
7921
- agent_id?: string;
7922
6839
  /** @description Trajectory event ID to revert to */
7923
6840
  event_id: string;
7924
6841
  };
@@ -8185,26 +7102,6 @@ interface components {
8185
7102
  signOnUrl: string;
8186
7103
  x509Certificate: string;
8187
7104
  };
8188
- SEOFindingDTO: {
8189
- category: string;
8190
- /** Format: date-time */
8191
- created_at?: string;
8192
- description: string;
8193
- details?: string;
8194
- finding_id?: string;
8195
- id: string;
8196
- level: string;
8197
- link?: string;
8198
- metadata?: {
8199
- [key: string]: unknown;
8200
- };
8201
- name: string;
8202
- route?: string;
8203
- state?: string;
8204
- /** Format: date-time */
8205
- state_at?: string;
8206
- state_by?: string;
8207
- };
8208
7105
  SEOFixMetadata: {
8209
7106
  audit_key: string;
8210
7107
  audit_title: string;
@@ -8218,31 +7115,6 @@ interface components {
8218
7115
  is_fix_all?: boolean;
8219
7116
  name: string;
8220
7117
  };
8221
- SEOReviewResponse: {
8222
- /**
8223
- * Format: uri
8224
- * @description A URL to the JSON Schema for this object.
8225
- * @example https://example.com/SEOReviewResponse.json
8226
- */
8227
- readonly $schema?: string;
8228
- is_running: boolean;
8229
- /** Format: date-time */
8230
- last_scan_at?: string;
8231
- project_id: string;
8232
- scanners: {
8233
- [key: string]: components["schemas"]["SEOScannerStatusDTO"];
8234
- };
8235
- };
8236
- SEOScannerStatusDTO: {
8237
- commit?: string;
8238
- error?: string;
8239
- findings: components["schemas"]["SEOFindingDTO"][] | null;
8240
- /** Format: date-time */
8241
- finished_at?: string;
8242
- is_scanning: boolean;
8243
- /** Format: date-time */
8244
- started_at: string;
8245
- };
8246
7118
  SSOProvider: {
8247
7119
  client_id: string;
8248
7120
  /** Format: date-time */
@@ -8288,16 +7160,6 @@ interface components {
8288
7160
  /** @description Plan file content */
8289
7161
  content: string;
8290
7162
  };
8291
- ScanContext: {
8292
- id: string;
8293
- scanners: string[] | null;
8294
- /** Format: date-time */
8295
- started_at: string;
8296
- type: string;
8297
- };
8298
- ScannerConfig: {
8299
- name: string;
8300
- };
8301
7163
  SeamlessConnectorAPI: {
8302
7164
  alias?: string;
8303
7165
  categories: string[] | null;
@@ -8332,12 +7194,6 @@ interface components {
8332
7194
  name_matches: components["schemas"]["GroupResponse"][] | null;
8333
7195
  };
8334
7196
  SearchProjectItem: {
8335
- /** Format: date-time */
8336
- abandoned_at?: string;
8337
- /** Format: date-time */
8338
- abandoned_dismissed_at?: string;
8339
- /** Format: int64 */
8340
- abandoned_threshold_days?: number;
8341
7197
  access_level?: string;
8342
7198
  activity_group?: string;
8343
7199
  /** Format: int64 */
@@ -8418,99 +7274,8 @@ interface components {
8418
7274
  is_user_secret: boolean;
8419
7275
  name: string;
8420
7276
  };
8421
- SecurityFinding: {
8422
- category?: string;
8423
- connector_id?: string;
8424
- /** Format: date-time */
8425
- created_at?: string;
8426
- /** Format: date-time */
8427
- deleted_at?: string;
8428
- description: string;
8429
- details?: string;
8430
- id: string;
8431
- ignore?: boolean;
8432
- ignore_reason?: string;
8433
- /** Format: date-time */
8434
- ignored_at?: string;
8435
- ignored_by?: string;
8436
- internal_id?: string;
8437
- level: string;
8438
- link?: string;
8439
- metadata?: {
8440
- [key: string]: unknown;
8441
- };
8442
- name: string;
8443
- remediation_difficulty?: string;
8444
- };
8445
- SecurityFindingOperationRequestBody: {
8446
- /**
8447
- * Format: uri
8448
- * @description A URL to the JSON Schema for this object.
8449
- * @example https://example.com/SecurityFindingOperationRequestBody.json
8450
- */
8451
- readonly $schema?: string;
8452
- operations: components["schemas"]["SecurityFindingOperationRequestItem"][] | null;
8453
- };
8454
- SecurityFindingOperationRequestItem: {
8455
- action?: string;
8456
- action_context?: string;
8457
- finding?: components["schemas"]["SecurityFindingPatch"];
8458
- internal_id?: string;
8459
- /** @enum {string} */
8460
- operation: "update" | "delete";
8461
- scanner_name?: string;
8462
- };
8463
- SecurityFindingOperationResponse: {
8464
- /**
8465
- * Format: uri
8466
- * @description A URL to the JSON Schema for this object.
8467
- * @example https://example.com/SecurityFindingOperationResponse.json
8468
- */
8469
- readonly $schema?: string;
8470
- /** Format: int64 */
8471
- count: number;
8472
- results: string[] | null;
8473
- };
8474
- SecurityFindingPatch: {
8475
- ignore?: boolean;
8476
- ignore_reason?: string;
8477
- };
8478
- SecurityMemoryBody: {
8479
- /**
8480
- * Format: uri
8481
- * @description A URL to the JSON Schema for this object.
8482
- * @example https://example.com/SecurityMemoryBody.json
8483
- */
8484
- readonly $schema?: string;
8485
- content: string;
8486
- };
8487
- SecurityScanRequestBody: {
8488
- /**
8489
- * Format: uri
8490
- * @description A URL to the JSON Schema for this object.
8491
- * @example https://example.com/SecurityScanRequestBody.json
8492
- */
8493
- readonly $schema?: string;
8494
- /** @description Run scan in the background */
8495
- background?: boolean;
8496
- /** @description Admin-only: force a fresh run even when results are up-to-date */
8497
- force?: boolean;
8498
- /** @description Scanner configurations to run */
8499
- scanner_configs?: components["schemas"]["ScannerConfig"][] | null;
8500
- /** @description Deprecated: use scanner_configs */
8501
- scanner_names?: string[] | null;
8502
- };
8503
- SecurityScanResult: {
8504
- commit: string;
8505
- findings: components["schemas"]["SecurityFinding"][] | null;
8506
- metadata_hash?: string;
8507
- scanner_name: string;
8508
- /** Format: date-time */
8509
- timestamp: string;
8510
- version: string;
8511
- };
8512
- SelectedCanvasShape: {
8513
- componentPath: string;
7277
+ SelectedCanvasShape: {
7278
+ componentPath: string;
8514
7279
  id: string;
8515
7280
  label: string;
8516
7281
  };
@@ -8571,55 +7336,7 @@ interface components {
8571
7336
  /** @description Updated lock state */
8572
7337
  locked: boolean;
8573
7338
  };
8574
- SetToolPreferenceInputBody: {
8575
- /**
8576
- * Format: uri
8577
- * @description A URL to the JSON Schema for this object.
8578
- * @example https://example.com/SetToolPreferenceInputBody.json
8579
- */
8580
- readonly $schema?: string;
8581
- /** @enum {string} */
8582
- approval_preference: "never_ask" | "ask" | "disable";
8583
- config?: {
8584
- [key: string]: string;
8585
- };
8586
- };
8587
- SetToolPreferenceOutputBody: {
8588
- /**
8589
- * Format: uri
8590
- * @description A URL to the JSON Schema for this object.
8591
- * @example https://example.com/SetToolPreferenceOutputBody.json
8592
- */
8593
- readonly $schema?: string;
8594
- success: boolean;
8595
- };
8596
- SetWorkspaceRepoSkillDisabledInputBody: {
8597
- /**
8598
- * Format: uri
8599
- * @description A URL to the JSON Schema for this object.
8600
- * @example https://example.com/SetWorkspaceRepoSkillDisabledInputBody.json
8601
- */
8602
- readonly $schema?: string;
8603
- /** @description Whether this skill should be disabled for the workspace */
8604
- disabled: boolean;
8605
- };
8606
- SetWorkspaceRepoSkillDisabledOutputBody: {
8607
- /**
8608
- * Format: uri
8609
- * @description A URL to the JSON Schema for this object.
8610
- * @example https://example.com/SetWorkspaceRepoSkillDisabledOutputBody.json
8611
- */
8612
- readonly $schema?: string;
8613
- /** @description Skills disabled for this workspace */
8614
- disabled_skills: components["schemas"]["DisabledSkillRef"][] | null;
8615
- };
8616
7339
  SharedSearchProjectItem: {
8617
- /** Format: date-time */
8618
- abandoned_at?: string;
8619
- /** Format: date-time */
8620
- abandoned_dismissed_at?: string;
8621
- /** Format: int64 */
8622
- abandoned_threshold_days?: number;
8623
7340
  access_level?: string;
8624
7341
  activity_group?: string;
8625
7342
  /** Format: int64 */
@@ -8725,14 +7442,6 @@ interface components {
8725
7442
  updated_at: string;
8726
7443
  user_id: string;
8727
7444
  };
8728
- StandardConnectionPermissionUser: {
8729
- email?: string;
8730
- id: string;
8731
- };
8732
- StandardConnectionPermissionsResponseData: {
8733
- type: string;
8734
- users?: components["schemas"]["StandardConnectionPermissionUser"][] | null;
8735
- };
8736
7445
  StandardConnectionProjectInfo: {
8737
7446
  display_name: string;
8738
7447
  id: string;
@@ -8783,32 +7492,10 @@ interface components {
8783
7492
  };
8784
7493
  id: string;
8785
7494
  };
8786
- StandardConnectorOAuthClaimInputBody: {
8787
- /**
8788
- * Format: uri
8789
- * @description A URL to the JSON Schema for this object.
8790
- * @example https://example.com/StandardConnectorOAuthClaimInputBody.json
8791
- */
8792
- readonly $schema?: string;
8793
- /** @description Single-use claim token returned by the loopback redirect */
8794
- claim_token: string;
8795
- /** @description PKCE verifier whose S256 hash matches the original challenge */
8796
- code_verifier: string;
8797
- };
8798
- StandardConnectorOAuthClaimOutputBody: {
8799
- /**
8800
- * Format: uri
8801
- * @description A URL to the JSON Schema for this object.
8802
- * @example https://example.com/StandardConnectorOAuthClaimOutputBody.json
8803
- */
8804
- readonly $schema?: string;
8805
- connection_id: string;
8806
- };
8807
7495
  StandardConnectorPermissionsDefinition: {
8808
- emails?: string[];
8809
- list?: string[];
8810
- /** @enum {string} */
8811
- type: "workspace" | "users";
7496
+ emails?: string[] | null;
7497
+ list?: string[] | null;
7498
+ type: string;
8812
7499
  };
8813
7500
  StandardConnectorPromotion: {
8814
7501
  help_link: string;
@@ -8855,16 +7542,6 @@ interface components {
8855
7542
  /** @description Initial status (pending) */
8856
7543
  status: string;
8857
7544
  };
8858
- StartExportResponse: {
8859
- /**
8860
- * Format: uri
8861
- * @description A URL to the JSON Schema for this object.
8862
- * @example https://example.com/StartExportResponse.json
8863
- */
8864
- readonly $schema?: string;
8865
- status: string;
8866
- workflow_id: string;
8867
- };
8868
7545
  Stats: {
8869
7546
  /**
8870
7547
  * Format: uri
@@ -8879,9 +7556,6 @@ interface components {
8879
7556
  /** Format: int64 */
8880
7557
  total_blocks: number;
8881
7558
  };
8882
- StepStatus: {
8883
- status: string;
8884
- };
8885
7559
  StoredReadinessCheck: {
8886
7560
  checks: components["schemas"]["ReadinessCheck"][] | null;
8887
7561
  commit_sha: string;
@@ -8951,20 +7625,6 @@ interface components {
8951
7625
  supabase_organization_id: string;
8952
7626
  supabase_project_id: string;
8953
7627
  };
8954
- SupplyChainVulnerability: {
8955
- affected_project_ids: string[];
8956
- /** Format: int64 */
8957
- affected_projects_count: number;
8958
- description: string;
8959
- fixed_version?: string;
8960
- id: string;
8961
- link: string;
8962
- package_name: string;
8963
- package_version: string;
8964
- /** @enum {string} */
8965
- severity: "critical" | "high" | "medium" | "low";
8966
- title: string;
8967
- };
8968
7628
  Survey: {
8969
7629
  active: boolean;
8970
7630
  booking_link: string;
@@ -9152,14 +7812,6 @@ interface components {
9152
7812
  input_schema?: unknown;
9153
7813
  name: string;
9154
7814
  };
9155
- ToolPreference: {
9156
- approval_preference?: string;
9157
- config?: {
9158
- [key: string]: string;
9159
- };
9160
- integration_name?: string;
9161
- tool_name?: string;
9162
- };
9163
7815
  TraceSpan: {
9164
7816
  created?: string;
9165
7817
  error?: unknown;
@@ -9277,53 +7929,6 @@ interface components {
9277
7929
  /** @description Transactional email previews discovered from the deployed edge function */
9278
7930
  templates: components["schemas"]["TransactionalEmailPreview"][] | null;
9279
7931
  };
9280
- TransferInOutput: {
9281
- /** @description Categorical reason the transfer is parked needing attention */
9282
- attention_required_reason?: string;
9283
- /**
9284
- * Format: date-time
9285
- * @description When the current attention reason was first observed
9286
- */
9287
- attention_required_since?: string;
9288
- /** @description Raw Name.com transfer status */
9289
- provider_status?: string;
9290
- /** @description Transfer-in lifecycle state */
9291
- state: string;
9292
- };
9293
- TransferInPricingOutputBody: {
9294
- /**
9295
- * Format: uri
9296
- * @description A URL to the JSON Schema for this object.
9297
- * @example https://example.com/TransferInPricingOutputBody.json
9298
- */
9299
- readonly $schema?: string;
9300
- /** @description ISO-4217 currency code */
9301
- currency: string;
9302
- /**
9303
- * Format: int64
9304
- * @description Annual renewal price in cents
9305
- */
9306
- renewal_price_cents: number;
9307
- /**
9308
- * Format: int64
9309
- * @description One-year transfer price in cents
9310
- */
9311
- transfer_price_cents: number;
9312
- };
9313
- TransferOutOutput: {
9314
- /**
9315
- * Format: date-time
9316
- * @description When the initiated webhook was first observed
9317
- */
9318
- initiated_at?: string;
9319
- /** @description initiated | canceled | completed */
9320
- state: string;
9321
- /**
9322
- * Format: date-time
9323
- * @description When canceled or completed was observed
9324
- */
9325
- terminal_at?: string;
9326
- };
9327
7932
  TransferOwnershipInputBody: {
9328
7933
  /**
9329
7934
  * Format: uri
@@ -9354,43 +7959,6 @@ interface components {
9354
7959
  /** @description Temporal workflow ID for the readiness check */
9355
7960
  workflow_id: string;
9356
7961
  };
9357
- TriggerSEOReviewInputBody: {
9358
- /**
9359
- * Format: uri
9360
- * @description A URL to the JSON Schema for this object.
9361
- * @example https://example.com/TriggerSEOReviewInputBody.json
9362
- */
9363
- readonly $schema?: string;
9364
- /** @description Bypass the per-scanner skip-if-up-to-date check (admin only) */
9365
- force?: boolean;
9366
- /** @description Narrow the dispatch set; empty means all registered scanners */
9367
- scanner_names?: string[] | null;
9368
- };
9369
- TriggerSecurityScanResponse: {
9370
- /**
9371
- * Format: uri
9372
- * @description A URL to the JSON Schema for this object.
9373
- * @example https://example.com/TriggerSecurityScanResponse.json
9374
- */
9375
- readonly $schema?: string;
9376
- message?: string;
9377
- run_id?: string;
9378
- scan_id?: string;
9379
- status?: string;
9380
- workflow_id?: string;
9381
- };
9382
- TriggerWorkspaceScanScheduleResponse: {
9383
- /**
9384
- * Format: uri
9385
- * @description A URL to the JSON Schema for this object.
9386
- * @example https://example.com/TriggerWorkspaceScanScheduleResponse.json
9387
- */
9388
- readonly $schema?: string;
9389
- /** @description Temporal run ID for the triggered run */
9390
- run_id: string;
9391
- /** @description Temporal workflow ID for the triggered run */
9392
- workflow_id: string;
9393
- };
9394
7962
  URLResponse: {
9395
7963
  /**
9396
7964
  * Format: uri
@@ -9439,7 +8007,7 @@ interface components {
9439
8007
  readonly $schema?: string;
9440
8008
  /**
9441
8009
  * Format: double
9442
- * @description Monthly hard-block credit limit (null removes the monthly hard-block; other rules attached via the alerts-and-limits surface are untouched)
8010
+ * @description Credit limit in credits (null to remove limit)
9443
8011
  */
9444
8012
  credit_limit: number | null;
9445
8013
  };
@@ -9604,17 +8172,6 @@ interface components {
9604
8172
  name?: string;
9605
8173
  url?: string;
9606
8174
  };
9607
- UpdateMCPRegistryInputBody: {
9608
- /**
9609
- * Format: uri
9610
- * @description A URL to the JSON Schema for this object.
9611
- * @example https://example.com/UpdateMCPRegistryInputBody.json
9612
- */
9613
- readonly $schema?: string;
9614
- bearer_token?: string;
9615
- display_name?: string;
9616
- url?: string;
9617
- };
9618
8175
  UpdateOrgMembershipRoleInputBody: {
9619
8176
  /**
9620
8177
  * Format: uri
@@ -9650,34 +8207,6 @@ interface components {
9650
8207
  /** @description Updated DNS record */
9651
8208
  record: components["schemas"]["DNSRecordOutput"];
9652
8209
  };
9653
- UpdateSEOFindingsInputBody: {
9654
- /**
9655
- * Format: uri
9656
- * @description A URL to the JSON Schema for this object.
9657
- * @example https://example.com/UpdateSEOFindingsInputBody.json
9658
- */
9659
- readonly $schema?: string;
9660
- /** @description Composite finding IDs (scanner:internal_id) */
9661
- finding_ids: string[] | null;
9662
- /**
9663
- * @description User-state to set; empty restores
9664
- * @enum {string}
9665
- */
9666
- state: "" | "pending" | "fixed" | "ignored";
9667
- };
9668
- UpdateSEOFindingsOutputBody: {
9669
- /**
9670
- * Format: uri
9671
- * @description A URL to the JSON Schema for this object.
9672
- * @example https://example.com/UpdateSEOFindingsOutputBody.json
9673
- */
9674
- readonly $schema?: string;
9675
- /**
9676
- * Format: int64
9677
- * @description Number of findings whose state changed
9678
- */
9679
- touched: number;
9680
- };
9681
8210
  UpdateSSOProviderInputBody: {
9682
8211
  /**
9683
8212
  * Format: uri
@@ -9804,11 +8333,6 @@ interface components {
9804
8333
  pii_live_chat_mode?: "off" | "detect_only" | "prompt" | "block";
9805
8334
  /** @description Require security scan before first publish */
9806
8335
  require_security_scan_before_publish?: boolean;
9807
- /**
9808
- * @description Security auto-fix mode
9809
- * @enum {string}
9810
- */
9811
- security_auto_fix_mode?: "off" | "published_projects" | "all_projects";
9812
8336
  /** @description Share sample data with LLMs */
9813
8337
  share_sample_data_with_llms?: boolean;
9814
8338
  /**
@@ -9900,94 +8424,6 @@ interface components {
9900
8424
  */
9901
8425
  workspace_role: "none" | "owner" | "admin" | "member" | "viewer" | "collaborator" | "invited";
9902
8426
  };
9903
- UpsertWorkspaceScanScheduleBody: {
9904
- /**
9905
- * Format: uri
9906
- * @description A URL to the JSON Schema for this object.
9907
- * @example https://example.com/UpsertWorkspaceScanScheduleBody.json
9908
- */
9909
- readonly $schema?: string;
9910
- cron_expression?: string;
9911
- enabled: boolean;
9912
- notify_emails?: string[] | null;
9913
- notify_min_severity?: string;
9914
- /** @enum {string} */
9915
- project_selector?: "published_projects" | "all_projects";
9916
- scanner_configs?: components["schemas"]["ScannerConfig"][] | null;
9917
- timezone?: string;
9918
- };
9919
- UsageBreakdown: {
9920
- /**
9921
- * Format: uri
9922
- * @description A URL to the JSON Schema for this object.
9923
- * @example https://example.com/UsageBreakdown.json
9924
- */
9925
- readonly $schema?: string;
9926
- cursor?: string;
9927
- has_more: boolean;
9928
- rows: components["schemas"]["UsageBreakdownRow"][] | null;
9929
- /** Format: double */
9930
- workspace_total: number;
9931
- };
9932
- UsageBreakdownRow: {
9933
- /** Format: double */
9934
- build: number;
9935
- /** Format: double */
9936
- cloud_aggregate: number;
9937
- /** Format: double */
9938
- database: number;
9939
- /** Format: double */
9940
- functions: number;
9941
- /** Format: double */
9942
- gateway: number;
9943
- id: string;
9944
- /** Format: double */
9945
- realtime: number;
9946
- /** Format: double */
9947
- run: number;
9948
- /** Format: double */
9949
- storage: number;
9950
- /** Format: double */
9951
- total: number;
9952
- };
9953
- UsageGatewayModelRow: {
9954
- /** Format: double */
9955
- credits: number;
9956
- name: string;
9957
- provider: string;
9958
- };
9959
- UsageTimeSeries: {
9960
- /**
9961
- * Format: uri
9962
- * @description A URL to the JSON Schema for this object.
9963
- * @example https://example.com/UsageTimeSeries.json
9964
- */
9965
- readonly $schema?: string;
9966
- buckets: components["schemas"]["UsageTimeSeriesBucket"][] | null;
9967
- };
9968
- UsageTimeSeriesBucket: {
9969
- /** Format: double */
9970
- build: number;
9971
- /** Format: double */
9972
- cloud_aggregate: number;
9973
- /** Format: double */
9974
- database: number;
9975
- /** Format: double */
9976
- functions: number;
9977
- /** Format: double */
9978
- gateway: number;
9979
- gateway_models: components["schemas"]["UsageGatewayModelRow"][] | null;
9980
- period_end: string;
9981
- period_start: string;
9982
- /** Format: double */
9983
- realtime: number;
9984
- /** Format: double */
9985
- run: number;
9986
- /** Format: double */
9987
- storage: number;
9988
- /** Format: double */
9989
- total: number;
9990
- };
9991
8427
  UserAttributes: {
9992
8428
  bio?: string;
9993
8429
  display_name?: string;
@@ -10156,8 +8592,6 @@ interface components {
10156
8592
  description?: string;
10157
8593
  /** @description Project display name */
10158
8594
  display_name?: string;
10159
- /** @description Preview URL with a short-lived signed token (?__lovable_token=…) that authenticates an iframe load without an in-iframe Lovable login. Partner integrations should iframe this directly; the token expires after 1h. Uses viewer-level access, which also covers the project's published deployment and custom-domain routes — not only the static-preview host in this URL. */
10160
- embed_url?: string;
10161
8595
  /** @description Project ID */
10162
8596
  id: string;
10163
8597
  /** @description Whether the project is published */
@@ -10201,16 +8635,6 @@ interface components {
10201
8635
  [key: string]: unknown;
10202
8636
  }[] | null;
10203
8637
  };
10204
- V1DeleteWorkspaceSkillOutputBody: {
10205
- /**
10206
- * Format: uri
10207
- * @description A URL to the JSON Schema for this object.
10208
- * @example https://example.com/V1DeleteWorkspaceSkillOutputBody.json
10209
- */
10210
- readonly $schema?: string;
10211
- /** @description Workspace repo commit SHA produced by this deletion */
10212
- commit_sha: string;
10213
- };
10214
8638
  V1DeployProjectInputBody: {
10215
8639
  /**
10216
8640
  * Format: uri
@@ -10353,15 +8777,6 @@ interface components {
10353
8777
  scan: components["schemas"]["V1SecurityScanSummary"];
10354
8778
  scanner_runs: components["schemas"]["V1SecurityScannerRun"][] | null;
10355
8779
  };
10356
- V1GetWorkspaceSkillOutputBody: {
10357
- /**
10358
- * Format: uri
10359
- * @description A URL to the JSON Schema for this object.
10360
- * @example https://example.com/V1GetWorkspaceSkillOutputBody.json
10361
- */
10362
- readonly $schema?: string;
10363
- skill: components["schemas"]["V1WorkspaceSkillDTO"];
10364
- };
10365
8780
  V1KnowledgeResponse: {
10366
8781
  /**
10367
8782
  * Format: uri
@@ -10401,50 +8816,6 @@ interface components {
10401
8816
  /** @description Connected connectors */
10402
8817
  connectors: components["schemas"]["V1ConnectorResponse"][] | null;
10403
8818
  };
10404
- V1ListMessagesOutputBody: {
10405
- /**
10406
- * Format: uri
10407
- * @description A URL to the JSON Schema for this object.
10408
- * @example https://example.com/V1ListMessagesOutputBody.json
10409
- */
10410
- readonly $schema?: string;
10411
- /** @description Whether there are older messages available beyond this page */
10412
- has_more: boolean;
10413
- /** @description Messages in reverse chronological order (newest first) */
10414
- messages: components["schemas"]["V1MessageListItem"][] | null;
10415
- };
10416
- V1ListPIILabelsOutputBody: {
10417
- /**
10418
- * Format: uri
10419
- * @description A URL to the JSON Schema for this object.
10420
- * @example https://example.com/V1ListPIILabelsOutputBody.json
10421
- */
10422
- readonly $schema?: string;
10423
- /** @description PII labels ordered newest first */
10424
- labels: components["schemas"]["ProjectPIIFindingDTO"][] | null;
10425
- /** @description Cursor for the next page; absent on the last page */
10426
- next_cursor?: string;
10427
- };
10428
- V1ListProjectCollaboratorsOutputBody: {
10429
- /**
10430
- * Format: uri
10431
- * @description A URL to the JSON Schema for this object.
10432
- * @example https://example.com/V1ListProjectCollaboratorsOutputBody.json
10433
- */
10434
- readonly $schema?: string;
10435
- /** @description Users with direct access to this project. Pending email invites (users who do not yet have an account) are not included. */
10436
- collaborators: components["schemas"]["V1ProjectCollaborator"][] | null;
10437
- };
10438
- V1ListProjectSkillsOutputBody: {
10439
- /**
10440
- * Format: uri
10441
- * @description A URL to the JSON Schema for this object.
10442
- * @example https://example.com/V1ListProjectSkillsOutputBody.json
10443
- */
10444
- readonly $schema?: string;
10445
- /** @description Skills present in the project repo */
10446
- skills: components["schemas"]["V1ProjectSkillDTO"][] | null;
10447
- };
10448
8819
  V1ListSecurityScansOutputBody: {
10449
8820
  /**
10450
8821
  * Format: uri
@@ -10457,30 +8828,6 @@ interface components {
10457
8828
  /** @description Scan invocations ordered newest first */
10458
8829
  scans: components["schemas"]["V1SecurityScanSummary"][] | null;
10459
8830
  };
10460
- V1ListWorkspaceSkillsOutputBody: {
10461
- /**
10462
- * Format: uri
10463
- * @description A URL to the JSON Schema for this object.
10464
- * @example https://example.com/V1ListWorkspaceSkillsOutputBody.json
10465
- */
10466
- readonly $schema?: string;
10467
- /** @description Skills present in the workspace repo */
10468
- skills: components["schemas"]["V1WorkspaceSkillDTO"][] | null;
10469
- };
10470
- V1MessageListItem: {
10471
- /** @description Message text content */
10472
- content: string;
10473
- /** @description ISO 8601 creation timestamp */
10474
- created_at: string;
10475
- /** @description Associated edit ID for assistant messages, if any */
10476
- edit_id?: string;
10477
- /** @description Message ID */
10478
- message_id: string;
10479
- /** @description Message role (user or assistant) */
10480
- role: string;
10481
- /** @description Message status (accepted, running, completed, stopped, error) */
10482
- status: string;
10483
- };
10484
8831
  V1MessageResponse: {
10485
8832
  /**
10486
8833
  * Format: uri
@@ -10521,35 +8868,6 @@ interface components {
10521
8868
  /** @description AI-generated summary of changes */
10522
8869
  summary?: string;
10523
8870
  };
10524
- V1ProjectCollaborator: {
10525
- /**
10526
- * Format: date-time
10527
- * @description When the user accepted the project invitation. Null if the invite is still pending.
10528
- */
10529
- accepted_at?: string;
10530
- /**
10531
- * @description Access level: owner, admin, write, or read
10532
- * @enum {string}
10533
- */
10534
- access_level: "owner" | "admin" | "write" | "read" | "none";
10535
- /** @description Human-readable display name. Falls back to the email when the user has not set a display name. */
10536
- display_name?: string;
10537
- /** @description Email address of the collaborator. Empty if the user has no resolvable email (e.g. deleted user records that were not filtered out, or service-account-like users without an email on file). */
10538
- email?: string;
10539
- /**
10540
- * Format: date-time
10541
- * @description When the user was invited to the project. Null for the project owner.
10542
- */
10543
- invited_at?: string;
10544
- /** @description User ID of the inviter. Empty for the project owner. */
10545
- invited_by?: string;
10546
- /** @description True when the user is internal to the workspace: either a workspace member, or their email belongs to a domain the workspace has verified (typical SSO / JIT provisioning case). Useful for distinguishing internal vs. external collaborators in security reviews. */
10547
- is_internal: boolean;
10548
- /** @description True when the user is a member of the project's workspace. False indicates an ad-hoc project collaborator who has no broader workspace access. */
10549
- is_workspace_member: boolean;
10550
- /** @description User ID of the collaborator */
10551
- user_id: string;
10552
- };
10553
8871
  V1ProjectFileUploadURLInputBody: {
10554
8872
  /**
10555
8873
  * Format: uri
@@ -10571,8 +8889,6 @@ interface components {
10571
8889
  description?: string;
10572
8890
  /** @description Project display name */
10573
8891
  display_name?: string;
10574
- /** @description Preview URL with a short-lived signed token (?__lovable_token=…) that authenticates an iframe load without an in-iframe Lovable login. Partner integrations should iframe this directly; the token expires after 1h. Uses viewer-level access, which also covers the project's published deployment and custom-domain routes — not only the static-preview host in this URL. */
10575
- embed_url?: string;
10576
8892
  /** @description Project ID */
10577
8893
  id: string;
10578
8894
  /** @description Whether the project is published */
@@ -10592,18 +8908,6 @@ interface components {
10592
8908
  /** @description Workspace ID */
10593
8909
  workspace_id: string;
10594
8910
  };
10595
- V1ProjectSkillDTO: {
10596
- /** @description Short description from SKILL.md frontmatter */
10597
- description: string;
10598
- /** @description Whether this project skill is enabled for agent runs */
10599
- enabled: boolean;
10600
- /** @description Optional metadata from SKILL.md frontmatter; values may be nested objects or scalars */
10601
- metadata?: {
10602
- [key: string]: unknown;
10603
- };
10604
- /** @description Skill name; matches the directory under .agents/skills/ in the project repo */
10605
- name: string;
10606
- };
10607
8911
  V1RemixInitInputBody: {
10608
8912
  /**
10609
8913
  * Format: uri
@@ -10615,12 +8919,8 @@ interface components {
10615
8919
  include_custom_knowledge?: boolean;
10616
8920
  /** @description Copy chat history to the new project */
10617
8921
  include_history?: boolean;
10618
- /** @description Initial headless chat message to send after remix */
10619
- initial_message?: string;
10620
8922
  /** @description Custom name for the new project */
10621
8923
  project_name?: string;
10622
- /** @description Suppress the default 'successfully remixed' synthetic chat message — set when the caller will drive the new project itself (e.g. eval/test harnesses) */
10623
- skip_initial_remix_message?: boolean;
10624
8924
  /** @description Target workspace ID for the new project */
10625
8925
  workspace_id: string;
10626
8926
  };
@@ -10641,8 +8941,6 @@ interface components {
10641
8941
  * @example https://example.com/V1RemixProgressOutputBody.json
10642
8942
  */
10643
8943
  readonly $schema?: string;
10644
- /** @description Error details when the remix job fails */
10645
- error_message?: string;
10646
8944
  /** @description Remix result (present when completed) */
10647
8945
  result?: components["schemas"]["V1RemixProgressResult"];
10648
8946
  /** @description Job status: preparing, running, completed, or error */
@@ -10801,25 +9099,6 @@ interface components {
10801
9099
  /** @description Knowledge content (markdown). Max 10,000 characters. */
10802
9100
  content: string;
10803
9101
  };
10804
- V1SetProjectSkillEnabledInputBody: {
10805
- /**
10806
- * Format: uri
10807
- * @description A URL to the JSON Schema for this object.
10808
- * @example https://example.com/V1SetProjectSkillEnabledInputBody.json
10809
- */
10810
- readonly $schema?: string;
10811
- /** @description Whether this skill should be enabled for the project */
10812
- enabled: boolean;
10813
- };
10814
- V1SetProjectSkillEnabledOutputBody: {
10815
- /**
10816
- * Format: uri
10817
- * @description A URL to the JSON Schema for this object.
10818
- * @example https://example.com/V1SetProjectSkillEnabledOutputBody.json
10819
- */
10820
- readonly $schema?: string;
10821
- skill: components["schemas"]["V1ProjectSkillDTO"];
10822
- };
10823
9102
  V1SetProjectVisibilityInputBody: {
10824
9103
  /**
10825
9104
  * Format: uri
@@ -10833,70 +9112,35 @@ interface components {
10833
9112
  */
10834
9113
  visibility: "draft" | "private" | "public";
10835
9114
  };
10836
- V1SetProjectVisibilityOutputBody: {
10837
- /**
10838
- * Format: uri
10839
- * @description A URL to the JSON Schema for this object.
10840
- * @example https://example.com/V1SetProjectVisibilityOutputBody.json
10841
- */
10842
- readonly $schema?: string;
10843
- /** @description Updated project visibility */
10844
- visibility: string;
10845
- };
10846
- V1SetWorkspaceKnowledgeInputBody: {
10847
- /**
10848
- * Format: uri
10849
- * @description A URL to the JSON Schema for this object.
10850
- * @example https://example.com/V1SetWorkspaceKnowledgeInputBody.json
10851
- */
10852
- readonly $schema?: string;
10853
- /** @description Knowledge content (markdown). Max 10,000 characters. */
10854
- content: string;
10855
- };
10856
- V1UnscopedFile: {
10857
- /** @description Uploaded file ID */
10858
- file_id: string;
10859
- /** @description Original file name */
10860
- file_name?: string;
10861
- /** @description MIME type */
10862
- mime_type?: string;
10863
- /** @description File type (e.g. user_upload) */
10864
- type?: string;
10865
- };
10866
- V1WorkspaceSkillDTO: {
10867
- /** @description Short description from SKILL.md frontmatter */
10868
- description: string;
10869
- /** @description Files bundled with the skill, relative to the skill root */
10870
- files: components["schemas"]["ProjectFileInfo"][] | null;
10871
- /** @description Full SKILL.md contents (frontmatter + body), included when requested */
10872
- markdown?: string;
10873
- /** @description Optional metadata from SKILL.md frontmatter; values may be nested objects or scalars */
10874
- metadata?: {
10875
- [key: string]: unknown;
10876
- };
10877
- /** @description Skill name; matches the directory under skills/ in the workspace repo */
10878
- name: string;
10879
- };
10880
- V1WriteWorkspaceSkillInputBody: {
9115
+ V1SetProjectVisibilityOutputBody: {
10881
9116
  /**
10882
9117
  * Format: uri
10883
9118
  * @description A URL to the JSON Schema for this object.
10884
- * @example https://example.com/V1WriteWorkspaceSkillInputBody.json
9119
+ * @example https://example.com/V1SetProjectVisibilityOutputBody.json
10885
9120
  */
10886
9121
  readonly $schema?: string;
10887
- /** @description Full SKILL.md contents (frontmatter + body) */
10888
- markdown: string;
9122
+ /** @description Updated project visibility */
9123
+ visibility: string;
10889
9124
  };
10890
- V1WriteWorkspaceSkillOutputBody: {
9125
+ V1SetWorkspaceKnowledgeInputBody: {
10891
9126
  /**
10892
9127
  * Format: uri
10893
9128
  * @description A URL to the JSON Schema for this object.
10894
- * @example https://example.com/V1WriteWorkspaceSkillOutputBody.json
9129
+ * @example https://example.com/V1SetWorkspaceKnowledgeInputBody.json
10895
9130
  */
10896
9131
  readonly $schema?: string;
10897
- /** @description Workspace repo commit SHA produced by this write */
10898
- commit_sha: string;
10899
- skill: components["schemas"]["V1WorkspaceSkillDTO"];
9132
+ /** @description Knowledge content (markdown). Max 10,000 characters. */
9133
+ content: string;
9134
+ };
9135
+ V1UnscopedFile: {
9136
+ /** @description Uploaded file ID */
9137
+ file_id: string;
9138
+ /** @description Original file name */
9139
+ file_name?: string;
9140
+ /** @description MIME type */
9141
+ mime_type?: string;
9142
+ /** @description File type (e.g. user_upload) */
9143
+ type?: string;
10900
9144
  };
10901
9145
  ValidateReferralCodeInputBody: {
10902
9146
  /**
@@ -10976,16 +9220,12 @@ interface components {
10976
9220
  * @description When the variant was created
10977
9221
  */
10978
9222
  created_at: string;
10979
- /** @description Most recent refresh failure detail, e.g. 'agent-wait: agent did not finalize within 5m0s'. Cleared on the next start. */
10980
- failure_reason?: string;
10981
9223
  /** @description The variant's display name */
10982
9224
  label: string;
10983
9225
  /** @description The variant branch's HEAD */
10984
9226
  latest_commit_sha?: string;
10985
9227
  /** @description Most recent commit on the variant's branch that completed a preview build */
10986
9228
  latest_preview_build_sha?: string;
10987
- /** @description in_progress | failed; empty when settled */
10988
- refresh_status?: string;
10989
9229
  /** @description creating | ready | merging | merged | rejected */
10990
9230
  status: string;
10991
9231
  /** @description The trajectory thread driving the variant's work */
@@ -11063,8 +9303,6 @@ interface components {
11063
9303
  * @example https://example.com/Workspace.json
11064
9304
  */
11065
9305
  readonly $schema?: string;
11066
- /** Format: int64 */
11067
- abandoned_projects_threshold_days?: number;
11068
9306
  aikido_pentest_enabled?: boolean;
11069
9307
  always_redact_pii?: boolean;
11070
9308
  announcement_banner?: components["schemas"]["WorkspaceAnnouncementBanner"];
@@ -11090,12 +9328,6 @@ interface components {
11090
9328
  credits_granted: number;
11091
9329
  /** Format: double */
11092
9330
  credits_used: number;
11093
- custom_branded_domain?: string;
11094
- custom_branded_domain_dcv_txt_name?: string;
11095
- custom_branded_domain_dcv_txt_value?: string;
11096
- custom_branded_domain_failure_reason?: string;
11097
- custom_branded_domain_status?: string;
11098
- custom_branded_hostname_id?: string;
11099
9331
  /** Format: double */
11100
9332
  daily_credits_limit: number;
11101
9333
  /** Format: double */
@@ -11113,8 +9345,6 @@ interface components {
11113
9345
  default_template_id?: string;
11114
9346
  /** Format: date-time */
11115
9347
  deleted_at?: string;
11116
- deleted_by?: string;
11117
- deletion_event_id?: string;
11118
9348
  description?: string;
11119
9349
  disable_figma_import?: boolean;
11120
9350
  disable_named_previews?: boolean;
@@ -11133,10 +9363,6 @@ interface components {
11133
9363
  external_publish_permission_level?: string;
11134
9364
  /** Format: int64 */
11135
9365
  followers_count: number;
11136
- /** Format: date-time */
11137
- hard_delete_in_progress_at?: string;
11138
- /** Format: date-time */
11139
- hard_deleted_at?: string;
11140
9366
  id: string;
11141
9367
  image_url?: string;
11142
9368
  invite_links_disabled?: boolean;
@@ -11201,8 +9427,6 @@ interface components {
11201
9427
  rollover_credits_used: number;
11202
9428
  sandbox_provider_url?: string;
11203
9429
  seamless_connector_settings?: components["schemas"]["SeamlessConnectorSetting"][] | null;
11204
- /** @enum {string} */
11205
- security_auto_fix_mode?: "off" | "published_projects" | "all_projects";
11206
9430
  share_sample_data_with_llms?: boolean;
11207
9431
  short_referral_code?: string;
11208
9432
  sso_provider_id?: string;
@@ -11303,8 +9527,6 @@ interface components {
11303
9527
  * @description URL to redirect to on successful payment
11304
9528
  */
11305
9529
  success_url: string;
11306
- /** @description Ad platform and affiliate tracking data */
11307
- tracking_data?: components["schemas"]["TrackingData"];
11308
9530
  };
11309
9531
  WorkspaceBuildCreditTopUpOutputBody: {
11310
9532
  /**
@@ -11316,25 +9538,6 @@ interface components {
11316
9538
  /** @description Stripe checkout URL to complete payment */
11317
9539
  checkout_url: string;
11318
9540
  };
11319
- WorkspaceDataPrivacyResponse: {
11320
- /**
11321
- * Format: uri
11322
- * @description A URL to the JSON Schema for this object.
11323
- * @example https://example.com/WorkspaceDataPrivacyResponse.json
11324
- */
11325
- readonly $schema?: string;
11326
- projects: components["schemas"]["ProjectDataPrivacySummary"][];
11327
- summary: components["schemas"]["WorkspaceDataPrivacySummary"];
11328
- workspace_id: string;
11329
- };
11330
- WorkspaceDataPrivacySummary: {
11331
- /** Format: int64 */
11332
- total_projects: number;
11333
- /** Format: int64 */
11334
- with_connectors: number;
11335
- /** Format: int64 */
11336
- with_pii: number;
11337
- };
11338
9541
  WorkspaceExperimentalFeatures: {
11339
9542
  cloud_ai_in_ledger?: boolean;
11340
9543
  custom_enterprise_git_sync?: boolean;
@@ -11437,101 +9640,6 @@ interface components {
11437
9640
  masked_key?: string;
11438
9641
  send_welcome_email: boolean;
11439
9642
  };
11440
- WorkspaceScanScheduleBody: {
11441
- /**
11442
- * Format: uri
11443
- * @description A URL to the JSON Schema for this object.
11444
- * @example https://example.com/WorkspaceScanScheduleBody.json
11445
- */
11446
- readonly $schema?: string;
11447
- /** Format: date-time */
11448
- readonly created_at: string;
11449
- /** @description 5-field cron, e.g. '0 8 * * 1' for Mondays 08:00. Most workspaces should use a weekly cron. */
11450
- cron_expression: string;
11451
- /** @description When false, the Temporal Schedule is paused and no fires happen until re-enabled. */
11452
- enabled: boolean;
11453
- readonly last_error?: string;
11454
- /** Format: date-time */
11455
- readonly last_run_at?: string;
11456
- readonly last_status?: string;
11457
- /** Format: date-time */
11458
- readonly last_success_at?: string;
11459
- /** @description Email recipients for scan summaries. Notifications ship in a follow-up; field is accepted now for forward compatibility. */
11460
- notify_emails?: string[] | null;
11461
- /**
11462
- * @description Minimum severity to notify on. Defaults to 'high'.
11463
- * @enum {string}
11464
- */
11465
- notify_min_severity?: "low" | "medium" | "high" | "critical";
11466
- /**
11467
- * @description Which projects to scan. Defaults to published projects.
11468
- * @enum {string}
11469
- */
11470
- project_selector?: "published_projects" | "all_projects";
11471
- /** @description Override scanner set. Empty/null uses the default scheduled-scan set. */
11472
- scanner_configs?: components["schemas"]["ScannerConfig"][] | null;
11473
- /** @description IANA timezone (e.g. 'Europe/Stockholm'). Defaults to UTC. */
11474
- timezone?: string;
11475
- /** Format: date-time */
11476
- readonly updated_at: string;
11477
- };
11478
- WorkspaceSecuritySummary: {
11479
- /** Format: int64 */
11480
- projects_scanned: number;
11481
- /** Format: int64 */
11482
- projects_with_errors: number;
11483
- /** Format: int64 */
11484
- projects_with_warnings: number;
11485
- /** Format: int64 */
11486
- total_errors: number;
11487
- /** Format: int64 */
11488
- total_info: number;
11489
- /** Format: int64 */
11490
- total_projects: number;
11491
- /** Format: int64 */
11492
- total_warnings: number;
11493
- };
11494
- WorkspaceSecuritySummaryResponse: {
11495
- /**
11496
- * Format: uri
11497
- * @description A URL to the JSON Schema for this object.
11498
- * @example https://example.com/WorkspaceSecuritySummaryResponse.json
11499
- */
11500
- readonly $schema?: string;
11501
- projects: components["schemas"]["ProjectSecuritySummary"][];
11502
- summary: components["schemas"]["WorkspaceSecuritySummary"];
11503
- workspace_id: string;
11504
- };
11505
- WorkspaceSupplyChainResponse: {
11506
- /**
11507
- * Format: uri
11508
- * @description A URL to the JSON Schema for this object.
11509
- * @example https://example.com/WorkspaceSupplyChainResponse.json
11510
- */
11511
- readonly $schema?: string;
11512
- projects: components["schemas"]["ProjectSupplyChainSummary"][];
11513
- summary: components["schemas"]["WorkspaceSupplyChainSummary"];
11514
- vulnerabilities: components["schemas"]["SupplyChainVulnerability"][];
11515
- workspace_id: string;
11516
- };
11517
- WorkspaceSupplyChainSummary: {
11518
- /** Format: int64 */
11519
- critical_count: number;
11520
- /** Format: int64 */
11521
- high_count: number;
11522
- /** Format: int64 */
11523
- low_count: number;
11524
- /** Format: int64 */
11525
- medium_count: number;
11526
- /** Format: int64 */
11527
- projects_with_vulnerabilities: number;
11528
- /** Format: int64 */
11529
- total_projects: number;
11530
- /** Format: int64 */
11531
- total_scans: number;
11532
- /** Format: int64 */
11533
- total_vulnerabilities: number;
11534
- };
11535
9643
  WorkspaceUsage: {
11536
9644
  /**
11537
9645
  * Format: uri
@@ -11543,8 +9651,6 @@ interface components {
11543
9651
  user_usages: components["schemas"]["UserUsage"][] | null;
11544
9652
  };
11545
9653
  WorkspaceWithMembership: {
11546
- /** Format: int64 */
11547
- abandoned_projects_threshold_days?: number;
11548
9654
  aikido_pentest_enabled?: boolean;
11549
9655
  always_redact_pii?: boolean;
11550
9656
  announcement_banner?: components["schemas"]["WorkspaceAnnouncementBanner"];
@@ -11570,12 +9676,6 @@ interface components {
11570
9676
  credits_granted: number;
11571
9677
  /** Format: double */
11572
9678
  credits_used: number;
11573
- custom_branded_domain?: string;
11574
- custom_branded_domain_dcv_txt_name?: string;
11575
- custom_branded_domain_dcv_txt_value?: string;
11576
- custom_branded_domain_failure_reason?: string;
11577
- custom_branded_domain_status?: string;
11578
- custom_branded_hostname_id?: string;
11579
9679
  /** Format: double */
11580
9680
  daily_credits_limit: number;
11581
9681
  /** Format: double */
@@ -11593,8 +9693,6 @@ interface components {
11593
9693
  default_template_id?: string;
11594
9694
  /** Format: date-time */
11595
9695
  deleted_at?: string;
11596
- deleted_by?: string;
11597
- deletion_event_id?: string;
11598
9696
  description?: string;
11599
9697
  disable_figma_import?: boolean;
11600
9698
  disable_named_previews?: boolean;
@@ -11613,10 +9711,6 @@ interface components {
11613
9711
  external_publish_permission_level?: string;
11614
9712
  /** Format: int64 */
11615
9713
  followers_count: number;
11616
- /** Format: date-time */
11617
- hard_delete_in_progress_at?: string;
11618
- /** Format: date-time */
11619
- hard_deleted_at?: string;
11620
9714
  id: string;
11621
9715
  image_url?: string;
11622
9716
  invite_links_disabled?: boolean;
@@ -11682,8 +9776,6 @@ interface components {
11682
9776
  rollover_credits_used: number;
11683
9777
  sandbox_provider_url?: string;
11684
9778
  seamless_connector_settings?: components["schemas"]["SeamlessConnectorSetting"][] | null;
11685
- /** @enum {string} */
11686
- security_auto_fix_mode?: "off" | "published_projects" | "all_projects";
11687
9779
  share_sample_data_with_llms?: boolean;
11688
9780
  short_referral_code?: string;
11689
9781
  sso_provider_id?: string;
@@ -12400,38 +10492,6 @@ interface operations {
12400
10492
  };
12401
10493
  };
12402
10494
  };
12403
- "get-v1-projects-project_id-collaborators": {
12404
- parameters: {
12405
- query?: never;
12406
- header?: never;
12407
- path: {
12408
- /** @description Project ID */
12409
- project_id: string;
12410
- };
12411
- cookie?: never;
12412
- };
12413
- requestBody?: never;
12414
- responses: {
12415
- /** @description OK */
12416
- 200: {
12417
- headers: {
12418
- [name: string]: unknown;
12419
- };
12420
- content: {
12421
- "application/json": components["schemas"]["V1ListProjectCollaboratorsOutputBody"];
12422
- };
12423
- };
12424
- /** @description Error */
12425
- default: {
12426
- headers: {
12427
- [name: string]: unknown;
12428
- };
12429
- content: {
12430
- "application/problem+json": components["schemas"]["ErrorModel"];
12431
- };
12432
- };
12433
- };
12434
- };
12435
10495
  "get-v1-projects-project_id-database": {
12436
10496
  parameters: {
12437
10497
  query?: never;
@@ -12821,163 +10881,19 @@ interface operations {
12821
10881
  };
12822
10882
  };
12823
10883
  };
12824
- "get-v1-projects-project_id-messages": {
12825
- parameters: {
12826
- query?: {
12827
- /** @description Maximum number of messages to return */
12828
- limit?: number;
12829
- /** @description Cursor: message ID to fetch messages older than */
12830
- before?: string;
12831
- };
12832
- header?: never;
12833
- path: {
12834
- /** @description Project ID */
12835
- project_id: string;
12836
- };
12837
- cookie?: never;
12838
- };
12839
- requestBody?: never;
12840
- responses: {
12841
- /** @description OK */
12842
- 200: {
12843
- headers: {
12844
- [name: string]: unknown;
12845
- };
12846
- content: {
12847
- "application/json": components["schemas"]["V1ListMessagesOutputBody"];
12848
- };
12849
- };
12850
- /** @description Error */
12851
- default: {
12852
- headers: {
12853
- [name: string]: unknown;
12854
- };
12855
- content: {
12856
- "application/problem+json": components["schemas"]["ErrorModel"];
12857
- };
12858
- };
12859
- };
12860
- };
12861
- "post-v1-projects-project_id-messages": {
12862
- parameters: {
12863
- query?: never;
12864
- header?: never;
12865
- path: {
12866
- /** @description Project ID */
12867
- project_id: string;
12868
- };
12869
- cookie?: never;
12870
- };
12871
- requestBody: {
12872
- content: {
12873
- "application/json": components["schemas"]["V1SendMessageInputBody"];
12874
- };
12875
- };
12876
- responses: {
12877
- /** @description OK */
12878
- 200: {
12879
- headers: {
12880
- [name: string]: unknown;
12881
- };
12882
- content: {
12883
- "application/json": components["schemas"]["V1SendMessageOutputBody"];
12884
- };
12885
- };
12886
- /** @description Error */
12887
- default: {
12888
- headers: {
12889
- [name: string]: unknown;
12890
- };
12891
- content: {
12892
- "application/problem+json": components["schemas"]["ErrorModel"];
12893
- };
12894
- };
12895
- };
12896
- };
12897
- "get-v1-projects-project_id-messages-message_id": {
12898
- parameters: {
12899
- query?: never;
12900
- header?: never;
12901
- path: {
12902
- /** @description Project ID */
12903
- project_id: string;
12904
- /** @description Message ID (user message umsg_* or AI message amsg_*) */
12905
- message_id: string;
12906
- };
12907
- cookie?: never;
12908
- };
12909
- requestBody?: never;
12910
- responses: {
12911
- /** @description OK */
12912
- 200: {
12913
- headers: {
12914
- [name: string]: unknown;
12915
- };
12916
- content: {
12917
- "application/json": components["schemas"]["V1MessageResponse"];
12918
- };
12919
- };
12920
- /** @description Error */
12921
- default: {
12922
- headers: {
12923
- [name: string]: unknown;
12924
- };
12925
- content: {
12926
- "application/problem+json": components["schemas"]["ErrorModel"];
12927
- };
12928
- };
12929
- };
12930
- };
12931
- "get-v1-projects-project_id-pii-labels": {
12932
- parameters: {
12933
- query?: {
12934
- /** @description Page size */
12935
- limit?: number;
12936
- /** @description Opaque cursor returned by a previous page; omit for the first page */
12937
- cursor?: string;
12938
- };
12939
- header?: never;
12940
- path: {
12941
- /** @description Project ID */
12942
- project_id: string;
12943
- };
12944
- cookie?: never;
12945
- };
12946
- requestBody?: never;
12947
- responses: {
12948
- /** @description OK */
12949
- 200: {
12950
- headers: {
12951
- [name: string]: unknown;
12952
- };
12953
- content: {
12954
- "application/json": components["schemas"]["V1ListPIILabelsOutputBody"];
12955
- };
12956
- };
12957
- /** @description Error */
12958
- default: {
12959
- headers: {
12960
- [name: string]: unknown;
12961
- };
12962
- content: {
12963
- "application/problem+json": components["schemas"]["ErrorModel"];
12964
- };
12965
- };
12966
- };
12967
- };
12968
- "post-v1-projects-project_id-remix-init": {
10884
+ "post-v1-projects-project_id-messages": {
12969
10885
  parameters: {
12970
10886
  query?: never;
12971
10887
  header?: never;
12972
10888
  path: {
12973
- /** @description Source project ID to remix */
10889
+ /** @description Project ID */
12974
10890
  project_id: string;
12975
10891
  };
12976
10892
  cookie?: never;
12977
10893
  };
12978
10894
  requestBody: {
12979
10895
  content: {
12980
- "application/json": components["schemas"]["V1RemixInitInputBody"];
10896
+ "application/json": components["schemas"]["V1SendMessageInputBody"];
12981
10897
  };
12982
10898
  };
12983
10899
  responses: {
@@ -12987,7 +10903,7 @@ interface operations {
12987
10903
  [name: string]: unknown;
12988
10904
  };
12989
10905
  content: {
12990
- "application/json": components["schemas"]["V1RemixInitOutputBody"];
10906
+ "application/json": components["schemas"]["V1SendMessageOutputBody"];
12991
10907
  };
12992
10908
  };
12993
10909
  /** @description Error */
@@ -13001,16 +10917,15 @@ interface operations {
13001
10917
  };
13002
10918
  };
13003
10919
  };
13004
- "get-v1-projects-project_id-remix-progress": {
10920
+ "get-v1-projects-project_id-messages-message_id": {
13005
10921
  parameters: {
13006
- query: {
13007
- /** @description Job ID from remix init */
13008
- job_id: string;
13009
- };
10922
+ query?: never;
13010
10923
  header?: never;
13011
10924
  path: {
13012
- /** @description Source project ID (passed to remix init) */
10925
+ /** @description Project ID */
13013
10926
  project_id: string;
10927
+ /** @description Message ID (user message umsg_* or AI message amsg_*) */
10928
+ message_id: string;
13014
10929
  };
13015
10930
  cookie?: never;
13016
10931
  };
@@ -13022,7 +10937,7 @@ interface operations {
13022
10937
  [name: string]: unknown;
13023
10938
  };
13024
10939
  content: {
13025
- "application/json": components["schemas"]["V1RemixProgressOutputBody"];
10940
+ "application/json": components["schemas"]["V1MessageResponse"];
13026
10941
  };
13027
10942
  };
13028
10943
  /** @description Error */
@@ -13036,22 +10951,21 @@ interface operations {
13036
10951
  };
13037
10952
  };
13038
10953
  };
13039
- "get-v1-projects-project_id-security-scans": {
10954
+ "post-v1-projects-project_id-remix-init": {
13040
10955
  parameters: {
13041
- query?: {
13042
- /** @description Page size (max 100) */
13043
- limit?: number;
13044
- /** @description Opaque cursor from a prior response */
13045
- cursor?: string;
13046
- };
10956
+ query?: never;
13047
10957
  header?: never;
13048
10958
  path: {
13049
- /** @description Project ID */
10959
+ /** @description Source project ID to remix */
13050
10960
  project_id: string;
13051
10961
  };
13052
10962
  cookie?: never;
13053
10963
  };
13054
- requestBody?: never;
10964
+ requestBody: {
10965
+ content: {
10966
+ "application/json": components["schemas"]["V1RemixInitInputBody"];
10967
+ };
10968
+ };
13055
10969
  responses: {
13056
10970
  /** @description OK */
13057
10971
  200: {
@@ -13059,7 +10973,7 @@ interface operations {
13059
10973
  [name: string]: unknown;
13060
10974
  };
13061
10975
  content: {
13062
- "application/json": components["schemas"]["V1ListSecurityScansOutputBody"];
10976
+ "application/json": components["schemas"]["V1RemixInitOutputBody"];
13063
10977
  };
13064
10978
  };
13065
10979
  /** @description Error */
@@ -13073,15 +10987,16 @@ interface operations {
13073
10987
  };
13074
10988
  };
13075
10989
  };
13076
- "get-v1-projects-project_id-security-scans-scan_id": {
10990
+ "get-v1-projects-project_id-remix-progress": {
13077
10991
  parameters: {
13078
- query?: never;
10992
+ query: {
10993
+ /** @description Job ID from remix init */
10994
+ job_id: string;
10995
+ };
13079
10996
  header?: never;
13080
10997
  path: {
13081
- /** @description Project ID */
10998
+ /** @description Source project ID (passed to remix init) */
13082
10999
  project_id: string;
13083
- /** @description Scan invocation ID from the list endpoint */
13084
- scan_id: string;
13085
11000
  };
13086
11001
  cookie?: never;
13087
11002
  };
@@ -13093,7 +11008,7 @@ interface operations {
13093
11008
  [name: string]: unknown;
13094
11009
  };
13095
11010
  content: {
13096
- "application/json": components["schemas"]["V1GetSecurityScanOutputBody"];
11011
+ "application/json": components["schemas"]["V1RemixProgressOutputBody"];
13097
11012
  };
13098
11013
  };
13099
11014
  /** @description Error */
@@ -13107,9 +11022,14 @@ interface operations {
13107
11022
  };
13108
11023
  };
13109
11024
  };
13110
- "get-v1-projects-project_id-skills": {
11025
+ "get-v1-projects-project_id-security-scans": {
13111
11026
  parameters: {
13112
- query?: never;
11027
+ query?: {
11028
+ /** @description Page size (max 100) */
11029
+ limit?: number;
11030
+ /** @description Opaque cursor from a prior response */
11031
+ cursor?: string;
11032
+ };
13113
11033
  header?: never;
13114
11034
  path: {
13115
11035
  /** @description Project ID */
@@ -13125,7 +11045,7 @@ interface operations {
13125
11045
  [name: string]: unknown;
13126
11046
  };
13127
11047
  content: {
13128
- "application/json": components["schemas"]["V1ListProjectSkillsOutputBody"];
11048
+ "application/json": components["schemas"]["V1ListSecurityScansOutputBody"];
13129
11049
  };
13130
11050
  };
13131
11051
  /** @description Error */
@@ -13139,23 +11059,19 @@ interface operations {
13139
11059
  };
13140
11060
  };
13141
11061
  };
13142
- "put-v1-projects-project_id-skills-skill_name-enabled": {
11062
+ "get-v1-projects-project_id-security-scans-scan_id": {
13143
11063
  parameters: {
13144
11064
  query?: never;
13145
11065
  header?: never;
13146
11066
  path: {
13147
11067
  /** @description Project ID */
13148
11068
  project_id: string;
13149
- /** @description Skill name */
13150
- skill_name: string;
11069
+ /** @description Scan invocation ID from the list endpoint */
11070
+ scan_id: string;
13151
11071
  };
13152
11072
  cookie?: never;
13153
11073
  };
13154
- requestBody: {
13155
- content: {
13156
- "application/json": components["schemas"]["V1SetProjectSkillEnabledInputBody"];
13157
- };
13158
- };
11074
+ requestBody?: never;
13159
11075
  responses: {
13160
11076
  /** @description OK */
13161
11077
  200: {
@@ -13163,7 +11079,7 @@ interface operations {
13163
11079
  [name: string]: unknown;
13164
11080
  };
13165
11081
  content: {
13166
- "application/json": components["schemas"]["V1SetProjectSkillEnabledOutputBody"];
11082
+ "application/json": components["schemas"]["V1GetSecurityScanOutputBody"];
13167
11083
  };
13168
11084
  };
13169
11085
  /** @description Error */
@@ -13836,185 +11752,6 @@ interface operations {
13836
11752
  };
13837
11753
  };
13838
11754
  };
13839
- "get-v1-workspaces-workspace_id-skills": {
13840
- parameters: {
13841
- query?: {
13842
- /** @description Include full SKILL.md contents for each skill */
13843
- include_markdown?: boolean;
13844
- };
13845
- header?: never;
13846
- path: {
13847
- /** @description Workspace ID */
13848
- workspace_id: string;
13849
- };
13850
- cookie?: never;
13851
- };
13852
- requestBody?: never;
13853
- responses: {
13854
- /** @description OK */
13855
- 200: {
13856
- headers: {
13857
- [name: string]: unknown;
13858
- };
13859
- content: {
13860
- "application/json": components["schemas"]["V1ListWorkspaceSkillsOutputBody"];
13861
- };
13862
- };
13863
- /** @description Error */
13864
- default: {
13865
- headers: {
13866
- [name: string]: unknown;
13867
- };
13868
- content: {
13869
- "application/problem+json": components["schemas"]["ErrorModel"];
13870
- };
13871
- };
13872
- };
13873
- };
13874
- "get-v1-workspaces-workspace_id-skills-skill_name": {
13875
- parameters: {
13876
- query?: never;
13877
- header?: never;
13878
- path: {
13879
- /** @description Workspace ID */
13880
- workspace_id: string;
13881
- /** @description Skill name */
13882
- skill_name: string;
13883
- };
13884
- cookie?: never;
13885
- };
13886
- requestBody?: never;
13887
- responses: {
13888
- /** @description OK */
13889
- 200: {
13890
- headers: {
13891
- [name: string]: unknown;
13892
- };
13893
- content: {
13894
- "application/json": components["schemas"]["V1GetWorkspaceSkillOutputBody"];
13895
- };
13896
- };
13897
- /** @description Error */
13898
- default: {
13899
- headers: {
13900
- [name: string]: unknown;
13901
- };
13902
- content: {
13903
- "application/problem+json": components["schemas"]["ErrorModel"];
13904
- };
13905
- };
13906
- };
13907
- };
13908
- "put-v1-workspaces-workspace_id-skills-skill_name": {
13909
- parameters: {
13910
- query?: never;
13911
- header?: never;
13912
- path: {
13913
- /** @description Workspace ID */
13914
- workspace_id: string;
13915
- /** @description Skill name; must match the frontmatter 'name' field */
13916
- skill_name: string;
13917
- };
13918
- cookie?: never;
13919
- };
13920
- requestBody: {
13921
- content: {
13922
- "application/json": components["schemas"]["V1WriteWorkspaceSkillInputBody"];
13923
- };
13924
- };
13925
- responses: {
13926
- /** @description OK */
13927
- 200: {
13928
- headers: {
13929
- [name: string]: unknown;
13930
- };
13931
- content: {
13932
- "application/json": components["schemas"]["V1WriteWorkspaceSkillOutputBody"];
13933
- };
13934
- };
13935
- /** @description Error */
13936
- default: {
13937
- headers: {
13938
- [name: string]: unknown;
13939
- };
13940
- content: {
13941
- "application/problem+json": components["schemas"]["ErrorModel"];
13942
- };
13943
- };
13944
- };
13945
- };
13946
- "post-v1-workspaces-workspace_id-skills-skill_name": {
13947
- parameters: {
13948
- query?: never;
13949
- header?: never;
13950
- path: {
13951
- /** @description Workspace ID */
13952
- workspace_id: string;
13953
- /** @description Skill name; must match the frontmatter 'name' field */
13954
- skill_name: string;
13955
- };
13956
- cookie?: never;
13957
- };
13958
- requestBody: {
13959
- content: {
13960
- "application/json": components["schemas"]["V1WriteWorkspaceSkillInputBody"];
13961
- };
13962
- };
13963
- responses: {
13964
- /** @description OK */
13965
- 200: {
13966
- headers: {
13967
- [name: string]: unknown;
13968
- };
13969
- content: {
13970
- "application/json": components["schemas"]["V1WriteWorkspaceSkillOutputBody"];
13971
- };
13972
- };
13973
- /** @description Error */
13974
- default: {
13975
- headers: {
13976
- [name: string]: unknown;
13977
- };
13978
- content: {
13979
- "application/problem+json": components["schemas"]["ErrorModel"];
13980
- };
13981
- };
13982
- };
13983
- };
13984
- "delete-v1-workspaces-workspace_id-skills-skill_name": {
13985
- parameters: {
13986
- query?: never;
13987
- header?: never;
13988
- path: {
13989
- /** @description Workspace ID */
13990
- workspace_id: string;
13991
- /** @description Skill name */
13992
- skill_name: string;
13993
- };
13994
- cookie?: never;
13995
- };
13996
- requestBody?: never;
13997
- responses: {
13998
- /** @description OK */
13999
- 200: {
14000
- headers: {
14001
- [name: string]: unknown;
14002
- };
14003
- content: {
14004
- "application/json": components["schemas"]["V1DeleteWorkspaceSkillOutputBody"];
14005
- };
14006
- };
14007
- /** @description Error */
14008
- default: {
14009
- headers: {
14010
- [name: string]: unknown;
14011
- };
14012
- content: {
14013
- "application/problem+json": components["schemas"]["ErrorModel"];
14014
- };
14015
- };
14016
- };
14017
- };
14018
11755
  }
14019
11756
 
14020
11757
  type ProjectVisibility = "draft" | "private" | "public";
@@ -14312,80 +12049,6 @@ interface ChatResponse {
14312
12049
  interface ChatResponseOptions {
14313
12050
  timeout?: number;
14314
12051
  }
14315
- type TracePurpose = "main_agent" | "codebase_rag" | "knowledge_rag" | "review";
14316
- interface TraceSpan {
14317
- span_id: string;
14318
- root_span_id?: string;
14319
- span_parents?: unknown;
14320
- span_name?: string;
14321
- span_type?: string;
14322
- purpose?: string;
14323
- subpurpose?: string;
14324
- created?: string;
14325
- input?: unknown;
14326
- output?: unknown;
14327
- error?: unknown;
14328
- metadata?: unknown;
14329
- metrics?: unknown;
14330
- scores?: unknown;
14331
- tags?: unknown;
14332
- }
14333
- interface MessageTracesResponse {
14334
- message_id: string;
14335
- braintrust_span_id: string;
14336
- root_span_id: string;
14337
- response_message_id?: string;
14338
- spans: TraceSpan[];
14339
- }
14340
- interface GetMessageTracesOptions {
14341
- purposes?: TracePurpose[];
14342
- }
14343
- interface TraceQuery {
14344
- projectId: string;
14345
- messageId: string;
14346
- }
14347
- interface BatchTracesResult {
14348
- traces: Map<string, MessageTracesResponse>;
14349
- errors: Map<string, Error>;
14350
- }
14351
- interface ReplayReviewsItemInput {
14352
- /** Assistant (AI) message id for the turn to score */
14353
- response_message_id: string;
14354
- /** Optional per-item reviewer types */
14355
- reviewer_types?: string[] | null;
14356
- }
14357
- interface ReplayReviewsRequestBody {
14358
- items: ReplayReviewsItemInput[];
14359
- /** Defaults to project_success_v3 and user_sentiment when omitted */
14360
- reviewer_types?: string[] | null;
14361
- /** Parallel items (default 4, max 16) */
14362
- concurrency?: number;
14363
- }
14364
- interface ReviewerRunResult {
14365
- reviewer_type: string;
14366
- score?: number;
14367
- message?: string;
14368
- model?: string;
14369
- published_rubric_rows: number;
14370
- error?: string;
14371
- }
14372
- interface ReplayOutcome {
14373
- response_message_id: string;
14374
- user_message_id: string;
14375
- results: ReviewerRunResult[] | null;
14376
- }
14377
- interface BatchItemOutcome {
14378
- response_message_id: string;
14379
- ok: boolean;
14380
- error?: string;
14381
- replay?: ReplayOutcome;
14382
- }
14383
- interface BatchReplayReviewsOutcome {
14384
- items: BatchItemOutcome[];
14385
- }
14386
- interface ReplayReviewsResponse {
14387
- results: BatchReplayReviewsOutcome;
14388
- }
14389
12052
  type RemixJobStatus = "unknown" | "preparing" | "running" | "completed" | "error";
14390
12053
  type RemixJobStep = "starting" | "creating_new_project" | "restoring_supabase" | "copying_history" | "preparing_repository" | "remixing_integration" | "pushing_repository" | "finalizing" | "completed";
14391
12054
  interface RemixJobStepInfo {
@@ -15034,47 +12697,6 @@ declare class LovableClient {
15034
12697
  * @throws Error if the stream fails or timeout is reached
15035
12698
  */
15036
12699
  waitForResponse(projectId: string, options?: ChatResponseOptions): Promise<ChatResponse>;
15037
- /**
15038
- * Developer/experimental APIs. These are not part of the stable v1 surface
15039
- * and may change without notice.
15040
- */
15041
- get _dev(): {
15042
- /**
15043
- * Fetch Braintrust traces for a specific chat message.
15044
- *
15045
- * Returns the trace spans associated with the AI response message.
15046
- * The messageId is available from the ChatResponse returned by waitForResponse().
15047
- *
15048
- * Use the `purposes` option to filter which span types are returned.
15049
- * When a purpose has multiple spans (e.g. main_agent across turns),
15050
- * only the last span is returned — it contains the full accumulated context.
15051
- *
15052
- * @param projectId - The project ID
15053
- * @param messageId - The AI message ID (from ChatResponse.messageId)
15054
- * @param options.purposes - Filter spans by purpose (e.g. ["main_agent", "knowledge_rag"])
15055
- * @returns The trace data including filtered spans
15056
- */
15057
- getMessageTraces: (projectId: string, messageId: string, options?: GetMessageTracesOptions) => Promise<MessageTracesResponse>;
15058
- /**
15059
- * Fetch traces for multiple messages across projects in parallel.
15060
- *
15061
- * Fires concurrent requests (up to `concurrency` at a time) and collects
15062
- * results. Failed requests are captured in `errors` instead of throwing.
15063
- *
15064
- * @param queries - Array of { projectId, messageId } to fetch
15065
- * @param options.purposes - Filter spans by purpose (applied to all queries)
15066
- * @param options.concurrency - Max parallel requests (default: 5)
15067
- * @returns Object with `traces` map (keyed by messageId) and `errors` map
15068
- */
15069
- getMessageTracesBatch: (queries: TraceQuery[], options?: GetMessageTracesOptions & {
15070
- concurrency?: number;
15071
- }) => Promise<BatchTracesResult>;
15072
- /**
15073
- * Re-run project reviewers (e.g. project_success_v3, user_sentiment) for past assistant
15074
- * messages. Requires an API key with project write access.
15075
- */
15076
- replayReviews: (projectId: string, body: ReplayReviewsRequestBody) => Promise<ReplayReviewsResponse>;
15077
- };
15078
12700
  private isFileInput;
15079
12701
  private uploadFile;
15080
12702
  private uploadFiles;
@@ -15094,4 +12716,4 @@ declare class LovableClient {
15094
12716
  waitForProjectPublished(projectId: string, options?: WaitOptions): Promise<ProjectResponse>;
15095
12717
  }
15096
12718
 
15097
- export { type AddConnectorBody, type AddUserToWorkspaceInputBody, ApiError, type AvailableConnectorEntry, type BatchItemOutcome, type BatchReplayReviewsOutcome, type BatchTracesResult, type ChatMessageOptions, type ChatRequest, type ChatResponse, type ChatResponseOptions, type ConnectionItem, type ConnectorResponse, type ContinuationOverride, type CreateProjectBody, type CreateProjectOptions, type DatabaseQueryResult, type DatabaseStatus, type DeploymentResponse, type DiffEntry, type DiffHunk, type DiffLine, type EditSummary, type EditsResponse, type EnableDatabaseResult, type FileInput, type FileUploadUrlResponse, type GetMessageResponse, type GetMessageTracesOptions, type GitDiffResponse, type GitFileEntry, type GitFilesResponse, type InviteCollaboratorOptions, type KnowledgeResponse, type LibraryProjectResponse, type ListData, type ListDataPoint, type ListMessagesResponse, type ListProjectItem, type ListProjectsOptions, type ListProjectsResponse, LovableClient, type LovableClientOptions, type LovableError, type MCPConnectorItem, type MeResponse, type MeWorkspace, type MemberRole, type MessageCompletionOptions, type MessageCompletionResult, type MessageSummary, type MessageTracesResponse, type ProjectAnalyticsResponse, type ProjectAnalyticsTrendResponse, type ProjectResponse, type ProjectStatus, type ProjectVisibility, type RemixJobStatus, type RemixJobStep, type RemixJobStepInfo, type RemixMode, type RemixProjectOptions, type RemixResult, type RemixWaitOptions, type ReplayOutcome, type ReplayReviewsItemInput, type ReplayReviewsRequestBody, type ReplayReviewsResponse, type ReviewerRunResult, type SeamlessConnectorItem, type SendMessageResponse, type StandardConnectorItem, type TemplateProjectResponse, type TimeSeriesData, type TimeSeriesDataPoint, type TracePurpose, type TraceQuery, type TraceSpan, type TrendDataPoint, type UnscopedFile, type WaitOptions, type WorkspaceMembership, type WorkspaceMembershipResponse, type WorkspaceWithMembership };
12719
+ export { type AddConnectorBody, type AddUserToWorkspaceInputBody, ApiError, type AvailableConnectorEntry, type ChatMessageOptions, type ChatRequest, type ChatResponse, type ChatResponseOptions, type ConnectionItem, type ConnectorResponse, type ContinuationOverride, type CreateProjectBody, type CreateProjectOptions, type DatabaseQueryResult, type DatabaseStatus, type DeploymentResponse, type DiffEntry, type DiffHunk, type DiffLine, type EditSummary, type EditsResponse, type EnableDatabaseResult, type FileInput, type FileUploadUrlResponse, type GetMessageResponse, type GitDiffResponse, type GitFileEntry, type GitFilesResponse, type InviteCollaboratorOptions, type KnowledgeResponse, type LibraryProjectResponse, type ListData, type ListDataPoint, type ListMessagesResponse, type ListProjectItem, type ListProjectsOptions, type ListProjectsResponse, LovableClient, type LovableClientOptions, type LovableError, type MCPConnectorItem, type MeResponse, type MeWorkspace, type MemberRole, type MessageCompletionOptions, type MessageCompletionResult, type MessageSummary, type ProjectAnalyticsResponse, type ProjectAnalyticsTrendResponse, type ProjectResponse, type ProjectStatus, type ProjectVisibility, type RemixJobStatus, type RemixJobStep, type RemixJobStepInfo, type RemixMode, type RemixProjectOptions, type RemixResult, type RemixWaitOptions, type SeamlessConnectorItem, type SendMessageResponse, type StandardConnectorItem, type TemplateProjectResponse, type TimeSeriesData, type TimeSeriesDataPoint, type TrendDataPoint, type UnscopedFile, type WaitOptions, type WorkspaceMembership, type WorkspaceMembershipResponse, type WorkspaceWithMembership };