@closerplatform/spinner-openapi 0.12.862 → 0.12.864
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 +0 -12
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -370,12 +370,6 @@ export interface AgentCtx {
|
|
|
370
370
|
* @memberof AgentCtx
|
|
371
371
|
*/
|
|
372
372
|
role: UserRole;
|
|
373
|
-
/**
|
|
374
|
-
*
|
|
375
|
-
* @type {Array<string>}
|
|
376
|
-
* @memberof AgentCtx
|
|
377
|
-
*/
|
|
378
|
-
skills?: Array<string>;
|
|
379
373
|
/**
|
|
380
374
|
*
|
|
381
375
|
* @type {number}
|
|
@@ -660,12 +654,6 @@ export interface AgentProfile {
|
|
|
660
654
|
* @memberof AgentProfile
|
|
661
655
|
*/
|
|
662
656
|
isBot: boolean;
|
|
663
|
-
/**
|
|
664
|
-
*
|
|
665
|
-
* @type {Array<string>}
|
|
666
|
-
* @memberof AgentProfile
|
|
667
|
-
*/
|
|
668
|
-
skills: Array<string>;
|
|
669
657
|
/**
|
|
670
658
|
*
|
|
671
659
|
* @type {number}
|