@closerplatform/spinner-openapi 0.12.127 → 0.12.129
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 +16 -4
- 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
|
*
|
|
@@ -1111,10 +1123,10 @@ export interface BackOfficeField {
|
|
|
1111
1123
|
key: string;
|
|
1112
1124
|
/**
|
|
1113
1125
|
*
|
|
1114
|
-
* @type {
|
|
1126
|
+
* @type {any}
|
|
1115
1127
|
* @memberof BackOfficeField
|
|
1116
1128
|
*/
|
|
1117
|
-
value:
|
|
1129
|
+
value: any;
|
|
1118
1130
|
/**
|
|
1119
1131
|
*
|
|
1120
1132
|
* @type {string}
|
|
@@ -1136,10 +1148,10 @@ export interface BackOfficeFieldPatch {
|
|
|
1136
1148
|
key: string;
|
|
1137
1149
|
/**
|
|
1138
1150
|
*
|
|
1139
|
-
* @type {
|
|
1151
|
+
* @type {any}
|
|
1140
1152
|
* @memberof BackOfficeFieldPatch
|
|
1141
1153
|
*/
|
|
1142
|
-
value?:
|
|
1154
|
+
value?: any;
|
|
1143
1155
|
/**
|
|
1144
1156
|
*
|
|
1145
1157
|
* @type {string}
|