@vercel/sdk 1.10.6 → 1.10.8

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 (259) hide show
  1. package/README.md +58 -45
  2. package/bin/mcp-server.js +6081 -1764
  3. package/bin/mcp-server.js.map +51 -42
  4. package/docs/sdks/integrations/README.md +209 -0
  5. package/docs/sdks/projects/README.md +2 -0
  6. package/docs/sdks/teams/README.md +12 -0
  7. package/docs/sdks/vercel/README.md +74 -0
  8. package/esm/__tests__/accessgroups.test.js +3 -1
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/domains.test.js +12 -4
  11. package/esm/__tests__/domains.test.js.map +1 -1
  12. package/esm/__tests__/edgeconfig.test.js +6 -6
  13. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  14. package/esm/__tests__/integrations.test.js +62 -0
  15. package/esm/__tests__/integrations.test.js.map +1 -1
  16. package/esm/__tests__/rollingrelease.test.js +2 -6
  17. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  18. package/esm/__tests__/security.test.js +1 -11
  19. package/esm/__tests__/security.test.js.map +1 -1
  20. package/esm/__tests__/vercel.test.js +28 -1
  21. package/esm/__tests__/vercel.test.js.map +1 -1
  22. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  23. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  24. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
  25. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  26. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
  27. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  28. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
  29. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  30. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
  31. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  32. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
  33. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  34. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
  35. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  36. package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
  37. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
  38. package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
  39. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
  40. package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
  41. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
  42. package/esm/funcs/projectsGetProjects.js +1 -0
  43. package/esm/funcs/projectsGetProjects.js.map +1 -1
  44. package/esm/lib/config.d.ts +3 -3
  45. package/esm/lib/config.js +3 -3
  46. package/esm/mcp-server/mcp-server.js +1 -1
  47. package/esm/mcp-server/server.d.ts.map +1 -1
  48. package/esm/mcp-server/server.js +7 -1
  49. package/esm/mcp-server/server.js.map +1 -1
  50. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
  51. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  52. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
  53. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  54. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
  55. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  56. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
  57. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  58. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
  59. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  60. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
  61. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  62. package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
  63. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  64. package/esm/models/acceptprojecttransferrequestop.js +40 -1
  65. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  66. package/esm/models/authuser.d.ts +3 -3
  67. package/esm/models/authuser.js +1 -1
  68. package/esm/models/authuser.js.map +1 -1
  69. package/esm/models/canceldeploymentop.d.ts +80 -42
  70. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  71. package/esm/models/canceldeploymentop.js +44 -15
  72. package/esm/models/canceldeploymentop.js.map +1 -1
  73. package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
  74. package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
  75. package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
  76. package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
  77. package/esm/models/createdeploymentop.d.ts +292 -254
  78. package/esm/models/createdeploymentop.d.ts.map +1 -1
  79. package/esm/models/createdeploymentop.js +244 -217
  80. package/esm/models/createdeploymentop.js.map +1 -1
  81. package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
  82. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
  83. package/esm/models/createintegrationstoredirectop.js +6597 -0
  84. package/esm/models/createintegrationstoredirectop.js.map +1 -0
  85. package/esm/models/createortransferdomainop.d.ts +33 -0
  86. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  87. package/esm/models/createortransferdomainop.js +23 -0
  88. package/esm/models/createortransferdomainop.js.map +1 -1
  89. package/esm/models/createprojectenvop.d.ts +6 -6
  90. package/esm/models/createprojectenvop.js +2 -2
  91. package/esm/models/createprojectenvop.js.map +1 -1
  92. package/esm/models/createprojectop.d.ts +183 -162
  93. package/esm/models/createprojectop.d.ts.map +1 -1
  94. package/esm/models/createprojectop.js +154 -154
  95. package/esm/models/createprojectop.js.map +1 -1
  96. package/esm/models/createwebhookop.d.ts +12 -0
  97. package/esm/models/createwebhookop.d.ts.map +1 -1
  98. package/esm/models/createwebhookop.js +4 -0
  99. package/esm/models/createwebhookop.js.map +1 -1
  100. package/esm/models/editprojectenvop.d.ts +3 -3
  101. package/esm/models/editprojectenvop.js +1 -1
  102. package/esm/models/editprojectenvop.js.map +1 -1
  103. package/esm/models/filterprojectenvsop.d.ts +9 -9
  104. package/esm/models/filterprojectenvsop.js +3 -3
  105. package/esm/models/filterprojectenvsop.js.map +1 -1
  106. package/esm/models/getconfigurationop.d.ts +6 -0
  107. package/esm/models/getconfigurationop.d.ts.map +1 -1
  108. package/esm/models/getconfigurationop.js +2 -0
  109. package/esm/models/getconfigurationop.js.map +1 -1
  110. package/esm/models/getconfigurationproductsop.d.ts +533 -533
  111. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  112. package/esm/models/getconfigurationproductsop.js +666 -665
  113. package/esm/models/getconfigurationproductsop.js.map +1 -1
  114. package/esm/models/getconfigurationsop.d.ts +6 -0
  115. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  116. package/esm/models/getconfigurationsop.js +2 -0
  117. package/esm/models/getconfigurationsop.js.map +1 -1
  118. package/esm/models/getdeploymentop.d.ts +45 -7
  119. package/esm/models/getdeploymentop.d.ts.map +1 -1
  120. package/esm/models/getdeploymentop.js +30 -2
  121. package/esm/models/getdeploymentop.js.map +1 -1
  122. package/esm/models/getdomainop.d.ts +33 -0
  123. package/esm/models/getdomainop.d.ts.map +1 -1
  124. package/esm/models/getdomainop.js +24 -0
  125. package/esm/models/getdomainop.js.map +1 -1
  126. package/esm/models/getdomainsop.d.ts +33 -0
  127. package/esm/models/getdomainsop.d.ts.map +1 -1
  128. package/esm/models/getdomainsop.js +23 -0
  129. package/esm/models/getdomainsop.js.map +1 -1
  130. package/esm/models/getintegrationresourceop.d.ts +13 -13
  131. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  132. package/esm/models/getintegrationresourceop.js +13 -13
  133. package/esm/models/getintegrationresourceop.js.map +1 -1
  134. package/esm/models/getprojectsop.d.ts +57 -0
  135. package/esm/models/getprojectsop.d.ts.map +1 -1
  136. package/esm/models/getprojectsop.js +24 -0
  137. package/esm/models/getprojectsop.js.map +1 -1
  138. package/esm/models/getteammembersop.d.ts +102 -9
  139. package/esm/models/getteammembersop.d.ts.map +1 -1
  140. package/esm/models/getteammembersop.js +60 -3
  141. package/esm/models/getteammembersop.js.map +1 -1
  142. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
  143. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
  144. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
  145. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
  146. package/esm/models/getwebhookop.d.ts +6 -0
  147. package/esm/models/getwebhookop.d.ts.map +1 -1
  148. package/esm/models/getwebhookop.js +2 -0
  149. package/esm/models/getwebhookop.js.map +1 -1
  150. package/esm/models/getwebhooksop.d.ts +27 -15
  151. package/esm/models/getwebhooksop.d.ts.map +1 -1
  152. package/esm/models/getwebhooksop.js +19 -15
  153. package/esm/models/getwebhooksop.js.map +1 -1
  154. package/esm/models/inviteusertoteamop.d.ts +3 -0
  155. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  156. package/esm/models/inviteusertoteamop.js +1 -0
  157. package/esm/models/inviteusertoteamop.js.map +1 -1
  158. package/esm/models/patchteamop.d.ts +253 -0
  159. package/esm/models/patchteamop.d.ts.map +1 -1
  160. package/esm/models/patchteamop.js +150 -0
  161. package/esm/models/patchteamop.js.map +1 -1
  162. package/esm/models/removeprojectenvop.d.ts +9 -9
  163. package/esm/models/removeprojectenvop.js +3 -3
  164. package/esm/models/removeprojectenvop.js.map +1 -1
  165. package/esm/models/team.d.ts +47 -0
  166. package/esm/models/team.d.ts.map +1 -1
  167. package/esm/models/team.js +36 -0
  168. package/esm/models/team.js.map +1 -1
  169. package/esm/models/teamlimited.d.ts +3 -0
  170. package/esm/models/teamlimited.d.ts.map +1 -1
  171. package/esm/models/teamlimited.js +1 -0
  172. package/esm/models/teamlimited.js.map +1 -1
  173. package/esm/models/updatefirewallconfigop.d.ts +32 -32
  174. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  175. package/esm/models/updatefirewallconfigop.js +49 -49
  176. package/esm/models/updatefirewallconfigop.js.map +1 -1
  177. package/esm/models/updateinvoiceop.d.ts +36 -15
  178. package/esm/models/updateinvoiceop.d.ts.map +1 -1
  179. package/esm/models/updateinvoiceop.js +37 -16
  180. package/esm/models/updateinvoiceop.js.map +1 -1
  181. package/esm/models/updateprojectdatacacheop.d.ts +21 -0
  182. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  183. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  184. package/esm/models/updateprojectop.d.ts +21 -0
  185. package/esm/models/updateprojectop.d.ts.map +1 -1
  186. package/esm/models/updateprojectop.js.map +1 -1
  187. package/esm/models/userevent.d.ts +406 -305
  188. package/esm/models/userevent.d.ts.map +1 -1
  189. package/esm/models/userevent.js +467 -365
  190. package/esm/models/userevent.js.map +1 -1
  191. package/esm/sdk/integrations.d.ts +16 -0
  192. package/esm/sdk/integrations.d.ts.map +1 -1
  193. package/esm/sdk/integrations.js +20 -0
  194. package/esm/sdk/integrations.js.map +1 -1
  195. package/esm/sdk/sdk.d.ts +3 -1
  196. package/esm/sdk/sdk.d.ts.map +1 -1
  197. package/esm/sdk/sdk.js +5 -0
  198. package/esm/sdk/sdk.js.map +1 -1
  199. package/examples/package-lock.json +1 -1
  200. package/jsr.json +1 -1
  201. package/package.json +1 -1
  202. package/src/__tests__/accessgroups.test.ts +3 -1
  203. package/src/__tests__/domains.test.ts +12 -4
  204. package/src/__tests__/edgeconfig.test.ts +6 -6
  205. package/src/__tests__/integrations.test.ts +65 -0
  206. package/src/__tests__/rollingrelease.test.ts +2 -6
  207. package/src/__tests__/security.test.ts +1 -11
  208. package/src/__tests__/vercel.test.ts +36 -1
  209. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  210. package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
  211. package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
  212. package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
  213. package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
  214. package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
  215. package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
  216. package/src/funcs/projectsGetProjects.ts +1 -0
  217. package/src/lib/config.ts +3 -3
  218. package/src/mcp-server/mcp-server.ts +1 -1
  219. package/src/mcp-server/server.ts +9 -1
  220. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
  221. package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
  222. package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
  223. package/src/models/acceptprojecttransferrequestop.ts +88 -1
  224. package/src/models/authuser.ts +1 -1
  225. package/src/models/canceldeploymentop.ts +71 -24
  226. package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
  227. package/src/models/createdeploymentop.ts +545 -503
  228. package/src/models/createintegrationstoredirectop.ts +15739 -0
  229. package/src/models/createortransferdomainop.ts +41 -0
  230. package/src/models/createprojectenvop.ts +2 -2
  231. package/src/models/createprojectop.ts +364 -343
  232. package/src/models/createwebhookop.ts +4 -0
  233. package/src/models/editprojectenvop.ts +1 -1
  234. package/src/models/filterprojectenvsop.ts +3 -3
  235. package/src/models/getconfigurationop.ts +2 -0
  236. package/src/models/getconfigurationproductsop.ts +1326 -1163
  237. package/src/models/getconfigurationsop.ts +2 -0
  238. package/src/models/getdeploymentop.ts +59 -9
  239. package/src/models/getdomainop.ts +37 -0
  240. package/src/models/getdomainsop.ts +39 -0
  241. package/src/models/getintegrationresourceop.ts +26 -20
  242. package/src/models/getprojectsop.ts +63 -0
  243. package/src/models/getteammembersop.ts +84 -3
  244. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
  245. package/src/models/getwebhookop.ts +2 -0
  246. package/src/models/getwebhooksop.ts +31 -25
  247. package/src/models/inviteusertoteamop.ts +1 -0
  248. package/src/models/patchteamop.ts +254 -0
  249. package/src/models/removeprojectenvop.ts +3 -3
  250. package/src/models/team.ts +92 -0
  251. package/src/models/teamlimited.ts +1 -0
  252. package/src/models/updatefirewallconfigop.ts +74 -68
  253. package/src/models/updateinvoiceop.ts +78 -27
  254. package/src/models/updateprojectdatacacheop.ts +21 -0
  255. package/src/models/updateprojectop.ts +21 -0
  256. package/src/models/userevent.ts +918 -682
  257. package/src/sdk/integrations.ts +41 -0
  258. package/src/sdk/sdk.ts +23 -1
  259. package/vercel-spec.json +4270 -1150
@@ -3,11 +3,18 @@
3
3
  */
4
4
 
5
5
  import { deploymentsUpdateIntegrationDeploymentAction } from "../funcs/deploymentsUpdateIntegrationDeploymentAction.js";
6
+ import { integrationsConnectIntegrationResourceToProject } from "../funcs/integrationsConnectIntegrationResourceToProject.js";
7
+ import { integrationsCreateIntegrationStoreDirect } from "../funcs/integrationsCreateIntegrationStoreDirect.js";
6
8
  import { integrationsDeleteConfiguration } from "../funcs/integrationsDeleteConfiguration.js";
7
9
  import { integrationsGetConfiguration } from "../funcs/integrationsGetConfiguration.js";
8
10
  import { integrationsGetConfigurationProducts } from "../funcs/integrationsGetConfigurationProducts.js";
9
11
  import { integrationsGetConfigurations } from "../funcs/integrationsGetConfigurations.js";
10
12
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
13
+ import { ConnectIntegrationResourceToProjectRequest } from "../models/connectintegrationresourcetoprojectop.js";
14
+ import {
15
+ CreateIntegrationStoreDirectRequest,
16
+ CreateIntegrationStoreDirectResponseBody,
17
+ } from "../models/createintegrationstoredirectop.js";
11
18
  import { DeleteConfigurationRequest } from "../models/deleteconfigurationop.js";
12
19
  import {
13
20
  GetConfigurationRequest,
@@ -42,6 +49,23 @@ export class Integrations extends ClientSDK {
42
49
  ));
43
50
  }
44
51
 
52
+ /**
53
+ * Connect integration resource to project
54
+ *
55
+ * @remarks
56
+ * Connects an integration resource to a Vercel project. This endpoint establishes a connection between a provisioned integration resource (from storage APIs like `POST /v1/storage/stores/integration/direct`) and a specific Vercel project.
57
+ */
58
+ async connectIntegrationResourceToProject(
59
+ request: ConnectIntegrationResourceToProjectRequest,
60
+ options?: RequestOptions,
61
+ ): Promise<void> {
62
+ return unwrapAsync(integrationsConnectIntegrationResourceToProject(
63
+ this,
64
+ request,
65
+ options,
66
+ ));
67
+ }
68
+
45
69
  /**
46
70
  * Get configurations for the authenticated user or team
47
71
  *
@@ -109,4 +133,21 @@ export class Integrations extends ClientSDK {
109
133
  options,
110
134
  ));
111
135
  }
136
+
137
+ /**
138
+ * Create integration store (free and paid plans)
139
+ *
140
+ * @remarks
141
+ * Creates an integration store for both FREE and PAID billing plans. This simplified endpoint automatically provisions real integration storage resources while handling billing complexity behind the scenes. It supports both free and paid billing plans with automatic authorization creation for paid resources. ## How it works 1. Validates the integration configuration and product 2. For free resources: Auto-discovers available free billing plans 3. For paid resources: Creates billing authorization inline using provided billingPlanId 4. Provisions real resources through the Vercel Marketplace 5. Returns the created store with connection details ## Workflow Before using this endpoint, discover available products and billing plans: 1. List your configurations: `GET /v1/integrations/configurations` 2. Get products for a configuration: `GET /v1/integrations/configuration/{id}/products` 3. Get billing plans for a product: `GET /integrations/integration/{integrationId}/products/{productId}/plans` 4. Review the `metadataSchema` for each product to understand required metadata 5. Create storage with discovered product: `POST /v1/storage/stores/integration/direct` ## Usage Patterns - **Free resources**: Omit `billingPlanId` - endpoint will auto-discover free plans - **Paid resources**: Provide `billingPlanId` from billing plans discovery - **Prepayment plans**: Also provide `prepaymentAmountCents` for variable amount plans ## Limitations - **Admin access required**: Only integration configuration admins can create stores - **Storage limits apply**: Subject to your team's storage quotas - **Payment method required**: For paid plans, ensure valid payment method is configured ## Error Responses - `400 Bad Request`: Invalid input, no plans available, or billing issues - `403 Forbidden`: Insufficient permissions (non-admin users) - `404 Not Found`: Integration configuration or product not found - `429 Too Many Requests`: Rate limit exceeded
142
+ */
143
+ async createIntegrationStoreDirect(
144
+ request: CreateIntegrationStoreDirectRequest,
145
+ options?: RequestOptions,
146
+ ): Promise<CreateIntegrationStoreDirectResponseBody> {
147
+ return unwrapAsync(integrationsCreateIntegrationStoreDirect(
148
+ this,
149
+ request,
150
+ options,
151
+ ));
152
+ }
112
153
  }
package/src/sdk/sdk.ts CHANGED
@@ -2,7 +2,13 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import { ClientSDK } from "../lib/sdks.js";
5
+ import { getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans } from "../funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js";
6
+ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
7
+ import {
8
+ GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest,
9
+ GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody,
10
+ } from "../models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js";
11
+ import { unwrapAsync } from "../types/fp.js";
6
12
  import { AccessGroups } from "./accessgroups.js";
7
13
  import { Aliases } from "./aliases.js";
8
14
  import { Artifacts } from "./artifacts.js";
@@ -136,4 +142,20 @@ export class Vercel extends ClientSDK {
136
142
  get certs(): Certs {
137
143
  return (this._certs ??= new Certs(this._options));
138
144
  }
145
+
146
+ async getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans(
147
+ request:
148
+ GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest,
149
+ options?: RequestOptions,
150
+ ): Promise<
151
+ GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody
152
+ > {
153
+ return unwrapAsync(
154
+ getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans(
155
+ this,
156
+ request,
157
+ options,
158
+ ),
159
+ );
160
+ }
139
161
  }