@distilled.cloud/vercel 0.0.0 → 1.0.0-rc.11

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 (246) hide show
  1. package/LICENSE +201 -0
  2. package/lib/credentials.d.ts +21 -0
  3. package/lib/credentials.d.ts.map +1 -0
  4. package/lib/credentials.js +40 -0
  5. package/lib/credentials.js.map +1 -0
  6. package/lib/errors.d.ts +80 -0
  7. package/lib/errors.d.ts.map +1 -0
  8. package/lib/errors.js +50 -0
  9. package/lib/errors.js.map +1 -0
  10. package/lib/index.d.ts +15 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/index.js +15 -0
  13. package/lib/index.js.map +1 -0
  14. package/lib/protocol.d.ts +18 -0
  15. package/lib/protocol.d.ts.map +1 -0
  16. package/lib/protocol.js +69 -0
  17. package/lib/protocol.js.map +1 -0
  18. package/lib/retry.d.ts +54 -0
  19. package/lib/retry.d.ts.map +1 -0
  20. package/lib/retry.js +47 -0
  21. package/lib/retry.js.map +1 -0
  22. package/lib/services/access_groups.d.ts +459 -0
  23. package/lib/services/access_groups.d.ts.map +1 -0
  24. package/lib/services/access_groups.js +449 -0
  25. package/lib/services/access_groups.js.map +1 -0
  26. package/lib/services/ai_gateway.d.ts +122 -0
  27. package/lib/services/ai_gateway.d.ts.map +1 -0
  28. package/lib/services/ai_gateway.js +125 -0
  29. package/lib/services/ai_gateway.js.map +1 -0
  30. package/lib/services/aliases.d.ts +591 -0
  31. package/lib/services/aliases.d.ts.map +1 -0
  32. package/lib/services/aliases.js +482 -0
  33. package/lib/services/aliases.js.map +1 -0
  34. package/lib/services/api_ai_gateway.d.ts +275 -0
  35. package/lib/services/api_ai_gateway.d.ts.map +1 -0
  36. package/lib/services/api_ai_gateway.js +227 -0
  37. package/lib/services/api_ai_gateway.js.map +1 -0
  38. package/lib/services/artifacts.d.ts +228 -0
  39. package/lib/services/artifacts.d.ts.map +1 -0
  40. package/lib/services/artifacts.js +214 -0
  41. package/lib/services/artifacts.js.map +1 -0
  42. package/lib/services/authentication.d.ts +373 -0
  43. package/lib/services/authentication.d.ts.map +1 -0
  44. package/lib/services/authentication.js +304 -0
  45. package/lib/services/authentication.js.map +1 -0
  46. package/lib/services/billing.d.ts +930 -0
  47. package/lib/services/billing.d.ts.map +1 -0
  48. package/lib/services/billing.js +695 -0
  49. package/lib/services/billing.js.map +1 -0
  50. package/lib/services/bulk_redirects.d.ts +308 -0
  51. package/lib/services/bulk_redirects.d.ts.map +1 -0
  52. package/lib/services/bulk_redirects.js +302 -0
  53. package/lib/services/bulk_redirects.js.map +1 -0
  54. package/lib/services/certs.d.ts +171 -0
  55. package/lib/services/certs.d.ts.map +1 -0
  56. package/lib/services/certs.js +163 -0
  57. package/lib/services/certs.js.map +1 -0
  58. package/lib/services/checks_v2.d.ts +1167 -0
  59. package/lib/services/checks_v2.d.ts.map +1 -0
  60. package/lib/services/checks_v2.js +1141 -0
  61. package/lib/services/checks_v2.js.map +1 -0
  62. package/lib/services/connect.d.ts +2228 -0
  63. package/lib/services/connect.d.ts.map +1 -0
  64. package/lib/services/connect.js +1575 -0
  65. package/lib/services/connect.js.map +1 -0
  66. package/lib/services/deployments.d.ts +9419 -0
  67. package/lib/services/deployments.d.ts.map +1 -0
  68. package/lib/services/deployments.js +8248 -0
  69. package/lib/services/deployments.js.map +1 -0
  70. package/lib/services/dns.d.ts +279 -0
  71. package/lib/services/dns.d.ts.map +1 -0
  72. package/lib/services/dns.js +277 -0
  73. package/lib/services/dns.js.map +1 -0
  74. package/lib/services/domains.d.ts +564 -0
  75. package/lib/services/domains.d.ts.map +1 -0
  76. package/lib/services/domains.js +469 -0
  77. package/lib/services/domains.js.map +1 -0
  78. package/lib/services/domains_registrar.d.ts +798 -0
  79. package/lib/services/domains_registrar.d.ts.map +1 -0
  80. package/lib/services/domains_registrar.js +916 -0
  81. package/lib/services/domains_registrar.js.map +1 -0
  82. package/lib/services/drains.d.ts +2263 -0
  83. package/lib/services/drains.d.ts.map +1 -0
  84. package/lib/services/drains.js +2121 -0
  85. package/lib/services/drains.js.map +1 -0
  86. package/lib/services/edge_cache.d.ts +125 -0
  87. package/lib/services/edge_cache.d.ts.map +1 -0
  88. package/lib/services/edge_cache.js +138 -0
  89. package/lib/services/edge_cache.js.map +1 -0
  90. package/lib/services/environment.d.ts +1020 -0
  91. package/lib/services/environment.d.ts.map +1 -0
  92. package/lib/services/environment.js +805 -0
  93. package/lib/services/environment.js.map +1 -0
  94. package/lib/services/feature_flags.d.ts +2893 -0
  95. package/lib/services/feature_flags.d.ts.map +1 -0
  96. package/lib/services/feature_flags.js +2707 -0
  97. package/lib/services/feature_flags.js.map +1 -0
  98. package/lib/services/global_config.d.ts +618 -0
  99. package/lib/services/global_config.d.ts.map +1 -0
  100. package/lib/services/global_config.js +709 -0
  101. package/lib/services/global_config.js.map +1 -0
  102. package/lib/services/index.d.ts +42 -0
  103. package/lib/services/index.d.ts.map +1 -0
  104. package/lib/services/index.js +43 -0
  105. package/lib/services/index.js.map +1 -0
  106. package/lib/services/integrations.d.ts +3014 -0
  107. package/lib/services/integrations.d.ts.map +1 -0
  108. package/lib/services/integrations.js +2544 -0
  109. package/lib/services/integrations.js.map +1 -0
  110. package/lib/services/kms.d.ts +1095 -0
  111. package/lib/services/kms.d.ts.map +1 -0
  112. package/lib/services/kms.js +956 -0
  113. package/lib/services/kms.js.map +1 -0
  114. package/lib/services/log_drains.d.ts +848 -0
  115. package/lib/services/log_drains.d.ts.map +1 -0
  116. package/lib/services/log_drains.js +782 -0
  117. package/lib/services/log_drains.js.map +1 -0
  118. package/lib/services/logs.d.ts +40 -0
  119. package/lib/services/logs.d.ts.map +1 -0
  120. package/lib/services/logs.js +43 -0
  121. package/lib/services/logs.js.map +1 -0
  122. package/lib/services/marketplace.d.ts +1053 -0
  123. package/lib/services/marketplace.d.ts.map +1 -0
  124. package/lib/services/marketplace.js +1116 -0
  125. package/lib/services/marketplace.js.map +1 -0
  126. package/lib/services/microfrontends.d.ts +3250 -0
  127. package/lib/services/microfrontends.d.ts.map +1 -0
  128. package/lib/services/microfrontends.js +3154 -0
  129. package/lib/services/microfrontends.js.map +1 -0
  130. package/lib/services/misc.d.ts +192 -0
  131. package/lib/services/misc.d.ts.map +1 -0
  132. package/lib/services/misc.js +124 -0
  133. package/lib/services/misc.js.map +1 -0
  134. package/lib/services/networking.d.ts +360 -0
  135. package/lib/services/networking.d.ts.map +1 -0
  136. package/lib/services/networking.js +353 -0
  137. package/lib/services/networking.js.map +1 -0
  138. package/lib/services/observability.d.ts +168 -0
  139. package/lib/services/observability.d.ts.map +1 -0
  140. package/lib/services/observability.js +190 -0
  141. package/lib/services/observability.js.map +1 -0
  142. package/lib/services/project_members.d.ts +142 -0
  143. package/lib/services/project_members.d.ts.map +1 -0
  144. package/lib/services/project_members.js +135 -0
  145. package/lib/services/project_members.js.map +1 -0
  146. package/lib/services/project_routes.d.ts +1990 -0
  147. package/lib/services/project_routes.d.ts.map +1 -0
  148. package/lib/services/project_routes.js +1883 -0
  149. package/lib/services/project_routes.js.map +1 -0
  150. package/lib/services/projects.d.ts +23677 -0
  151. package/lib/services/projects.d.ts.map +1 -0
  152. package/lib/services/projects.js +22223 -0
  153. package/lib/services/projects.js.map +1 -0
  154. package/lib/services/rolling_release.d.ts +764 -0
  155. package/lib/services/rolling_release.d.ts.map +1 -0
  156. package/lib/services/rolling_release.js +583 -0
  157. package/lib/services/rolling_release.js.map +1 -0
  158. package/lib/services/sandboxes.d.ts +2777 -0
  159. package/lib/services/sandboxes.d.ts.map +1 -0
  160. package/lib/services/sandboxes.js +2142 -0
  161. package/lib/services/sandboxes.js.map +1 -0
  162. package/lib/services/security.d.ts +4247 -0
  163. package/lib/services/security.d.ts.map +1 -0
  164. package/lib/services/security.js +4377 -0
  165. package/lib/services/security.js.map +1 -0
  166. package/lib/services/storage.d.ts +251 -0
  167. package/lib/services/storage.d.ts.map +1 -0
  168. package/lib/services/storage.js +257 -0
  169. package/lib/services/storage.js.map +1 -0
  170. package/lib/services/teams.d.ts +1600 -0
  171. package/lib/services/teams.d.ts.map +1 -0
  172. package/lib/services/teams.js +1314 -0
  173. package/lib/services/teams.js.map +1 -0
  174. package/lib/services/user.d.ts +8559 -0
  175. package/lib/services/user.d.ts.map +1 -0
  176. package/lib/services/user.js +7407 -0
  177. package/lib/services/user.js.map +1 -0
  178. package/lib/services/vcr.d.ts +751 -0
  179. package/lib/services/vcr.d.ts.map +1 -0
  180. package/lib/services/vcr.js +826 -0
  181. package/lib/services/vcr.js.map +1 -0
  182. package/lib/services/web_analytics.d.ts +726 -0
  183. package/lib/services/web_analytics.d.ts.map +1 -0
  184. package/lib/services/web_analytics.js +707 -0
  185. package/lib/services/web_analytics.js.map +1 -0
  186. package/lib/services/webhooks.d.ts +219 -0
  187. package/lib/services/webhooks.d.ts.map +1 -0
  188. package/lib/services/webhooks.js +177 -0
  189. package/lib/services/webhooks.js.map +1 -0
  190. package/lib/traits.d.ts +10 -0
  191. package/lib/traits.d.ts.map +1 -0
  192. package/lib/traits.js +11 -0
  193. package/lib/traits.js.map +1 -0
  194. package/package.json +78 -7
  195. package/src/credentials.ts +70 -0
  196. package/src/errors.ts +93 -0
  197. package/src/index.ts +18 -0
  198. package/src/protocol.ts +98 -0
  199. package/src/retry.ts +78 -0
  200. package/src/services/access_groups.ts +1165 -0
  201. package/src/services/ai_gateway.ts +267 -0
  202. package/src/services/aliases.ts +1315 -0
  203. package/src/services/api_ai_gateway.ts +607 -0
  204. package/src/services/artifacts.ts +542 -0
  205. package/src/services/authentication.ts +827 -0
  206. package/src/services/billing.ts +2104 -0
  207. package/src/services/bulk_redirects.ts +748 -0
  208. package/src/services/certs.ts +371 -0
  209. package/src/services/checks_v2.ts +3084 -0
  210. package/src/services/connect.ts +4805 -0
  211. package/src/services/deployments.ts +24576 -0
  212. package/src/services/dns.ts +715 -0
  213. package/src/services/domains.ts +1257 -0
  214. package/src/services/domains_registrar.ts +2257 -0
  215. package/src/services/drains.ts +5828 -0
  216. package/src/services/edge_cache.ts +303 -0
  217. package/src/services/environment.ts +2379 -0
  218. package/src/services/feature_flags.ts +7722 -0
  219. package/src/services/global_config.ts +1668 -0
  220. package/src/services/index.ts +42 -0
  221. package/src/services/integrations.ts +9022 -0
  222. package/src/services/kms.ts +2614 -0
  223. package/src/services/log_drains.ts +2434 -0
  224. package/src/services/logs.ts +78 -0
  225. package/src/services/marketplace.ts +2849 -0
  226. package/src/services/microfrontends.ts +9921 -0
  227. package/src/services/misc.ts +364 -0
  228. package/src/services/networking.ts +865 -0
  229. package/src/services/observability.ts +435 -0
  230. package/src/services/project_members.ts +326 -0
  231. package/src/services/project_routes.ts +5229 -0
  232. package/src/services/projects.ts +68139 -0
  233. package/src/services/rolling_release.ts +1860 -0
  234. package/src/services/sandboxes.ts +6988 -0
  235. package/src/services/security.ts +13931 -0
  236. package/src/services/storage.ts +850 -0
  237. package/src/services/teams.ts +4055 -0
  238. package/src/services/user.ts +23195 -0
  239. package/src/services/vcr.ts +2070 -0
  240. package/src/services/web_analytics.ts +1638 -0
  241. package/src/services/webhooks.ts +1102 -0
  242. package/src/traits.ts +46 -0
  243. package/README.md +0 -15
  244. package/bun.lock +0 -26
  245. package/index.ts +0 -1
  246. package/tsconfig.json +0 -29
@@ -0,0 +1,564 @@
1
+ import * as S from "@distilled.cloud/core/schema";
2
+ import * as API from "@distilled.cloud/core/api";
3
+ import { type VercelOpError, type VercelOpContext } from "../protocol.ts";
4
+ export type { VercelOpError, VercelOpContext };
5
+ declare const BadRequest_base: S.Class<BadRequest, S.TaggedStruct<"BadRequest", {
6
+ readonly code: any;
7
+ readonly message: any;
8
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
9
+ "@distilled.cloud/error/categories": {
10
+ BadRequestError: true;
11
+ };
12
+ });
13
+ export declare class BadRequest extends /*@__PURE__*/ BadRequest_base {
14
+ }
15
+ declare const Conflict_base: S.Class<Conflict, S.TaggedStruct<"Conflict", {
16
+ readonly code: any;
17
+ readonly message: any;
18
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
19
+ "@distilled.cloud/error/categories": {
20
+ ConflictError: true;
21
+ };
22
+ });
23
+ export declare class Conflict extends /*@__PURE__*/ Conflict_base {
24
+ }
25
+ declare const Forbidden_base: S.Class<Forbidden, S.TaggedStruct<"Forbidden", {
26
+ readonly code: any;
27
+ readonly message: any;
28
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
29
+ "@distilled.cloud/error/categories": {
30
+ AuthError: true;
31
+ };
32
+ });
33
+ export declare class Forbidden extends /*@__PURE__*/ Forbidden_base {
34
+ }
35
+ declare const NotFound_base: S.Class<NotFound, S.TaggedStruct<"NotFound", {
36
+ readonly code: any;
37
+ readonly message: any;
38
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
39
+ "@distilled.cloud/error/categories": {
40
+ BadRequestError: true;
41
+ };
42
+ });
43
+ export declare class NotFound extends /*@__PURE__*/ NotFound_base {
44
+ }
45
+ declare const PaymentRequired_base: S.Class<PaymentRequired, S.TaggedStruct<"PaymentRequired", {
46
+ readonly code: any;
47
+ readonly message: any;
48
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
49
+ "@distilled.cloud/error/categories": {
50
+ QuotaError: true;
51
+ };
52
+ });
53
+ export declare class PaymentRequired extends /*@__PURE__*/ PaymentRequired_base {
54
+ }
55
+ export interface ClaimDomainOwnershipRequest {
56
+ /** The domain name to claim ownership of */
57
+ domain: string;
58
+ /** The Team identifier to perform the request on behalf of. */
59
+ teamId?: string;
60
+ /** The Team slug to perform the request on behalf of. */
61
+ slug?: string;
62
+ }
63
+ export declare const ClaimDomainOwnershipRequest: S.Schema<ClaimDomainOwnershipRequest>;
64
+ /** A list of the current nameservers of the domain. */
65
+ export type ClaimDomainOwnershipResponseDomainNameserversList = Array<string>;
66
+ export declare const ClaimDomainOwnershipResponseDomainNameserversList: S.Schema<ClaimDomainOwnershipResponseDomainNameserversList>;
67
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
68
+ export type ClaimDomainOwnershipResponseDomainIntendedNameserversList = Array<string>;
69
+ export declare const ClaimDomainOwnershipResponseDomainIntendedNameserversList: S.Schema<ClaimDomainOwnershipResponseDomainIntendedNameserversList>;
70
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
71
+ export type ClaimDomainOwnershipResponseDomainCustomNameserversList = Array<string>;
72
+ export declare const ClaimDomainOwnershipResponseDomainCustomNameserversList: S.Schema<ClaimDomainOwnershipResponseDomainCustomNameserversList>;
73
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
74
+ export interface ClaimDomainOwnershipResponseDomainCreator {
75
+ username: string;
76
+ email: string;
77
+ customerId?: string | null;
78
+ isDomainReseller?: boolean;
79
+ id: string;
80
+ }
81
+ export declare const ClaimDomainOwnershipResponseDomainCreator: S.Schema<ClaimDomainOwnershipResponseDomainCreator>;
82
+ /** Whether the domain is enrolled in Encrypted Client Hello. `auto` leaves the decision to Vercel, `enabled` always enrolls, and `disabled` never enrolls and opts out of automatic enrollment. */
83
+ export type ClaimDomainOwnershipResponseDomainEchMode = "auto" | "disabled" | "enabled";
84
+ export declare const ClaimDomainOwnershipResponseDomainEchMode: any;
85
+ /** The type of service the domain is handled by. `external` if the DNS is externally handled, `zeit.world` if handled with Vercel, or `na` if the service is not available. */
86
+ export type ClaimDomainOwnershipResponseDomainServiceType = "external" | "na" | "zeit.world";
87
+ export declare const ClaimDomainOwnershipResponseDomainServiceType: any;
88
+ export interface ClaimDomainOwnershipResponseDomain {
89
+ /** Timestamp in milliseconds at which the domain is set to expire. null if not bought with Vercel. */
90
+ expiresAt: number | null;
91
+ /** If the domain has the ownership verified. */
92
+ verified: boolean;
93
+ /** A list of the current nameservers of the domain. */
94
+ nameservers: ClaimDomainOwnershipResponseDomainNameserversList;
95
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
96
+ intendedNameservers: ClaimDomainOwnershipResponseDomainIntendedNameserversList;
97
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
98
+ customNameservers?: ClaimDomainOwnershipResponseDomainCustomNameserversList;
99
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
100
+ creator: ClaimDomainOwnershipResponseDomainCreator;
101
+ /** Whether the domain is enrolled in Encrypted Client Hello. `auto` leaves the decision to Vercel, `enabled` always enrolls, and `disabled` never enrolls and opts out of automatic enrollment. */
102
+ echMode: ClaimDomainOwnershipResponseDomainEchMode;
103
+ /** The domain name. */
104
+ name: string;
105
+ teamId: string | null;
106
+ /** If it was purchased through Vercel, the timestamp in milliseconds when it was purchased. */
107
+ boughtAt: number | null;
108
+ /** Timestamp in milliseconds when the domain was created in the registry. */
109
+ createdAt: number;
110
+ /** The unique identifier of the domain. */
111
+ id: string;
112
+ /** Indicates whether the domain is set to automatically renew. */
113
+ renew?: boolean;
114
+ /** The type of service the domain is handled by. `external` if the DNS is externally handled, `zeit.world` if handled with Vercel, or `na` if the service is not available. */
115
+ serviceType: ClaimDomainOwnershipResponseDomainServiceType;
116
+ /** Timestamp in milliseconds at which the domain was successfully transferred into Vercel. `null` if the transfer is still processing or was never transferred in. */
117
+ transferredAt?: number | null;
118
+ /** If transferred into Vercel, timestamp in milliseconds when the domain transfer was initiated. */
119
+ transferStartedAt?: number;
120
+ userId: string;
121
+ }
122
+ export declare const ClaimDomainOwnershipResponseDomain: S.Schema<ClaimDomainOwnershipResponseDomain>;
123
+ export interface ClaimDomainOwnershipResponse {
124
+ domain: ClaimDomainOwnershipResponseDomain;
125
+ }
126
+ export declare const ClaimDomainOwnershipResponse: S.Schema<ClaimDomainOwnershipResponse>;
127
+ export interface CreateOrTransferDomainRequest {
128
+ /** The Team identifier to perform the request on behalf of. */
129
+ teamId?: string;
130
+ /** The Team slug to perform the request on behalf of. */
131
+ slug?: string;
132
+ /** The domain operation to perform. It can be either `add` or `move-in`. */
133
+ method?: string;
134
+ }
135
+ export declare const CreateOrTransferDomainRequest: S.Schema<CreateOrTransferDomainRequest>;
136
+ /** A list of the current nameservers of the domain. */
137
+ export type CreateOrTransferDomainResponseDomainNameserversList = Array<string>;
138
+ export declare const CreateOrTransferDomainResponseDomainNameserversList: S.Schema<CreateOrTransferDomainResponseDomainNameserversList>;
139
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
140
+ export type CreateOrTransferDomainResponseDomainIntendedNameserversList = Array<string>;
141
+ export declare const CreateOrTransferDomainResponseDomainIntendedNameserversList: S.Schema<CreateOrTransferDomainResponseDomainIntendedNameserversList>;
142
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
143
+ export type CreateOrTransferDomainResponseDomainCustomNameserversList = Array<string>;
144
+ export declare const CreateOrTransferDomainResponseDomainCustomNameserversList: S.Schema<CreateOrTransferDomainResponseDomainCustomNameserversList>;
145
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
146
+ export type CreateOrTransferDomainResponseDomainCreator = ClaimDomainOwnershipResponseDomainCreator;
147
+ export declare const CreateOrTransferDomainResponseDomainCreator: S.Schema<ClaimDomainOwnershipResponseDomainCreator>;
148
+ /** Whether the domain is enrolled in Encrypted Client Hello. `auto` leaves the decision to Vercel, `enabled` always enrolls, and `disabled` never enrolls and opts out of automatic enrollment. */
149
+ export type CreateOrTransferDomainResponseDomainEchMode = "auto" | "disabled" | "enabled";
150
+ export declare const CreateOrTransferDomainResponseDomainEchMode: any;
151
+ /** The type of service the domain is handled by. `external` if the DNS is externally handled, `zeit.world` if handled with Vercel, or `na` if the service is not available. */
152
+ export type CreateOrTransferDomainResponseDomainServiceType = "external" | "na" | "zeit.world";
153
+ export declare const CreateOrTransferDomainResponseDomainServiceType: any;
154
+ export interface CreateOrTransferDomainResponseDomain {
155
+ /** Timestamp in milliseconds at which the domain is set to expire. null if not bought with Vercel. */
156
+ expiresAt: number | null;
157
+ /** If the domain has the ownership verified. */
158
+ verified: boolean;
159
+ /** A list of the current nameservers of the domain. */
160
+ nameservers: CreateOrTransferDomainResponseDomainNameserversList;
161
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
162
+ intendedNameservers: CreateOrTransferDomainResponseDomainIntendedNameserversList;
163
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
164
+ customNameservers?: CreateOrTransferDomainResponseDomainCustomNameserversList;
165
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
166
+ creator: ClaimDomainOwnershipResponseDomainCreator;
167
+ /** Whether the domain is enrolled in Encrypted Client Hello. `auto` leaves the decision to Vercel, `enabled` always enrolls, and `disabled` never enrolls and opts out of automatic enrollment. */
168
+ echMode: CreateOrTransferDomainResponseDomainEchMode;
169
+ /** The domain name. */
170
+ name: string;
171
+ teamId: string | null;
172
+ /** If it was purchased through Vercel, the timestamp in milliseconds when it was purchased. */
173
+ boughtAt: number | null;
174
+ /** Timestamp in milliseconds when the domain was created in the registry. */
175
+ createdAt: number;
176
+ /** The unique identifier of the domain. */
177
+ id: string;
178
+ /** Indicates whether the domain is set to automatically renew. */
179
+ renew?: boolean;
180
+ /** The type of service the domain is handled by. `external` if the DNS is externally handled, `zeit.world` if handled with Vercel, or `na` if the service is not available. */
181
+ serviceType: CreateOrTransferDomainResponseDomainServiceType;
182
+ /** Timestamp in milliseconds at which the domain was successfully transferred into Vercel. `null` if the transfer is still processing or was never transferred in. */
183
+ transferredAt?: number | null;
184
+ /** If transferred into Vercel, timestamp in milliseconds when the domain transfer was initiated. */
185
+ transferStartedAt?: number;
186
+ userId: string;
187
+ }
188
+ export declare const CreateOrTransferDomainResponseDomain: S.Schema<CreateOrTransferDomainResponseDomain>;
189
+ export interface CreateOrTransferDomainResponse {
190
+ domain: CreateOrTransferDomainResponseDomain;
191
+ }
192
+ export declare const CreateOrTransferDomainResponse: S.Schema<CreateOrTransferDomainResponse>;
193
+ export interface DeleteDomainRequest {
194
+ /** The name of the domain. */
195
+ domain: string;
196
+ /** The Team identifier to perform the request on behalf of. */
197
+ teamId?: string;
198
+ /** The Team slug to perform the request on behalf of. */
199
+ slug?: string;
200
+ }
201
+ export declare const DeleteDomainRequest: S.Schema<DeleteDomainRequest>;
202
+ export interface DeleteDomainResponse {
203
+ uid: string;
204
+ }
205
+ export declare const DeleteDomainResponse: S.Schema<DeleteDomainResponse>;
206
+ export interface GetDomainRequest {
207
+ /** The name of the domain. */
208
+ domain: string;
209
+ /** The Team identifier to perform the request on behalf of. */
210
+ teamId?: string;
211
+ /** The Team slug to perform the request on behalf of. */
212
+ slug?: string;
213
+ }
214
+ export declare const GetDomainRequest: S.Schema<GetDomainRequest>;
215
+ /** A list of the current nameservers of the domain. */
216
+ export type GetDomainResponseDomainNameserversList = Array<string>;
217
+ export declare const GetDomainResponseDomainNameserversList: S.Schema<GetDomainResponseDomainNameserversList>;
218
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
219
+ export type GetDomainResponseDomainIntendedNameserversList = Array<string>;
220
+ export declare const GetDomainResponseDomainIntendedNameserversList: S.Schema<GetDomainResponseDomainIntendedNameserversList>;
221
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
222
+ export type GetDomainResponseDomainCustomNameserversList = Array<string>;
223
+ export declare const GetDomainResponseDomainCustomNameserversList: S.Schema<GetDomainResponseDomainCustomNameserversList>;
224
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
225
+ export type GetDomainResponseDomainCreator = ClaimDomainOwnershipResponseDomainCreator;
226
+ export declare const GetDomainResponseDomainCreator: S.Schema<ClaimDomainOwnershipResponseDomainCreator>;
227
+ /** Whether the domain is enrolled in Encrypted Client Hello. `auto` leaves the decision to Vercel, `enabled` always enrolls, and `disabled` never enrolls and opts out of automatic enrollment. */
228
+ export type GetDomainResponseDomainEchMode = "auto" | "disabled" | "enabled";
229
+ export declare const GetDomainResponseDomainEchMode: any;
230
+ /** The type of service the domain is handled by. `external` if the DNS is externally handled, `zeit.world` if handled with Vercel, or `na` if the service is not available. */
231
+ export type GetDomainResponseDomainServiceType = "external" | "na" | "zeit.world";
232
+ export declare const GetDomainResponseDomainServiceType: any;
233
+ export interface GetDomainResponseDomain {
234
+ suffix: boolean;
235
+ /** Timestamp in milliseconds at which the domain is set to expire. null if not bought with Vercel. */
236
+ expiresAt: number | null;
237
+ /** If the domain has the ownership verified. */
238
+ verified: boolean;
239
+ /** A list of the current nameservers of the domain. */
240
+ nameservers: GetDomainResponseDomainNameserversList;
241
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
242
+ intendedNameservers: GetDomainResponseDomainIntendedNameserversList;
243
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
244
+ customNameservers?: GetDomainResponseDomainCustomNameserversList;
245
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
246
+ creator: ClaimDomainOwnershipResponseDomainCreator;
247
+ /** Whether the domain is enrolled in Encrypted Client Hello. `auto` leaves the decision to Vercel, `enabled` always enrolls, and `disabled` never enrolls and opts out of automatic enrollment. */
248
+ echMode: GetDomainResponseDomainEchMode;
249
+ /** The domain name. */
250
+ name: string;
251
+ teamId: string | null;
252
+ /** If it was purchased through Vercel, the timestamp in milliseconds when it was purchased. */
253
+ boughtAt: number | null;
254
+ /** Timestamp in milliseconds when the domain was created in the registry. */
255
+ createdAt: number;
256
+ /** The unique identifier of the domain. */
257
+ id: string;
258
+ /** Indicates whether the domain is set to automatically renew. */
259
+ renew?: boolean;
260
+ /** The type of service the domain is handled by. `external` if the DNS is externally handled, `zeit.world` if handled with Vercel, or `na` if the service is not available. */
261
+ serviceType: GetDomainResponseDomainServiceType;
262
+ /** Timestamp in milliseconds at which the domain was successfully transferred into Vercel. `null` if the transfer is still processing or was never transferred in. */
263
+ transferredAt?: number | null;
264
+ /** If transferred into Vercel, timestamp in milliseconds when the domain transfer was initiated. */
265
+ transferStartedAt?: number;
266
+ userId: string;
267
+ }
268
+ export declare const GetDomainResponseDomain: S.Schema<GetDomainResponseDomain>;
269
+ export interface GetDomainResponse {
270
+ domain: GetDomainResponseDomain;
271
+ }
272
+ export declare const GetDomainResponse: S.Schema<GetDomainResponse>;
273
+ export interface GetDomainConfigRequest {
274
+ /** The name of the domain. */
275
+ domain: string;
276
+ /** The project id or name that will be associated with the domain. Use this when the domain is not yet associated with a project. */
277
+ projectIdOrName?: string;
278
+ /** When true, the response will only include the nameservers assigned directly to the specified domain. When false and there are no nameservers assigned directly to the specified domain, the response will include the nameservers of the domain's parent zone. */
279
+ strict?: boolean;
280
+ /** The Team identifier to perform the request on behalf of. */
281
+ teamId?: string;
282
+ /** The Team slug to perform the request on behalf of. */
283
+ slug?: string;
284
+ }
285
+ export declare const GetDomainConfigRequest: S.Schema<GetDomainConfigRequest>;
286
+ /** How we see the domain's configuration. - `CNAME`: Domain has a CNAME pointing to Vercel. - `A`: Domain's A record is resolving to Vercel. - `http`: Domain is resolving to Vercel but may be behind a Proxy. - `dns-01`: Domain is not resolving to Vercel but dns-01 challenge is enabled. - `null`: Domain is not resolving to Vercel. */
287
+ export type GetDomainConfigResponseConfiguredBy = "A" | "CNAME" | "dns-01" | "http";
288
+ export declare const GetDomainConfigResponseConfiguredBy: any;
289
+ /** Which challenge types the domain can use for issuing certs. */
290
+ export type GetDomainConfigResponseAcceptedChallengesItem = "dns-01" | "http-01";
291
+ export declare const GetDomainConfigResponseAcceptedChallengesItem: any;
292
+ /** Which challenge types the domain can use for issuing certs. */
293
+ export type GetDomainConfigResponseAcceptedChallengesList = Array<GetDomainConfigResponseAcceptedChallengesItem>;
294
+ export declare const GetDomainConfigResponseAcceptedChallengesList: S.Schema<GetDomainConfigResponseAcceptedChallengesList>;
295
+ export type GetDomainConfigResponseRecommendedIPv4ItemValueList = Array<string>;
296
+ export declare const GetDomainConfigResponseRecommendedIPv4ItemValueList: S.Schema<GetDomainConfigResponseRecommendedIPv4ItemValueList>;
297
+ /** Recommended IPv4s for the domain. rank=1 is the preferred value(s) to use. Only using 1 ip value is acceptable. */
298
+ export interface GetDomainConfigResponseRecommendedIPv4Item {
299
+ rank: number;
300
+ value: GetDomainConfigResponseRecommendedIPv4ItemValueList;
301
+ }
302
+ export declare const GetDomainConfigResponseRecommendedIPv4Item: S.Schema<GetDomainConfigResponseRecommendedIPv4Item>;
303
+ /** Recommended IPv4s for the domain. rank=1 is the preferred value(s) to use. Only using 1 ip value is acceptable. */
304
+ export type GetDomainConfigResponseRecommendedIPv4List = Array<GetDomainConfigResponseRecommendedIPv4Item>;
305
+ export declare const GetDomainConfigResponseRecommendedIPv4List: S.Schema<GetDomainConfigResponseRecommendedIPv4List>;
306
+ /** Recommended CNAMEs for the domain. rank=1 is the preferred value to use. */
307
+ export interface GetDomainConfigResponseRecommendedCNAMEItem {
308
+ rank: number;
309
+ value: string;
310
+ }
311
+ export declare const GetDomainConfigResponseRecommendedCNAMEItem: S.Schema<GetDomainConfigResponseRecommendedCNAMEItem>;
312
+ /** Recommended CNAMEs for the domain. rank=1 is the preferred value to use. */
313
+ export type GetDomainConfigResponseRecommendedCNAMEList = Array<GetDomainConfigResponseRecommendedCNAMEItem>;
314
+ export declare const GetDomainConfigResponseRecommendedCNAMEList: S.Schema<GetDomainConfigResponseRecommendedCNAMEList>;
315
+ export interface GetDomainConfigResponse {
316
+ /** How we see the domain's configuration. - `CNAME`: Domain has a CNAME pointing to Vercel. - `A`: Domain's A record is resolving to Vercel. - `http`: Domain is resolving to Vercel but may be behind a Proxy. - `dns-01`: Domain is not resolving to Vercel but dns-01 challenge is enabled. - `null`: Domain is not resolving to Vercel. */
317
+ configuredBy: GetDomainConfigResponseConfiguredBy | null;
318
+ /** Which challenge types the domain can use for issuing certs. */
319
+ acceptedChallenges: GetDomainConfigResponseAcceptedChallengesList;
320
+ /** Recommended IPv4s for the domain. rank=1 is the preferred value(s) to use. Only using 1 ip value is acceptable. */
321
+ recommendedIPv4: GetDomainConfigResponseRecommendedIPv4List;
322
+ /** Recommended CNAMEs for the domain. rank=1 is the preferred value to use. */
323
+ recommendedCNAME: GetDomainConfigResponseRecommendedCNAMEList;
324
+ /** Whether or not the domain is configured AND we can automatically generate a TLS certificate. */
325
+ misconfigured: boolean;
326
+ }
327
+ export declare const GetDomainConfigResponse: S.Schema<GetDomainConfigResponse>;
328
+ export interface GetDomainProjectDomainsRequest {
329
+ /** The apex domain name. */
330
+ domain: string;
331
+ /** Maximum number of project domains to list from a request. */
332
+ limit?: number;
333
+ /** Get project domains created after this JavaScript timestamp. */
334
+ since?: number;
335
+ /** Get project domains created before this JavaScript timestamp. */
336
+ until?: number;
337
+ /** The Team identifier to perform the request on behalf of. */
338
+ teamId?: string;
339
+ /** The Team slug to perform the request on behalf of. */
340
+ slug?: string;
341
+ }
342
+ export declare const GetDomainProjectDomainsRequest: S.Schema<GetDomainProjectDomainsRequest>;
343
+ export type GetDomainProjectDomainsResponseProjectDomainsItemRedirectStatusCode = 301 | 302 | 307 | 308;
344
+ export declare const GetDomainProjectDomainsResponseProjectDomainsItemRedirectStatusCode: any;
345
+ /** A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`. */
346
+ export interface GetDomainProjectDomainsResponseProjectDomainsItemVerificationItem {
347
+ type: string;
348
+ domain: string;
349
+ value: string;
350
+ reason: string;
351
+ }
352
+ export declare const GetDomainProjectDomainsResponseProjectDomainsItemVerificationItem: S.Schema<GetDomainProjectDomainsResponseProjectDomainsItemVerificationItem>;
353
+ /** A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`. */
354
+ export type GetDomainProjectDomainsResponseProjectDomainsItemVerificationList = Array<GetDomainProjectDomainsResponseProjectDomainsItemVerificationItem>;
355
+ export declare const GetDomainProjectDomainsResponseProjectDomainsItemVerificationList: S.Schema<GetDomainProjectDomainsResponseProjectDomainsItemVerificationList>;
356
+ export interface GetDomainProjectDomainsResponseProjectDomainsItem {
357
+ name: string;
358
+ apexName: string;
359
+ projectId: string;
360
+ redirect?: string | null;
361
+ redirectStatusCode?: GetDomainProjectDomainsResponseProjectDomainsItemRedirectStatusCode | null;
362
+ gitBranch?: string | null;
363
+ customEnvironmentId?: string | null;
364
+ updatedAt?: number;
365
+ createdAt?: number;
366
+ /** `true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed. */
367
+ verified: boolean;
368
+ /** A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`. */
369
+ verification?: GetDomainProjectDomainsResponseProjectDomainsItemVerificationList;
370
+ }
371
+ export declare const GetDomainProjectDomainsResponseProjectDomainsItem: S.Schema<GetDomainProjectDomainsResponseProjectDomainsItem>;
372
+ export type GetDomainProjectDomainsResponseProjectDomainsList = Array<GetDomainProjectDomainsResponseProjectDomainsItem>;
373
+ export declare const GetDomainProjectDomainsResponseProjectDomainsList: S.Schema<GetDomainProjectDomainsResponseProjectDomainsList>;
374
+ /** This object contains information related to the pagination of the current request, including the necessary parameters to get the next or previous page of data. */
375
+ export interface Pagination {
376
+ /** Amount of items in the current page. */
377
+ count: number;
378
+ /** Timestamp that must be used to request the next page. */
379
+ next: number | null;
380
+ /** Timestamp that must be used to request the previous page. */
381
+ prev: number | null;
382
+ }
383
+ export declare const Pagination: S.Schema<Pagination>;
384
+ export interface GetDomainProjectDomainsResponse {
385
+ projectDomains: GetDomainProjectDomainsResponseProjectDomainsList;
386
+ pagination: Pagination;
387
+ }
388
+ export declare const GetDomainProjectDomainsResponse: S.Schema<GetDomainProjectDomainsResponse>;
389
+ export interface GetDomainsRequest {
390
+ /** Maximum number of domains to list from a request. */
391
+ limit?: number;
392
+ /** Get domains created after this JavaScript timestamp. */
393
+ since?: number;
394
+ /** Get domains created before this JavaScript timestamp. */
395
+ until?: number;
396
+ /** The Team identifier to perform the request on behalf of. */
397
+ teamId?: string;
398
+ /** The Team slug to perform the request on behalf of. */
399
+ slug?: string;
400
+ }
401
+ export declare const GetDomainsRequest: S.Schema<GetDomainsRequest>;
402
+ /** A list of the current nameservers of the domain. */
403
+ export type GetDomainsResponseDomainsItemNameserversList = Array<string>;
404
+ export declare const GetDomainsResponseDomainsItemNameserversList: S.Schema<GetDomainsResponseDomainsItemNameserversList>;
405
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
406
+ export type GetDomainsResponseDomainsItemIntendedNameserversList = Array<string>;
407
+ export declare const GetDomainsResponseDomainsItemIntendedNameserversList: S.Schema<GetDomainsResponseDomainsItemIntendedNameserversList>;
408
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
409
+ export type GetDomainsResponseDomainsItemCustomNameserversList = Array<string>;
410
+ export declare const GetDomainsResponseDomainsItemCustomNameserversList: S.Schema<GetDomainsResponseDomainsItemCustomNameserversList>;
411
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
412
+ export type GetDomainsResponseDomainsItemCreator = ClaimDomainOwnershipResponseDomainCreator;
413
+ export declare const GetDomainsResponseDomainsItemCreator: S.Schema<ClaimDomainOwnershipResponseDomainCreator>;
414
+ /** Whether the domain is enrolled in Encrypted Client Hello. `auto` leaves the decision to Vercel, `enabled` always enrolls, and `disabled` never enrolls and opts out of automatic enrollment. */
415
+ export type GetDomainsResponseDomainsItemEchMode = "auto" | "disabled" | "enabled";
416
+ export declare const GetDomainsResponseDomainsItemEchMode: any;
417
+ /** The type of service the domain is handled by. `external` if the DNS is externally handled, `zeit.world` if handled with Vercel, or `na` if the service is not available. */
418
+ export type GetDomainsResponseDomainsItemServiceType = "external" | "na" | "zeit.world";
419
+ export declare const GetDomainsResponseDomainsItemServiceType: any;
420
+ export interface GetDomainsResponseDomainsItem {
421
+ /** Timestamp in milliseconds at which the domain is set to expire. null if not bought with Vercel. */
422
+ expiresAt: number | null;
423
+ /** If the domain has the ownership verified. */
424
+ verified: boolean;
425
+ /** A list of the current nameservers of the domain. */
426
+ nameservers: GetDomainsResponseDomainsItemNameserversList;
427
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
428
+ intendedNameservers: GetDomainsResponseDomainsItemIntendedNameserversList;
429
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
430
+ customNameservers?: GetDomainsResponseDomainsItemCustomNameserversList;
431
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
432
+ creator: ClaimDomainOwnershipResponseDomainCreator;
433
+ /** Whether the domain is enrolled in Encrypted Client Hello. `auto` leaves the decision to Vercel, `enabled` always enrolls, and `disabled` never enrolls and opts out of automatic enrollment. */
434
+ echMode: GetDomainsResponseDomainsItemEchMode;
435
+ /** The domain name. */
436
+ name: string;
437
+ teamId: string | null;
438
+ /** If it was purchased through Vercel, the timestamp in milliseconds when it was purchased. */
439
+ boughtAt: number | null;
440
+ /** Timestamp in milliseconds when the domain was created in the registry. */
441
+ createdAt: number;
442
+ /** The unique identifier of the domain. */
443
+ id: string;
444
+ /** Indicates whether the domain is set to automatically renew. */
445
+ renew?: boolean;
446
+ /** The type of service the domain is handled by. `external` if the DNS is externally handled, `zeit.world` if handled with Vercel, or `na` if the service is not available. */
447
+ serviceType: GetDomainsResponseDomainsItemServiceType;
448
+ /** Timestamp in milliseconds at which the domain was successfully transferred into Vercel. `null` if the transfer is still processing or was never transferred in. */
449
+ transferredAt?: number | null;
450
+ /** If transferred into Vercel, timestamp in milliseconds when the domain transfer was initiated. */
451
+ transferStartedAt?: number;
452
+ userId: string;
453
+ }
454
+ export declare const GetDomainsResponseDomainsItem: S.Schema<GetDomainsResponseDomainsItem>;
455
+ export type GetDomainsResponseDomainsList = Array<GetDomainsResponseDomainsItem>;
456
+ export declare const GetDomainsResponseDomainsList: S.Schema<GetDomainsResponseDomainsList>;
457
+ export interface GetDomainsResponse {
458
+ domains: GetDomainsResponseDomainsList;
459
+ pagination: Pagination;
460
+ }
461
+ export declare const GetDomainsResponse: S.Schema<GetDomainsResponse>;
462
+ export interface GetDomainVerificationRecordRequest {
463
+ /** The domain name to get the verification record for */
464
+ domain: string;
465
+ /** The Team identifier to perform the request on behalf of. */
466
+ teamId?: string;
467
+ /** The Team slug to perform the request on behalf of. */
468
+ slug?: string;
469
+ }
470
+ export declare const GetDomainVerificationRecordRequest: S.Schema<GetDomainVerificationRecordRequest>;
471
+ export interface GetDomainVerificationRecordResponse {
472
+ txtRecord: string;
473
+ verificationDomain: string;
474
+ }
475
+ export declare const GetDomainVerificationRecordResponse: S.Schema<GetDomainVerificationRecordResponse>;
476
+ /** This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/nameservers instead. */
477
+ export type UpdateDomainRequestBodyCase0CustomNameserversList = Array<string>;
478
+ export declare const UpdateDomainRequestBodyCase0CustomNameserversList: S.Schema<UpdateDomainRequestBodyCase0CustomNameserversList>;
479
+ /** Encrypted Client Hello enrollment. 'auto' leaves it to Vercel, 'disabled' never enrolls and opts out of automatic enrollment. */
480
+ export type UpdateDomainRequestBodyCase0EchMode = "auto" | "disabled";
481
+ export declare const UpdateDomainRequestBodyCase0EchMode: any;
482
+ /** update */
483
+ export interface UpdateDomainRequestBodyCase0 {
484
+ op?: string;
485
+ /** This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/auto-renew instead. */
486
+ renew?: boolean;
487
+ /** This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/nameservers instead. */
488
+ customNameservers?: UpdateDomainRequestBodyCase0CustomNameserversList;
489
+ /** Specifies whether this is a DNS zone that intends to use Vercel's nameservers. */
490
+ zone?: boolean;
491
+ /** Encrypted Client Hello enrollment. 'auto' leaves it to Vercel, 'disabled' never enrolls and opts out of automatic enrollment. */
492
+ echMode?: UpdateDomainRequestBodyCase0EchMode | (string & {});
493
+ }
494
+ export declare const UpdateDomainRequestBodyCase0: S.Schema<UpdateDomainRequestBodyCase0>;
495
+ /** move-out */
496
+ export interface UpdateDomainRequestBodyCase1 {
497
+ op?: string;
498
+ /** User or team to move domain to */
499
+ destination?: string;
500
+ }
501
+ export declare const UpdateDomainRequestBodyCase1: S.Schema<UpdateDomainRequestBodyCase1>;
502
+ export type UpdateDomainRequestBody = UpdateDomainRequestBodyCase0 | UpdateDomainRequestBodyCase1;
503
+ export declare const UpdateDomainRequestBody: S.Schema<UpdateDomainRequestBody>;
504
+ export interface UpdateDomainRequest {
505
+ domain: string;
506
+ /** The Team identifier to perform the request on behalf of. */
507
+ teamId?: string;
508
+ /** The Team slug to perform the request on behalf of. */
509
+ slug?: string;
510
+ body: UpdateDomainRequestBody;
511
+ }
512
+ export declare const UpdateDomainRequest: S.Schema<UpdateDomainRequest>;
513
+ export interface UpdateDomainResponseBodyCase0 {
514
+ moved: boolean;
515
+ }
516
+ export declare const UpdateDomainResponseBodyCase0: S.Schema<UpdateDomainResponseBodyCase0>;
517
+ export interface UpdateDomainResponseBodyCase1 {
518
+ moved: boolean;
519
+ token: string;
520
+ }
521
+ export declare const UpdateDomainResponseBodyCase1: S.Schema<UpdateDomainResponseBodyCase1>;
522
+ export type UpdateDomainResponseBodyCase2CustomNameserversList = Array<string>;
523
+ export declare const UpdateDomainResponseBodyCase2CustomNameserversList: S.Schema<UpdateDomainResponseBodyCase2CustomNameserversList>;
524
+ export type UpdateDomainResponseBodyCase2EchMode = "auto" | "disabled" | "enabled";
525
+ export declare const UpdateDomainResponseBodyCase2EchMode: any;
526
+ export interface UpdateDomainResponseBodyCase2 {
527
+ renew?: boolean;
528
+ customNameservers?: UpdateDomainResponseBodyCase2CustomNameserversList;
529
+ zone?: boolean;
530
+ echMode: UpdateDomainResponseBodyCase2EchMode;
531
+ }
532
+ export declare const UpdateDomainResponseBodyCase2: S.Schema<UpdateDomainResponseBodyCase2>;
533
+ export type UpdateDomainResponseBody = UpdateDomainResponseBodyCase0 | UpdateDomainResponseBodyCase1 | UpdateDomainResponseBodyCase2;
534
+ export declare const UpdateDomainResponseBody: S.Schema<UpdateDomainResponseBody>;
535
+ export type UpdateDomainResponse = UpdateDomainResponseBody;
536
+ export declare const UpdateDomainResponse: S.Schema<UpdateDomainResponse>;
537
+ export type ClaimDomainOwnershipError = BadRequest | Forbidden | NotFound | VercelOpError;
538
+ /** Claim Domain Ownership Claim ownership of a domain for the authenticated team by verifying a TXT record. The caller must first add a TXT record to `_vercel.{domain}` (obtained from GET /domains/:domain/verification), then call this endpoint to complete the ownership transfer. If the TXT record is verified, the domain ownership will be transferred to the caller's team, even if the domain is currently owned by another user or team. */
539
+ export declare const claimDomainOwnership: API.OperationMethod<ClaimDomainOwnershipRequest, ClaimDomainOwnershipResponse, ClaimDomainOwnershipError, VercelOpContext>;
540
+ export type CreateOrTransferDomainError = BadRequest | PaymentRequired | Forbidden | NotFound | Conflict | VercelOpError;
541
+ /** Add an existing domain to the Vercel platform This endpoint is used for adding a new apex domain name with Vercel for the authenticating user. Note: This endpoint is no longer used for initiating domain transfers from external registrars to Vercel. For this, please use the endpoint [Transfer-in a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/transfer-in-a-domain). */
542
+ export declare const createOrTransferDomain: API.OperationMethod<CreateOrTransferDomainRequest, CreateOrTransferDomainResponse, CreateOrTransferDomainError, VercelOpContext>;
543
+ export type DeleteDomainError = BadRequest | Forbidden | NotFound | Conflict | VercelOpError;
544
+ /** Remove a domain by name Delete a previously registered domain name from Vercel. Deleting a domain will automatically remove any associated aliases. */
545
+ export declare const deleteDomain: API.OperationMethod<DeleteDomainRequest, DeleteDomainResponse, DeleteDomainError, VercelOpContext>;
546
+ export type GetDomainError = BadRequest | Forbidden | NotFound | VercelOpError;
547
+ /** Get Information for a Single Domain Get information for a single domain in an account or team. */
548
+ export declare const getDomain: API.OperationMethod<GetDomainRequest, GetDomainResponse, GetDomainError, VercelOpContext>;
549
+ export type GetDomainConfigError = BadRequest | Forbidden | VercelOpError;
550
+ /** Get a Domain's configuration Get a Domain's configuration. */
551
+ export declare const getDomainConfig: API.OperationMethod<GetDomainConfigRequest, GetDomainConfigResponse, GetDomainConfigError, VercelOpContext>;
552
+ export type GetDomainProjectDomainsError = BadRequest | Forbidden | NotFound | VercelOpError;
553
+ /** List Project Domains by Apex Domain List all project domains associated with an apex domain owned by the authenticated account. */
554
+ export declare const getDomainProjectDomains: API.OperationMethod<GetDomainProjectDomainsRequest, GetDomainProjectDomainsResponse, GetDomainProjectDomainsError, VercelOpContext>;
555
+ export type GetDomainsError = BadRequest | Forbidden | Conflict | VercelOpError;
556
+ /** List all the domains Retrieves a list of domains registered for the authenticated user or team. By default it returns the last 20 domains if no limit is provided. */
557
+ export declare const getDomains: API.OperationMethod<GetDomainsRequest, GetDomainsResponse, GetDomainsError, VercelOpContext>;
558
+ export type GetDomainVerificationRecordError = BadRequest | Forbidden | NotFound | VercelOpError;
559
+ /** Get Domain Verification Record Get the TXT verification record needed to claim ownership of a domain for the authenticated team. The caller must add this TXT record to `_vercel.{domain}` in their DNS configuration, then call POST /domains/:domain/claim to complete the ownership transfer. */
560
+ export declare const getDomainVerificationRecord: API.OperationMethod<GetDomainVerificationRecordRequest, GetDomainVerificationRecordResponse, GetDomainVerificationRecordError, VercelOpContext>;
561
+ export type UpdateDomainError = BadRequest | Forbidden | NotFound | Conflict | VercelOpError;
562
+ /** Update or move apex domain Update or move apex domain. Note: This endpoint is no longer used for updating auto-renew or nameservers. For this, please use the endpoints [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) and [Update nameservers for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-nameservers-for-a-domain). */
563
+ export declare const updateDomain: API.OperationMethod<UpdateDomainRequest, UpdateDomainResponse, UpdateDomainError, VercelOpContext>;
564
+ //# sourceMappingURL=domains.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domains.d.ts","sourceRoot":"","sources":["../../src/services/domains.ts"],"names":[],"mappings":"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"}