Skip to content

Commit 9976f0a

Browse files
committed
fix: include acceptLimit field in ST Schema invites
1 parent a8f3d1b commit 9976f0a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/beige-schools-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smartthings/core-sdk": patch
3+
---
4+
5+
add acceptLimit field to ST Schema invites

src/endpoint/invites-schemaApp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export type SchemaAppInvitationSummary = {
1717

1818
export type SchemaAppInvitationCreate = SchemaAppId & {
1919
description?: string
20+
acceptLimit?: number
2021
}
2122

2223
export type SchemaAppInvitation = SchemaAppId & {

0 commit comments

Comments
 (0)