@closerplatform/spinner-openapi 0.12.1031 → 0.12.1032
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 +18 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -209,6 +209,12 @@ export interface AdviserBatchPatchForm {
|
|
|
209
209
|
* @memberof AdviserBatchPatchForm
|
|
210
210
|
*/
|
|
211
211
|
autoAssignedLimit?: number;
|
|
212
|
+
/**
|
|
213
|
+
*
|
|
214
|
+
* @type {number}
|
|
215
|
+
* @memberof AdviserBatchPatchForm
|
|
216
|
+
*/
|
|
217
|
+
rating?: number;
|
|
212
218
|
}
|
|
213
219
|
/**
|
|
214
220
|
*
|
|
@@ -265,6 +271,12 @@ export interface AdviserPatchForm {
|
|
|
265
271
|
* @memberof AdviserPatchForm
|
|
266
272
|
*/
|
|
267
273
|
autoAssignedLimit?: number;
|
|
274
|
+
/**
|
|
275
|
+
*
|
|
276
|
+
* @type {number}
|
|
277
|
+
* @memberof AdviserPatchForm
|
|
278
|
+
*/
|
|
279
|
+
rating?: number;
|
|
268
280
|
}
|
|
269
281
|
/**
|
|
270
282
|
*
|
|
@@ -3628,6 +3640,12 @@ export interface LimitedAgentProfile {
|
|
|
3628
3640
|
* @memberof LimitedAgentProfile
|
|
3629
3641
|
*/
|
|
3630
3642
|
isActive: boolean;
|
|
3643
|
+
/**
|
|
3644
|
+
*
|
|
3645
|
+
* @type {number}
|
|
3646
|
+
* @memberof LimitedAgentProfile
|
|
3647
|
+
*/
|
|
3648
|
+
rating?: number;
|
|
3631
3649
|
}
|
|
3632
3650
|
/**
|
|
3633
3651
|
*
|