@closerplatform/spinner-openapi 0.12.1129 → 0.12.1130
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
|
@@ -617,6 +617,12 @@ export interface AgentProfile {
|
|
|
617
617
|
* @memberof AgentProfile
|
|
618
618
|
*/
|
|
619
619
|
id: string;
|
|
620
|
+
/**
|
|
621
|
+
*
|
|
622
|
+
* @type {string}
|
|
623
|
+
* @memberof AgentProfile
|
|
624
|
+
*/
|
|
625
|
+
orgId: string;
|
|
620
626
|
/**
|
|
621
627
|
*
|
|
622
628
|
* @type {string}
|
|
@@ -653,6 +659,12 @@ export interface AgentProfile {
|
|
|
653
659
|
* @memberof AgentProfile
|
|
654
660
|
*/
|
|
655
661
|
pendingEmail?: string;
|
|
662
|
+
/**
|
|
663
|
+
*
|
|
664
|
+
* @type {Phone}
|
|
665
|
+
* @memberof AgentProfile
|
|
666
|
+
*/
|
|
667
|
+
phone?: Phone;
|
|
656
668
|
/**
|
|
657
669
|
*
|
|
658
670
|
* @type {number}
|
|
@@ -671,6 +683,12 @@ export interface AgentProfile {
|
|
|
671
683
|
* @memberof AgentProfile
|
|
672
684
|
*/
|
|
673
685
|
autoAssignedLimit?: number;
|
|
686
|
+
/**
|
|
687
|
+
*
|
|
688
|
+
* @type {number}
|
|
689
|
+
* @memberof AgentProfile
|
|
690
|
+
*/
|
|
691
|
+
rating?: number;
|
|
674
692
|
/**
|
|
675
693
|
*
|
|
676
694
|
* @type {string}
|