Skip to content

Commit

Permalink
Merge pull request #27 from seamapi/fern-bot/02-02-2024-0952PM
Browse files Browse the repository at this point in the history
🌿 Fern Regeneration -- February 2, 2024
  • Loading branch information
rchodava authored Feb 2, 2024
2 parents d591872 + e1a3fc5 commit 389920a
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 102 deletions.
1 change: 1 addition & 0 deletions acs/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ type CredentialsCreateRequestVisionlineMetadata struct {
AssaAbloyCredentialServiceMobileEndpointId *string `json:"assa_abloy_credential_service_mobile_endpoint_id,omitempty"`
CardFormat *CredentialsCreateRequestVisionlineMetadataCardFormat `json:"card_format,omitempty"`
IsOverrideKey *bool `json:"is_override_key,omitempty"`
JoinerAcsCredentialIds []string `json:"joiner_acs_credential_ids,omitempty"`

_rawJSON json.RawMessage
}
Expand Down
5 changes: 2 additions & 3 deletions acs/entrances.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ type EntrancesListRequest struct {
}

type EntrancesListCredentialsWithAccessRequest struct {
AcsEntranceId *string `json:"acs_entrance_id,omitempty"`
AcsEntranceIds []string `json:"acs_entrance_ids,omitempty"`
IncludeIf []string `json:"include_if,omitempty"`
AcsEntranceId string `json:"acs_entrance_id"`
IncludeIf []string `json:"include_if,omitempty"`
}

type EntrancesGetResponse struct {
Expand Down
Loading

0 comments on commit 389920a

Please sign in to comment.