@closerplatform/spinner-openapi 0.12.559 → 0.12.560
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.
- package/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4858,6 +4858,12 @@ export interface OrgConfig {
|
|
|
4858
4858
|
* @memberof OrgConfig
|
|
4859
4859
|
*/
|
|
4860
4860
|
showAdviserLastNameEnabled?: boolean;
|
|
4861
|
+
/**
|
|
4862
|
+
*
|
|
4863
|
+
* @type {boolean}
|
|
4864
|
+
* @memberof OrgConfig
|
|
4865
|
+
*/
|
|
4866
|
+
showAssignedAgentAvatarEnabled?: boolean;
|
|
4861
4867
|
/**
|
|
4862
4868
|
*
|
|
4863
4869
|
* @type {boolean}
|