@vercel/sdk 1.10.0 → 1.10.2

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 (290) hide show
  1. package/bin/mcp-server.js +3601 -3879
  2. package/bin/mcp-server.js.map +59 -59
  3. package/docs/sdks/accessgroups/README.md +11 -0
  4. package/docs/sdks/aliases/README.md +7 -1
  5. package/docs/sdks/artifacts/README.md +6 -0
  6. package/docs/sdks/authentication/README.md +5 -0
  7. package/docs/sdks/certs/README.md +4 -0
  8. package/docs/sdks/checks/README.md +5 -0
  9. package/docs/sdks/deployments/README.md +18 -0
  10. package/docs/sdks/dns/README.md +4 -0
  11. package/docs/sdks/domains/README.md +10 -0
  12. package/docs/sdks/edgeconfig/README.md +17 -0
  13. package/docs/sdks/environment/README.md +5 -0
  14. package/docs/sdks/integrations/README.md +4 -0
  15. package/docs/sdks/logdrains/README.md +3 -0
  16. package/docs/sdks/logs/README.md +1 -0
  17. package/docs/sdks/marketplace/README.md +20 -0
  18. package/docs/sdks/projectmembers/README.md +3 -0
  19. package/docs/sdks/projects/README.md +24 -0
  20. package/docs/sdks/rollingrelease/README.md +7 -0
  21. package/docs/sdks/security/README.md +8 -0
  22. package/docs/sdks/teams/README.md +13 -0
  23. package/docs/sdks/user/README.md +3 -0
  24. package/docs/sdks/webhooks/README.md +4 -0
  25. package/esm/__tests__/aliases.test.js +16 -16
  26. package/esm/__tests__/aliases.test.js.map +1 -1
  27. package/esm/__tests__/security.test.js +13 -1
  28. package/esm/__tests__/security.test.js.map +1 -1
  29. package/esm/funcs/aliasesGetAlias.d.ts +2 -2
  30. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
  31. package/esm/funcs/aliasesGetAlias.js +3 -2
  32. package/esm/funcs/aliasesGetAlias.js.map +1 -1
  33. package/esm/funcs/checksRerequestCheck.js +1 -0
  34. package/esm/funcs/checksRerequestCheck.js.map +1 -1
  35. package/esm/funcs/domainsBuyDomain.js +2 -2
  36. package/esm/funcs/domainsBuyDomain.js.map +1 -1
  37. package/esm/funcs/domainsGetDomainConfig.js +2 -2
  38. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  39. package/esm/funcs/domainsPatchDomain.js +2 -2
  40. package/esm/funcs/domainsPatchDomain.js.map +1 -1
  41. package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +2 -3
  42. package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
  43. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +2 -2
  44. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
  45. package/esm/funcs/projectsAcceptProjectTransferRequest.js +2 -2
  46. package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
  47. package/esm/funcs/projectsCreateProject.js +2 -2
  48. package/esm/funcs/projectsCreateProject.js.map +1 -1
  49. package/esm/funcs/teamsPatchTeam.js +2 -2
  50. package/esm/funcs/teamsPatchTeam.js.map +1 -1
  51. package/esm/lib/config.d.ts +3 -3
  52. package/esm/lib/config.js +3 -3
  53. package/esm/mcp-server/mcp-server.js +1 -1
  54. package/esm/mcp-server/server.js +1 -1
  55. package/esm/models/acceptprojecttransferrequestop.d.ts +176 -2
  56. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  57. package/esm/models/acceptprojecttransferrequestop.js +176 -2
  58. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  59. package/esm/models/addbypassipop.d.ts +38 -38
  60. package/esm/models/addbypassipop.d.ts.map +1 -1
  61. package/esm/models/addbypassipop.js +44 -42
  62. package/esm/models/addbypassipop.js.map +1 -1
  63. package/esm/models/authtoken.d.ts +10 -4
  64. package/esm/models/authtoken.d.ts.map +1 -1
  65. package/esm/models/authtoken.js +6 -4
  66. package/esm/models/authtoken.js.map +1 -1
  67. package/esm/models/authuser.d.ts +54 -0
  68. package/esm/models/authuser.d.ts.map +1 -1
  69. package/esm/models/authuser.js +34 -0
  70. package/esm/models/authuser.js.map +1 -1
  71. package/esm/models/canceldeploymentop.d.ts +385 -148
  72. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  73. package/esm/models/canceldeploymentop.js +363 -148
  74. package/esm/models/canceldeploymentop.js.map +1 -1
  75. package/esm/models/createcustomenvironmentop.d.ts +3 -3
  76. package/esm/models/createcustomenvironmentop.js +1 -1
  77. package/esm/models/createcustomenvironmentop.js.map +1 -1
  78. package/esm/models/createdeploymentop.d.ts +604 -344
  79. package/esm/models/createdeploymentop.d.ts.map +1 -1
  80. package/esm/models/createdeploymentop.js +501 -274
  81. package/esm/models/createdeploymentop.js.map +1 -1
  82. package/esm/models/createlogdrainop.d.ts +2 -2
  83. package/esm/models/createlogdrainop.d.ts.map +1 -1
  84. package/esm/models/createlogdrainop.js +2 -2
  85. package/esm/models/createlogdrainop.js.map +1 -1
  86. package/esm/models/createprojectenvop.d.ts +6 -6
  87. package/esm/models/createprojectenvop.js +2 -2
  88. package/esm/models/createprojectenvop.js.map +1 -1
  89. package/esm/models/createprojectop.d.ts +378 -797
  90. package/esm/models/createprojectop.d.ts.map +1 -1
  91. package/esm/models/createprojectop.js +344 -718
  92. package/esm/models/createprojectop.js.map +1 -1
  93. package/esm/models/createwebhookop.d.ts +12 -0
  94. package/esm/models/createwebhookop.d.ts.map +1 -1
  95. package/esm/models/createwebhookop.js +4 -0
  96. package/esm/models/createwebhookop.js.map +1 -1
  97. package/esm/models/editprojectenvop.d.ts +3 -3
  98. package/esm/models/editprojectenvop.js +1 -1
  99. package/esm/models/editprojectenvop.js.map +1 -1
  100. package/esm/models/exchangessotokenop.d.ts +4 -4
  101. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  102. package/esm/models/exchangessotokenop.js +4 -4
  103. package/esm/models/exchangessotokenop.js.map +1 -1
  104. package/esm/models/filterprojectenvsop.d.ts +9 -9
  105. package/esm/models/filterprojectenvsop.js +3 -3
  106. package/esm/models/filterprojectenvsop.js.map +1 -1
  107. package/esm/models/getaliasop.d.ts +0 -555
  108. package/esm/models/getaliasop.d.ts.map +1 -1
  109. package/esm/models/getaliasop.js +0 -449
  110. package/esm/models/getaliasop.js.map +1 -1
  111. package/esm/models/getbypassipop.d.ts +55 -179
  112. package/esm/models/getbypassipop.d.ts.map +1 -1
  113. package/esm/models/getbypassipop.js +59 -221
  114. package/esm/models/getbypassipop.js.map +1 -1
  115. package/esm/models/getcustomenvironmentop.d.ts +3 -3
  116. package/esm/models/getcustomenvironmentop.js +1 -1
  117. package/esm/models/getcustomenvironmentop.js.map +1 -1
  118. package/esm/models/getdeploymentop.d.ts +847 -366
  119. package/esm/models/getdeploymentop.d.ts.map +1 -1
  120. package/esm/models/getdeploymentop.js +772 -332
  121. package/esm/models/getdeploymentop.js.map +1 -1
  122. package/esm/models/getdeploymentsop.d.ts +3 -0
  123. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  124. package/esm/models/getdeploymentsop.js +1 -0
  125. package/esm/models/getdeploymentsop.js.map +1 -1
  126. package/esm/models/getfirewallconfigop.d.ts +3 -0
  127. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  128. package/esm/models/getfirewallconfigop.js +1 -0
  129. package/esm/models/getfirewallconfigop.js.map +1 -1
  130. package/esm/models/getintegrationlogdrainsop.d.ts +2 -2
  131. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  132. package/esm/models/getintegrationlogdrainsop.js +4 -2
  133. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  134. package/esm/models/getprojectmembersop.d.ts +3 -0
  135. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  136. package/esm/models/getprojectmembersop.js +1 -0
  137. package/esm/models/getprojectmembersop.js.map +1 -1
  138. package/esm/models/getprojectsop.d.ts +218 -643
  139. package/esm/models/getprojectsop.d.ts.map +1 -1
  140. package/esm/models/getprojectsop.js +197 -573
  141. package/esm/models/getprojectsop.js.map +1 -1
  142. package/esm/models/getrecordsop.d.ts +8 -0
  143. package/esm/models/getrecordsop.d.ts.map +1 -1
  144. package/esm/models/getrecordsop.js +8 -0
  145. package/esm/models/getrecordsop.js.map +1 -1
  146. package/esm/models/getteammembersop.d.ts +6 -0
  147. package/esm/models/getteammembersop.d.ts.map +1 -1
  148. package/esm/models/getteammembersop.js +2 -0
  149. package/esm/models/getteammembersop.js.map +1 -1
  150. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
  151. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
  152. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  153. package/esm/models/getwebhookop.d.ts +6 -0
  154. package/esm/models/getwebhookop.d.ts.map +1 -1
  155. package/esm/models/getwebhookop.js +2 -0
  156. package/esm/models/getwebhookop.js.map +1 -1
  157. package/esm/models/getwebhooksop.d.ts +15 -0
  158. package/esm/models/getwebhooksop.d.ts.map +1 -1
  159. package/esm/models/getwebhooksop.js +5 -0
  160. package/esm/models/getwebhooksop.js.map +1 -1
  161. package/esm/models/inviteusertoteamop.d.ts +33 -0
  162. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  163. package/esm/models/inviteusertoteamop.js +11 -0
  164. package/esm/models/inviteusertoteamop.js.map +1 -1
  165. package/esm/models/listaccessgroupmembersop.d.ts +3 -0
  166. package/esm/models/listaccessgroupmembersop.d.ts.map +1 -1
  167. package/esm/models/listaccessgroupmembersop.js +1 -0
  168. package/esm/models/listaccessgroupmembersop.js.map +1 -1
  169. package/esm/models/listaliasesop.d.ts +141 -39
  170. package/esm/models/listaliasesop.d.ts.map +1 -1
  171. package/esm/models/listaliasesop.js +132 -35
  172. package/esm/models/listaliasesop.js.map +1 -1
  173. package/esm/models/listdeploymentaliasesop.d.ts +30 -30
  174. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  175. package/esm/models/listdeploymentaliasesop.js +34 -34
  176. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  177. package/esm/models/patchedgeconfigitemsop.d.ts +0 -4
  178. package/esm/models/patchedgeconfigitemsop.d.ts.map +1 -1
  179. package/esm/models/patchedgeconfigitemsop.js +0 -4
  180. package/esm/models/patchedgeconfigitemsop.js.map +1 -1
  181. package/esm/models/patchteamop.d.ts +185 -0
  182. package/esm/models/patchteamop.d.ts.map +1 -1
  183. package/esm/models/patchteamop.js +132 -0
  184. package/esm/models/patchteamop.js.map +1 -1
  185. package/esm/models/putfirewallconfigop.d.ts +3 -0
  186. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  187. package/esm/models/putfirewallconfigop.js +1 -0
  188. package/esm/models/putfirewallconfigop.js.map +1 -1
  189. package/esm/models/removecustomenvironmentop.d.ts +3 -3
  190. package/esm/models/removecustomenvironmentop.js +1 -1
  191. package/esm/models/removecustomenvironmentop.js.map +1 -1
  192. package/esm/models/removeprojectenvop.d.ts +9 -9
  193. package/esm/models/removeprojectenvop.js +3 -3
  194. package/esm/models/removeprojectenvop.js.map +1 -1
  195. package/esm/models/rerequestcheckop.d.ts +5 -0
  196. package/esm/models/rerequestcheckop.d.ts.map +1 -1
  197. package/esm/models/rerequestcheckop.js +2 -0
  198. package/esm/models/rerequestcheckop.js.map +1 -1
  199. package/esm/models/team.d.ts +142 -0
  200. package/esm/models/team.d.ts.map +1 -1
  201. package/esm/models/team.js +111 -0
  202. package/esm/models/team.js.map +1 -1
  203. package/esm/models/teamlimited.d.ts +15 -0
  204. package/esm/models/teamlimited.d.ts.map +1 -1
  205. package/esm/models/teamlimited.js +5 -0
  206. package/esm/models/teamlimited.js.map +1 -1
  207. package/esm/models/updatecustomenvironmentop.d.ts +3 -3
  208. package/esm/models/updatecustomenvironmentop.js +1 -1
  209. package/esm/models/updatecustomenvironmentop.js.map +1 -1
  210. package/esm/models/updateprojectdatacacheop.d.ts +226 -651
  211. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  212. package/esm/models/updateprojectdatacacheop.js +209 -604
  213. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  214. package/esm/models/updateprojectop.d.ts +221 -643
  215. package/esm/models/updateprojectop.d.ts.map +1 -1
  216. package/esm/models/updateprojectop.js +198 -573
  217. package/esm/models/updateprojectop.js.map +1 -1
  218. package/esm/models/userevent.d.ts +1629 -1433
  219. package/esm/models/userevent.d.ts.map +1 -1
  220. package/esm/models/userevent.js +2023 -1841
  221. package/esm/models/userevent.js.map +1 -1
  222. package/esm/sdk/aliases.d.ts +2 -2
  223. package/esm/sdk/aliases.d.ts.map +1 -1
  224. package/examples/README.md +5 -0
  225. package/examples/package-lock.json +8 -7
  226. package/examples/projectsUpdateProject.example.ts +2 -0
  227. package/jsr.json +1 -1
  228. package/package.json +6 -8
  229. package/src/__tests__/aliases.test.ts +16 -16
  230. package/src/__tests__/security.test.ts +13 -1
  231. package/src/funcs/aliasesGetAlias.ts +5 -6
  232. package/src/funcs/checksRerequestCheck.ts +1 -0
  233. package/src/funcs/domainsBuyDomain.ts +2 -2
  234. package/src/funcs/domainsGetDomainConfig.ts +2 -2
  235. package/src/funcs/domainsPatchDomain.ts +2 -2
  236. package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +2 -3
  237. package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +2 -2
  238. package/src/funcs/projectsAcceptProjectTransferRequest.ts +2 -2
  239. package/src/funcs/projectsCreateProject.ts +2 -2
  240. package/src/funcs/teamsPatchTeam.ts +2 -2
  241. package/src/lib/config.ts +3 -3
  242. package/src/mcp-server/mcp-server.ts +1 -1
  243. package/src/mcp-server/server.ts +1 -1
  244. package/src/models/acceptprojecttransferrequestop.ts +449 -4
  245. package/src/models/addbypassipop.ts +69 -78
  246. package/src/models/authtoken.ts +10 -8
  247. package/src/models/authuser.ts +93 -0
  248. package/src/models/canceldeploymentop.ts +734 -295
  249. package/src/models/createcustomenvironmentop.ts +1 -1
  250. package/src/models/createdeploymentop.ts +1122 -641
  251. package/src/models/createlogdrainop.ts +4 -4
  252. package/src/models/createprojectenvop.ts +2 -2
  253. package/src/models/createprojectop.ts +734 -1475
  254. package/src/models/createwebhookop.ts +4 -0
  255. package/src/models/editprojectenvop.ts +1 -1
  256. package/src/models/exchangessotokenop.ts +8 -8
  257. package/src/models/filterprojectenvsop.ts +3 -3
  258. package/src/models/getaliasop.ts +0 -1042
  259. package/src/models/getbypassipop.ts +100 -404
  260. package/src/models/getcustomenvironmentop.ts +1 -1
  261. package/src/models/getdeploymentop.ts +1761 -780
  262. package/src/models/getdeploymentsop.ts +1 -0
  263. package/src/models/getfirewallconfigop.ts +1 -0
  264. package/src/models/getintegrationlogdrainsop.ts +6 -4
  265. package/src/models/getprojectmembersop.ts +1 -0
  266. package/src/models/getprojectsop.ts +612 -1335
  267. package/src/models/getrecordsop.ts +16 -0
  268. package/src/models/getteammembersop.ts +2 -0
  269. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
  270. package/src/models/getwebhookop.ts +2 -0
  271. package/src/models/getwebhooksop.ts +5 -0
  272. package/src/models/inviteusertoteamop.ts +11 -0
  273. package/src/models/listaccessgroupmembersop.ts +1 -0
  274. package/src/models/listaliasesop.ts +290 -74
  275. package/src/models/listdeploymentaliasesop.ts +58 -70
  276. package/src/models/patchedgeconfigitemsop.ts +0 -8
  277. package/src/models/patchteamop.ts +311 -0
  278. package/src/models/putfirewallconfigop.ts +1 -0
  279. package/src/models/removecustomenvironmentop.ts +1 -1
  280. package/src/models/removeprojectenvop.ts +3 -3
  281. package/src/models/rerequestcheckop.ts +7 -0
  282. package/src/models/team.ts +240 -0
  283. package/src/models/teamlimited.ts +5 -0
  284. package/src/models/updatecustomenvironmentop.ts +1 -1
  285. package/src/models/updateprojectdatacacheop.ts +684 -1411
  286. package/src/models/updateprojectop.ts +601 -1343
  287. package/src/models/userevent.ts +3615 -3202
  288. package/src/sdk/aliases.ts +2 -2
  289. package/temp/example.ts +11 -0
  290. package/vercel-spec.json +2337 -2625
@@ -38,73 +38,39 @@ export type GetBypassIpRequest = {
38
38
  slug?: string | undefined;
39
39
  };
40
40
 
41
- export const GetBypassIpResponseBodyAction = {
41
+ export const GetBypassIpAction = {
42
42
  Block: "block",
43
43
  Bypass: "bypass",
44
44
  } as const;
45
- export type GetBypassIpResponseBodyAction = ClosedEnum<
46
- typeof GetBypassIpResponseBodyAction
47
- >;
45
+ export type GetBypassIpAction = ClosedEnum<typeof GetBypassIpAction>;
48
46
 
49
- export type GetBypassIpResponseBodyResult = {
50
- ownerId?: string | undefined;
51
- id?: string | undefined;
52
- domain?: string | undefined;
53
- ip?: string | undefined;
54
- action?: GetBypassIpResponseBodyAction | undefined;
47
+ export type GetBypassIpResult = {
48
+ ownerId: string;
49
+ id: string;
50
+ domain: string;
51
+ ip: string;
52
+ action?: GetBypassIpAction | undefined;
55
53
  projectId?: string | undefined;
56
54
  isProjectRule?: boolean | undefined;
57
55
  note?: string | undefined;
58
- createdAt?: string | undefined;
56
+ createdAt: string;
59
57
  actorId?: string | undefined;
60
- updatedAt?: string | undefined;
61
- updatedAtHour?: string | undefined;
58
+ updatedAt: string;
59
+ updatedAtHour: string;
62
60
  deletedAt?: string | undefined;
63
61
  expiresAt?: number | null | undefined;
64
62
  };
65
63
 
66
- export type GetBypassIpResponseBodyPagination = {
64
+ export type GetBypassIpPagination = {
67
65
  ownerId: string;
68
66
  id: string;
69
67
  };
70
68
 
71
- export type GetBypassIpResponseBody2 = {
72
- result?: Array<GetBypassIpResponseBodyResult> | undefined;
73
- pagination?: GetBypassIpResponseBodyPagination | undefined;
74
- };
75
-
76
- export const ResponseBodyAction = {
77
- Block: "block",
78
- Bypass: "bypass",
79
- } as const;
80
- export type ResponseBodyAction = ClosedEnum<typeof ResponseBodyAction>;
81
-
82
- export type ResponseBodyResult = {
83
- ownerId?: string | undefined;
84
- id?: string | undefined;
85
- domain?: string | undefined;
86
- ip?: string | undefined;
87
- action?: ResponseBodyAction | undefined;
88
- projectId?: string | undefined;
89
- isProjectRule?: boolean | undefined;
90
- note?: string | undefined;
91
- createdAt?: string | undefined;
92
- actorId?: string | undefined;
93
- updatedAt?: string | undefined;
94
- updatedAtHour?: string | undefined;
95
- deletedAt?: string | undefined;
96
- expiresAt?: number | null | undefined;
97
- };
98
-
99
- export type GetBypassIpResponseBody1 = {
100
- result: Array<ResponseBodyResult>;
101
- pagination?: any | null | undefined;
69
+ export type GetBypassIpResponseBody = {
70
+ result: Array<GetBypassIpResult>;
71
+ pagination?: GetBypassIpPagination | undefined;
102
72
  };
103
73
 
104
- export type GetBypassIpResponseBody =
105
- | GetBypassIpResponseBody1
106
- | GetBypassIpResponseBody2;
107
-
108
74
  /** @internal */
109
75
  export const GetBypassIpRequest$inboundSchema: z.ZodType<
110
76
  GetBypassIpRequest,
@@ -181,44 +147,44 @@ export function getBypassIpRequestFromJSON(
181
147
  }
182
148
 
183
149
  /** @internal */
184
- export const GetBypassIpResponseBodyAction$inboundSchema: z.ZodNativeEnum<
185
- typeof GetBypassIpResponseBodyAction
186
- > = z.nativeEnum(GetBypassIpResponseBodyAction);
150
+ export const GetBypassIpAction$inboundSchema: z.ZodNativeEnum<
151
+ typeof GetBypassIpAction
152
+ > = z.nativeEnum(GetBypassIpAction);
187
153
 
188
154
  /** @internal */
189
- export const GetBypassIpResponseBodyAction$outboundSchema: z.ZodNativeEnum<
190
- typeof GetBypassIpResponseBodyAction
191
- > = GetBypassIpResponseBodyAction$inboundSchema;
155
+ export const GetBypassIpAction$outboundSchema: z.ZodNativeEnum<
156
+ typeof GetBypassIpAction
157
+ > = GetBypassIpAction$inboundSchema;
192
158
 
193
159
  /**
194
160
  * @internal
195
161
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
196
162
  */
197
- export namespace GetBypassIpResponseBodyAction$ {
198
- /** @deprecated use `GetBypassIpResponseBodyAction$inboundSchema` instead. */
199
- export const inboundSchema = GetBypassIpResponseBodyAction$inboundSchema;
200
- /** @deprecated use `GetBypassIpResponseBodyAction$outboundSchema` instead. */
201
- export const outboundSchema = GetBypassIpResponseBodyAction$outboundSchema;
163
+ export namespace GetBypassIpAction$ {
164
+ /** @deprecated use `GetBypassIpAction$inboundSchema` instead. */
165
+ export const inboundSchema = GetBypassIpAction$inboundSchema;
166
+ /** @deprecated use `GetBypassIpAction$outboundSchema` instead. */
167
+ export const outboundSchema = GetBypassIpAction$outboundSchema;
202
168
  }
203
169
 
204
170
  /** @internal */
205
- export const GetBypassIpResponseBodyResult$inboundSchema: z.ZodType<
206
- GetBypassIpResponseBodyResult,
171
+ export const GetBypassIpResult$inboundSchema: z.ZodType<
172
+ GetBypassIpResult,
207
173
  z.ZodTypeDef,
208
174
  unknown
209
175
  > = z.object({
210
- OwnerId: z.string().optional(),
211
- Id: z.string().optional(),
212
- Domain: z.string().optional(),
213
- Ip: z.string().optional(),
214
- Action: GetBypassIpResponseBodyAction$inboundSchema.optional(),
176
+ OwnerId: z.string(),
177
+ Id: z.string(),
178
+ Domain: z.string(),
179
+ Ip: z.string(),
180
+ Action: GetBypassIpAction$inboundSchema.optional(),
215
181
  ProjectId: z.string().optional(),
216
182
  IsProjectRule: z.boolean().optional(),
217
183
  Note: z.string().optional(),
218
- CreatedAt: z.string().optional(),
184
+ CreatedAt: z.string(),
219
185
  ActorId: z.string().optional(),
220
- UpdatedAt: z.string().optional(),
221
- UpdatedAtHour: z.string().optional(),
186
+ UpdatedAt: z.string(),
187
+ UpdatedAtHour: z.string(),
222
188
  DeletedAt: z.string().optional(),
223
189
  ExpiresAt: z.nullable(z.number()).optional(),
224
190
  }).transform((v) => {
@@ -241,41 +207,41 @@ export const GetBypassIpResponseBodyResult$inboundSchema: z.ZodType<
241
207
  });
242
208
 
243
209
  /** @internal */
244
- export type GetBypassIpResponseBodyResult$Outbound = {
245
- OwnerId?: string | undefined;
246
- Id?: string | undefined;
247
- Domain?: string | undefined;
248
- Ip?: string | undefined;
210
+ export type GetBypassIpResult$Outbound = {
211
+ OwnerId: string;
212
+ Id: string;
213
+ Domain: string;
214
+ Ip: string;
249
215
  Action?: string | undefined;
250
216
  ProjectId?: string | undefined;
251
217
  IsProjectRule?: boolean | undefined;
252
218
  Note?: string | undefined;
253
- CreatedAt?: string | undefined;
219
+ CreatedAt: string;
254
220
  ActorId?: string | undefined;
255
- UpdatedAt?: string | undefined;
256
- UpdatedAtHour?: string | undefined;
221
+ UpdatedAt: string;
222
+ UpdatedAtHour: string;
257
223
  DeletedAt?: string | undefined;
258
224
  ExpiresAt?: number | null | undefined;
259
225
  };
260
226
 
261
227
  /** @internal */
262
- export const GetBypassIpResponseBodyResult$outboundSchema: z.ZodType<
263
- GetBypassIpResponseBodyResult$Outbound,
228
+ export const GetBypassIpResult$outboundSchema: z.ZodType<
229
+ GetBypassIpResult$Outbound,
264
230
  z.ZodTypeDef,
265
- GetBypassIpResponseBodyResult
231
+ GetBypassIpResult
266
232
  > = z.object({
267
- ownerId: z.string().optional(),
268
- id: z.string().optional(),
269
- domain: z.string().optional(),
270
- ip: z.string().optional(),
271
- action: GetBypassIpResponseBodyAction$outboundSchema.optional(),
233
+ ownerId: z.string(),
234
+ id: z.string(),
235
+ domain: z.string(),
236
+ ip: z.string(),
237
+ action: GetBypassIpAction$outboundSchema.optional(),
272
238
  projectId: z.string().optional(),
273
239
  isProjectRule: z.boolean().optional(),
274
240
  note: z.string().optional(),
275
- createdAt: z.string().optional(),
241
+ createdAt: z.string(),
276
242
  actorId: z.string().optional(),
277
- updatedAt: z.string().optional(),
278
- updatedAtHour: z.string().optional(),
243
+ updatedAt: z.string(),
244
+ updatedAtHour: z.string(),
279
245
  deletedAt: z.string().optional(),
280
246
  expiresAt: z.nullable(z.number()).optional(),
281
247
  }).transform((v) => {
@@ -301,38 +267,36 @@ export const GetBypassIpResponseBodyResult$outboundSchema: z.ZodType<
301
267
  * @internal
302
268
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
303
269
  */
304
- export namespace GetBypassIpResponseBodyResult$ {
305
- /** @deprecated use `GetBypassIpResponseBodyResult$inboundSchema` instead. */
306
- export const inboundSchema = GetBypassIpResponseBodyResult$inboundSchema;
307
- /** @deprecated use `GetBypassIpResponseBodyResult$outboundSchema` instead. */
308
- export const outboundSchema = GetBypassIpResponseBodyResult$outboundSchema;
309
- /** @deprecated use `GetBypassIpResponseBodyResult$Outbound` instead. */
310
- export type Outbound = GetBypassIpResponseBodyResult$Outbound;
270
+ export namespace GetBypassIpResult$ {
271
+ /** @deprecated use `GetBypassIpResult$inboundSchema` instead. */
272
+ export const inboundSchema = GetBypassIpResult$inboundSchema;
273
+ /** @deprecated use `GetBypassIpResult$outboundSchema` instead. */
274
+ export const outboundSchema = GetBypassIpResult$outboundSchema;
275
+ /** @deprecated use `GetBypassIpResult$Outbound` instead. */
276
+ export type Outbound = GetBypassIpResult$Outbound;
311
277
  }
312
278
 
313
- export function getBypassIpResponseBodyResultToJSON(
314
- getBypassIpResponseBodyResult: GetBypassIpResponseBodyResult,
279
+ export function getBypassIpResultToJSON(
280
+ getBypassIpResult: GetBypassIpResult,
315
281
  ): string {
316
282
  return JSON.stringify(
317
- GetBypassIpResponseBodyResult$outboundSchema.parse(
318
- getBypassIpResponseBodyResult,
319
- ),
283
+ GetBypassIpResult$outboundSchema.parse(getBypassIpResult),
320
284
  );
321
285
  }
322
286
 
323
- export function getBypassIpResponseBodyResultFromJSON(
287
+ export function getBypassIpResultFromJSON(
324
288
  jsonString: string,
325
- ): SafeParseResult<GetBypassIpResponseBodyResult, SDKValidationError> {
289
+ ): SafeParseResult<GetBypassIpResult, SDKValidationError> {
326
290
  return safeParse(
327
291
  jsonString,
328
- (x) => GetBypassIpResponseBodyResult$inboundSchema.parse(JSON.parse(x)),
329
- `Failed to parse 'GetBypassIpResponseBodyResult' from JSON`,
292
+ (x) => GetBypassIpResult$inboundSchema.parse(JSON.parse(x)),
293
+ `Failed to parse 'GetBypassIpResult' from JSON`,
330
294
  );
331
295
  }
332
296
 
333
297
  /** @internal */
334
- export const GetBypassIpResponseBodyPagination$inboundSchema: z.ZodType<
335
- GetBypassIpResponseBodyPagination,
298
+ export const GetBypassIpPagination$inboundSchema: z.ZodType<
299
+ GetBypassIpPagination,
336
300
  z.ZodTypeDef,
337
301
  unknown
338
302
  > = z.object({
@@ -346,16 +310,16 @@ export const GetBypassIpResponseBodyPagination$inboundSchema: z.ZodType<
346
310
  });
347
311
 
348
312
  /** @internal */
349
- export type GetBypassIpResponseBodyPagination$Outbound = {
313
+ export type GetBypassIpPagination$Outbound = {
350
314
  OwnerId: string;
351
315
  Id: string;
352
316
  };
353
317
 
354
318
  /** @internal */
355
- export const GetBypassIpResponseBodyPagination$outboundSchema: z.ZodType<
356
- GetBypassIpResponseBodyPagination$Outbound,
319
+ export const GetBypassIpPagination$outboundSchema: z.ZodType<
320
+ GetBypassIpPagination$Outbound,
357
321
  z.ZodTypeDef,
358
- GetBypassIpResponseBodyPagination
322
+ GetBypassIpPagination
359
323
  > = z.object({
360
324
  ownerId: z.string(),
361
325
  id: z.string(),
@@ -370,326 +334,58 @@ export const GetBypassIpResponseBodyPagination$outboundSchema: z.ZodType<
370
334
  * @internal
371
335
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
372
336
  */
373
- export namespace GetBypassIpResponseBodyPagination$ {
374
- /** @deprecated use `GetBypassIpResponseBodyPagination$inboundSchema` instead. */
375
- export const inboundSchema = GetBypassIpResponseBodyPagination$inboundSchema;
376
- /** @deprecated use `GetBypassIpResponseBodyPagination$outboundSchema` instead. */
377
- export const outboundSchema =
378
- GetBypassIpResponseBodyPagination$outboundSchema;
379
- /** @deprecated use `GetBypassIpResponseBodyPagination$Outbound` instead. */
380
- export type Outbound = GetBypassIpResponseBodyPagination$Outbound;
381
- }
382
-
383
- export function getBypassIpResponseBodyPaginationToJSON(
384
- getBypassIpResponseBodyPagination: GetBypassIpResponseBodyPagination,
385
- ): string {
386
- return JSON.stringify(
387
- GetBypassIpResponseBodyPagination$outboundSchema.parse(
388
- getBypassIpResponseBodyPagination,
389
- ),
390
- );
391
- }
392
-
393
- export function getBypassIpResponseBodyPaginationFromJSON(
394
- jsonString: string,
395
- ): SafeParseResult<GetBypassIpResponseBodyPagination, SDKValidationError> {
396
- return safeParse(
397
- jsonString,
398
- (x) => GetBypassIpResponseBodyPagination$inboundSchema.parse(JSON.parse(x)),
399
- `Failed to parse 'GetBypassIpResponseBodyPagination' from JSON`,
400
- );
401
- }
402
-
403
- /** @internal */
404
- export const GetBypassIpResponseBody2$inboundSchema: z.ZodType<
405
- GetBypassIpResponseBody2,
406
- z.ZodTypeDef,
407
- unknown
408
- > = z.object({
409
- result: z.array(z.lazy(() => GetBypassIpResponseBodyResult$inboundSchema))
410
- .optional(),
411
- pagination: z.lazy(() => GetBypassIpResponseBodyPagination$inboundSchema)
412
- .optional(),
413
- });
414
-
415
- /** @internal */
416
- export type GetBypassIpResponseBody2$Outbound = {
417
- result?: Array<GetBypassIpResponseBodyResult$Outbound> | undefined;
418
- pagination?: GetBypassIpResponseBodyPagination$Outbound | undefined;
419
- };
420
-
421
- /** @internal */
422
- export const GetBypassIpResponseBody2$outboundSchema: z.ZodType<
423
- GetBypassIpResponseBody2$Outbound,
424
- z.ZodTypeDef,
425
- GetBypassIpResponseBody2
426
- > = z.object({
427
- result: z.array(z.lazy(() => GetBypassIpResponseBodyResult$outboundSchema))
428
- .optional(),
429
- pagination: z.lazy(() => GetBypassIpResponseBodyPagination$outboundSchema)
430
- .optional(),
431
- });
432
-
433
- /**
434
- * @internal
435
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
436
- */
437
- export namespace GetBypassIpResponseBody2$ {
438
- /** @deprecated use `GetBypassIpResponseBody2$inboundSchema` instead. */
439
- export const inboundSchema = GetBypassIpResponseBody2$inboundSchema;
440
- /** @deprecated use `GetBypassIpResponseBody2$outboundSchema` instead. */
441
- export const outboundSchema = GetBypassIpResponseBody2$outboundSchema;
442
- /** @deprecated use `GetBypassIpResponseBody2$Outbound` instead. */
443
- export type Outbound = GetBypassIpResponseBody2$Outbound;
444
- }
445
-
446
- export function getBypassIpResponseBody2ToJSON(
447
- getBypassIpResponseBody2: GetBypassIpResponseBody2,
448
- ): string {
449
- return JSON.stringify(
450
- GetBypassIpResponseBody2$outboundSchema.parse(getBypassIpResponseBody2),
451
- );
452
- }
453
-
454
- export function getBypassIpResponseBody2FromJSON(
455
- jsonString: string,
456
- ): SafeParseResult<GetBypassIpResponseBody2, SDKValidationError> {
457
- return safeParse(
458
- jsonString,
459
- (x) => GetBypassIpResponseBody2$inboundSchema.parse(JSON.parse(x)),
460
- `Failed to parse 'GetBypassIpResponseBody2' from JSON`,
461
- );
462
- }
463
-
464
- /** @internal */
465
- export const ResponseBodyAction$inboundSchema: z.ZodNativeEnum<
466
- typeof ResponseBodyAction
467
- > = z.nativeEnum(ResponseBodyAction);
468
-
469
- /** @internal */
470
- export const ResponseBodyAction$outboundSchema: z.ZodNativeEnum<
471
- typeof ResponseBodyAction
472
- > = ResponseBodyAction$inboundSchema;
473
-
474
- /**
475
- * @internal
476
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
477
- */
478
- export namespace ResponseBodyAction$ {
479
- /** @deprecated use `ResponseBodyAction$inboundSchema` instead. */
480
- export const inboundSchema = ResponseBodyAction$inboundSchema;
481
- /** @deprecated use `ResponseBodyAction$outboundSchema` instead. */
482
- export const outboundSchema = ResponseBodyAction$outboundSchema;
483
- }
484
-
485
- /** @internal */
486
- export const ResponseBodyResult$inboundSchema: z.ZodType<
487
- ResponseBodyResult,
488
- z.ZodTypeDef,
489
- unknown
490
- > = z.object({
491
- OwnerId: z.string().optional(),
492
- Id: z.string().optional(),
493
- Domain: z.string().optional(),
494
- Ip: z.string().optional(),
495
- Action: ResponseBodyAction$inboundSchema.optional(),
496
- ProjectId: z.string().optional(),
497
- IsProjectRule: z.boolean().optional(),
498
- Note: z.string().optional(),
499
- CreatedAt: z.string().optional(),
500
- ActorId: z.string().optional(),
501
- UpdatedAt: z.string().optional(),
502
- UpdatedAtHour: z.string().optional(),
503
- DeletedAt: z.string().optional(),
504
- ExpiresAt: z.nullable(z.number()).optional(),
505
- }).transform((v) => {
506
- return remap$(v, {
507
- "OwnerId": "ownerId",
508
- "Id": "id",
509
- "Domain": "domain",
510
- "Ip": "ip",
511
- "Action": "action",
512
- "ProjectId": "projectId",
513
- "IsProjectRule": "isProjectRule",
514
- "Note": "note",
515
- "CreatedAt": "createdAt",
516
- "ActorId": "actorId",
517
- "UpdatedAt": "updatedAt",
518
- "UpdatedAtHour": "updatedAtHour",
519
- "DeletedAt": "deletedAt",
520
- "ExpiresAt": "expiresAt",
521
- });
522
- });
523
-
524
- /** @internal */
525
- export type ResponseBodyResult$Outbound = {
526
- OwnerId?: string | undefined;
527
- Id?: string | undefined;
528
- Domain?: string | undefined;
529
- Ip?: string | undefined;
530
- Action?: string | undefined;
531
- ProjectId?: string | undefined;
532
- IsProjectRule?: boolean | undefined;
533
- Note?: string | undefined;
534
- CreatedAt?: string | undefined;
535
- ActorId?: string | undefined;
536
- UpdatedAt?: string | undefined;
537
- UpdatedAtHour?: string | undefined;
538
- DeletedAt?: string | undefined;
539
- ExpiresAt?: number | null | undefined;
540
- };
541
-
542
- /** @internal */
543
- export const ResponseBodyResult$outboundSchema: z.ZodType<
544
- ResponseBodyResult$Outbound,
545
- z.ZodTypeDef,
546
- ResponseBodyResult
547
- > = z.object({
548
- ownerId: z.string().optional(),
549
- id: z.string().optional(),
550
- domain: z.string().optional(),
551
- ip: z.string().optional(),
552
- action: ResponseBodyAction$outboundSchema.optional(),
553
- projectId: z.string().optional(),
554
- isProjectRule: z.boolean().optional(),
555
- note: z.string().optional(),
556
- createdAt: z.string().optional(),
557
- actorId: z.string().optional(),
558
- updatedAt: z.string().optional(),
559
- updatedAtHour: z.string().optional(),
560
- deletedAt: z.string().optional(),
561
- expiresAt: z.nullable(z.number()).optional(),
562
- }).transform((v) => {
563
- return remap$(v, {
564
- ownerId: "OwnerId",
565
- id: "Id",
566
- domain: "Domain",
567
- ip: "Ip",
568
- action: "Action",
569
- projectId: "ProjectId",
570
- isProjectRule: "IsProjectRule",
571
- note: "Note",
572
- createdAt: "CreatedAt",
573
- actorId: "ActorId",
574
- updatedAt: "UpdatedAt",
575
- updatedAtHour: "UpdatedAtHour",
576
- deletedAt: "DeletedAt",
577
- expiresAt: "ExpiresAt",
578
- });
579
- });
580
-
581
- /**
582
- * @internal
583
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
584
- */
585
- export namespace ResponseBodyResult$ {
586
- /** @deprecated use `ResponseBodyResult$inboundSchema` instead. */
587
- export const inboundSchema = ResponseBodyResult$inboundSchema;
588
- /** @deprecated use `ResponseBodyResult$outboundSchema` instead. */
589
- export const outboundSchema = ResponseBodyResult$outboundSchema;
590
- /** @deprecated use `ResponseBodyResult$Outbound` instead. */
591
- export type Outbound = ResponseBodyResult$Outbound;
337
+ export namespace GetBypassIpPagination$ {
338
+ /** @deprecated use `GetBypassIpPagination$inboundSchema` instead. */
339
+ export const inboundSchema = GetBypassIpPagination$inboundSchema;
340
+ /** @deprecated use `GetBypassIpPagination$outboundSchema` instead. */
341
+ export const outboundSchema = GetBypassIpPagination$outboundSchema;
342
+ /** @deprecated use `GetBypassIpPagination$Outbound` instead. */
343
+ export type Outbound = GetBypassIpPagination$Outbound;
592
344
  }
593
345
 
594
- export function responseBodyResultToJSON(
595
- responseBodyResult: ResponseBodyResult,
346
+ export function getBypassIpPaginationToJSON(
347
+ getBypassIpPagination: GetBypassIpPagination,
596
348
  ): string {
597
349
  return JSON.stringify(
598
- ResponseBodyResult$outboundSchema.parse(responseBodyResult),
350
+ GetBypassIpPagination$outboundSchema.parse(getBypassIpPagination),
599
351
  );
600
352
  }
601
353
 
602
- export function responseBodyResultFromJSON(
354
+ export function getBypassIpPaginationFromJSON(
603
355
  jsonString: string,
604
- ): SafeParseResult<ResponseBodyResult, SDKValidationError> {
356
+ ): SafeParseResult<GetBypassIpPagination, SDKValidationError> {
605
357
  return safeParse(
606
358
  jsonString,
607
- (x) => ResponseBodyResult$inboundSchema.parse(JSON.parse(x)),
608
- `Failed to parse 'ResponseBodyResult' from JSON`,
359
+ (x) => GetBypassIpPagination$inboundSchema.parse(JSON.parse(x)),
360
+ `Failed to parse 'GetBypassIpPagination' from JSON`,
609
361
  );
610
362
  }
611
363
 
612
364
  /** @internal */
613
- export const GetBypassIpResponseBody1$inboundSchema: z.ZodType<
614
- GetBypassIpResponseBody1,
365
+ export const GetBypassIpResponseBody$inboundSchema: z.ZodType<
366
+ GetBypassIpResponseBody,
615
367
  z.ZodTypeDef,
616
368
  unknown
617
369
  > = z.object({
618
- result: z.array(z.lazy(() => ResponseBodyResult$inboundSchema)),
619
- pagination: z.nullable(z.any()).optional(),
370
+ result: z.array(z.lazy(() => GetBypassIpResult$inboundSchema)),
371
+ pagination: z.lazy(() => GetBypassIpPagination$inboundSchema).optional(),
620
372
  });
621
373
 
622
374
  /** @internal */
623
- export type GetBypassIpResponseBody1$Outbound = {
624
- result: Array<ResponseBodyResult$Outbound>;
625
- pagination?: any | null | undefined;
375
+ export type GetBypassIpResponseBody$Outbound = {
376
+ result: Array<GetBypassIpResult$Outbound>;
377
+ pagination?: GetBypassIpPagination$Outbound | undefined;
626
378
  };
627
379
 
628
- /** @internal */
629
- export const GetBypassIpResponseBody1$outboundSchema: z.ZodType<
630
- GetBypassIpResponseBody1$Outbound,
631
- z.ZodTypeDef,
632
- GetBypassIpResponseBody1
633
- > = z.object({
634
- result: z.array(z.lazy(() => ResponseBodyResult$outboundSchema)),
635
- pagination: z.nullable(z.any()).optional(),
636
- });
637
-
638
- /**
639
- * @internal
640
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
641
- */
642
- export namespace GetBypassIpResponseBody1$ {
643
- /** @deprecated use `GetBypassIpResponseBody1$inboundSchema` instead. */
644
- export const inboundSchema = GetBypassIpResponseBody1$inboundSchema;
645
- /** @deprecated use `GetBypassIpResponseBody1$outboundSchema` instead. */
646
- export const outboundSchema = GetBypassIpResponseBody1$outboundSchema;
647
- /** @deprecated use `GetBypassIpResponseBody1$Outbound` instead. */
648
- export type Outbound = GetBypassIpResponseBody1$Outbound;
649
- }
650
-
651
- export function getBypassIpResponseBody1ToJSON(
652
- getBypassIpResponseBody1: GetBypassIpResponseBody1,
653
- ): string {
654
- return JSON.stringify(
655
- GetBypassIpResponseBody1$outboundSchema.parse(getBypassIpResponseBody1),
656
- );
657
- }
658
-
659
- export function getBypassIpResponseBody1FromJSON(
660
- jsonString: string,
661
- ): SafeParseResult<GetBypassIpResponseBody1, SDKValidationError> {
662
- return safeParse(
663
- jsonString,
664
- (x) => GetBypassIpResponseBody1$inboundSchema.parse(JSON.parse(x)),
665
- `Failed to parse 'GetBypassIpResponseBody1' from JSON`,
666
- );
667
- }
668
-
669
- /** @internal */
670
- export const GetBypassIpResponseBody$inboundSchema: z.ZodType<
671
- GetBypassIpResponseBody,
672
- z.ZodTypeDef,
673
- unknown
674
- > = z.union([
675
- z.lazy(() => GetBypassIpResponseBody1$inboundSchema),
676
- z.lazy(() => GetBypassIpResponseBody2$inboundSchema),
677
- ]);
678
-
679
- /** @internal */
680
- export type GetBypassIpResponseBody$Outbound =
681
- | GetBypassIpResponseBody1$Outbound
682
- | GetBypassIpResponseBody2$Outbound;
683
-
684
380
  /** @internal */
685
381
  export const GetBypassIpResponseBody$outboundSchema: z.ZodType<
686
382
  GetBypassIpResponseBody$Outbound,
687
383
  z.ZodTypeDef,
688
384
  GetBypassIpResponseBody
689
- > = z.union([
690
- z.lazy(() => GetBypassIpResponseBody1$outboundSchema),
691
- z.lazy(() => GetBypassIpResponseBody2$outboundSchema),
692
- ]);
385
+ > = z.object({
386
+ result: z.array(z.lazy(() => GetBypassIpResult$outboundSchema)),
387
+ pagination: z.lazy(() => GetBypassIpPagination$outboundSchema).optional(),
388
+ });
693
389
 
694
390
  /**
695
391
  * @internal
@@ -31,8 +31,8 @@ export type GetCustomEnvironmentRequest = {
31
31
  * The type of environment (production, preview, or development)
32
32
  */
33
33
  export const GetCustomEnvironmentType = {
34
- Production: "production",
35
34
  Preview: "preview",
35
+ Production: "production",
36
36
  Development: "development",
37
37
  } as const;
38
38
  /**