@closerplatform/spinner-openapi 0.12.126 → 0.12.128
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 +12 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1058,6 +1058,18 @@ export interface AutoAssign {
|
|
|
1058
1058
|
* @memberof AutoAssign
|
|
1059
1059
|
*/
|
|
1060
1060
|
tagGroupId?: string;
|
|
1061
|
+
/**
|
|
1062
|
+
*
|
|
1063
|
+
* @type {string}
|
|
1064
|
+
* @memberof AutoAssign
|
|
1065
|
+
*/
|
|
1066
|
+
tagGroup?: string;
|
|
1067
|
+
/**
|
|
1068
|
+
*
|
|
1069
|
+
* @type {Array<string>}
|
|
1070
|
+
* @memberof AutoAssign
|
|
1071
|
+
*/
|
|
1072
|
+
tags?: Array<string>;
|
|
1061
1073
|
}
|
|
1062
1074
|
/**
|
|
1063
1075
|
*
|