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

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 (230) hide show
  1. package/lib/credentials.d.ts +21 -0
  2. package/lib/credentials.d.ts.map +1 -0
  3. package/lib/credentials.js +40 -0
  4. package/lib/credentials.js.map +1 -0
  5. package/lib/errors.d.ts +80 -0
  6. package/lib/errors.d.ts.map +1 -0
  7. package/lib/errors.js +50 -0
  8. package/lib/errors.js.map +1 -0
  9. package/lib/index.d.ts +15 -0
  10. package/lib/index.d.ts.map +1 -0
  11. package/lib/index.js +15 -0
  12. package/lib/index.js.map +1 -0
  13. package/lib/protocol.d.ts +18 -0
  14. package/lib/protocol.d.ts.map +1 -0
  15. package/lib/protocol.js +69 -0
  16. package/lib/protocol.js.map +1 -0
  17. package/lib/retry.d.ts +54 -0
  18. package/lib/retry.d.ts.map +1 -0
  19. package/lib/retry.js +47 -0
  20. package/lib/retry.js.map +1 -0
  21. package/lib/services/access_groups.d.ts +459 -0
  22. package/lib/services/access_groups.d.ts.map +1 -0
  23. package/lib/services/access_groups.js +453 -0
  24. package/lib/services/access_groups.js.map +1 -0
  25. package/lib/services/ai_gateway.d.ts +124 -0
  26. package/lib/services/ai_gateway.d.ts.map +1 -0
  27. package/lib/services/ai_gateway.js +126 -0
  28. package/lib/services/ai_gateway.js.map +1 -0
  29. package/lib/services/aliases.d.ts +591 -0
  30. package/lib/services/aliases.d.ts.map +1 -0
  31. package/lib/services/aliases.js +508 -0
  32. package/lib/services/aliases.js.map +1 -0
  33. package/lib/services/artifacts.d.ts +228 -0
  34. package/lib/services/artifacts.d.ts.map +1 -0
  35. package/lib/services/artifacts.js +216 -0
  36. package/lib/services/artifacts.js.map +1 -0
  37. package/lib/services/authentication.d.ts +373 -0
  38. package/lib/services/authentication.d.ts.map +1 -0
  39. package/lib/services/authentication.js +310 -0
  40. package/lib/services/authentication.js.map +1 -0
  41. package/lib/services/billing.d.ts +792 -0
  42. package/lib/services/billing.d.ts.map +1 -0
  43. package/lib/services/billing.js +616 -0
  44. package/lib/services/billing.js.map +1 -0
  45. package/lib/services/bulk_redirects.d.ts +308 -0
  46. package/lib/services/bulk_redirects.d.ts.map +1 -0
  47. package/lib/services/bulk_redirects.js +306 -0
  48. package/lib/services/bulk_redirects.js.map +1 -0
  49. package/lib/services/certs.d.ts +171 -0
  50. package/lib/services/certs.d.ts.map +1 -0
  51. package/lib/services/certs.js +165 -0
  52. package/lib/services/certs.js.map +1 -0
  53. package/lib/services/checks_v2.d.ts +1162 -0
  54. package/lib/services/checks_v2.d.ts.map +1 -0
  55. package/lib/services/checks_v2.js +1252 -0
  56. package/lib/services/checks_v2.js.map +1 -0
  57. package/lib/services/connect.d.ts +1034 -0
  58. package/lib/services/connect.d.ts.map +1 -0
  59. package/lib/services/connect.js +993 -0
  60. package/lib/services/connect.js.map +1 -0
  61. package/lib/services/deployments.d.ts +9111 -0
  62. package/lib/services/deployments.d.ts.map +1 -0
  63. package/lib/services/deployments.js +8664 -0
  64. package/lib/services/deployments.js.map +1 -0
  65. package/lib/services/dns.d.ts +279 -0
  66. package/lib/services/dns.d.ts.map +1 -0
  67. package/lib/services/dns.js +282 -0
  68. package/lib/services/dns.js.map +1 -0
  69. package/lib/services/domains.d.ts +539 -0
  70. package/lib/services/domains.d.ts.map +1 -0
  71. package/lib/services/domains.js +464 -0
  72. package/lib/services/domains.js.map +1 -0
  73. package/lib/services/domains_registrar.d.ts +798 -0
  74. package/lib/services/domains_registrar.d.ts.map +1 -0
  75. package/lib/services/domains_registrar.js +968 -0
  76. package/lib/services/domains_registrar.js.map +1 -0
  77. package/lib/services/drains.d.ts +2263 -0
  78. package/lib/services/drains.d.ts.map +1 -0
  79. package/lib/services/drains.js +2406 -0
  80. package/lib/services/drains.js.map +1 -0
  81. package/lib/services/edge_cache.d.ts +125 -0
  82. package/lib/services/edge_cache.d.ts.map +1 -0
  83. package/lib/services/edge_cache.js +140 -0
  84. package/lib/services/edge_cache.js.map +1 -0
  85. package/lib/services/environment.d.ts +1020 -0
  86. package/lib/services/environment.d.ts.map +1 -0
  87. package/lib/services/environment.js +842 -0
  88. package/lib/services/environment.js.map +1 -0
  89. package/lib/services/feature_flags.d.ts +3109 -0
  90. package/lib/services/feature_flags.d.ts.map +1 -0
  91. package/lib/services/feature_flags.js +3074 -0
  92. package/lib/services/feature_flags.js.map +1 -0
  93. package/lib/services/global_config.d.ts +618 -0
  94. package/lib/services/global_config.d.ts.map +1 -0
  95. package/lib/services/global_config.js +716 -0
  96. package/lib/services/global_config.js.map +1 -0
  97. package/lib/services/index.d.ts +39 -0
  98. package/lib/services/index.d.ts.map +1 -0
  99. package/lib/services/index.js +40 -0
  100. package/lib/services/index.js.map +1 -0
  101. package/lib/services/integrations.d.ts +2987 -0
  102. package/lib/services/integrations.d.ts.map +1 -0
  103. package/lib/services/integrations.js +2903 -0
  104. package/lib/services/integrations.js.map +1 -0
  105. package/lib/services/log_drains.d.ts +848 -0
  106. package/lib/services/log_drains.d.ts.map +1 -0
  107. package/lib/services/log_drains.js +866 -0
  108. package/lib/services/log_drains.js.map +1 -0
  109. package/lib/services/logs.d.ts +40 -0
  110. package/lib/services/logs.d.ts.map +1 -0
  111. package/lib/services/logs.js +43 -0
  112. package/lib/services/logs.js.map +1 -0
  113. package/lib/services/marketplace.d.ts +991 -0
  114. package/lib/services/marketplace.d.ts.map +1 -0
  115. package/lib/services/marketplace.js +1044 -0
  116. package/lib/services/marketplace.js.map +1 -0
  117. package/lib/services/microfrontends.d.ts +3210 -0
  118. package/lib/services/microfrontends.d.ts.map +1 -0
  119. package/lib/services/microfrontends.js +3300 -0
  120. package/lib/services/microfrontends.js.map +1 -0
  121. package/lib/services/networking.d.ts +239 -0
  122. package/lib/services/networking.d.ts.map +1 -0
  123. package/lib/services/networking.js +224 -0
  124. package/lib/services/networking.js.map +1 -0
  125. package/lib/services/observability.d.ts +168 -0
  126. package/lib/services/observability.d.ts.map +1 -0
  127. package/lib/services/observability.js +191 -0
  128. package/lib/services/observability.js.map +1 -0
  129. package/lib/services/project_members.d.ts +142 -0
  130. package/lib/services/project_members.d.ts.map +1 -0
  131. package/lib/services/project_members.js +139 -0
  132. package/lib/services/project_members.js.map +1 -0
  133. package/lib/services/project_routes.d.ts +1990 -0
  134. package/lib/services/project_routes.d.ts.map +1 -0
  135. package/lib/services/project_routes.js +2026 -0
  136. package/lib/services/project_routes.js.map +1 -0
  137. package/lib/services/projects.d.ts +23449 -0
  138. package/lib/services/projects.d.ts.map +1 -0
  139. package/lib/services/projects.js +23570 -0
  140. package/lib/services/projects.js.map +1 -0
  141. package/lib/services/rolling_release.d.ts +764 -0
  142. package/lib/services/rolling_release.d.ts.map +1 -0
  143. package/lib/services/rolling_release.js +630 -0
  144. package/lib/services/rolling_release.js.map +1 -0
  145. package/lib/services/sandboxes.d.ts +2183 -0
  146. package/lib/services/sandboxes.d.ts.map +1 -0
  147. package/lib/services/sandboxes.js +1756 -0
  148. package/lib/services/sandboxes.js.map +1 -0
  149. package/lib/services/security.d.ts +3932 -0
  150. package/lib/services/security.d.ts.map +1 -0
  151. package/lib/services/security.js +4411 -0
  152. package/lib/services/security.js.map +1 -0
  153. package/lib/services/storage.d.ts +251 -0
  154. package/lib/services/storage.d.ts.map +1 -0
  155. package/lib/services/storage.js +270 -0
  156. package/lib/services/storage.js.map +1 -0
  157. package/lib/services/teams.d.ts +1577 -0
  158. package/lib/services/teams.d.ts.map +1 -0
  159. package/lib/services/teams.js +1359 -0
  160. package/lib/services/teams.js.map +1 -0
  161. package/lib/services/user.d.ts +7972 -0
  162. package/lib/services/user.d.ts.map +1 -0
  163. package/lib/services/user.js +7093 -0
  164. package/lib/services/user.js.map +1 -0
  165. package/lib/services/vcr.d.ts +793 -0
  166. package/lib/services/vcr.d.ts.map +1 -0
  167. package/lib/services/vcr.js +882 -0
  168. package/lib/services/vcr.js.map +1 -0
  169. package/lib/services/web_analytics.d.ts +694 -0
  170. package/lib/services/web_analytics.d.ts.map +1 -0
  171. package/lib/services/web_analytics.js +695 -0
  172. package/lib/services/web_analytics.js.map +1 -0
  173. package/lib/services/webhooks.d.ts +207 -0
  174. package/lib/services/webhooks.d.ts.map +1 -0
  175. package/lib/services/webhooks.js +171 -0
  176. package/lib/services/webhooks.js.map +1 -0
  177. package/lib/traits.d.ts +10 -0
  178. package/lib/traits.d.ts.map +1 -0
  179. package/lib/traits.js +11 -0
  180. package/lib/traits.js.map +1 -0
  181. package/package.json +77 -7
  182. package/src/credentials.ts +70 -0
  183. package/src/errors.ts +93 -0
  184. package/src/index.ts +18 -0
  185. package/src/protocol.ts +98 -0
  186. package/src/retry.ts +78 -0
  187. package/src/services/access_groups.ts +1165 -0
  188. package/src/services/ai_gateway.ts +272 -0
  189. package/src/services/aliases.ts +1323 -0
  190. package/src/services/artifacts.ts +542 -0
  191. package/src/services/authentication.ts +829 -0
  192. package/src/services/billing.ts +1776 -0
  193. package/src/services/bulk_redirects.ts +748 -0
  194. package/src/services/certs.ts +377 -0
  195. package/src/services/checks_v2.ts +3136 -0
  196. package/src/services/connect.ts +2607 -0
  197. package/src/services/deployments.ts +23682 -0
  198. package/src/services/dns.ts +718 -0
  199. package/src/services/domains.ts +1209 -0
  200. package/src/services/domains_registrar.ts +2290 -0
  201. package/src/services/drains.ts +5989 -0
  202. package/src/services/edge_cache.ts +303 -0
  203. package/src/services/environment.ts +2388 -0
  204. package/src/services/feature_flags.ts +8302 -0
  205. package/src/services/global_config.ts +1668 -0
  206. package/src/services/index.ts +39 -0
  207. package/src/services/integrations.ts +8846 -0
  208. package/src/services/log_drains.ts +2413 -0
  209. package/src/services/logs.ts +78 -0
  210. package/src/services/marketplace.ts +2626 -0
  211. package/src/services/microfrontends.ts +9650 -0
  212. package/src/services/networking.ts +530 -0
  213. package/src/services/observability.ts +436 -0
  214. package/src/services/project_members.ts +328 -0
  215. package/src/services/project_routes.ts +5259 -0
  216. package/src/services/projects.ts +67377 -0
  217. package/src/services/rolling_release.ts +1869 -0
  218. package/src/services/sandboxes.ts +5259 -0
  219. package/src/services/security.ts +12408 -0
  220. package/src/services/storage.ts +849 -0
  221. package/src/services/teams.ts +3995 -0
  222. package/src/services/user.ts +21687 -0
  223. package/src/services/vcr.ts +2165 -0
  224. package/src/services/web_analytics.ts +1570 -0
  225. package/src/services/webhooks.ts +1073 -0
  226. package/src/traits.ts +44 -0
  227. package/README.md +0 -15
  228. package/bun.lock +0 -26
  229. package/index.ts +0 -1
  230. package/tsconfig.json +0 -29
@@ -0,0 +1,539 @@
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
+ /** 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. */
83
+ export type ClaimDomainOwnershipResponseDomainServiceType = "external" | "na" | "zeit.world";
84
+ export declare const ClaimDomainOwnershipResponseDomainServiceType: any;
85
+ export interface ClaimDomainOwnershipResponseDomain {
86
+ /** Timestamp in milliseconds at which the domain is set to expire. null if not bought with Vercel. */
87
+ expiresAt: number | null;
88
+ /** If the domain has the ownership verified. */
89
+ verified: boolean;
90
+ /** A list of the current nameservers of the domain. */
91
+ nameservers: ClaimDomainOwnershipResponseDomainNameserversList;
92
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
93
+ intendedNameservers: ClaimDomainOwnershipResponseDomainIntendedNameserversList;
94
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
95
+ customNameservers?: ClaimDomainOwnershipResponseDomainCustomNameserversList;
96
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
97
+ creator: ClaimDomainOwnershipResponseDomainCreator;
98
+ /** The domain name. */
99
+ name: string;
100
+ teamId: string | null;
101
+ /** If it was purchased through Vercel, the timestamp in milliseconds when it was purchased. */
102
+ boughtAt: number | null;
103
+ /** Timestamp in milliseconds when the domain was created in the registry. */
104
+ createdAt: number;
105
+ /** The unique identifier of the domain. */
106
+ id: string;
107
+ /** Indicates whether the domain is set to automatically renew. */
108
+ renew?: boolean;
109
+ /** 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. */
110
+ serviceType: ClaimDomainOwnershipResponseDomainServiceType;
111
+ /** Timestamp in milliseconds at which the domain was successfully transferred into Vercel. `null` if the transfer is still processing or was never transferred in. */
112
+ transferredAt?: number | null;
113
+ /** If transferred into Vercel, timestamp in milliseconds when the domain transfer was initiated. */
114
+ transferStartedAt?: number;
115
+ userId: string;
116
+ }
117
+ export declare const ClaimDomainOwnershipResponseDomain: S.Schema<ClaimDomainOwnershipResponseDomain>;
118
+ export interface ClaimDomainOwnershipResponse {
119
+ domain: ClaimDomainOwnershipResponseDomain;
120
+ }
121
+ export declare const ClaimDomainOwnershipResponse: S.Schema<ClaimDomainOwnershipResponse>;
122
+ export interface CreateOrTransferDomainRequest {
123
+ /** The Team identifier to perform the request on behalf of. */
124
+ teamId?: string;
125
+ /** The Team slug to perform the request on behalf of. */
126
+ slug?: string;
127
+ /** The domain operation to perform. It can be either `add` or `move-in`. */
128
+ method?: string;
129
+ }
130
+ export declare const CreateOrTransferDomainRequest: S.Schema<CreateOrTransferDomainRequest>;
131
+ /** A list of the current nameservers of the domain. */
132
+ export type CreateOrTransferDomainResponseDomainNameserversList = Array<string>;
133
+ export declare const CreateOrTransferDomainResponseDomainNameserversList: S.Schema<CreateOrTransferDomainResponseDomainNameserversList>;
134
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
135
+ export type CreateOrTransferDomainResponseDomainIntendedNameserversList = Array<string>;
136
+ export declare const CreateOrTransferDomainResponseDomainIntendedNameserversList: S.Schema<CreateOrTransferDomainResponseDomainIntendedNameserversList>;
137
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
138
+ export type CreateOrTransferDomainResponseDomainCustomNameserversList = Array<string>;
139
+ export declare const CreateOrTransferDomainResponseDomainCustomNameserversList: S.Schema<CreateOrTransferDomainResponseDomainCustomNameserversList>;
140
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
141
+ export type CreateOrTransferDomainResponseDomainCreator = ClaimDomainOwnershipResponseDomainCreator;
142
+ export declare const CreateOrTransferDomainResponseDomainCreator: S.Schema<ClaimDomainOwnershipResponseDomainCreator>;
143
+ /** 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. */
144
+ export type CreateOrTransferDomainResponseDomainServiceType = "external" | "na" | "zeit.world";
145
+ export declare const CreateOrTransferDomainResponseDomainServiceType: any;
146
+ export interface CreateOrTransferDomainResponseDomain {
147
+ /** Timestamp in milliseconds at which the domain is set to expire. null if not bought with Vercel. */
148
+ expiresAt: number | null;
149
+ /** If the domain has the ownership verified. */
150
+ verified: boolean;
151
+ /** A list of the current nameservers of the domain. */
152
+ nameservers: CreateOrTransferDomainResponseDomainNameserversList;
153
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
154
+ intendedNameservers: CreateOrTransferDomainResponseDomainIntendedNameserversList;
155
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
156
+ customNameservers?: CreateOrTransferDomainResponseDomainCustomNameserversList;
157
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
158
+ creator: ClaimDomainOwnershipResponseDomainCreator;
159
+ /** The domain name. */
160
+ name: string;
161
+ teamId: string | null;
162
+ /** If it was purchased through Vercel, the timestamp in milliseconds when it was purchased. */
163
+ boughtAt: number | null;
164
+ /** Timestamp in milliseconds when the domain was created in the registry. */
165
+ createdAt: number;
166
+ /** The unique identifier of the domain. */
167
+ id: string;
168
+ /** Indicates whether the domain is set to automatically renew. */
169
+ renew?: boolean;
170
+ /** 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. */
171
+ serviceType: CreateOrTransferDomainResponseDomainServiceType;
172
+ /** Timestamp in milliseconds at which the domain was successfully transferred into Vercel. `null` if the transfer is still processing or was never transferred in. */
173
+ transferredAt?: number | null;
174
+ /** If transferred into Vercel, timestamp in milliseconds when the domain transfer was initiated. */
175
+ transferStartedAt?: number;
176
+ userId: string;
177
+ }
178
+ export declare const CreateOrTransferDomainResponseDomain: S.Schema<CreateOrTransferDomainResponseDomain>;
179
+ export interface CreateOrTransferDomainResponse {
180
+ domain: CreateOrTransferDomainResponseDomain;
181
+ }
182
+ export declare const CreateOrTransferDomainResponse: S.Schema<CreateOrTransferDomainResponse>;
183
+ export interface DeleteDomainRequest {
184
+ /** The name of the domain. */
185
+ domain: string;
186
+ /** The Team identifier to perform the request on behalf of. */
187
+ teamId?: string;
188
+ /** The Team slug to perform the request on behalf of. */
189
+ slug?: string;
190
+ }
191
+ export declare const DeleteDomainRequest: S.Schema<DeleteDomainRequest>;
192
+ export interface DeleteDomainResponse {
193
+ uid: string;
194
+ }
195
+ export declare const DeleteDomainResponse: S.Schema<DeleteDomainResponse>;
196
+ export interface GetDomainRequest {
197
+ /** The name of the domain. */
198
+ domain: string;
199
+ /** The Team identifier to perform the request on behalf of. */
200
+ teamId?: string;
201
+ /** The Team slug to perform the request on behalf of. */
202
+ slug?: string;
203
+ }
204
+ export declare const GetDomainRequest: S.Schema<GetDomainRequest>;
205
+ /** A list of the current nameservers of the domain. */
206
+ export type GetDomainResponseDomainNameserversList = Array<string>;
207
+ export declare const GetDomainResponseDomainNameserversList: S.Schema<GetDomainResponseDomainNameserversList>;
208
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
209
+ export type GetDomainResponseDomainIntendedNameserversList = Array<string>;
210
+ export declare const GetDomainResponseDomainIntendedNameserversList: S.Schema<GetDomainResponseDomainIntendedNameserversList>;
211
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
212
+ export type GetDomainResponseDomainCustomNameserversList = Array<string>;
213
+ export declare const GetDomainResponseDomainCustomNameserversList: S.Schema<GetDomainResponseDomainCustomNameserversList>;
214
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
215
+ export type GetDomainResponseDomainCreator = ClaimDomainOwnershipResponseDomainCreator;
216
+ export declare const GetDomainResponseDomainCreator: S.Schema<ClaimDomainOwnershipResponseDomainCreator>;
217
+ /** 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. */
218
+ export type GetDomainResponseDomainServiceType = "external" | "na" | "zeit.world";
219
+ export declare const GetDomainResponseDomainServiceType: any;
220
+ export interface GetDomainResponseDomain {
221
+ suffix: boolean;
222
+ /** Timestamp in milliseconds at which the domain is set to expire. null if not bought with Vercel. */
223
+ expiresAt: number | null;
224
+ /** If the domain has the ownership verified. */
225
+ verified: boolean;
226
+ /** A list of the current nameservers of the domain. */
227
+ nameservers: GetDomainResponseDomainNameserversList;
228
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
229
+ intendedNameservers: GetDomainResponseDomainIntendedNameserversList;
230
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
231
+ customNameservers?: GetDomainResponseDomainCustomNameserversList;
232
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
233
+ creator: ClaimDomainOwnershipResponseDomainCreator;
234
+ /** The domain name. */
235
+ name: string;
236
+ teamId: string | null;
237
+ /** If it was purchased through Vercel, the timestamp in milliseconds when it was purchased. */
238
+ boughtAt: number | null;
239
+ /** Timestamp in milliseconds when the domain was created in the registry. */
240
+ createdAt: number;
241
+ /** The unique identifier of the domain. */
242
+ id: string;
243
+ /** Indicates whether the domain is set to automatically renew. */
244
+ renew?: boolean;
245
+ /** 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. */
246
+ serviceType: GetDomainResponseDomainServiceType;
247
+ /** Timestamp in milliseconds at which the domain was successfully transferred into Vercel. `null` if the transfer is still processing or was never transferred in. */
248
+ transferredAt?: number | null;
249
+ /** If transferred into Vercel, timestamp in milliseconds when the domain transfer was initiated. */
250
+ transferStartedAt?: number;
251
+ userId: string;
252
+ }
253
+ export declare const GetDomainResponseDomain: S.Schema<GetDomainResponseDomain>;
254
+ export interface GetDomainResponse {
255
+ domain: GetDomainResponseDomain;
256
+ }
257
+ export declare const GetDomainResponse: S.Schema<GetDomainResponse>;
258
+ /** 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. */
259
+ export type GetDomainConfigRequestStrict = "true" | "false";
260
+ export declare const GetDomainConfigRequestStrict: any;
261
+ export interface GetDomainConfigRequest {
262
+ /** The name of the domain. */
263
+ domain: string;
264
+ /** The project id or name that will be associated with the domain. Use this when the domain is not yet associated with a project. */
265
+ projectIdOrName?: string;
266
+ /** 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. */
267
+ strict?: GetDomainConfigRequestStrict | (string & {});
268
+ /** The Team identifier to perform the request on behalf of. */
269
+ teamId?: string;
270
+ /** The Team slug to perform the request on behalf of. */
271
+ slug?: string;
272
+ }
273
+ export declare const GetDomainConfigRequest: S.Schema<GetDomainConfigRequest>;
274
+ /** 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. */
275
+ export type GetDomainConfigResponseConfiguredBy = "A" | "CNAME" | "dns-01" | "http";
276
+ export declare const GetDomainConfigResponseConfiguredBy: any;
277
+ /** Which challenge types the domain can use for issuing certs. */
278
+ export type GetDomainConfigResponseAcceptedChallengesItem = "dns-01" | "http-01";
279
+ export declare const GetDomainConfigResponseAcceptedChallengesItem: any;
280
+ /** Which challenge types the domain can use for issuing certs. */
281
+ export type GetDomainConfigResponseAcceptedChallengesList = Array<GetDomainConfigResponseAcceptedChallengesItem>;
282
+ export declare const GetDomainConfigResponseAcceptedChallengesList: S.Schema<GetDomainConfigResponseAcceptedChallengesList>;
283
+ export type GetDomainConfigResponseRecommendedIPv4ItemValueList = Array<string>;
284
+ export declare const GetDomainConfigResponseRecommendedIPv4ItemValueList: S.Schema<GetDomainConfigResponseRecommendedIPv4ItemValueList>;
285
+ /** Recommended IPv4s for the domain. rank=1 is the preferred value(s) to use. Only using 1 ip value is acceptable. */
286
+ export interface GetDomainConfigResponseRecommendedIPv4Item {
287
+ rank: number;
288
+ value: GetDomainConfigResponseRecommendedIPv4ItemValueList;
289
+ }
290
+ export declare const GetDomainConfigResponseRecommendedIPv4Item: S.Schema<GetDomainConfigResponseRecommendedIPv4Item>;
291
+ /** Recommended IPv4s for the domain. rank=1 is the preferred value(s) to use. Only using 1 ip value is acceptable. */
292
+ export type GetDomainConfigResponseRecommendedIPv4List = Array<GetDomainConfigResponseRecommendedIPv4Item>;
293
+ export declare const GetDomainConfigResponseRecommendedIPv4List: S.Schema<GetDomainConfigResponseRecommendedIPv4List>;
294
+ /** Recommended CNAMEs for the domain. rank=1 is the preferred value to use. */
295
+ export interface GetDomainConfigResponseRecommendedCNAMEItem {
296
+ rank: number;
297
+ value: string;
298
+ }
299
+ export declare const GetDomainConfigResponseRecommendedCNAMEItem: S.Schema<GetDomainConfigResponseRecommendedCNAMEItem>;
300
+ /** Recommended CNAMEs for the domain. rank=1 is the preferred value to use. */
301
+ export type GetDomainConfigResponseRecommendedCNAMEList = Array<GetDomainConfigResponseRecommendedCNAMEItem>;
302
+ export declare const GetDomainConfigResponseRecommendedCNAMEList: S.Schema<GetDomainConfigResponseRecommendedCNAMEList>;
303
+ export interface GetDomainConfigResponse {
304
+ /** 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. */
305
+ configuredBy: GetDomainConfigResponseConfiguredBy | null;
306
+ /** Which challenge types the domain can use for issuing certs. */
307
+ acceptedChallenges: GetDomainConfigResponseAcceptedChallengesList;
308
+ /** Recommended IPv4s for the domain. rank=1 is the preferred value(s) to use. Only using 1 ip value is acceptable. */
309
+ recommendedIPv4: GetDomainConfigResponseRecommendedIPv4List;
310
+ /** Recommended CNAMEs for the domain. rank=1 is the preferred value to use. */
311
+ recommendedCNAME: GetDomainConfigResponseRecommendedCNAMEList;
312
+ /** Whether or not the domain is configured AND we can automatically generate a TLS certificate. */
313
+ misconfigured: boolean;
314
+ }
315
+ export declare const GetDomainConfigResponse: S.Schema<GetDomainConfigResponse>;
316
+ export interface GetDomainProjectDomainsRequest {
317
+ /** The apex domain name. */
318
+ domain: string;
319
+ /** Maximum number of project domains to list from a request. */
320
+ limit?: number;
321
+ /** Get project domains created after this JavaScript timestamp. */
322
+ since?: number;
323
+ /** Get project domains created before this JavaScript timestamp. */
324
+ until?: number;
325
+ /** The Team identifier to perform the request on behalf of. */
326
+ teamId?: string;
327
+ /** The Team slug to perform the request on behalf of. */
328
+ slug?: string;
329
+ }
330
+ export declare const GetDomainProjectDomainsRequest: S.Schema<GetDomainProjectDomainsRequest>;
331
+ export type GetDomainProjectDomainsResponseProjectDomainsItemRedirectStatusCode = 301 | 302 | 307 | 308;
332
+ export declare const GetDomainProjectDomainsResponseProjectDomainsItemRedirectStatusCode: any;
333
+ /** 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`. */
334
+ export interface GetDomainProjectDomainsResponseProjectDomainsItemVerificationItem {
335
+ type: string;
336
+ domain: string;
337
+ value: string;
338
+ reason: string;
339
+ }
340
+ export declare const GetDomainProjectDomainsResponseProjectDomainsItemVerificationItem: S.Schema<GetDomainProjectDomainsResponseProjectDomainsItemVerificationItem>;
341
+ /** 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`. */
342
+ export type GetDomainProjectDomainsResponseProjectDomainsItemVerificationList = Array<GetDomainProjectDomainsResponseProjectDomainsItemVerificationItem>;
343
+ export declare const GetDomainProjectDomainsResponseProjectDomainsItemVerificationList: S.Schema<GetDomainProjectDomainsResponseProjectDomainsItemVerificationList>;
344
+ export interface GetDomainProjectDomainsResponseProjectDomainsItem {
345
+ name: string;
346
+ apexName: string;
347
+ projectId: string;
348
+ redirect?: string | null;
349
+ redirectStatusCode?: GetDomainProjectDomainsResponseProjectDomainsItemRedirectStatusCode | null;
350
+ gitBranch?: string | null;
351
+ customEnvironmentId?: string | null;
352
+ updatedAt?: number;
353
+ createdAt?: number;
354
+ /** `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. */
355
+ verified: boolean;
356
+ /** 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`. */
357
+ verification?: GetDomainProjectDomainsResponseProjectDomainsItemVerificationList;
358
+ }
359
+ export declare const GetDomainProjectDomainsResponseProjectDomainsItem: S.Schema<GetDomainProjectDomainsResponseProjectDomainsItem>;
360
+ export type GetDomainProjectDomainsResponseProjectDomainsList = Array<GetDomainProjectDomainsResponseProjectDomainsItem>;
361
+ export declare const GetDomainProjectDomainsResponseProjectDomainsList: S.Schema<GetDomainProjectDomainsResponseProjectDomainsList>;
362
+ /** 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. */
363
+ export interface Pagination {
364
+ /** Amount of items in the current page. */
365
+ count: number;
366
+ /** Timestamp that must be used to request the next page. */
367
+ next: number | null;
368
+ /** Timestamp that must be used to request the previous page. */
369
+ prev: number | null;
370
+ }
371
+ export declare const Pagination: S.Schema<Pagination>;
372
+ export interface GetDomainProjectDomainsResponse {
373
+ projectDomains: GetDomainProjectDomainsResponseProjectDomainsList;
374
+ pagination: Pagination;
375
+ }
376
+ export declare const GetDomainProjectDomainsResponse: S.Schema<GetDomainProjectDomainsResponse>;
377
+ export interface GetDomainsRequest {
378
+ /** Maximum number of domains to list from a request. */
379
+ limit?: number;
380
+ /** Get domains created after this JavaScript timestamp. */
381
+ since?: number;
382
+ /** Get domains created before this JavaScript timestamp. */
383
+ until?: number;
384
+ /** The Team identifier to perform the request on behalf of. */
385
+ teamId?: string;
386
+ /** The Team slug to perform the request on behalf of. */
387
+ slug?: string;
388
+ }
389
+ export declare const GetDomainsRequest: S.Schema<GetDomainsRequest>;
390
+ /** A list of the current nameservers of the domain. */
391
+ export type GetDomainsResponseDomainsItemNameserversList = Array<string>;
392
+ export declare const GetDomainsResponseDomainsItemNameserversList: S.Schema<GetDomainsResponseDomainsItemNameserversList>;
393
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
394
+ export type GetDomainsResponseDomainsItemIntendedNameserversList = Array<string>;
395
+ export declare const GetDomainsResponseDomainsItemIntendedNameserversList: S.Schema<GetDomainsResponseDomainsItemIntendedNameserversList>;
396
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
397
+ export type GetDomainsResponseDomainsItemCustomNameserversList = Array<string>;
398
+ export declare const GetDomainsResponseDomainsItemCustomNameserversList: S.Schema<GetDomainsResponseDomainsItemCustomNameserversList>;
399
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
400
+ export type GetDomainsResponseDomainsItemCreator = ClaimDomainOwnershipResponseDomainCreator;
401
+ export declare const GetDomainsResponseDomainsItemCreator: S.Schema<ClaimDomainOwnershipResponseDomainCreator>;
402
+ /** 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. */
403
+ export type GetDomainsResponseDomainsItemServiceType = "external" | "na" | "zeit.world";
404
+ export declare const GetDomainsResponseDomainsItemServiceType: any;
405
+ export interface GetDomainsResponseDomainsItem {
406
+ /** Timestamp in milliseconds at which the domain is set to expire. null if not bought with Vercel. */
407
+ expiresAt: number | null;
408
+ /** If the domain has the ownership verified. */
409
+ verified: boolean;
410
+ /** A list of the current nameservers of the domain. */
411
+ nameservers: GetDomainsResponseDomainsItemNameserversList;
412
+ /** A list of the intended nameservers for the domain to point to Vercel DNS. */
413
+ intendedNameservers: GetDomainsResponseDomainsItemIntendedNameserversList;
414
+ /** A list of custom nameservers for the domain to point to. Only applies to domains purchased with Vercel. */
415
+ customNameservers?: GetDomainsResponseDomainsItemCustomNameserversList;
416
+ /** An object containing information of the domain creator, including the user's id, username, and email. */
417
+ creator: ClaimDomainOwnershipResponseDomainCreator;
418
+ /** The domain name. */
419
+ name: string;
420
+ teamId: string | null;
421
+ /** If it was purchased through Vercel, the timestamp in milliseconds when it was purchased. */
422
+ boughtAt: number | null;
423
+ /** Timestamp in milliseconds when the domain was created in the registry. */
424
+ createdAt: number;
425
+ /** The unique identifier of the domain. */
426
+ id: string;
427
+ /** Indicates whether the domain is set to automatically renew. */
428
+ renew?: boolean;
429
+ /** 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. */
430
+ serviceType: GetDomainsResponseDomainsItemServiceType;
431
+ /** Timestamp in milliseconds at which the domain was successfully transferred into Vercel. `null` if the transfer is still processing or was never transferred in. */
432
+ transferredAt?: number | null;
433
+ /** If transferred into Vercel, timestamp in milliseconds when the domain transfer was initiated. */
434
+ transferStartedAt?: number;
435
+ userId: string;
436
+ }
437
+ export declare const GetDomainsResponseDomainsItem: S.Schema<GetDomainsResponseDomainsItem>;
438
+ export type GetDomainsResponseDomainsList = Array<GetDomainsResponseDomainsItem>;
439
+ export declare const GetDomainsResponseDomainsList: S.Schema<GetDomainsResponseDomainsList>;
440
+ export interface GetDomainsResponse {
441
+ domains: GetDomainsResponseDomainsList;
442
+ pagination: Pagination;
443
+ }
444
+ export declare const GetDomainsResponse: S.Schema<GetDomainsResponse>;
445
+ export interface GetDomainVerificationRecordRequest {
446
+ /** The domain name to get the verification record for */
447
+ domain: string;
448
+ /** The Team identifier to perform the request on behalf of. */
449
+ teamId?: string;
450
+ /** The Team slug to perform the request on behalf of. */
451
+ slug?: string;
452
+ }
453
+ export declare const GetDomainVerificationRecordRequest: S.Schema<GetDomainVerificationRecordRequest>;
454
+ export interface GetDomainVerificationRecordResponse {
455
+ txtRecord: string;
456
+ verificationDomain: string;
457
+ }
458
+ export declare const GetDomainVerificationRecordResponse: S.Schema<GetDomainVerificationRecordResponse>;
459
+ /** This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/nameservers instead. */
460
+ export type PatchDomainRequestBodyCase0CustomNameserversList = Array<string>;
461
+ export declare const PatchDomainRequestBodyCase0CustomNameserversList: S.Schema<PatchDomainRequestBodyCase0CustomNameserversList>;
462
+ /** update */
463
+ export interface PatchDomainRequestBodyCase0 {
464
+ op?: string;
465
+ /** This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/auto-renew instead. */
466
+ renew?: boolean;
467
+ /** This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/nameservers instead. */
468
+ customNameservers?: PatchDomainRequestBodyCase0CustomNameserversList;
469
+ /** Specifies whether this is a DNS zone that intends to use Vercel's nameservers. */
470
+ zone?: boolean;
471
+ }
472
+ export declare const PatchDomainRequestBodyCase0: S.Schema<PatchDomainRequestBodyCase0>;
473
+ /** move-out */
474
+ export interface PatchDomainRequestBodyCase1 {
475
+ op?: string;
476
+ /** User or team to move domain to */
477
+ destination?: string;
478
+ }
479
+ export declare const PatchDomainRequestBodyCase1: S.Schema<PatchDomainRequestBodyCase1>;
480
+ export type PatchDomainRequestBody = PatchDomainRequestBodyCase0 | PatchDomainRequestBodyCase1;
481
+ export declare const PatchDomainRequestBody: S.Schema<PatchDomainRequestBody>;
482
+ export interface PatchDomainRequest {
483
+ domain: string;
484
+ /** The Team identifier to perform the request on behalf of. */
485
+ teamId?: string;
486
+ /** The Team slug to perform the request on behalf of. */
487
+ slug?: string;
488
+ body: PatchDomainRequestBody;
489
+ }
490
+ export declare const PatchDomainRequest: S.Schema<PatchDomainRequest>;
491
+ export interface PatchDomainResponseBodyCase0 {
492
+ moved: boolean;
493
+ }
494
+ export declare const PatchDomainResponseBodyCase0: S.Schema<PatchDomainResponseBodyCase0>;
495
+ export interface PatchDomainResponseBodyCase1 {
496
+ moved: boolean;
497
+ token: string;
498
+ }
499
+ export declare const PatchDomainResponseBodyCase1: S.Schema<PatchDomainResponseBodyCase1>;
500
+ export type PatchDomainResponseBodyCase2CustomNameserversList = Array<string>;
501
+ export declare const PatchDomainResponseBodyCase2CustomNameserversList: S.Schema<PatchDomainResponseBodyCase2CustomNameserversList>;
502
+ export interface PatchDomainResponseBodyCase2 {
503
+ renew?: boolean;
504
+ customNameservers?: PatchDomainResponseBodyCase2CustomNameserversList;
505
+ zone?: boolean;
506
+ }
507
+ export declare const PatchDomainResponseBodyCase2: S.Schema<PatchDomainResponseBodyCase2>;
508
+ export type PatchDomainResponseBody = PatchDomainResponseBodyCase0 | PatchDomainResponseBodyCase1 | PatchDomainResponseBodyCase2;
509
+ export declare const PatchDomainResponseBody: S.Schema<PatchDomainResponseBody>;
510
+ export type PatchDomainResponse = PatchDomainResponseBody;
511
+ export declare const PatchDomainResponse: S.Schema<PatchDomainResponse>;
512
+ export type ClaimDomainOwnershipError = BadRequest | Forbidden | NotFound | VercelOpError;
513
+ /** 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. */
514
+ export declare const claimDomainOwnership: API.OperationMethod<ClaimDomainOwnershipRequest, ClaimDomainOwnershipResponse, ClaimDomainOwnershipError, VercelOpContext>;
515
+ export type CreateOrTransferDomainError = BadRequest | PaymentRequired | Forbidden | NotFound | Conflict | VercelOpError;
516
+ /** 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). */
517
+ export declare const createOrTransferDomain: API.OperationMethod<CreateOrTransferDomainRequest, CreateOrTransferDomainResponse, CreateOrTransferDomainError, VercelOpContext>;
518
+ export type DeleteDomainError = BadRequest | Forbidden | NotFound | Conflict | VercelOpError;
519
+ /** Remove a domain by name Delete a previously registered domain name from Vercel. Deleting a domain will automatically remove any associated aliases. */
520
+ export declare const deleteDomain: API.OperationMethod<DeleteDomainRequest, DeleteDomainResponse, DeleteDomainError, VercelOpContext>;
521
+ export type GetDomainError = BadRequest | Forbidden | NotFound | VercelOpError;
522
+ /** Get Information for a Single Domain Get information for a single domain in an account or team. */
523
+ export declare const getDomain: API.OperationMethod<GetDomainRequest, GetDomainResponse, GetDomainError, VercelOpContext>;
524
+ export type GetDomainConfigError = BadRequest | Forbidden | VercelOpError;
525
+ /** Get a Domain's configuration Get a Domain's configuration. */
526
+ export declare const getDomainConfig: API.OperationMethod<GetDomainConfigRequest, GetDomainConfigResponse, GetDomainConfigError, VercelOpContext>;
527
+ export type GetDomainProjectDomainsError = BadRequest | Forbidden | NotFound | VercelOpError;
528
+ /** List Project Domains by Apex Domain List all project domains associated with an apex domain owned by the authenticated account. */
529
+ export declare const getDomainProjectDomains: API.OperationMethod<GetDomainProjectDomainsRequest, GetDomainProjectDomainsResponse, GetDomainProjectDomainsError, VercelOpContext>;
530
+ export type GetDomainsError = BadRequest | Forbidden | Conflict | VercelOpError;
531
+ /** 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. */
532
+ export declare const getDomains: API.OperationMethod<GetDomainsRequest, GetDomainsResponse, GetDomainsError, VercelOpContext>;
533
+ export type GetDomainVerificationRecordError = BadRequest | Forbidden | NotFound | VercelOpError;
534
+ /** 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. */
535
+ export declare const getDomainVerificationRecord: API.OperationMethod<GetDomainVerificationRecordRequest, GetDomainVerificationRecordResponse, GetDomainVerificationRecordError, VercelOpContext>;
536
+ export type PatchDomainError = BadRequest | Forbidden | NotFound | Conflict | VercelOpError;
537
+ /** 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). */
538
+ export declare const patchDomain: API.OperationMethod<PatchDomainRequest, PatchDomainResponse, PatchDomainError, VercelOpContext>;
539
+ //# 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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"}