Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>
ltsVersion: "1.0.0" = seamApiLtsVersion
ltsVersion: string = seamApiLtsVersion

Methods

  • Parameters

    • Optionalparameters: {
          acs_entrance_id?: string;
          acs_system_id?: string;
          location_id?: string;
          space_id?: string;
          user_identity_id?: string;
      }
      • Optionalacs_entrance_id?: string

        ID of entrance to filter list of access grants by.

      • Optionalacs_system_id?: string

        ID of system to filter list of access grants by.

      • Optionallocation_id?: string

        Use space_id.

      • Optionalspace_id?: string

        ID of space to filter list of access grants by.

      • Optionaluser_identity_id?: string

        ID of user identity to filter list of access grants by.

    • options: AccessGrantsListOptions = {}

    Returns AccessGrantsListRequest

  • Parameters

    • Optionalparameters: {
          access_grant_id: string;
          ends_at?: null | string;
          starts_at?: null | string;
      }
      • access_grant_id: string

        ID of the access grant to update.

      • Optionalends_at?: null | string

        Date and time at which the validity of the grant ends, in ISO 8601 format. Must be a time in the future and after starts_at.

      • Optionalstarts_at?: null | string

        Date and time at which the validity of the grant starts, in ISO 8601 format.

    • options: AccessGrantsUpdateOptions = {}

    Returns AccessGrantsUpdateRequest

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>