Skip to content

Commit

Permalink
fix: include acceptLimit field in ST Schema invites
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam committed Sep 27, 2023
1 parent a8f3d1b commit 9976f0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-schools-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@smartthings/core-sdk": patch
---

add acceptLimit field to ST Schema invites
1 change: 1 addition & 0 deletions src/endpoint/invites-schemaApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type SchemaAppInvitationSummary = {

export type SchemaAppInvitationCreate = SchemaAppId & {
description?: string
acceptLimit?: number
}

export type SchemaAppInvitation = SchemaAppId & {
Expand Down

0 comments on commit 9976f0a

Please sign in to comment.