@closerplatform/spinner-openapi 0.12.955 → 0.12.958
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 +14 -8
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4051,10 +4051,10 @@ export interface MessageWidgetConfig {
|
|
|
4051
4051
|
availableForAgents: boolean;
|
|
4052
4052
|
/**
|
|
4053
4053
|
*
|
|
4054
|
-
* @type {string}
|
|
4054
|
+
* @type {Array<string>}
|
|
4055
4055
|
* @memberof MessageWidgetConfig
|
|
4056
4056
|
*/
|
|
4057
|
-
|
|
4057
|
+
tagGroupIds: Array<string>;
|
|
4058
4058
|
}
|
|
4059
4059
|
/**
|
|
4060
4060
|
*
|
|
@@ -4092,12 +4092,6 @@ export interface MessageWidgetForm {
|
|
|
4092
4092
|
* @memberof MessageWidgetForm
|
|
4093
4093
|
*/
|
|
4094
4094
|
name: string;
|
|
4095
|
-
/**
|
|
4096
|
-
*
|
|
4097
|
-
* @type {string}
|
|
4098
|
-
* @memberof MessageWidgetForm
|
|
4099
|
-
*/
|
|
4100
|
-
tagGroupId?: string;
|
|
4101
4095
|
}
|
|
4102
4096
|
/**
|
|
4103
4097
|
*
|
|
@@ -6110,6 +6104,12 @@ export interface TagGroupDto {
|
|
|
6110
6104
|
* @memberof TagGroupDto
|
|
6111
6105
|
*/
|
|
6112
6106
|
tags: Array<string>;
|
|
6107
|
+
/**
|
|
6108
|
+
*
|
|
6109
|
+
* @type {Array<string>}
|
|
6110
|
+
* @memberof TagGroupDto
|
|
6111
|
+
*/
|
|
6112
|
+
widgets: Array<string>;
|
|
6113
6113
|
/**
|
|
6114
6114
|
*
|
|
6115
6115
|
* @type {boolean}
|
|
@@ -6746,6 +6746,12 @@ export interface UpdateTagGroupForm {
|
|
|
6746
6746
|
* @memberof UpdateTagGroupForm
|
|
6747
6747
|
*/
|
|
6748
6748
|
tagIds: Array<string>;
|
|
6749
|
+
/**
|
|
6750
|
+
*
|
|
6751
|
+
* @type {Array<string>}
|
|
6752
|
+
* @memberof UpdateTagGroupForm
|
|
6753
|
+
*/
|
|
6754
|
+
widgetIds: Array<string>;
|
|
6749
6755
|
/**
|
|
6750
6756
|
*
|
|
6751
6757
|
* @type {boolean}
|