You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`integrationsConnectIntegrationResourceToProject`](docs/sdks/integrations/README.md#connectintegrationresourcetoproject) - Connect integration resource to project
638
+
-[`integrationsCreateIntegrationStoreDirect`](docs/sdks/integrations/README.md#createintegrationstoredirect) - Create integration store (free and paid plans)
629
639
-[`integrationsDeleteConfiguration`](docs/sdks/integrations/README.md#deleteconfiguration) - Delete an integration configuration
630
640
-[`integrationsGetConfiguration`](docs/sdks/integrations/README.md#getconfiguration) - Retrieve an integration configuration
631
641
-[`integrationsGetConfigurationProducts`](docs/sdks/integrations/README.md#getconfigurationproducts) - List products for integration configuration
@@ -773,27 +783,28 @@ To change the default retry strategy for a single API call, simply provide a ret
773
783
```typescript
774
784
import { Vercel } from"@vercel/sdk";
775
785
776
-
const vercel =newVercel({
777
-
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
778
-
});
786
+
const vercel =newVercel();
779
787
780
788
asyncfunction run() {
781
-
const result =awaitvercel.accessGroups.readAccessGroup({
**Inherit from [`VercelError`](./src/models/vercelerror.ts)**:
910
-
*[`VercelNotFoundError`](./src/models/vercelnotfounderror.ts): Status code `404`. Applicable to 106 of 174 methods.*
911
-
*[`VercelRateLimitError`](./src/models/vercelratelimiterror.ts): . Status code `429`. Applicable to 4 of 174 methods.*
922
+
*[`VercelNotFoundError`](./src/models/vercelnotfounderror.ts): Status code `404`. Applicable to 109 of 177 methods.*
923
+
*[`VercelRateLimitError`](./src/models/vercelratelimiterror.ts): . Status code `429`. Applicable to 5 of 177 methods.*
912
924
*[`ResponseValidationError`](./src/models/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
913
925
914
926
</details>
@@ -927,15 +939,16 @@ import { Vercel } from "@vercel/sdk";
927
939
928
940
const vercel =newVercel({
929
941
serverURL: "https://api.vercel.com",
930
-
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
931
942
});
932
943
933
944
asyncfunction run() {
934
-
const result =awaitvercel.accessGroups.readAccessGroup({
0 commit comments