File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -8806,6 +8806,9 @@ export interface PublicUserCreate {
88068806 /** */
88078807 isApproved ?: boolean
88088808
8809+ /** */
8810+ isAdvocate ?: boolean
8811+
88098812 /** */
88108813 dob : Date
88118814
@@ -8907,6 +8910,9 @@ export interface PartnerUserCreate {
89078910 /** */
89088911 isApproved ?: boolean
89098912
8913+ /** */
8914+ isAdvocate ?: boolean
8915+
89108916 /** */
89118917 userRoles : UserRole
89128918
@@ -8975,6 +8981,9 @@ export interface AdvocateUserCreate {
89758981 /** */
89768982 isApproved ?: boolean
89778983
8984+ /** */
8985+ isAdvocate ?: boolean
8986+
89788987 /** */
89798988 agency : IdDTO
89808989
@@ -9073,6 +9082,9 @@ export interface PublicUserUpdate {
90739082 /** */
90749083 isApproved ?: boolean
90759084
9085+ /** */
9086+ isAdvocate ?: boolean
9087+
90769088 /** */
90779089 dob : Date
90789090
@@ -9177,6 +9189,9 @@ export interface PartnerUserUpdate {
91779189 /** */
91789190 isApproved ?: boolean
91799191
9192+ /** */
9193+ isAdvocate ?: boolean
9194+
91809195 /** */
91819196 userRoles : UserRole
91829197
@@ -9275,6 +9290,9 @@ export interface AdvocateUserUpdate {
92759290 /** */
92769291 isApproved ?: boolean
92779292
9293+ /** */
9294+ isAdvocate ?: boolean
9295+
92789296 /** */
92799297 agency : IdDTO
92809298
@@ -9402,6 +9420,9 @@ export interface User {
94029420
94039421 /** */
94049422 isApproved ?: boolean
9423+
9424+ /** */
9425+ isAdvocate ?: boolean
94059426}
94069427
94079428export interface UserFilterParams {
You can’t perform that action at this time.
0 commit comments