Skip to content

Commit 006a0b3

Browse files
committed
fix: add authorizedUsersRequest type field changed
1 parent 4f0e7d3 commit 006a0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/customer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export interface AddAuthorizedUsersRequest {
293293
customerId: string
294294

295295
data: {
296-
type: "addAuthorizedUsers"
296+
type: "addAuthorizedUserRequest"
297297

298298
attributes: {
299299
/**

0 commit comments

Comments
 (0)