Constructors
constructor
- new SeamHttpAcsSystems(apiKeyOrOptions?): SeamHttpAcsSystems
Properties
client
client: AxiosInstance
Readonly
defaults
Methods
get
- get(body?): Promise<{
acs_system_id: string;
connected_account_ids: string[];
created_at: string;
external_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
external_type_display_name: string;
image_alt_text: string;
image_url: string;
name: string;
system_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
system_type_display_name: string;
workspace_id: string;
}> Parameters
Optional
body: {
acs_system_id: string;
}
Returns Promise<{
acs_system_id: string;
connected_account_ids: string[];
created_at: string;
external_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
external_type_display_name: string;
image_alt_text: string;
image_url: string;
name: string;
system_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
system_type_display_name: string;
workspace_id: string;
}>
list
- list(body?): Promise<{
acs_system_id: string;
connected_account_ids: string[];
created_at: string;
external_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
external_type_display_name: string;
image_alt_text: string;
image_url: string;
name: string;
system_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
system_type_display_name: string;
workspace_id: string;
}[]> Parameters
Optional
body: {
connected_account_id?: string;
}Optional
connected_account_id?: string
Returns Promise<{
acs_system_id: string;
connected_account_ids: string[];
created_at: string;
external_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
external_type_display_name: string;
image_alt_text: string;
image_url: string;
name: string;
system_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
system_type_display_name: string;
workspace_id: string;
}[]>
updateClientSessionToken
- updateClientSessionToken(clientSessionToken): Promise<void>
Parameters
- clientSessionToken: string
Returns Promise<void>
Static
fromApiKey
- fromApiKey(apiKey, options?): SeamHttpAcsSystems
Static
fromClient
- fromClient(client, options?): SeamHttpAcsSystems
Static
fromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpAcsSystems
Static
fromConsoleSessionToken
- fromConsoleSessionToken(consoleSessionToken, workspaceId, options?): SeamHttpAcsSystems
Static
fromPersonalAccessToken
- fromPersonalAccessToken(personalAccessToken, workspaceId, options?): SeamHttpAcsSystems
Static
fromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpAcsSystems>