Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Latest commit

 

History

History
76 lines (54 loc) · 4.77 KB

File metadata and controls

76 lines (54 loc) · 4.77 KB

ConfigInstances

Types:

from miru_server_sdk.types import (
    ConfigInstance,
    ConfigSchema,
    ConfigType,
    PaginatedList,
    ConfigInstanceListResponse,
)

Methods:

Deployments

Types:

from miru_server_sdk.types import Deployment, DeploymentListResponse, DeploymentValidateResponse

Methods:

Devices

Types:

from miru_server_sdk.types import (
    Device,
    DeviceListResponse,
    DeviceDeleteResponse,
    DeviceCreateActivationTokenResponse,
)

Methods:

Releases

Types:

from miru_server_sdk.types import Release, ReleaseListResponse

Methods:

Webhooks

Types:

from miru_server_sdk.types import DeploymentValidateWebhookEvent, UnwrapWebhookEvent