@vercel/sdk 1.6.3 → 1.6.4

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.
Files changed (144) hide show
  1. package/README.md +2 -0
  2. package/bin/mcp-server.js +3504 -1244
  3. package/bin/mcp-server.js.map +28 -25
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/marketplace/README.md +2 -6
  6. package/docs/sdks/security/README.md +90 -0
  7. package/docs/sdks/webhooks/README.md +2 -6
  8. package/esm/__tests__/deployments.test.js +16 -1
  9. package/esm/__tests__/deployments.test.js.map +1 -1
  10. package/esm/__tests__/marketplace.test.js +7 -2
  11. package/esm/__tests__/marketplace.test.js.map +1 -1
  12. package/esm/__tests__/projects.test.js +4 -4
  13. package/esm/__tests__/projects.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +163 -3
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/funcs/projectsCreateProject.js +2 -2
  17. package/esm/funcs/projectsCreateProject.js.map +1 -1
  18. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  19. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  20. package/esm/funcs/securityPutFirewallConfig.js +88 -0
  21. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  22. package/esm/lib/config.d.ts +3 -3
  23. package/esm/lib/config.js +3 -3
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -1
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  29. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  31. package/esm/mcp-server/tools/securityPutFirewallConfig.js.map +1 -0
  32. package/esm/models/authtoken.d.ts +6 -0
  33. package/esm/models/authtoken.d.ts.map +1 -1
  34. package/esm/models/authtoken.js +2 -0
  35. package/esm/models/authtoken.js.map +1 -1
  36. package/esm/models/authuser.d.ts +46 -0
  37. package/esm/models/authuser.d.ts.map +1 -1
  38. package/esm/models/authuser.js +28 -0
  39. package/esm/models/authuser.js.map +1 -1
  40. package/esm/models/canceldeploymentop.d.ts +274 -73
  41. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  42. package/esm/models/canceldeploymentop.js +270 -72
  43. package/esm/models/canceldeploymentop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +274 -73
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +270 -72
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createprojectenvop.d.ts +12 -18
  49. package/esm/models/createprojectenvop.d.ts.map +1 -1
  50. package/esm/models/createprojectenvop.js +12 -12
  51. package/esm/models/createprojectenvop.js.map +1 -1
  52. package/esm/models/createprojectop.d.ts +175 -13
  53. package/esm/models/createprojectop.d.ts.map +1 -1
  54. package/esm/models/createprojectop.js +157 -6
  55. package/esm/models/createprojectop.js.map +1 -1
  56. package/esm/models/editprojectenvop.d.ts +4 -7
  57. package/esm/models/editprojectenvop.d.ts.map +1 -1
  58. package/esm/models/editprojectenvop.js +4 -4
  59. package/esm/models/editprojectenvop.js.map +1 -1
  60. package/esm/models/filterprojectenvsop.d.ts +18 -27
  61. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  62. package/esm/models/filterprojectenvsop.js +18 -18
  63. package/esm/models/filterprojectenvsop.js.map +1 -1
  64. package/esm/models/getdeploymentop.d.ts +574 -172
  65. package/esm/models/getdeploymentop.d.ts.map +1 -1
  66. package/esm/models/getdeploymentop.js +567 -171
  67. package/esm/models/getdeploymentop.js.map +1 -1
  68. package/esm/models/getfirewallconfigop.d.ts +214 -214
  69. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  70. package/esm/models/getfirewallconfigop.js +210 -231
  71. package/esm/models/getfirewallconfigop.js.map +1 -1
  72. package/esm/models/getprojectdomainsop.d.ts +198 -36
  73. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  74. package/esm/models/getprojectdomainsop.js +193 -32
  75. package/esm/models/getprojectdomainsop.js.map +1 -1
  76. package/esm/models/getprojectenvop.d.ts +10 -16
  77. package/esm/models/getprojectenvop.d.ts.map +1 -1
  78. package/esm/models/getprojectenvop.js +10 -10
  79. package/esm/models/getprojectenvop.js.map +1 -1
  80. package/esm/models/getprojectsop.d.ts +175 -13
  81. package/esm/models/getprojectsop.d.ts.map +1 -1
  82. package/esm/models/getprojectsop.js +156 -6
  83. package/esm/models/getprojectsop.js.map +1 -1
  84. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  85. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  86. package/esm/models/putfirewallconfigop.js +2383 -0
  87. package/esm/models/putfirewallconfigop.js.map +1 -0
  88. package/esm/models/removeprojectenvop.d.ts +18 -27
  89. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  90. package/esm/models/removeprojectenvop.js +18 -18
  91. package/esm/models/removeprojectenvop.js.map +1 -1
  92. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  93. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  94. package/esm/models/updatefirewallconfigop.js +379 -357
  95. package/esm/models/updatefirewallconfigop.js.map +1 -1
  96. package/esm/models/updateprojectdatacacheop.d.ts +183 -21
  97. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  98. package/esm/models/updateprojectdatacacheop.js +172 -18
  99. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  100. package/esm/models/updateprojectop.d.ts +175 -13
  101. package/esm/models/updateprojectop.d.ts.map +1 -1
  102. package/esm/models/updateprojectop.js +157 -6
  103. package/esm/models/updateprojectop.js.map +1 -1
  104. package/esm/models/userevent.d.ts +46 -19
  105. package/esm/models/userevent.d.ts.map +1 -1
  106. package/esm/models/userevent.js +34 -10
  107. package/esm/models/userevent.js.map +1 -1
  108. package/esm/sdk/security.d.ts +8 -0
  109. package/esm/sdk/security.d.ts.map +1 -1
  110. package/esm/sdk/security.js +10 -0
  111. package/esm/sdk/security.js.map +1 -1
  112. package/jsr.json +1 -1
  113. package/package.json +3 -3
  114. package/src/__tests__/deployments.test.ts +16 -1
  115. package/src/__tests__/marketplace.test.ts +7 -2
  116. package/src/__tests__/projects.test.ts +4 -4
  117. package/src/__tests__/security.test.ts +165 -5
  118. package/src/funcs/projectsCreateProject.ts +2 -2
  119. package/src/funcs/securityPutFirewallConfig.ts +194 -0
  120. package/src/lib/config.ts +3 -3
  121. package/src/mcp-server/mcp-server.ts +1 -1
  122. package/src/mcp-server/server.ts +3 -1
  123. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  124. package/src/models/authtoken.ts +2 -0
  125. package/src/models/authuser.ts +52 -0
  126. package/src/models/canceldeploymentop.ts +591 -148
  127. package/src/models/createdeploymentop.ts +616 -165
  128. package/src/models/createprojectenvop.ts +24 -30
  129. package/src/models/createprojectop.ts +336 -15
  130. package/src/models/editprojectenvop.ts +8 -11
  131. package/src/models/filterprojectenvsop.ts +36 -45
  132. package/src/models/getdeploymentop.ts +1288 -353
  133. package/src/models/getfirewallconfigop.ts +555 -410
  134. package/src/models/getprojectdomainsop.ts +470 -63
  135. package/src/models/getprojectenvop.ts +20 -26
  136. package/src/models/getprojectsop.ts +338 -16
  137. package/src/models/putfirewallconfigop.ts +4932 -0
  138. package/src/models/removeprojectenvop.ts +36 -45
  139. package/src/models/updatefirewallconfigop.ts +820 -612
  140. package/src/models/updateprojectdatacacheop.ts +353 -34
  141. package/src/models/updateprojectop.ts +336 -15
  142. package/src/models/userevent.ts +54 -29
  143. package/src/sdk/security.ts +22 -0
  144. package/vercel-spec.json +1375 -286
@@ -566,12 +566,12 @@ export declare const CreateDeploymentType: {
566
566
  readonly Lambdas: "LAMBDAS";
567
567
  };
568
568
  export type CreateDeploymentType = ClosedEnum<typeof CreateDeploymentType>;
569
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type: {
569
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type: {
570
570
  readonly Bitbucket: "bitbucket";
571
571
  };
572
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
573
- export type CreateDeploymentGitSource9 = {
574
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type;
572
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
573
+ export type CreateDeploymentGitSource12 = {
574
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type;
575
575
  ref: string;
576
576
  sha: string;
577
577
  owner?: string | undefined;
@@ -579,73 +579,112 @@ export type CreateDeploymentGitSource9 = {
579
579
  workspaceUuid: string;
580
580
  repoUuid: string;
581
581
  };
582
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type: {
582
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type: {
583
583
  readonly Gitlab: "gitlab";
584
584
  };
585
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
586
- export type CreateDeploymentGitSource8 = {
587
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type;
585
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
586
+ export type CreateDeploymentGitSource11 = {
587
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
588
588
  ref: string;
589
589
  sha: string;
590
590
  projectId: number;
591
591
  };
592
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type: {
592
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type: {
593
593
  readonly Github: "github";
594
594
  };
595
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type>;
596
- export type CreateDeploymentGitSource7 = {
597
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type;
595
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
596
+ export type CreateDeploymentGitSource10 = {
597
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type;
598
+ host: string;
598
599
  ref: string;
599
600
  sha: string;
600
601
  repoId: number;
601
602
  org?: string | undefined;
602
603
  repo?: string | undefined;
603
604
  };
604
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type: {
605
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type: {
606
+ readonly Github: "github";
607
+ };
608
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
609
+ export type CreateDeploymentGitSource9 = {
610
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type;
611
+ ref: string;
612
+ sha: string;
613
+ repoId: number;
614
+ org?: string | undefined;
615
+ repo?: string | undefined;
616
+ };
617
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type: {
605
618
  readonly Custom: "custom";
606
619
  };
607
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type>;
620
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
608
621
  /**
609
622
  * Allows custom git sources (local folder mounted to the container) in test mode
610
623
  */
611
- export type CreateDeploymentGitSource6 = {
612
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type;
624
+ export type CreateDeploymentGitSource8 = {
625
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type;
613
626
  ref: string;
614
627
  sha: string;
615
628
  gitUrl: string;
616
629
  };
617
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type: {
630
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type: {
631
+ readonly Bitbucket: "bitbucket";
632
+ };
633
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type>;
634
+ export type CreateDeploymentGitSource7 = {
635
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type;
636
+ owner: string;
637
+ slug: string;
638
+ ref?: string | null | undefined;
639
+ sha?: string | undefined;
640
+ prId?: number | null | undefined;
641
+ };
642
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type: {
618
643
  readonly Bitbucket: "bitbucket";
619
644
  };
645
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type>;
646
+ export type CreateDeploymentGitSource6 = {
647
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type;
648
+ workspaceUuid?: string | undefined;
649
+ repoUuid: string;
650
+ ref?: string | null | undefined;
651
+ sha?: string | undefined;
652
+ prId?: number | null | undefined;
653
+ };
654
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type: {
655
+ readonly Gitlab: "gitlab";
656
+ };
620
657
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type>;
658
+ export type GitSourceProjectId = string | number;
621
659
  export type CreateDeploymentGitSource5 = {
622
660
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type;
623
- owner: string;
624
- slug: string;
661
+ projectId: string | number;
625
662
  ref?: string | null | undefined;
626
663
  sha?: string | undefined;
627
664
  prId?: number | null | undefined;
628
665
  };
629
666
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType: {
630
- readonly Bitbucket: "bitbucket";
667
+ readonly GithubCustomHost: "github-custom-host";
631
668
  };
632
669
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType>;
633
670
  export type CreateDeploymentGitSource4 = {
634
671
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType;
635
- workspaceUuid?: string | undefined;
636
- repoUuid: string;
672
+ host: string;
673
+ org: string;
674
+ repo: string;
637
675
  ref?: string | null | undefined;
638
676
  sha?: string | undefined;
639
677
  prId?: number | null | undefined;
640
678
  };
641
679
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType: {
642
- readonly Gitlab: "gitlab";
680
+ readonly GithubCustomHost: "github-custom-host";
643
681
  };
644
682
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType>;
645
- export type GitSourceProjectId = string | number;
683
+ export type CreateDeploymentGitSourceRepoId = string | number;
646
684
  export type CreateDeploymentGitSource3 = {
647
685
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType;
648
- projectId: string | number;
686
+ host: string;
687
+ repoId: string | number;
649
688
  ref?: string | null | undefined;
650
689
  sha?: string | undefined;
651
690
  prId?: number | null | undefined;
@@ -674,7 +713,7 @@ export type CreateDeploymentGitSource1 = {
674
713
  sha?: string | undefined;
675
714
  prId?: number | null | undefined;
676
715
  };
677
- export type CreateDeploymentGitSource = CreateDeploymentGitSource6 | CreateDeploymentGitSource8 | CreateDeploymentGitSource1 | CreateDeploymentGitSource3 | CreateDeploymentGitSource2 | CreateDeploymentGitSource4 | CreateDeploymentGitSource5 | CreateDeploymentGitSource7 | CreateDeploymentGitSource9;
716
+ export type CreateDeploymentGitSource = CreateDeploymentGitSource8 | CreateDeploymentGitSource11 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource6 | CreateDeploymentGitSource7 | CreateDeploymentGitSource9 | CreateDeploymentGitSource4 | CreateDeploymentGitSource10 | CreateDeploymentGitSource12;
678
717
  export type CreateDeploymentProject = {
679
718
  id: string;
680
719
  name: string;
@@ -1038,6 +1077,10 @@ export type CreateDeploymentResponseBody = {
1038
1077
  aliasAssigned: boolean;
1039
1078
  bootedAt: number;
1040
1079
  buildingAt: number;
1080
+ /**
1081
+ * Since April 2025 it necessary for On-Demand Concurrency Minutes calculation
1082
+ */
1083
+ buildContainerFinishedAt?: number | undefined;
1041
1084
  buildSkipped: boolean;
1042
1085
  creator: Creator;
1043
1086
  initReadyAt?: number | undefined;
@@ -1061,7 +1104,7 @@ export type CreateDeploymentResponseBody = {
1061
1104
  * applies to custom domains only, defaults to `true`
1062
1105
  */
1063
1106
  autoAssignCustomDomains?: boolean | undefined;
1064
- gitSource?: CreateDeploymentGitSource6 | CreateDeploymentGitSource8 | CreateDeploymentGitSource1 | CreateDeploymentGitSource3 | CreateDeploymentGitSource2 | CreateDeploymentGitSource4 | CreateDeploymentGitSource5 | CreateDeploymentGitSource7 | CreateDeploymentGitSource9 | undefined;
1107
+ gitSource?: CreateDeploymentGitSource8 | CreateDeploymentGitSource11 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource6 | CreateDeploymentGitSource7 | CreateDeploymentGitSource9 | CreateDeploymentGitSource4 | CreateDeploymentGitSource10 | CreateDeploymentGitSource12 | undefined;
1065
1108
  meta: {
1066
1109
  [k: string]: string;
1067
1110
  };
@@ -2471,6 +2514,141 @@ export declare namespace CreateDeploymentType$ {
2471
2514
  }>;
2472
2515
  }
2473
2516
  /** @internal */
2517
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
2518
+ /** @internal */
2519
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
2520
+ /**
2521
+ * @internal
2522
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2523
+ */
2524
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$ {
2525
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema` instead. */
2526
+ const inboundSchema: z.ZodNativeEnum<{
2527
+ readonly Bitbucket: "bitbucket";
2528
+ }>;
2529
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema` instead. */
2530
+ const outboundSchema: z.ZodNativeEnum<{
2531
+ readonly Bitbucket: "bitbucket";
2532
+ }>;
2533
+ }
2534
+ /** @internal */
2535
+ export declare const CreateDeploymentGitSource12$inboundSchema: z.ZodType<CreateDeploymentGitSource12, z.ZodTypeDef, unknown>;
2536
+ /** @internal */
2537
+ export type CreateDeploymentGitSource12$Outbound = {
2538
+ type: string;
2539
+ ref: string;
2540
+ sha: string;
2541
+ owner?: string | undefined;
2542
+ slug?: string | undefined;
2543
+ workspaceUuid: string;
2544
+ repoUuid: string;
2545
+ };
2546
+ /** @internal */
2547
+ export declare const CreateDeploymentGitSource12$outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
2548
+ /**
2549
+ * @internal
2550
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2551
+ */
2552
+ export declare namespace CreateDeploymentGitSource12$ {
2553
+ /** @deprecated use `CreateDeploymentGitSource12$inboundSchema` instead. */
2554
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource12, z.ZodTypeDef, unknown>;
2555
+ /** @deprecated use `CreateDeploymentGitSource12$outboundSchema` instead. */
2556
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
2557
+ /** @deprecated use `CreateDeploymentGitSource12$Outbound` instead. */
2558
+ type Outbound = CreateDeploymentGitSource12$Outbound;
2559
+ }
2560
+ export declare function createDeploymentGitSource12ToJSON(createDeploymentGitSource12: CreateDeploymentGitSource12): string;
2561
+ export declare function createDeploymentGitSource12FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource12, SDKValidationError>;
2562
+ /** @internal */
2563
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
2564
+ /** @internal */
2565
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
2566
+ /**
2567
+ * @internal
2568
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2569
+ */
2570
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$ {
2571
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema` instead. */
2572
+ const inboundSchema: z.ZodNativeEnum<{
2573
+ readonly Gitlab: "gitlab";
2574
+ }>;
2575
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema` instead. */
2576
+ const outboundSchema: z.ZodNativeEnum<{
2577
+ readonly Gitlab: "gitlab";
2578
+ }>;
2579
+ }
2580
+ /** @internal */
2581
+ export declare const CreateDeploymentGitSource11$inboundSchema: z.ZodType<CreateDeploymentGitSource11, z.ZodTypeDef, unknown>;
2582
+ /** @internal */
2583
+ export type CreateDeploymentGitSource11$Outbound = {
2584
+ type: string;
2585
+ ref: string;
2586
+ sha: string;
2587
+ projectId: number;
2588
+ };
2589
+ /** @internal */
2590
+ export declare const CreateDeploymentGitSource11$outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
2591
+ /**
2592
+ * @internal
2593
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2594
+ */
2595
+ export declare namespace CreateDeploymentGitSource11$ {
2596
+ /** @deprecated use `CreateDeploymentGitSource11$inboundSchema` instead. */
2597
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource11, z.ZodTypeDef, unknown>;
2598
+ /** @deprecated use `CreateDeploymentGitSource11$outboundSchema` instead. */
2599
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
2600
+ /** @deprecated use `CreateDeploymentGitSource11$Outbound` instead. */
2601
+ type Outbound = CreateDeploymentGitSource11$Outbound;
2602
+ }
2603
+ export declare function createDeploymentGitSource11ToJSON(createDeploymentGitSource11: CreateDeploymentGitSource11): string;
2604
+ export declare function createDeploymentGitSource11FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource11, SDKValidationError>;
2605
+ /** @internal */
2606
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
2607
+ /** @internal */
2608
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
2609
+ /**
2610
+ * @internal
2611
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2612
+ */
2613
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$ {
2614
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema` instead. */
2615
+ const inboundSchema: z.ZodNativeEnum<{
2616
+ readonly Github: "github";
2617
+ }>;
2618
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema` instead. */
2619
+ const outboundSchema: z.ZodNativeEnum<{
2620
+ readonly Github: "github";
2621
+ }>;
2622
+ }
2623
+ /** @internal */
2624
+ export declare const CreateDeploymentGitSource10$inboundSchema: z.ZodType<CreateDeploymentGitSource10, z.ZodTypeDef, unknown>;
2625
+ /** @internal */
2626
+ export type CreateDeploymentGitSource10$Outbound = {
2627
+ type: string;
2628
+ host: string;
2629
+ ref: string;
2630
+ sha: string;
2631
+ repoId: number;
2632
+ org?: string | undefined;
2633
+ repo?: string | undefined;
2634
+ };
2635
+ /** @internal */
2636
+ export declare const CreateDeploymentGitSource10$outboundSchema: z.ZodType<CreateDeploymentGitSource10$Outbound, z.ZodTypeDef, CreateDeploymentGitSource10>;
2637
+ /**
2638
+ * @internal
2639
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2640
+ */
2641
+ export declare namespace CreateDeploymentGitSource10$ {
2642
+ /** @deprecated use `CreateDeploymentGitSource10$inboundSchema` instead. */
2643
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource10, z.ZodTypeDef, unknown>;
2644
+ /** @deprecated use `CreateDeploymentGitSource10$outboundSchema` instead. */
2645
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource10$Outbound, z.ZodTypeDef, CreateDeploymentGitSource10>;
2646
+ /** @deprecated use `CreateDeploymentGitSource10$Outbound` instead. */
2647
+ type Outbound = CreateDeploymentGitSource10$Outbound;
2648
+ }
2649
+ export declare function createDeploymentGitSource10ToJSON(createDeploymentGitSource10: CreateDeploymentGitSource10): string;
2650
+ export declare function createDeploymentGitSource10FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource10, SDKValidationError>;
2651
+ /** @internal */
2474
2652
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
2475
2653
  /** @internal */
2476
2654
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
@@ -2481,11 +2659,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
2481
2659
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$ {
2482
2660
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema` instead. */
2483
2661
  const inboundSchema: z.ZodNativeEnum<{
2484
- readonly Bitbucket: "bitbucket";
2662
+ readonly Github: "github";
2485
2663
  }>;
2486
2664
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema` instead. */
2487
2665
  const outboundSchema: z.ZodNativeEnum<{
2488
- readonly Bitbucket: "bitbucket";
2666
+ readonly Github: "github";
2489
2667
  }>;
2490
2668
  }
2491
2669
  /** @internal */
@@ -2495,10 +2673,9 @@ export type CreateDeploymentGitSource9$Outbound = {
2495
2673
  type: string;
2496
2674
  ref: string;
2497
2675
  sha: string;
2498
- owner?: string | undefined;
2499
- slug?: string | undefined;
2500
- workspaceUuid: string;
2501
- repoUuid: string;
2676
+ repoId: number;
2677
+ org?: string | undefined;
2678
+ repo?: string | undefined;
2502
2679
  };
2503
2680
  /** @internal */
2504
2681
  export declare const CreateDeploymentGitSource9$outboundSchema: z.ZodType<CreateDeploymentGitSource9$Outbound, z.ZodTypeDef, CreateDeploymentGitSource9>;
@@ -2527,11 +2704,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
2527
2704
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$ {
2528
2705
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema` instead. */
2529
2706
  const inboundSchema: z.ZodNativeEnum<{
2530
- readonly Gitlab: "gitlab";
2707
+ readonly Custom: "custom";
2531
2708
  }>;
2532
2709
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema` instead. */
2533
2710
  const outboundSchema: z.ZodNativeEnum<{
2534
- readonly Gitlab: "gitlab";
2711
+ readonly Custom: "custom";
2535
2712
  }>;
2536
2713
  }
2537
2714
  /** @internal */
@@ -2541,7 +2718,7 @@ export type CreateDeploymentGitSource8$Outbound = {
2541
2718
  type: string;
2542
2719
  ref: string;
2543
2720
  sha: string;
2544
- projectId: number;
2721
+ gitUrl: string;
2545
2722
  };
2546
2723
  /** @internal */
2547
2724
  export declare const CreateDeploymentGitSource8$outboundSchema: z.ZodType<CreateDeploymentGitSource8$Outbound, z.ZodTypeDef, CreateDeploymentGitSource8>;
@@ -2570,11 +2747,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
2570
2747
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$ {
2571
2748
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema` instead. */
2572
2749
  const inboundSchema: z.ZodNativeEnum<{
2573
- readonly Github: "github";
2750
+ readonly Bitbucket: "bitbucket";
2574
2751
  }>;
2575
2752
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema` instead. */
2576
2753
  const outboundSchema: z.ZodNativeEnum<{
2577
- readonly Github: "github";
2754
+ readonly Bitbucket: "bitbucket";
2578
2755
  }>;
2579
2756
  }
2580
2757
  /** @internal */
@@ -2582,11 +2759,11 @@ export declare const CreateDeploymentGitSource7$inboundSchema: z.ZodType<CreateD
2582
2759
  /** @internal */
2583
2760
  export type CreateDeploymentGitSource7$Outbound = {
2584
2761
  type: string;
2585
- ref: string;
2586
- sha: string;
2587
- repoId: number;
2588
- org?: string | undefined;
2589
- repo?: string | undefined;
2762
+ owner: string;
2763
+ slug: string;
2764
+ ref?: string | null | undefined;
2765
+ sha?: string | undefined;
2766
+ prId?: number | null | undefined;
2590
2767
  };
2591
2768
  /** @internal */
2592
2769
  export declare const CreateDeploymentGitSource7$outboundSchema: z.ZodType<CreateDeploymentGitSource7$Outbound, z.ZodTypeDef, CreateDeploymentGitSource7>;
@@ -2615,11 +2792,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
2615
2792
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$ {
2616
2793
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema` instead. */
2617
2794
  const inboundSchema: z.ZodNativeEnum<{
2618
- readonly Custom: "custom";
2795
+ readonly Bitbucket: "bitbucket";
2619
2796
  }>;
2620
2797
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema` instead. */
2621
2798
  const outboundSchema: z.ZodNativeEnum<{
2622
- readonly Custom: "custom";
2799
+ readonly Bitbucket: "bitbucket";
2623
2800
  }>;
2624
2801
  }
2625
2802
  /** @internal */
@@ -2627,9 +2804,11 @@ export declare const CreateDeploymentGitSource6$inboundSchema: z.ZodType<CreateD
2627
2804
  /** @internal */
2628
2805
  export type CreateDeploymentGitSource6$Outbound = {
2629
2806
  type: string;
2630
- ref: string;
2631
- sha: string;
2632
- gitUrl: string;
2807
+ workspaceUuid?: string | undefined;
2808
+ repoUuid: string;
2809
+ ref?: string | null | undefined;
2810
+ sha?: string | undefined;
2811
+ prId?: number | null | undefined;
2633
2812
  };
2634
2813
  /** @internal */
2635
2814
  export declare const CreateDeploymentGitSource6$outboundSchema: z.ZodType<CreateDeploymentGitSource6$Outbound, z.ZodTypeDef, CreateDeploymentGitSource6>;
@@ -2658,20 +2837,39 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
2658
2837
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ {
2659
2838
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema` instead. */
2660
2839
  const inboundSchema: z.ZodNativeEnum<{
2661
- readonly Bitbucket: "bitbucket";
2840
+ readonly Gitlab: "gitlab";
2662
2841
  }>;
2663
2842
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema` instead. */
2664
2843
  const outboundSchema: z.ZodNativeEnum<{
2665
- readonly Bitbucket: "bitbucket";
2844
+ readonly Gitlab: "gitlab";
2666
2845
  }>;
2667
2846
  }
2668
2847
  /** @internal */
2848
+ export declare const GitSourceProjectId$inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
2849
+ /** @internal */
2850
+ export type GitSourceProjectId$Outbound = string | number;
2851
+ /** @internal */
2852
+ export declare const GitSourceProjectId$outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
2853
+ /**
2854
+ * @internal
2855
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2856
+ */
2857
+ export declare namespace GitSourceProjectId$ {
2858
+ /** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
2859
+ const inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
2860
+ /** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
2861
+ const outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
2862
+ /** @deprecated use `GitSourceProjectId$Outbound` instead. */
2863
+ type Outbound = GitSourceProjectId$Outbound;
2864
+ }
2865
+ export declare function gitSourceProjectIdToJSON(gitSourceProjectId: GitSourceProjectId): string;
2866
+ export declare function gitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GitSourceProjectId, SDKValidationError>;
2867
+ /** @internal */
2669
2868
  export declare const CreateDeploymentGitSource5$inboundSchema: z.ZodType<CreateDeploymentGitSource5, z.ZodTypeDef, unknown>;
2670
2869
  /** @internal */
2671
2870
  export type CreateDeploymentGitSource5$Outbound = {
2672
2871
  type: string;
2673
- owner: string;
2674
- slug: string;
2872
+ projectId: string | number;
2675
2873
  ref?: string | null | undefined;
2676
2874
  sha?: string | undefined;
2677
2875
  prId?: number | null | undefined;
@@ -2703,11 +2901,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
2703
2901
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$ {
2704
2902
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
2705
2903
  const inboundSchema: z.ZodNativeEnum<{
2706
- readonly Bitbucket: "bitbucket";
2904
+ readonly GithubCustomHost: "github-custom-host";
2707
2905
  }>;
2708
2906
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
2709
2907
  const outboundSchema: z.ZodNativeEnum<{
2710
- readonly Bitbucket: "bitbucket";
2908
+ readonly GithubCustomHost: "github-custom-host";
2711
2909
  }>;
2712
2910
  }
2713
2911
  /** @internal */
@@ -2715,8 +2913,9 @@ export declare const CreateDeploymentGitSource4$inboundSchema: z.ZodType<CreateD
2715
2913
  /** @internal */
2716
2914
  export type CreateDeploymentGitSource4$Outbound = {
2717
2915
  type: string;
2718
- workspaceUuid?: string | undefined;
2719
- repoUuid: string;
2916
+ host: string;
2917
+ org: string;
2918
+ repo: string;
2720
2919
  ref?: string | null | undefined;
2721
2920
  sha?: string | undefined;
2722
2921
  prId?: number | null | undefined;
@@ -2748,39 +2947,40 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
2748
2947
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$ {
2749
2948
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema` instead. */
2750
2949
  const inboundSchema: z.ZodNativeEnum<{
2751
- readonly Gitlab: "gitlab";
2950
+ readonly GithubCustomHost: "github-custom-host";
2752
2951
  }>;
2753
2952
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema` instead. */
2754
2953
  const outboundSchema: z.ZodNativeEnum<{
2755
- readonly Gitlab: "gitlab";
2954
+ readonly GithubCustomHost: "github-custom-host";
2756
2955
  }>;
2757
2956
  }
2758
2957
  /** @internal */
2759
- export declare const GitSourceProjectId$inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
2958
+ export declare const CreateDeploymentGitSourceRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
2760
2959
  /** @internal */
2761
- export type GitSourceProjectId$Outbound = string | number;
2960
+ export type CreateDeploymentGitSourceRepoId$Outbound = string | number;
2762
2961
  /** @internal */
2763
- export declare const GitSourceProjectId$outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
2962
+ export declare const CreateDeploymentGitSourceRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceRepoId>;
2764
2963
  /**
2765
2964
  * @internal
2766
2965
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2767
2966
  */
2768
- export declare namespace GitSourceProjectId$ {
2769
- /** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
2770
- const inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
2771
- /** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
2772
- const outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
2773
- /** @deprecated use `GitSourceProjectId$Outbound` instead. */
2774
- type Outbound = GitSourceProjectId$Outbound;
2967
+ export declare namespace CreateDeploymentGitSourceRepoId$ {
2968
+ /** @deprecated use `CreateDeploymentGitSourceRepoId$inboundSchema` instead. */
2969
+ const inboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
2970
+ /** @deprecated use `CreateDeploymentGitSourceRepoId$outboundSchema` instead. */
2971
+ const outboundSchema: z.ZodType<CreateDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceRepoId>;
2972
+ /** @deprecated use `CreateDeploymentGitSourceRepoId$Outbound` instead. */
2973
+ type Outbound = CreateDeploymentGitSourceRepoId$Outbound;
2775
2974
  }
2776
- export declare function gitSourceProjectIdToJSON(gitSourceProjectId: GitSourceProjectId): string;
2777
- export declare function gitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GitSourceProjectId, SDKValidationError>;
2975
+ export declare function createDeploymentGitSourceRepoIdToJSON(createDeploymentGitSourceRepoId: CreateDeploymentGitSourceRepoId): string;
2976
+ export declare function createDeploymentGitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceRepoId, SDKValidationError>;
2778
2977
  /** @internal */
2779
2978
  export declare const CreateDeploymentGitSource3$inboundSchema: z.ZodType<CreateDeploymentGitSource3, z.ZodTypeDef, unknown>;
2780
2979
  /** @internal */
2781
2980
  export type CreateDeploymentGitSource3$Outbound = {
2782
2981
  type: string;
2783
- projectId: string | number;
2982
+ host: string;
2983
+ repoId: string | number;
2784
2984
  ref?: string | null | undefined;
2785
2985
  sha?: string | undefined;
2786
2986
  prId?: number | null | undefined;
@@ -2913,7 +3113,7 @@ export declare function createDeploymentGitSource1FromJSON(jsonString: string):
2913
3113
  /** @internal */
2914
3114
  export declare const CreateDeploymentGitSource$inboundSchema: z.ZodType<CreateDeploymentGitSource, z.ZodTypeDef, unknown>;
2915
3115
  /** @internal */
2916
- export type CreateDeploymentGitSource$Outbound = CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource9$Outbound;
3116
+ export type CreateDeploymentGitSource$Outbound = CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource12$Outbound;
2917
3117
  /** @internal */
2918
3118
  export declare const CreateDeploymentGitSource$outboundSchema: z.ZodType<CreateDeploymentGitSource$Outbound, z.ZodTypeDef, CreateDeploymentGitSource>;
2919
3119
  /**
@@ -4148,6 +4348,7 @@ export type CreateDeploymentResponseBody$Outbound = {
4148
4348
  aliasAssigned: boolean;
4149
4349
  bootedAt: number;
4150
4350
  buildingAt: number;
4351
+ buildContainerFinishedAt?: number | undefined;
4151
4352
  buildSkipped: boolean;
4152
4353
  creator: Creator$Outbound;
4153
4354
  initReadyAt?: number | undefined;
@@ -4168,7 +4369,7 @@ export type CreateDeploymentResponseBody$Outbound = {
4168
4369
  id: string;
4169
4370
  version: number;
4170
4371
  autoAssignCustomDomains?: boolean | undefined;
4171
- gitSource?: CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource9$Outbound | undefined;
4372
+ gitSource?: CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource12$Outbound | undefined;
4172
4373
  meta: {
4173
4374
  [k: string]: string;
4174
4375
  };