@closerplatform/spinner-openapi 0.12.899 → 0.12.900
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 +2 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -290,7 +290,7 @@ export interface AgentAutoAssignedLimit {
|
|
|
290
290
|
* @type {number}
|
|
291
291
|
* @memberof AgentAutoAssignedLimit
|
|
292
292
|
*/
|
|
293
|
-
limit
|
|
293
|
+
limit: number;
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
296
|
*
|
|
@@ -4815,7 +4815,7 @@ export interface OrgConfig {
|
|
|
4815
4815
|
* @type {number}
|
|
4816
4816
|
* @memberof OrgConfig
|
|
4817
4817
|
*/
|
|
4818
|
-
autoAssignedLimit
|
|
4818
|
+
autoAssignedLimit: number;
|
|
4819
4819
|
/**
|
|
4820
4820
|
*
|
|
4821
4821
|
* @type {boolean}
|