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
*[createInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#createinstallationintegrationconfiguration) - Create one or multiple experimentation items
436
438
*[updateInstallationIntegrationConfiguration](docs/sdks/marketplace/README.md#updateinstallationintegrationconfiguration) - Patch an existing experimentation item
@@ -627,17 +629,19 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
627
629
-[`integrationsGetConfiguration`](docs/sdks/integrations/README.md#getconfiguration) - Retrieve an integration configuration
628
630
-[`integrationsGetConfigurations`](docs/sdks/integrations/README.md#getconfigurations) - Get configurations for the authenticated user or team
629
631
-[`logDrainsCreateLogDrain`](docs/sdks/logdrains/README.md#createlogdrain) - Creates a new Integration Log Drain
630
-
-[`logDrainsDeleteConfigurableLogDrain`](docs/sdks/logdrains/README.md#deleteconfigurablelogdrain) - Deletes a Configurable Log Drain
631
632
-[`logDrainsDeleteIntegrationLogDrain`](docs/sdks/logdrains/README.md#deleteintegrationlogdrain) - Deletes the Integration log drain with the provided `id`
632
633
-[`logDrainsGetIntegrationLogDrains`](docs/sdks/logdrains/README.md#getintegrationlogdrains) - Retrieves a list of Integration log drains
633
634
-[`logsGetRuntimeLogs`](docs/sdks/logs/README.md#getruntimelogs) - Get logs for a deployment
-[`marketplaceCreateInstallationIntegrationConfiguration`](docs/sdks/marketplace/README.md#createinstallationintegrationconfiguration) - Create one or multiple experimentation items
636
637
-[`marketplaceCreateInstallationIntegrationEdgeConfig`](docs/sdks/marketplace/README.md#createinstallationintegrationedgeconfig) - Get the data of a user-provided Edge Config
637
638
-[`marketplaceDeleteInstallationIntegrationConfiguration`](docs/sdks/marketplace/README.md#deleteinstallationintegrationconfiguration) - Delete an existing experimentation item
*[`VercelError`](./src/models/vercelerror.ts): The base class for HTTP error responses.
888
-
*[`VercelBadRequestError`](docs/models/vercelbadrequesterror.md): Status code `400`. *
889
-
*[`VercelForbiddenError`](docs/models/vercelforbiddenerror.md): Status code `401`. *
892
+
*[`VercelBadRequestError`](./src/models/vercelbadrequesterror.ts): Status code `400`. *
893
+
*[`VercelForbiddenError`](./src/models/vercelforbiddenerror.ts): Status code `401`. *
890
894
891
895
<details><summary>Less common errors (8)</summary>
892
896
@@ -901,8 +905,8 @@ run();
901
905
902
906
903
907
**Inherit from [`VercelError`](./src/models/vercelerror.ts)**:
904
-
*[`VercelNotFoundError`](docs/models/vercelnotfounderror.md): Status code `404`. Applicable to 100 of 171 methods.*
905
-
*[`VercelRateLimitError`](docs/models/vercelratelimiterror.md): . Status code `429`. Applicable to 1 of 171 methods.*
908
+
*[`VercelNotFoundError`](./src/models/vercelnotfounderror.ts): Status code `404`. Applicable to 102 of 173 methods.*
909
+
*[`VercelRateLimitError`](./src/models/vercelratelimiterror.ts): . Status code `429`. Applicable to 1 of 173 methods.*
906
910
*[`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.
0 commit comments