@d19n/youfibre-odin-sdk 2.0.73 → 2.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,7 +22,7 @@ export interface UpdateUserMessage extends OdinRecordUpdatedEvent<UpdateUserDto,
|
|
|
22
22
|
* Properties for UpdateUser action
|
|
23
23
|
*
|
|
24
24
|
* @property Required fields: 0
|
|
25
|
-
* @property Optional fields:
|
|
25
|
+
* @property Optional fields: 21
|
|
26
26
|
*/
|
|
27
27
|
export interface UpdateUserProperties {
|
|
28
28
|
/**
|
|
@@ -165,6 +165,13 @@ export interface UpdateUserProperties {
|
|
|
165
165
|
* @type {TEXT}
|
|
166
166
|
*/
|
|
167
167
|
TwilioSid?: string | null;
|
|
168
|
+
/**
|
|
169
|
+
* FullName
|
|
170
|
+
*
|
|
171
|
+
* First + Last name
|
|
172
|
+
* @type {TEXT}
|
|
173
|
+
*/
|
|
174
|
+
FullName?: string | null;
|
|
168
175
|
}
|
|
169
176
|
/**
|
|
170
177
|
* UpdateUser
|