Skip to content

Commit 92f9e64

Browse files
[create-pull-request] automated change
1 parent 85acf22 commit 92f9e64

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10873,6 +10873,9 @@ components:
1087310873
name:
1087410874
type: string
1087510875
readOnly: true
10876+
subdomain:
10877+
type: string
10878+
readOnly: true
1087610879
logo:
1087710880
type: string
1087810881
format: uri
@@ -10881,6 +10884,7 @@ components:
1088110884
required:
1088210885
- logo
1088310886
- name
10887+
- subdomain
1088410888
description: ''
1088510889
PaginatedAccountDeliveryList:
1088610890
type: object

src/api/models/Organization.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
export type Organization = {
66
readonly name: string;
7+
readonly subdomain: string;
78
readonly logo: string | null;
89
};
910

0 commit comments

Comments
 (0)